From f095cd4de755bc47c2cf60184ebdb69581f20604 Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Thu, 15 Apr 2021 21:34:29 -0700 Subject: [PATCH] Modernize dependencies, syntax, imports (#93) * wip: Modernize dependencies, syntax, imports * Use final release of ava-nock v2 * Update Travis config * Remove Node 13 from test matrix * Replace errorClass with parseErrorMessage in subclasses * define exports, apply updated lint rules * Remove markdown eslint plugin * Update README * v9.0.0-beta.1 * Add gql tag to exports * v9.0.0-beta.2 * Bump ava-nock, add test * Update dataloader loadMany usage * Add modules note to README * Add retry option to got calls --- .babelrc | 19 - .eslintignore | 2 +- .eslintrc.cjs | 45 + .eslintrc.js | 20 - .prettierignore | 3 + .travis.yml | 20 +- README.md | 75 +- cli.js | 4 +- docs/extensions/README.md | 1 - docs/schema.md | 3172 ++++---- docs/types.md | 6 +- extensions/cover-art-archive.js | 2 +- extensions/fanart-tv.js | 2 +- extensions/mediawiki.js | 2 +- extensions/the-audio-db.js | 2 +- package.json | 201 +- schema.json | 517 +- scripts/build-extension-docs.js | 104 +- scripts/print-schema.js | 20 +- src/api/client.js | 176 +- src/api/index.js | 4 +- src/api/musicbrainz.js | 81 +- src/context.js | 25 +- src/extensions/cover-art-archive/client.js | 46 +- src/extensions/cover-art-archive/index.js | 28 +- src/extensions/cover-art-archive/loaders.js | 65 +- src/extensions/cover-art-archive/resolvers.js | 60 +- src/extensions/cover-art-archive/schema.js | 4 +- src/extensions/fanart-tv/client.js | 45 +- src/extensions/fanart-tv/index.js | 28 +- src/extensions/fanart-tv/loader.js | 57 +- src/extensions/fanart-tv/resolvers.js | 58 +- src/extensions/fanart-tv/schema.js | 4 +- src/extensions/index.js | 14 +- src/extensions/mediawiki/client.js | 76 +- src/extensions/mediawiki/index.js | 28 +- src/extensions/mediawiki/loader.js | 31 +- src/extensions/mediawiki/resolvers.js | 112 +- src/extensions/mediawiki/schema.js | 4 +- src/extensions/the-audio-db/client.js | 70 +- src/extensions/the-audio-db/index.js | 28 +- src/extensions/the-audio-db/loader.js | 35 +- src/extensions/the-audio-db/resolvers.js | 145 +- src/extensions/the-audio-db/schema.js | 4 +- src/index.js | 133 +- src/loaders.js | 98 +- src/queries/browse.js | 108 +- src/queries/index.js | 6 +- src/queries/lookup.js | 45 +- src/queries/search.js | 37 +- src/rate-limit.js | 118 +- src/resolvers.js | 223 +- src/schema.js | 58 +- src/tag.js | 8 +- src/types/alias.js | 32 +- src/types/area.js | 56 +- src/types/artist-credit.js | 47 +- src/types/artist.js | 66 +- src/types/collection.js | 56 +- src/types/disc.js | 40 +- src/types/entity.js | 32 +- src/types/enums.js | 86 +- src/types/event.js | 48 +- src/types/helpers.js | 309 +- src/types/index.js | 47 +- src/types/instrument.js | 38 +- src/types/label.js | 59 +- src/types/life-span.js | 28 +- src/types/media.js | 39 +- src/types/node.js | 41 +- src/types/place.js | 61 +- src/types/rating.js | 28 +- src/types/recording.js | 55 +- src/types/relationship.js | 111 +- src/types/release-event.js | 16 +- src/types/release-group.js | 58 +- src/types/release.js | 78 +- src/types/scalars.js | 107 +- src/types/series.js | 34 +- src/types/tag.js | 39 +- src/types/track.js | 36 +- src/types/url.js | 26 +- src/types/work.js | 44 +- src/util.js | 86 +- test/_schema.js | 572 +- test/api/client.js | 24 +- test/api/fixtures/musicbrainz.js.nock | 116 + test/api/musicbrainz.js | 127 +- test/base-schema.js | 10 +- test/extended-schema.js | 15 +- test/extensions/cover-art-archive/client.js | 135 +- .../cover-art-archive/fixtures/client.js.nock | 332 + .../cover-art-archive/fixtures/schema.js.nock | 3756 +++++++++ test/extensions/cover-art-archive/schema.js | 145 +- .../cover-art-archive/snapshots/schema.js.md | 8 +- .../snapshots/schema.js.snap | Bin 303 -> 301 bytes .../fanart-tv/fixtures/schema.js.nock | 2824 +++++++ test/extensions/fanart-tv/schema.js | 71 +- .../fanart-tv/snapshots/schema.js.md | 231 +- .../fanart-tv/snapshots/schema.js.snap | Bin 3654 -> 4104 bytes .../mediawiki/fixtures/schema.js.nock | 3400 ++++++++ test/extensions/mediawiki/schema.js | 49 +- .../mediawiki/snapshots/schema.js.md | 33 +- .../mediawiki/snapshots/schema.js.snap | Bin 7303 -> 7308 bytes .../the-audio-db/fixtures/schema.js.nock | 280 + test/extensions/the-audio-db/schema.js | 43 +- .../the-audio-db/snapshots/schema.js.md | 119 +- .../the-audio-db/snapshots/schema.js.snap | Bin 5364 -> 7249 bytes .../fixtures/01f85d1b5c1e1c7ee9768df1f7529a89 | 1 - .../01f85d1b5c1e1c7ee9768df1f7529a89.headers | 23 - .../fixtures/0362ca3081fd5d16d8e29846798296a0 | 1 - .../0362ca3081fd5d16d8e29846798296a0.headers | 23 - .../fixtures/039d208715cc9e59a96dc1aac471af91 | 1 - .../039d208715cc9e59a96dc1aac471af91.headers | 28 - .../fixtures/05fcd912e8786fff4dca854a7fa44c81 | 1 - .../05fcd912e8786fff4dca854a7fa44c81.headers | 28 - .../fixtures/062868f6b4e58067a80a3174bda59ce9 | 1 - .../062868f6b4e58067a80a3174bda59ce9.headers | 28 - .../fixtures/071ecc4967496ac9ff5c75bcb6faf549 | 0 .../071ecc4967496ac9ff5c75bcb6faf549.headers | 26 - .../fixtures/07a9f4ce4cc4639f8ec3d5c06a91b670 | 0 .../07a9f4ce4cc4639f8ec3d5c06a91b670.headers | 26 - .../fixtures/09158487d72de391f789b038b8e5d137 | 1 - .../09158487d72de391f789b038b8e5d137.headers | 28 - .../fixtures/096e5b32efb65749a3f9ccaba145c6d9 | 1 - .../096e5b32efb65749a3f9ccaba145c6d9.headers | 28 - .../fixtures/0c643a69d0dd86ae242e226c1d85469e | 1 - .../0c643a69d0dd86ae242e226c1d85469e.headers | 28 - .../fixtures/0d366b2eeee8615a4b25b8e601c6020a | 1 - .../0d366b2eeee8615a4b25b8e601c6020a.headers | 28 - .../fixtures/0d51f45ab918425f0e5c7ff08e9fd0b8 | 1 - .../0d51f45ab918425f0e5c7ff08e9fd0b8.headers | 28 - .../fixtures/0e70a8c76fbbaf74403b1979f99fbdeb | 1 - .../0e70a8c76fbbaf74403b1979f99fbdeb.headers | 28 - .../fixtures/113db52529ee59875c0e8938b8176ac9 | 1 - .../113db52529ee59875c0e8938b8176ac9.headers | 28 - .../fixtures/14d10341ea355048f1c3b6bd9a398842 | 1 - .../14d10341ea355048f1c3b6bd9a398842.headers | 28 - .../fixtures/157ce6484de07a7e2ee93b54e8244e27 | 1 - .../157ce6484de07a7e2ee93b54e8244e27.headers | 27 - .../fixtures/1b80c33ac904ea280b105fa3eae22b25 | 1 - .../1b80c33ac904ea280b105fa3eae22b25.headers | 28 - .../fixtures/1bd60b1a1ed81102d4d7271e2237e1bf | 1 - .../1bd60b1a1ed81102d4d7271e2237e1bf.headers | 28 - .../fixtures/1c31d4f3569dee83470ccf2948435447 | 0 .../1c31d4f3569dee83470ccf2948435447.headers | 23 - .../fixtures/1c509f53daeaaec9caffde1bcf85d2dd | 1 - .../1c509f53daeaaec9caffde1bcf85d2dd.headers | 28 - .../fixtures/1ca35d44ecbebc340e09347b6f40c6f7 | 1 - .../1ca35d44ecbebc340e09347b6f40c6f7.headers | 27 - .../fixtures/1cf7ba4afdfac85839b895900d38557e | 1 - .../1cf7ba4afdfac85839b895900d38557e.headers | 28 - .../fixtures/1f64e39ed51023c3c258447c628d9f76 | 1 - .../1f64e39ed51023c3c258447c628d9f76.headers | 28 - .../fixtures/215ca91efacd4b7a1e7800813c8382e0 | 1 - .../215ca91efacd4b7a1e7800813c8382e0.headers | 27 - .../fixtures/217d797211c26dc393ef44fbf1a1a37e | 0 .../217d797211c26dc393ef44fbf1a1a37e.headers | 26 - .../fixtures/21f15986fbf7f55113d37a766261686f | 1 - .../21f15986fbf7f55113d37a766261686f.headers | 28 - .../fixtures/2249af48a413419bdca3aa8872bc3b9c | 1 - .../2249af48a413419bdca3aa8872bc3b9c.headers | 28 - .../fixtures/240fa01906160caef0ad74b8e2fe44f0 | 1 - .../240fa01906160caef0ad74b8e2fe44f0.headers | 27 - .../fixtures/257742f1f5f07e90a7514808bc18977a | 4 - .../257742f1f5f07e90a7514808bc18977a.headers | 22 - .../fixtures/2858315b07a07d102395f182f5037571 | 1 - .../2858315b07a07d102395f182f5037571.headers | 28 - .../fixtures/28589f231a3be39ac9077fe789bed818 | 1 - .../28589f231a3be39ac9077fe789bed818.headers | 28 - .../fixtures/2aedd41af73384fee8a19db76a3cc3ed | 1 - .../2aedd41af73384fee8a19db76a3cc3ed.headers | 28 - .../fixtures/2b7cd5ca496a1d302cc587411cd36ad4 | 1 - .../2b7cd5ca496a1d302cc587411cd36ad4.headers | 28 - .../fixtures/2c34fb36a56575acb20fd958b18583fd | 1 - .../2c34fb36a56575acb20fd958b18583fd.headers | 23 - .../fixtures/2c6a805737a5bb4bc6cf7ca4c93bcf3c | 1 - .../2c6a805737a5bb4bc6cf7ca4c93bcf3c.headers | 28 - .../fixtures/2d73450c4eb129a96c19fb31893cb07f | 1 - .../2d73450c4eb129a96c19fb31893cb07f.headers | 28 - .../fixtures/2dd9912677b480dba99a99c809078688 | 4 - .../2dd9912677b480dba99a99c809078688.headers | 23 - .../fixtures/2f9e4c201203a33929006daf7b750f02 | 1 - .../2f9e4c201203a33929006daf7b750f02.headers | 28 - .../fixtures/2fb308510ba1d5fad8dd2e2f9f2fb296 | 1 - .../2fb308510ba1d5fad8dd2e2f9f2fb296.headers | 28 - .../fixtures/3061cf9812acb7fec508ad673d17c104 | 1 - .../3061cf9812acb7fec508ad673d17c104.headers | 28 - .../fixtures/30fd9e0948302a73130dea98b64c566d | 1 - .../30fd9e0948302a73130dea98b64c566d.headers | 28 - .../fixtures/3144a847f9f6b9455d92bd331f7d11b6 | 1 - .../3144a847f9f6b9455d92bd331f7d11b6.headers | 28 - .../fixtures/3168abdfb2c45801ecb78bc900d14b41 | 1 - .../3168abdfb2c45801ecb78bc900d14b41.headers | 28 - .../fixtures/328fb65e26d71acde23f18ea8d3d0bff | 1 - .../328fb65e26d71acde23f18ea8d3d0bff.headers | 28 - .../fixtures/349bf7254e33f9f6b7a360d9cdaedce3 | 0 .../349bf7254e33f9f6b7a360d9cdaedce3.headers | 26 - .../fixtures/34ca10f44e5af073160c7b6adac60130 | 0 .../34ca10f44e5af073160c7b6adac60130.headers | 26 - .../fixtures/35eee390e68edec5d06d0a820f87087a | 4 - .../35eee390e68edec5d06d0a820f87087a.headers | 22 - .../fixtures/39192d7783e3cbd103a64e37435860c8 | 4 - .../39192d7783e3cbd103a64e37435860c8.headers | 22 - .../fixtures/3a7c3d2d0ac8cb3923c301ccbe320fd9 | 1 - .../3a7c3d2d0ac8cb3923c301ccbe320fd9.headers | 27 - .../fixtures/3b60588b620d7e73852e4800525e40d6 | 1 - .../3b60588b620d7e73852e4800525e40d6.headers | 28 - .../fixtures/3be1040749e09fb6758604279107fe6d | 1 - .../3be1040749e09fb6758604279107fe6d.headers | 28 - .../fixtures/3c84bd700a6239d110d78334816eda85 | 1 - .../3c84bd700a6239d110d78334816eda85.headers | 28 - .../fixtures/3cb5257c754aba0014f4d753feab63a2 | 1 - .../3cb5257c754aba0014f4d753feab63a2.headers | 28 - .../fixtures/3d1ea2a773f49cdf17cf4256f5cde4bf | 0 .../3d1ea2a773f49cdf17cf4256f5cde4bf.headers | 26 - .../fixtures/3d2ee72516840ca0816bd567f766b32a | 1 - .../3d2ee72516840ca0816bd567f766b32a.headers | 27 - .../fixtures/3d3398816ac3ccbffdd2c4893406f982 | 1 - .../3d3398816ac3ccbffdd2c4893406f982.headers | 28 - .../fixtures/3d8e23969b7b8b8dc1e9363bc953eaed | 1 - .../3d8e23969b7b8b8dc1e9363bc953eaed.headers | 28 - .../fixtures/3dd3f9a8efe08f8d1adb70cd6ece87d9 | 1 - .../3dd3f9a8efe08f8d1adb70cd6ece87d9.headers | 28 - .../fixtures/3e1c2d3f08053b0376bb4a3fa2586cc0 | 1 - .../3e1c2d3f08053b0376bb4a3fa2586cc0.headers | 28 - .../fixtures/411c0b53f75e4380eae0424fdecb902e | 1 - .../411c0b53f75e4380eae0424fdecb902e.headers | 28 - .../fixtures/419c9e83b133ad68be49ec1098778d6c | 1 - .../419c9e83b133ad68be49ec1098778d6c.headers | 28 - .../fixtures/43296de566b64880545e57a0fadb7712 | 1 - .../43296de566b64880545e57a0fadb7712.headers | 27 - .../fixtures/43f3b56a2f689bb66e45b9502c23ae82 | 1 - .../43f3b56a2f689bb66e45b9502c23ae82.headers | 23 - .../fixtures/456168a862ec0ca28127f067e3f166e7 | 1 - .../456168a862ec0ca28127f067e3f166e7.headers | 28 - .../fixtures/45daa19eb100ee93bf814b6b7c76d81e | 1 - .../45daa19eb100ee93bf814b6b7c76d81e.headers | 28 - .../fixtures/46c7f0caf13c352837058611548506bb | 1 - .../46c7f0caf13c352837058611548506bb.headers | 28 - .../fixtures/4722e553ad2febf7e2c68d71f478a338 | 4 - .../4722e553ad2febf7e2c68d71f478a338.headers | 22 - .../fixtures/475fed802529221edd39de95047235c3 | 1 - .../475fed802529221edd39de95047235c3.headers | 28 - .../fixtures/4779439b186f99d3c4fbf1cc02727418 | 1 - .../4779439b186f99d3c4fbf1cc02727418.headers | 28 - .../fixtures/47797b954fc6aca3786eb09e054b459a | 0 .../47797b954fc6aca3786eb09e054b459a.headers | 26 - .../fixtures/49a2bac852ad6aca096d15a60f5ad23a | 1 - .../49a2bac852ad6aca096d15a60f5ad23a.headers | 28 - .../fixtures/49b42184abf656b320a7124347074075 | 1 - .../49b42184abf656b320a7124347074075.headers | 23 - .../fixtures/4b2d503f6b8f97b06e3ec6a3341f6904 | 1 - .../4b2d503f6b8f97b06e3ec6a3341f6904.headers | 28 - .../fixtures/4b802038a4994a768903c9df4bc309fb | 196 - .../4b802038a4994a768903c9df4bc309fb.headers | 23 - .../fixtures/4cbb86059aac9c82542e28028c92b1f7 | 1 - .../4cbb86059aac9c82542e28028c92b1f7.headers | 28 - .../fixtures/4e1f01ba60b51a0696cc97178a29068a | 1 - .../4e1f01ba60b51a0696cc97178a29068a.headers | 28 - .../fixtures/4f319c7097565393bbd28f21937bd7c7 | 1 - .../4f319c7097565393bbd28f21937bd7c7.headers | 28 - .../fixtures/4fa26532ea1c464f20dd0e8016a59665 | 1 - .../4fa26532ea1c464f20dd0e8016a59665.headers | 28 - .../fixtures/4fc501bed2b7d643f741185069aace22 | 1 - .../4fc501bed2b7d643f741185069aace22.headers | 42 - .../fixtures/4fe2b849e82d3a0e82f9776573e98d1b | 1 - .../4fe2b849e82d3a0e82f9776573e98d1b.headers | 27 - .../fixtures/50ce6d15b2781d533c9a5090b9a3721a | 1 - .../50ce6d15b2781d533c9a5090b9a3721a.headers | 28 - .../fixtures/535ab3a418fb2b5ac0c9476546cc72d8 | 1 - .../535ab3a418fb2b5ac0c9476546cc72d8.headers | 28 - .../fixtures/537dbabc1ce057385edd9d8c4599c077 | 1 - .../537dbabc1ce057385edd9d8c4599c077.headers | 28 - .../fixtures/55e718a13ff7c5178cbb0116a1bd2cd6 | 1 - .../55e718a13ff7c5178cbb0116a1bd2cd6.headers | 28 - .../fixtures/5644078df70841f66834098df9e30457 | 1 - .../5644078df70841f66834098df9e30457.headers | 28 - .../fixtures/5740cf0df41918fee30a22a1bce2791e | 1 - .../5740cf0df41918fee30a22a1bce2791e.headers | 28 - .../fixtures/5818a7c5bffe034297462ee69620f3f3 | 1 - .../5818a7c5bffe034297462ee69620f3f3.headers | 28 - .../fixtures/59293eea29033071de7f98943c3b5b1f | 1 - .../59293eea29033071de7f98943c3b5b1f.headers | 23 - .../fixtures/5c1b9b2cd173095ad489f4a6e36a911d | 1 - .../5c1b9b2cd173095ad489f4a6e36a911d.headers | 28 - .../fixtures/5c3b62773c782c2db25349cffac9102d | 1 - .../5c3b62773c782c2db25349cffac9102d.headers | 23 - .../fixtures/5f54da66d9a88167f9dda7f1c00d73f3 | 1 - .../5f54da66d9a88167f9dda7f1c00d73f3.headers | 27 - .../fixtures/5fba37b7b6619c61e3092bead860e8c9 | 1 - .../5fba37b7b6619c61e3092bead860e8c9.headers | 28 - .../fixtures/600c519401f48c53791ce190cae3f561 | 1 - .../600c519401f48c53791ce190cae3f561.headers | 23 - .../fixtures/6044ddc15443664659ef91c3c73c0776 | 1 - .../6044ddc15443664659ef91c3c73c0776.headers | 28 - .../fixtures/6143276fc750d9f7ad6a6a2f9fb2e025 | 1 - .../6143276fc750d9f7ad6a6a2f9fb2e025.headers | 28 - .../fixtures/69d9c8738fe3ea4883276fd8fc9979ce | 1 - .../69d9c8738fe3ea4883276fd8fc9979ce.headers | 28 - .../fixtures/6c0b3d7a38ba390a7030130c1c53e287 | 0 .../6c0b3d7a38ba390a7030130c1c53e287.headers | 26 - .../fixtures/6d03bcdb429a47cabcdcb6c31ea1f565 | 1 - .../6d03bcdb429a47cabcdcb6c31ea1f565.headers | 28 - .../fixtures/6d67e76967cd5d93d61d515f2e6bb203 | 1 - .../6d67e76967cd5d93d61d515f2e6bb203.headers | 28 - .../fixtures/6e3eeb66969aa4c71c2595d514f127f5 | 1 - .../6e3eeb66969aa4c71c2595d514f127f5.headers | 27 - .../fixtures/6f51f7057a8ad55969f83563724a58d9 | 1 - .../6f51f7057a8ad55969f83563724a58d9.headers | 28 - .../fixtures/701d6495a448e878f88e9dc1313f4d95 | 1 - .../701d6495a448e878f88e9dc1313f4d95.headers | 42 - .../fixtures/71097d26676d70389a9b76ea2061db4d | 1 - .../71097d26676d70389a9b76ea2061db4d.headers | 23 - .../fixtures/715078248f7642a0aef6972d7c072a2a | 1 - .../715078248f7642a0aef6972d7c072a2a.headers | 28 - .../fixtures/73f8fb4778dc1bc3a0975a0c6c8046c6 | 1 - .../73f8fb4778dc1bc3a0975a0c6c8046c6.headers | 28 - .../fixtures/77534a6e7fb7ddb83df8a7c91f2ebcc4 | 1 - .../77534a6e7fb7ddb83df8a7c91f2ebcc4.headers | 28 - .../fixtures/77bf843f88aa61a66ec61a238b892956 | 1 - .../77bf843f88aa61a66ec61a238b892956.headers | 28 - .../fixtures/79471f371a264a0176df177479190ddc | 1 - .../79471f371a264a0176df177479190ddc.headers | 28 - .../fixtures/7953dcb77bb190fa61c8380f46711c8c | 1 - .../7953dcb77bb190fa61c8380f46711c8c.headers | 28 - .../fixtures/795a1b8c8e790ef5816bc523ca0db1ee | 1 - .../795a1b8c8e790ef5816bc523ca0db1ee.headers | 28 - .../fixtures/7aa73613ca81c364adb26ad95bebe930 | 1 - .../7aa73613ca81c364adb26ad95bebe930.headers | 28 - .../fixtures/7c1ef1cb044aa69ddad7cd69db399a81 | 0 .../7c1ef1cb044aa69ddad7cd69db399a81.headers | 26 - .../fixtures/7cf49c05d1e153f9622597f1e0e15281 | 1 - .../7cf49c05d1e153f9622597f1e0e15281.headers | 28 - .../fixtures/7e4ef1a9130fb6e4fb62cd29edd6974f | 1 - .../7e4ef1a9130fb6e4fb62cd29edd6974f.headers | 28 - .../fixtures/7fccf49f79de855cc3b56a8501c9c858 | 1 - .../7fccf49f79de855cc3b56a8501c9c858.headers | 27 - .../fixtures/8069a2ac06a7b48528fa1350e0e45e71 | 1 - .../8069a2ac06a7b48528fa1350e0e45e71.headers | 28 - .../fixtures/81a6d797dbe67ce75ba99ed2f5315ee0 | 1 - .../81a6d797dbe67ce75ba99ed2f5315ee0.headers | 27 - .../fixtures/83438243e6a2e2d2c46f7b5b11f1be76 | 1 - .../83438243e6a2e2d2c46f7b5b11f1be76.headers | 28 - .../fixtures/83ae719cb34d0210568c345deed9cfff | 1 - .../83ae719cb34d0210568c345deed9cfff.headers | 28 - .../fixtures/83f039eef186b338f6a299e58ec98cff | 1 - .../83f039eef186b338f6a299e58ec98cff.headers | 28 - .../fixtures/84660e1bb4040cb3e7b6bf0be38d4ed4 | 1 - .../84660e1bb4040cb3e7b6bf0be38d4ed4.headers | 28 - .../fixtures/8581178e326312488e135efb6067e442 | 1 - .../8581178e326312488e135efb6067e442.headers | 28 - .../fixtures/85a0820ae369fb18f9d279edf0ac6623 | 1 - .../85a0820ae369fb18f9d279edf0ac6623.headers | 42 - .../fixtures/8619ae4dc1a5c3e3cf04ac05ede71e99 | 1 - .../8619ae4dc1a5c3e3cf04ac05ede71e99.headers | 28 - .../fixtures/87438b239df73ddc020aee9ec9d84905 | 1 - .../87438b239df73ddc020aee9ec9d84905.headers | 27 - .../fixtures/876353ef38c82797eaed49c94c919179 | 1 - .../876353ef38c82797eaed49c94c919179.headers | 27 - .../fixtures/8793e474840732d08e1d8b01911bd48a | 1 - .../8793e474840732d08e1d8b01911bd48a.headers | 28 - .../fixtures/87a55fd7ad8a5996efd9fa87a188decb | 1 - .../87a55fd7ad8a5996efd9fa87a188decb.headers | 28 - .../fixtures/88d25eac97d9ca9d35b89f082799a4c6 | 0 .../88d25eac97d9ca9d35b89f082799a4c6.headers | 26 - .../fixtures/88fdc8186d682459a67b151945c5d5d0 | 1 - .../88fdc8186d682459a67b151945c5d5d0.headers | 28 - .../fixtures/89450a383b06d3be5d7cf6f7c7234721 | 1 - .../89450a383b06d3be5d7cf6f7c7234721.headers | 27 - .../fixtures/899fe51e8e100f8345cd1cf922bbfe1e | 1 - .../899fe51e8e100f8345cd1cf922bbfe1e.headers | 23 - .../fixtures/8a853c2a895ba99685924721d8db37d7 | 1 - .../8a853c2a895ba99685924721d8db37d7.headers | 28 - .../fixtures/8add6a7102bef3fbe0819383d85b9cd0 | 1 - .../8add6a7102bef3fbe0819383d85b9cd0.headers | 23 - .../fixtures/8b531977c80772b52f69fa86983fb719 | 1 - .../8b531977c80772b52f69fa86983fb719.headers | 28 - .../fixtures/8ceeff7e63173373a3722f505a891480 | 4 - .../8ceeff7e63173373a3722f505a891480.headers | 22 - .../fixtures/8db17d4f36436578cb15283bc49f8d1e | 1 - .../8db17d4f36436578cb15283bc49f8d1e.headers | 28 - .../fixtures/90dd9e390b2eb9e86db99c06a5930c3c | 0 .../90dd9e390b2eb9e86db99c06a5930c3c.headers | 26 - .../fixtures/914da6a513e527c9351bffbc8879dfc2 | 1 - .../914da6a513e527c9351bffbc8879dfc2.headers | 27 - .../fixtures/9247bb00fc5e2e0dcf1fcd269df8b94e | 1 - .../9247bb00fc5e2e0dcf1fcd269df8b94e.headers | 28 - .../fixtures/92c20b3043c804f81d89af97976dfa53 | 1 - .../92c20b3043c804f81d89af97976dfa53.headers | 23 - .../fixtures/935e340e88850192006d86f2114cd5f4 | 1 - .../935e340e88850192006d86f2114cd5f4.headers | 28 - .../fixtures/942f9d096b7e5f2a79cf945af616c347 | 1 - .../942f9d096b7e5f2a79cf945af616c347.headers | 28 - .../fixtures/9484a08a05cc0cf8e3416a90eab8f273 | 1 - .../9484a08a05cc0cf8e3416a90eab8f273.headers | 28 - .../fixtures/9553c1d36a4fbf312310fbc656807dbd | 1 - .../9553c1d36a4fbf312310fbc656807dbd.headers | 28 - .../fixtures/95b5c542d640744ecba068f35899a231 | 1 - .../95b5c542d640744ecba068f35899a231.headers | 28 - .../fixtures/969ae9d0345ce9cd589eba7bd37d0ea3 | 1 - .../969ae9d0345ce9cd589eba7bd37d0ea3.headers | 28 - .../fixtures/973e11ce912c0bc44d3fad7d08d9c41d | 1 - .../973e11ce912c0bc44d3fad7d08d9c41d.headers | 28 - .../fixtures/97957d6dbc8b2d81b65d1b57c0c20810 | 1 - .../97957d6dbc8b2d81b65d1b57c0c20810.headers | 28 - .../fixtures/97ca6d7fad6a7b70ec940fa3bab6c47a | 0 .../97ca6d7fad6a7b70ec940fa3bab6c47a.headers | 26 - .../fixtures/97ec62634d0a8953ab3ba2ffce984a83 | 1 - .../97ec62634d0a8953ab3ba2ffce984a83.headers | 28 - .../fixtures/981e4a18c54b89e2537b7660cf8ed3bd | 1 - .../981e4a18c54b89e2537b7660cf8ed3bd.headers | 28 - .../fixtures/989521e0ddda97a5a15e7564e4a02100 | 1 - .../989521e0ddda97a5a15e7564e4a02100.headers | 28 - .../fixtures/989db6ea639b5dc2f24377b312932f27 | 1 - .../989db6ea639b5dc2f24377b312932f27.headers | 28 - .../fixtures/98b08ffe7691e0adaac6298ca8a69b41 | 1 - .../98b08ffe7691e0adaac6298ca8a69b41.headers | 23 - .../fixtures/99528bcc7f6586bde435b2b8d64b241a | 1 - .../99528bcc7f6586bde435b2b8d64b241a.headers | 28 - .../fixtures/99a9d97c03b0197b42c4fc8e06319a87 | 1 - .../99a9d97c03b0197b42c4fc8e06319a87.headers | 28 - .../fixtures/99be81c6a2c3d83bbe773287bda38148 | 1 - .../99be81c6a2c3d83bbe773287bda38148.headers | 27 - .../fixtures/9c392f735dfc18f1ebae5057d4810503 | 1 - .../9c392f735dfc18f1ebae5057d4810503.headers | 28 - .../fixtures/9c9b2cb9801360a9baac11c74fb1d61d | 1 - .../9c9b2cb9801360a9baac11c74fb1d61d.headers | 28 - .../fixtures/9cd666caa3723edc6f5438fed0898f86 | 1 - .../9cd666caa3723edc6f5438fed0898f86.headers | 28 - .../fixtures/9f53b77c31b1a112ff1f5725b912cf69 | 1 - .../9f53b77c31b1a112ff1f5725b912cf69.headers | 28 - .../fixtures/a04597ae29bb987a5c36b1747baa25fa | 1 - .../a04597ae29bb987a5c36b1747baa25fa.headers | 23 - .../fixtures/a0ed4659bace0bc088ef218af3ecfc10 | 1 - .../a0ed4659bace0bc088ef218af3ecfc10.headers | 28 - .../fixtures/a0f12f7901b08f8aff6b15082c2e089b | 1 - .../a0f12f7901b08f8aff6b15082c2e089b.headers | 28 - .../fixtures/a155d67a2d4b0ada2467e9cecd69577f | 0 .../a155d67a2d4b0ada2467e9cecd69577f.headers | 26 - .../fixtures/a1edb81b97ca0875be3c3fc1fb58f10b | 1 - .../a1edb81b97ca0875be3c3fc1fb58f10b.headers | 28 - .../fixtures/a2e9ac8cccc68070158e14f749720049 | 1 - .../a2e9ac8cccc68070158e14f749720049.headers | 23 - .../fixtures/a310e26b9e92f2a0bab61d4d42912714 | 1 - .../a310e26b9e92f2a0bab61d4d42912714.headers | 28 - .../fixtures/a3643b415a8765c397d0b4e725ac6952 | 1 - .../a3643b415a8765c397d0b4e725ac6952.headers | 28 - .../fixtures/a402f61934119d56cf8cdb2fd21642bb | 1 - .../a402f61934119d56cf8cdb2fd21642bb.headers | 28 - .../fixtures/a437ae1263f54894b27977b291026a21 | 1 - .../a437ae1263f54894b27977b291026a21.headers | 23 - .../fixtures/a60002a456739daaf792c25859deda09 | 1 - .../a60002a456739daaf792c25859deda09.headers | 28 - .../fixtures/a6d6ff9ecd3bd266a457dbdad2bd56c8 | 1 - .../a6d6ff9ecd3bd266a457dbdad2bd56c8.headers | 28 - .../fixtures/a79bb5f5595a12abd4685dc2e6448e3d | 1 - .../a79bb5f5595a12abd4685dc2e6448e3d.headers | 23 - .../fixtures/a7ebf644eeda889d47b3eeb3808e1612 | 1 - .../a7ebf644eeda889d47b3eeb3808e1612.headers | 28 - .../fixtures/a81703ff2de3c55fdf82ff4d0a1f5052 | 1 - .../a81703ff2de3c55fdf82ff4d0a1f5052.headers | 28 - .../fixtures/aa7dd9d6650994a83f18e4abf80e2548 | 1 - .../aa7dd9d6650994a83f18e4abf80e2548.headers | 28 - .../fixtures/ab47a9969477aef4978774f295da4fef | 4 - .../ab47a9969477aef4978774f295da4fef.headers | 22 - .../fixtures/ac8c6211927f3c3fcd1bda4702c0fad1 | 1 - .../ac8c6211927f3c3fcd1bda4702c0fad1.headers | 28 - .../fixtures/acac35649a5fee09364a40ee95829e69 | 4 - .../acac35649a5fee09364a40ee95829e69.headers | 22 - .../fixtures/ad5041074ea5fe6a4f5046944b60f216 | 1 - .../ad5041074ea5fe6a4f5046944b60f216.headers | 28 - .../fixtures/af9c8775c9c8864158f1c7b1b0fe5bda | 1 - .../af9c8775c9c8864158f1c7b1b0fe5bda.headers | 23 - .../fixtures/b0fdf95d04794a89e8996e31608528b2 | 1 - .../b0fdf95d04794a89e8996e31608528b2.headers | 28 - .../fixtures/b1506237551a0340d95ad9bce342c880 | 1 - .../b1506237551a0340d95ad9bce342c880.headers | 28 - .../fixtures/b1577b44df8ffde31273119b57585a43 | 1 - .../b1577b44df8ffde31273119b57585a43.headers | 28 - .../fixtures/b1df6f5637b0de25ce9f54874c8ecffc | 1 - .../b1df6f5637b0de25ce9f54874c8ecffc.headers | 28 - .../fixtures/b27cb0ba60f33d15f0be01eb755e22b1 | 1 - .../b27cb0ba60f33d15f0be01eb755e22b1.headers | 28 - .../fixtures/b4bc218a89b1ed34a74924a42db92b8a | 1 - .../b4bc218a89b1ed34a74924a42db92b8a.headers | 42 - .../fixtures/b52874ed0f196446a4c665d43eb66a4e | 4 - .../b52874ed0f196446a4c665d43eb66a4e.headers | 22 - .../fixtures/b6e0c6408f76a293d621a29b26b4da79 | 1 - .../b6e0c6408f76a293d621a29b26b4da79.headers | 27 - .../fixtures/b781a2b3466da5a546a4ba978df0dce6 | 1 - .../b781a2b3466da5a546a4ba978df0dce6.headers | 28 - .../fixtures/b7b4645eb7db0efa5e012a0155892a26 | 1 - .../b7b4645eb7db0efa5e012a0155892a26.headers | 28 - .../fixtures/b8876a6891538843bd4c95e0fc301d39 | 1 - .../b8876a6891538843bd4c95e0fc301d39.headers | 28 - .../fixtures/b9f25f8e90ea54a8f50fa7407c032066 | 4 - .../b9f25f8e90ea54a8f50fa7407c032066.headers | 22 - .../fixtures/ba515718537dd9c0dcb6332ee59cfead | 1 - .../ba515718537dd9c0dcb6332ee59cfead.headers | 28 - test/fixtures/base-schema.js.nock | 4872 ++++++++++++ .../fixtures/bb45b9cceba8f0e6f31f18ee670ecb7b | 1 - .../bb45b9cceba8f0e6f31f18ee670ecb7b.headers | 28 - .../fixtures/be14b8e0fa4d1830a0ebe40a016ca6e2 | 1 - .../be14b8e0fa4d1830a0ebe40a016ca6e2.headers | 28 - .../fixtures/c1db4dc6ce9581a6fb82f326ef7a72f6 | 1 - .../c1db4dc6ce9581a6fb82f326ef7a72f6.headers | 28 - .../fixtures/c3211588134d80d9447ef9f05e02690b | 859 --- .../c3211588134d80d9447ef9f05e02690b.headers | 23 - .../fixtures/c3f018d52bbfaaee75abdbfaf0f71f31 | 1 - .../c3f018d52bbfaaee75abdbfaf0f71f31.headers | 28 - .../fixtures/c56d5d6b85a51b438326d2678b236afe | 1 - .../c56d5d6b85a51b438326d2678b236afe.headers | 28 - .../fixtures/c7c9fd40e14262c634d1c06a962af78f | 1 - .../c7c9fd40e14262c634d1c06a962af78f.headers | 28 - .../fixtures/c7d3ce37fac463c8977f395759e7a8e8 | 1 - .../c7d3ce37fac463c8977f395759e7a8e8.headers | 28 - .../fixtures/c8682c07b872491317ff6129e993354b | 1 - .../c8682c07b872491317ff6129e993354b.headers | 27 - .../fixtures/c8a243858784b363a826f188bb6faf49 | 1 - .../c8a243858784b363a826f188bb6faf49.headers | 28 - .../fixtures/c907a9892b9dacd1c8f6a85cf9b95fb9 | 1 - .../c907a9892b9dacd1c8f6a85cf9b95fb9.headers | 28 - .../fixtures/cae16acb4fde1feabd666ac46e9e9eab | 1 - .../cae16acb4fde1feabd666ac46e9e9eab.headers | 28 - .../fixtures/cb0e9bfd39a4435b3b1e398deb518b7d | 1 - .../cb0e9bfd39a4435b3b1e398deb518b7d.headers | 28 - .../fixtures/cb76edee775d5e3dc3ef3b8d4893169e | 0 .../cb76edee775d5e3dc3ef3b8d4893169e.headers | 26 - .../fixtures/cc371fbba7f2002beeba8b30e43289ba | 1 - .../cc371fbba7f2002beeba8b30e43289ba.headers | 28 - .../fixtures/d00537c2d4ee5e022ede99f8107c8f31 | 1 - .../d00537c2d4ee5e022ede99f8107c8f31.headers | 23 - .../fixtures/d1a0073e6dcac919d8fdf8be12bfcbec | 1 - .../d1a0073e6dcac919d8fdf8be12bfcbec.headers | 28 - .../fixtures/d24e77d89cb5c321d30e6d57295865cb | 1 - .../d24e77d89cb5c321d30e6d57295865cb.headers | 23 - .../fixtures/d33d2ff01e08b813fc2851118cbe6637 | 1 - .../d33d2ff01e08b813fc2851118cbe6637.headers | 28 - .../fixtures/d492a6c775a598749ba6eb60f7fbf94e | 4 - .../d492a6c775a598749ba6eb60f7fbf94e.headers | 22 - .../fixtures/d5f805ec21c452130fc6e1b93f2c1fad | 1 - .../d5f805ec21c452130fc6e1b93f2c1fad.headers | 28 - .../fixtures/d72f17d33f38a3a93c0a76a2c05706e7 | 1 - .../d72f17d33f38a3a93c0a76a2c05706e7.headers | 28 - .../fixtures/d748efa553f827a4594baf0f3cd2bd0e | 1 - .../d748efa553f827a4594baf0f3cd2bd0e.headers | 28 - .../fixtures/d79b4d5b3870a5c217bf065093f0c2bb | 0 .../d79b4d5b3870a5c217bf065093f0c2bb.headers | 26 - .../fixtures/d8882073e7685a9c8894fb532b4e6a0b | 1 - .../d8882073e7685a9c8894fb532b4e6a0b.headers | 28 - .../fixtures/dba5a1e96a4962a5370bad858932e11d | 1 - .../dba5a1e96a4962a5370bad858932e11d.headers | 28 - .../fixtures/dbf0c82ddaa7681f0642fba3fb2dd351 | 1 - .../dbf0c82ddaa7681f0642fba3fb2dd351.headers | 28 - .../fixtures/dccbe1460fc101f36eea06bbb408df95 | 1 - .../dccbe1460fc101f36eea06bbb408df95.headers | 28 - .../fixtures/dcd063023913100f2337a15baaf7cab8 | 0 .../dcd063023913100f2337a15baaf7cab8.headers | 26 - .../fixtures/dce1cbd3f38b1de0b4fd7cc697131b31 | 1 - .../dce1cbd3f38b1de0b4fd7cc697131b31.headers | 28 - .../fixtures/df2dc808710d6548a883bbbf3edecb71 | 1 - .../df2dc808710d6548a883bbbf3edecb71.headers | 42 - .../fixtures/df91c1a5ada46ccb958bf4837b5e780e | 1 - .../df91c1a5ada46ccb958bf4837b5e780e.headers | 28 - .../fixtures/df961ab29380c348b566be15e0aa00c9 | 1 - .../df961ab29380c348b566be15e0aa00c9.headers | 28 - .../fixtures/e7d064c841ee5e01c02ed599ecbd556a | 1 - .../e7d064c841ee5e01c02ed599ecbd556a.headers | 28 - .../fixtures/e7d66bffb0e7b3bb6f87aff19c514424 | 1 - .../e7d66bffb0e7b3bb6f87aff19c514424.headers | 28 - .../fixtures/e94c405604c26d7eb8f405b43732d6b0 | 1 - .../e94c405604c26d7eb8f405b43732d6b0.headers | 28 - .../fixtures/eac519f216b646d4a8b9044277e66474 | 1 - .../eac519f216b646d4a8b9044277e66474.headers | 28 - .../fixtures/ef8a765d572046b07aa6947545f2655a | 0 .../ef8a765d572046b07aa6947545f2655a.headers | 23 - .../fixtures/ef97a1709cfc1a6cf2b23c0f0c7a34fa | 1 - .../ef97a1709cfc1a6cf2b23c0f0c7a34fa.headers | 28 - test/fixtures/extended-schema.js.nock | 4872 ++++++++++++ .../fixtures/f033f64fae76312c039674d345f8f8d3 | 1 - .../f033f64fae76312c039674d345f8f8d3.headers | 28 - .../fixtures/f1bf005705caefc7fce66be2c5f3b0a6 | 1 - .../f1bf005705caefc7fce66be2c5f3b0a6.headers | 28 - .../fixtures/f1c9f6c82f89c707775231cb50c1170e | 1 - .../f1c9f6c82f89c707775231cb50c1170e.headers | 28 - .../fixtures/f2a7af3e3a39e31ee0d9d74b5820ebff | 1 - .../f2a7af3e3a39e31ee0d9d74b5820ebff.headers | 28 - .../fixtures/f3745cfb05ddfda57ec715ce6e752f4e | 1 - .../f3745cfb05ddfda57ec715ce6e752f4e.headers | 23 - .../fixtures/f3c7a5a4d0fbaf81b0a721a0fea245ea | 4 - .../f3c7a5a4d0fbaf81b0a721a0fea245ea.headers | 22 - .../fixtures/f509f61188e6d9fd8647d8ce1b1e8a9f | 1 - .../f509f61188e6d9fd8647d8ce1b1e8a9f.headers | 28 - .../fixtures/f5cc4554214e4421714ea8f4650632b5 | 1 - .../f5cc4554214e4421714ea8f4650632b5.headers | 28 - .../fixtures/f5ffb63dd277e0613abff268b0a194ff | 1 - .../f5ffb63dd277e0613abff268b0a194ff.headers | 28 - .../fixtures/f64d96e2f100bde683ffde19d156218d | 0 .../f64d96e2f100bde683ffde19d156218d.headers | 26 - .../fixtures/f6caffcca77a59bed412ade30680356a | 1 - .../f6caffcca77a59bed412ade30680356a.headers | 28 - .../fixtures/f70e148191e1ebbc95eb12ddc2d85be2 | 1 - .../f70e148191e1ebbc95eb12ddc2d85be2.headers | 28 - .../fixtures/f71ea9601bb094d68114cdfa9da584ac | 1 - .../f71ea9601bb094d68114cdfa9da584ac.headers | 28 - .../fixtures/fa82576d5b7a7fc3ae596f5543219b2d | 1 - .../fa82576d5b7a7fc3ae596f5543219b2d.headers | 28 - .../fixtures/fc596f09fa140d2b3c80fe698d8f9602 | 1 - .../fc596f09fa140d2b3c80fe698d8f9602.headers | 28 - .../fixtures/fd0374199eb1a486b9539b0cb4c31437 | 1 - .../fd0374199eb1a486b9539b0cb4c31437.headers | 28 - .../fixtures/fd213f6dd613d91b8c059cad39261cb8 | 1 - .../fd213f6dd613d91b8c059cad39261cb8.headers | 28 - .../fixtures/fd48eb2a7c834a80a4cf3f589b1d9688 | 0 .../fd48eb2a7c834a80a4cf3f589b1d9688.headers | 26 - .../fixtures/fe7ae6a28ea389d2f3235b0cf1306681 | 1 - .../fe7ae6a28ea389d2f3235b0cf1306681.headers | 28 - test/helpers/client/cover-art-archive.js | 11 +- test/helpers/client/musicbrainz.js | 11 +- test/helpers/context.js | 6 +- test/helpers/schema.js | 7 - test/rate-limit.js | 26 +- test/snapshots/base-schema.js.md | 2 +- test/snapshots/base-schema.js.snap | Bin 527 -> 520 bytes test/snapshots/extended-schema.js.md | 2 +- test/snapshots/extended-schema.js.snap | Bin 527 -> 520 bytes test/types/node.js | 20 +- test/types/scalars.js | 217 +- test/util.js | 26 +- yarn.lock | 6860 ++++++----------- 631 files changed, 28085 insertions(+), 17473 deletions(-) delete mode 100644 .babelrc create mode 100644 .eslintrc.cjs delete mode 100644 .eslintrc.js create mode 100644 .prettierignore create mode 100644 test/api/fixtures/musicbrainz.js.nock create mode 100644 test/extensions/cover-art-archive/fixtures/client.js.nock create mode 100644 test/extensions/cover-art-archive/fixtures/schema.js.nock create mode 100644 test/extensions/fanart-tv/fixtures/schema.js.nock create mode 100644 test/extensions/mediawiki/fixtures/schema.js.nock create mode 100644 test/extensions/the-audio-db/fixtures/schema.js.nock delete mode 100644 test/fixtures/01f85d1b5c1e1c7ee9768df1f7529a89 delete mode 100644 test/fixtures/01f85d1b5c1e1c7ee9768df1f7529a89.headers delete mode 100644 test/fixtures/0362ca3081fd5d16d8e29846798296a0 delete mode 100644 test/fixtures/0362ca3081fd5d16d8e29846798296a0.headers delete mode 100644 test/fixtures/039d208715cc9e59a96dc1aac471af91 delete mode 100644 test/fixtures/039d208715cc9e59a96dc1aac471af91.headers delete mode 100644 test/fixtures/05fcd912e8786fff4dca854a7fa44c81 delete mode 100644 test/fixtures/05fcd912e8786fff4dca854a7fa44c81.headers delete mode 100644 test/fixtures/062868f6b4e58067a80a3174bda59ce9 delete mode 100644 test/fixtures/062868f6b4e58067a80a3174bda59ce9.headers delete mode 100644 test/fixtures/071ecc4967496ac9ff5c75bcb6faf549 delete mode 100644 test/fixtures/071ecc4967496ac9ff5c75bcb6faf549.headers delete mode 100644 test/fixtures/07a9f4ce4cc4639f8ec3d5c06a91b670 delete mode 100644 test/fixtures/07a9f4ce4cc4639f8ec3d5c06a91b670.headers delete mode 100644 test/fixtures/09158487d72de391f789b038b8e5d137 delete mode 100644 test/fixtures/09158487d72de391f789b038b8e5d137.headers delete mode 100644 test/fixtures/096e5b32efb65749a3f9ccaba145c6d9 delete mode 100644 test/fixtures/096e5b32efb65749a3f9ccaba145c6d9.headers delete mode 100644 test/fixtures/0c643a69d0dd86ae242e226c1d85469e delete mode 100644 test/fixtures/0c643a69d0dd86ae242e226c1d85469e.headers delete mode 100644 test/fixtures/0d366b2eeee8615a4b25b8e601c6020a delete mode 100644 test/fixtures/0d366b2eeee8615a4b25b8e601c6020a.headers delete mode 100644 test/fixtures/0d51f45ab918425f0e5c7ff08e9fd0b8 delete mode 100644 test/fixtures/0d51f45ab918425f0e5c7ff08e9fd0b8.headers delete mode 100644 test/fixtures/0e70a8c76fbbaf74403b1979f99fbdeb delete mode 100644 test/fixtures/0e70a8c76fbbaf74403b1979f99fbdeb.headers delete mode 100644 test/fixtures/113db52529ee59875c0e8938b8176ac9 delete mode 100644 test/fixtures/113db52529ee59875c0e8938b8176ac9.headers delete mode 100644 test/fixtures/14d10341ea355048f1c3b6bd9a398842 delete mode 100644 test/fixtures/14d10341ea355048f1c3b6bd9a398842.headers delete mode 100644 test/fixtures/157ce6484de07a7e2ee93b54e8244e27 delete mode 100644 test/fixtures/157ce6484de07a7e2ee93b54e8244e27.headers delete mode 100644 test/fixtures/1b80c33ac904ea280b105fa3eae22b25 delete mode 100644 test/fixtures/1b80c33ac904ea280b105fa3eae22b25.headers delete mode 100644 test/fixtures/1bd60b1a1ed81102d4d7271e2237e1bf delete mode 100644 test/fixtures/1bd60b1a1ed81102d4d7271e2237e1bf.headers delete mode 100644 test/fixtures/1c31d4f3569dee83470ccf2948435447 delete mode 100644 test/fixtures/1c31d4f3569dee83470ccf2948435447.headers delete mode 100644 test/fixtures/1c509f53daeaaec9caffde1bcf85d2dd delete mode 100644 test/fixtures/1c509f53daeaaec9caffde1bcf85d2dd.headers delete mode 100644 test/fixtures/1ca35d44ecbebc340e09347b6f40c6f7 delete mode 100644 test/fixtures/1ca35d44ecbebc340e09347b6f40c6f7.headers delete mode 100644 test/fixtures/1cf7ba4afdfac85839b895900d38557e delete mode 100644 test/fixtures/1cf7ba4afdfac85839b895900d38557e.headers delete mode 100644 test/fixtures/1f64e39ed51023c3c258447c628d9f76 delete mode 100644 test/fixtures/1f64e39ed51023c3c258447c628d9f76.headers delete mode 100644 test/fixtures/215ca91efacd4b7a1e7800813c8382e0 delete mode 100644 test/fixtures/215ca91efacd4b7a1e7800813c8382e0.headers delete mode 100644 test/fixtures/217d797211c26dc393ef44fbf1a1a37e delete mode 100644 test/fixtures/217d797211c26dc393ef44fbf1a1a37e.headers delete mode 100644 test/fixtures/21f15986fbf7f55113d37a766261686f delete mode 100644 test/fixtures/21f15986fbf7f55113d37a766261686f.headers delete mode 100644 test/fixtures/2249af48a413419bdca3aa8872bc3b9c delete mode 100644 test/fixtures/2249af48a413419bdca3aa8872bc3b9c.headers delete mode 100644 test/fixtures/240fa01906160caef0ad74b8e2fe44f0 delete mode 100644 test/fixtures/240fa01906160caef0ad74b8e2fe44f0.headers delete mode 100644 test/fixtures/257742f1f5f07e90a7514808bc18977a delete mode 100644 test/fixtures/257742f1f5f07e90a7514808bc18977a.headers delete mode 100644 test/fixtures/2858315b07a07d102395f182f5037571 delete mode 100644 test/fixtures/2858315b07a07d102395f182f5037571.headers delete mode 100644 test/fixtures/28589f231a3be39ac9077fe789bed818 delete mode 100644 test/fixtures/28589f231a3be39ac9077fe789bed818.headers delete mode 100644 test/fixtures/2aedd41af73384fee8a19db76a3cc3ed delete mode 100644 test/fixtures/2aedd41af73384fee8a19db76a3cc3ed.headers delete mode 100644 test/fixtures/2b7cd5ca496a1d302cc587411cd36ad4 delete mode 100644 test/fixtures/2b7cd5ca496a1d302cc587411cd36ad4.headers delete mode 100644 test/fixtures/2c34fb36a56575acb20fd958b18583fd delete mode 100644 test/fixtures/2c34fb36a56575acb20fd958b18583fd.headers delete mode 100644 test/fixtures/2c6a805737a5bb4bc6cf7ca4c93bcf3c delete mode 100644 test/fixtures/2c6a805737a5bb4bc6cf7ca4c93bcf3c.headers delete mode 100644 test/fixtures/2d73450c4eb129a96c19fb31893cb07f delete mode 100644 test/fixtures/2d73450c4eb129a96c19fb31893cb07f.headers delete mode 100644 test/fixtures/2dd9912677b480dba99a99c809078688 delete mode 100644 test/fixtures/2dd9912677b480dba99a99c809078688.headers delete mode 100644 test/fixtures/2f9e4c201203a33929006daf7b750f02 delete mode 100644 test/fixtures/2f9e4c201203a33929006daf7b750f02.headers delete mode 100644 test/fixtures/2fb308510ba1d5fad8dd2e2f9f2fb296 delete mode 100644 test/fixtures/2fb308510ba1d5fad8dd2e2f9f2fb296.headers delete mode 100644 test/fixtures/3061cf9812acb7fec508ad673d17c104 delete mode 100644 test/fixtures/3061cf9812acb7fec508ad673d17c104.headers delete mode 100644 test/fixtures/30fd9e0948302a73130dea98b64c566d delete mode 100644 test/fixtures/30fd9e0948302a73130dea98b64c566d.headers delete mode 100644 test/fixtures/3144a847f9f6b9455d92bd331f7d11b6 delete mode 100644 test/fixtures/3144a847f9f6b9455d92bd331f7d11b6.headers delete mode 100644 test/fixtures/3168abdfb2c45801ecb78bc900d14b41 delete mode 100644 test/fixtures/3168abdfb2c45801ecb78bc900d14b41.headers delete mode 100644 test/fixtures/328fb65e26d71acde23f18ea8d3d0bff delete mode 100644 test/fixtures/328fb65e26d71acde23f18ea8d3d0bff.headers delete mode 100644 test/fixtures/349bf7254e33f9f6b7a360d9cdaedce3 delete mode 100644 test/fixtures/349bf7254e33f9f6b7a360d9cdaedce3.headers delete mode 100644 test/fixtures/34ca10f44e5af073160c7b6adac60130 delete mode 100644 test/fixtures/34ca10f44e5af073160c7b6adac60130.headers delete mode 100644 test/fixtures/35eee390e68edec5d06d0a820f87087a delete mode 100644 test/fixtures/35eee390e68edec5d06d0a820f87087a.headers delete mode 100644 test/fixtures/39192d7783e3cbd103a64e37435860c8 delete mode 100644 test/fixtures/39192d7783e3cbd103a64e37435860c8.headers delete mode 100644 test/fixtures/3a7c3d2d0ac8cb3923c301ccbe320fd9 delete mode 100644 test/fixtures/3a7c3d2d0ac8cb3923c301ccbe320fd9.headers delete mode 100644 test/fixtures/3b60588b620d7e73852e4800525e40d6 delete mode 100644 test/fixtures/3b60588b620d7e73852e4800525e40d6.headers delete mode 100644 test/fixtures/3be1040749e09fb6758604279107fe6d delete mode 100644 test/fixtures/3be1040749e09fb6758604279107fe6d.headers delete mode 100644 test/fixtures/3c84bd700a6239d110d78334816eda85 delete mode 100644 test/fixtures/3c84bd700a6239d110d78334816eda85.headers delete mode 100644 test/fixtures/3cb5257c754aba0014f4d753feab63a2 delete mode 100644 test/fixtures/3cb5257c754aba0014f4d753feab63a2.headers delete mode 100644 test/fixtures/3d1ea2a773f49cdf17cf4256f5cde4bf delete mode 100644 test/fixtures/3d1ea2a773f49cdf17cf4256f5cde4bf.headers delete mode 100644 test/fixtures/3d2ee72516840ca0816bd567f766b32a delete mode 100644 test/fixtures/3d2ee72516840ca0816bd567f766b32a.headers delete mode 100644 test/fixtures/3d3398816ac3ccbffdd2c4893406f982 delete mode 100644 test/fixtures/3d3398816ac3ccbffdd2c4893406f982.headers delete mode 100644 test/fixtures/3d8e23969b7b8b8dc1e9363bc953eaed delete mode 100644 test/fixtures/3d8e23969b7b8b8dc1e9363bc953eaed.headers delete mode 100644 test/fixtures/3dd3f9a8efe08f8d1adb70cd6ece87d9 delete mode 100644 test/fixtures/3dd3f9a8efe08f8d1adb70cd6ece87d9.headers delete mode 100644 test/fixtures/3e1c2d3f08053b0376bb4a3fa2586cc0 delete mode 100644 test/fixtures/3e1c2d3f08053b0376bb4a3fa2586cc0.headers delete mode 100644 test/fixtures/411c0b53f75e4380eae0424fdecb902e delete mode 100644 test/fixtures/411c0b53f75e4380eae0424fdecb902e.headers delete mode 100644 test/fixtures/419c9e83b133ad68be49ec1098778d6c delete mode 100644 test/fixtures/419c9e83b133ad68be49ec1098778d6c.headers delete mode 100644 test/fixtures/43296de566b64880545e57a0fadb7712 delete mode 100644 test/fixtures/43296de566b64880545e57a0fadb7712.headers delete mode 100644 test/fixtures/43f3b56a2f689bb66e45b9502c23ae82 delete mode 100644 test/fixtures/43f3b56a2f689bb66e45b9502c23ae82.headers delete mode 100644 test/fixtures/456168a862ec0ca28127f067e3f166e7 delete mode 100644 test/fixtures/456168a862ec0ca28127f067e3f166e7.headers delete mode 100644 test/fixtures/45daa19eb100ee93bf814b6b7c76d81e delete mode 100644 test/fixtures/45daa19eb100ee93bf814b6b7c76d81e.headers delete mode 100644 test/fixtures/46c7f0caf13c352837058611548506bb delete mode 100644 test/fixtures/46c7f0caf13c352837058611548506bb.headers delete mode 100644 test/fixtures/4722e553ad2febf7e2c68d71f478a338 delete mode 100644 test/fixtures/4722e553ad2febf7e2c68d71f478a338.headers delete mode 100644 test/fixtures/475fed802529221edd39de95047235c3 delete mode 100644 test/fixtures/475fed802529221edd39de95047235c3.headers delete mode 100644 test/fixtures/4779439b186f99d3c4fbf1cc02727418 delete mode 100644 test/fixtures/4779439b186f99d3c4fbf1cc02727418.headers delete mode 100644 test/fixtures/47797b954fc6aca3786eb09e054b459a delete mode 100644 test/fixtures/47797b954fc6aca3786eb09e054b459a.headers delete mode 100644 test/fixtures/49a2bac852ad6aca096d15a60f5ad23a delete mode 100644 test/fixtures/49a2bac852ad6aca096d15a60f5ad23a.headers delete mode 100644 test/fixtures/49b42184abf656b320a7124347074075 delete mode 100644 test/fixtures/49b42184abf656b320a7124347074075.headers delete mode 100644 test/fixtures/4b2d503f6b8f97b06e3ec6a3341f6904 delete mode 100644 test/fixtures/4b2d503f6b8f97b06e3ec6a3341f6904.headers delete mode 100644 test/fixtures/4b802038a4994a768903c9df4bc309fb delete mode 100644 test/fixtures/4b802038a4994a768903c9df4bc309fb.headers delete mode 100644 test/fixtures/4cbb86059aac9c82542e28028c92b1f7 delete mode 100644 test/fixtures/4cbb86059aac9c82542e28028c92b1f7.headers delete mode 100644 test/fixtures/4e1f01ba60b51a0696cc97178a29068a delete mode 100644 test/fixtures/4e1f01ba60b51a0696cc97178a29068a.headers delete mode 100644 test/fixtures/4f319c7097565393bbd28f21937bd7c7 delete mode 100644 test/fixtures/4f319c7097565393bbd28f21937bd7c7.headers delete mode 100644 test/fixtures/4fa26532ea1c464f20dd0e8016a59665 delete mode 100644 test/fixtures/4fa26532ea1c464f20dd0e8016a59665.headers delete mode 100644 test/fixtures/4fc501bed2b7d643f741185069aace22 delete mode 100644 test/fixtures/4fc501bed2b7d643f741185069aace22.headers delete mode 100644 test/fixtures/4fe2b849e82d3a0e82f9776573e98d1b delete mode 100644 test/fixtures/4fe2b849e82d3a0e82f9776573e98d1b.headers delete mode 100644 test/fixtures/50ce6d15b2781d533c9a5090b9a3721a delete mode 100644 test/fixtures/50ce6d15b2781d533c9a5090b9a3721a.headers delete mode 100644 test/fixtures/535ab3a418fb2b5ac0c9476546cc72d8 delete mode 100644 test/fixtures/535ab3a418fb2b5ac0c9476546cc72d8.headers delete mode 100644 test/fixtures/537dbabc1ce057385edd9d8c4599c077 delete mode 100644 test/fixtures/537dbabc1ce057385edd9d8c4599c077.headers delete mode 100644 test/fixtures/55e718a13ff7c5178cbb0116a1bd2cd6 delete mode 100644 test/fixtures/55e718a13ff7c5178cbb0116a1bd2cd6.headers delete mode 100644 test/fixtures/5644078df70841f66834098df9e30457 delete mode 100644 test/fixtures/5644078df70841f66834098df9e30457.headers delete mode 100644 test/fixtures/5740cf0df41918fee30a22a1bce2791e delete mode 100644 test/fixtures/5740cf0df41918fee30a22a1bce2791e.headers delete mode 100644 test/fixtures/5818a7c5bffe034297462ee69620f3f3 delete mode 100644 test/fixtures/5818a7c5bffe034297462ee69620f3f3.headers delete mode 100644 test/fixtures/59293eea29033071de7f98943c3b5b1f delete mode 100644 test/fixtures/59293eea29033071de7f98943c3b5b1f.headers delete mode 100644 test/fixtures/5c1b9b2cd173095ad489f4a6e36a911d delete mode 100644 test/fixtures/5c1b9b2cd173095ad489f4a6e36a911d.headers delete mode 100644 test/fixtures/5c3b62773c782c2db25349cffac9102d delete mode 100644 test/fixtures/5c3b62773c782c2db25349cffac9102d.headers delete mode 100644 test/fixtures/5f54da66d9a88167f9dda7f1c00d73f3 delete mode 100644 test/fixtures/5f54da66d9a88167f9dda7f1c00d73f3.headers delete mode 100644 test/fixtures/5fba37b7b6619c61e3092bead860e8c9 delete mode 100644 test/fixtures/5fba37b7b6619c61e3092bead860e8c9.headers delete mode 100644 test/fixtures/600c519401f48c53791ce190cae3f561 delete mode 100644 test/fixtures/600c519401f48c53791ce190cae3f561.headers delete mode 100644 test/fixtures/6044ddc15443664659ef91c3c73c0776 delete mode 100644 test/fixtures/6044ddc15443664659ef91c3c73c0776.headers delete mode 100644 test/fixtures/6143276fc750d9f7ad6a6a2f9fb2e025 delete mode 100644 test/fixtures/6143276fc750d9f7ad6a6a2f9fb2e025.headers delete mode 100644 test/fixtures/69d9c8738fe3ea4883276fd8fc9979ce delete mode 100644 test/fixtures/69d9c8738fe3ea4883276fd8fc9979ce.headers delete mode 100644 test/fixtures/6c0b3d7a38ba390a7030130c1c53e287 delete mode 100644 test/fixtures/6c0b3d7a38ba390a7030130c1c53e287.headers delete mode 100644 test/fixtures/6d03bcdb429a47cabcdcb6c31ea1f565 delete mode 100644 test/fixtures/6d03bcdb429a47cabcdcb6c31ea1f565.headers delete mode 100644 test/fixtures/6d67e76967cd5d93d61d515f2e6bb203 delete mode 100644 test/fixtures/6d67e76967cd5d93d61d515f2e6bb203.headers delete mode 100644 test/fixtures/6e3eeb66969aa4c71c2595d514f127f5 delete mode 100644 test/fixtures/6e3eeb66969aa4c71c2595d514f127f5.headers delete mode 100644 test/fixtures/6f51f7057a8ad55969f83563724a58d9 delete mode 100644 test/fixtures/6f51f7057a8ad55969f83563724a58d9.headers delete mode 100644 test/fixtures/701d6495a448e878f88e9dc1313f4d95 delete mode 100644 test/fixtures/701d6495a448e878f88e9dc1313f4d95.headers delete mode 100644 test/fixtures/71097d26676d70389a9b76ea2061db4d delete mode 100644 test/fixtures/71097d26676d70389a9b76ea2061db4d.headers delete mode 100644 test/fixtures/715078248f7642a0aef6972d7c072a2a delete mode 100644 test/fixtures/715078248f7642a0aef6972d7c072a2a.headers delete mode 100644 test/fixtures/73f8fb4778dc1bc3a0975a0c6c8046c6 delete mode 100644 test/fixtures/73f8fb4778dc1bc3a0975a0c6c8046c6.headers delete mode 100644 test/fixtures/77534a6e7fb7ddb83df8a7c91f2ebcc4 delete mode 100644 test/fixtures/77534a6e7fb7ddb83df8a7c91f2ebcc4.headers delete mode 100644 test/fixtures/77bf843f88aa61a66ec61a238b892956 delete mode 100644 test/fixtures/77bf843f88aa61a66ec61a238b892956.headers delete mode 100644 test/fixtures/79471f371a264a0176df177479190ddc delete mode 100644 test/fixtures/79471f371a264a0176df177479190ddc.headers delete mode 100644 test/fixtures/7953dcb77bb190fa61c8380f46711c8c delete mode 100644 test/fixtures/7953dcb77bb190fa61c8380f46711c8c.headers delete mode 100644 test/fixtures/795a1b8c8e790ef5816bc523ca0db1ee delete mode 100644 test/fixtures/795a1b8c8e790ef5816bc523ca0db1ee.headers delete mode 100644 test/fixtures/7aa73613ca81c364adb26ad95bebe930 delete mode 100644 test/fixtures/7aa73613ca81c364adb26ad95bebe930.headers delete mode 100644 test/fixtures/7c1ef1cb044aa69ddad7cd69db399a81 delete mode 100644 test/fixtures/7c1ef1cb044aa69ddad7cd69db399a81.headers delete mode 100644 test/fixtures/7cf49c05d1e153f9622597f1e0e15281 delete mode 100644 test/fixtures/7cf49c05d1e153f9622597f1e0e15281.headers delete mode 100644 test/fixtures/7e4ef1a9130fb6e4fb62cd29edd6974f delete mode 100644 test/fixtures/7e4ef1a9130fb6e4fb62cd29edd6974f.headers delete mode 100644 test/fixtures/7fccf49f79de855cc3b56a8501c9c858 delete mode 100644 test/fixtures/7fccf49f79de855cc3b56a8501c9c858.headers delete mode 100644 test/fixtures/8069a2ac06a7b48528fa1350e0e45e71 delete mode 100644 test/fixtures/8069a2ac06a7b48528fa1350e0e45e71.headers delete mode 100644 test/fixtures/81a6d797dbe67ce75ba99ed2f5315ee0 delete mode 100644 test/fixtures/81a6d797dbe67ce75ba99ed2f5315ee0.headers delete mode 100644 test/fixtures/83438243e6a2e2d2c46f7b5b11f1be76 delete mode 100644 test/fixtures/83438243e6a2e2d2c46f7b5b11f1be76.headers delete mode 100644 test/fixtures/83ae719cb34d0210568c345deed9cfff delete mode 100644 test/fixtures/83ae719cb34d0210568c345deed9cfff.headers delete mode 100644 test/fixtures/83f039eef186b338f6a299e58ec98cff delete mode 100644 test/fixtures/83f039eef186b338f6a299e58ec98cff.headers delete mode 100644 test/fixtures/84660e1bb4040cb3e7b6bf0be38d4ed4 delete mode 100644 test/fixtures/84660e1bb4040cb3e7b6bf0be38d4ed4.headers delete mode 100644 test/fixtures/8581178e326312488e135efb6067e442 delete mode 100644 test/fixtures/8581178e326312488e135efb6067e442.headers delete mode 100644 test/fixtures/85a0820ae369fb18f9d279edf0ac6623 delete mode 100644 test/fixtures/85a0820ae369fb18f9d279edf0ac6623.headers delete mode 100644 test/fixtures/8619ae4dc1a5c3e3cf04ac05ede71e99 delete mode 100644 test/fixtures/8619ae4dc1a5c3e3cf04ac05ede71e99.headers delete mode 100644 test/fixtures/87438b239df73ddc020aee9ec9d84905 delete mode 100644 test/fixtures/87438b239df73ddc020aee9ec9d84905.headers delete mode 100644 test/fixtures/876353ef38c82797eaed49c94c919179 delete mode 100644 test/fixtures/876353ef38c82797eaed49c94c919179.headers delete mode 100644 test/fixtures/8793e474840732d08e1d8b01911bd48a delete mode 100644 test/fixtures/8793e474840732d08e1d8b01911bd48a.headers delete mode 100644 test/fixtures/87a55fd7ad8a5996efd9fa87a188decb delete mode 100644 test/fixtures/87a55fd7ad8a5996efd9fa87a188decb.headers delete mode 100644 test/fixtures/88d25eac97d9ca9d35b89f082799a4c6 delete mode 100644 test/fixtures/88d25eac97d9ca9d35b89f082799a4c6.headers delete mode 100644 test/fixtures/88fdc8186d682459a67b151945c5d5d0 delete mode 100644 test/fixtures/88fdc8186d682459a67b151945c5d5d0.headers delete mode 100644 test/fixtures/89450a383b06d3be5d7cf6f7c7234721 delete mode 100644 test/fixtures/89450a383b06d3be5d7cf6f7c7234721.headers delete mode 100644 test/fixtures/899fe51e8e100f8345cd1cf922bbfe1e delete mode 100644 test/fixtures/899fe51e8e100f8345cd1cf922bbfe1e.headers delete mode 100644 test/fixtures/8a853c2a895ba99685924721d8db37d7 delete mode 100644 test/fixtures/8a853c2a895ba99685924721d8db37d7.headers delete mode 100644 test/fixtures/8add6a7102bef3fbe0819383d85b9cd0 delete mode 100644 test/fixtures/8add6a7102bef3fbe0819383d85b9cd0.headers delete mode 100644 test/fixtures/8b531977c80772b52f69fa86983fb719 delete mode 100644 test/fixtures/8b531977c80772b52f69fa86983fb719.headers delete mode 100644 test/fixtures/8ceeff7e63173373a3722f505a891480 delete mode 100644 test/fixtures/8ceeff7e63173373a3722f505a891480.headers delete mode 100644 test/fixtures/8db17d4f36436578cb15283bc49f8d1e delete mode 100644 test/fixtures/8db17d4f36436578cb15283bc49f8d1e.headers delete mode 100644 test/fixtures/90dd9e390b2eb9e86db99c06a5930c3c delete mode 100644 test/fixtures/90dd9e390b2eb9e86db99c06a5930c3c.headers delete mode 100644 test/fixtures/914da6a513e527c9351bffbc8879dfc2 delete mode 100644 test/fixtures/914da6a513e527c9351bffbc8879dfc2.headers delete mode 100644 test/fixtures/9247bb00fc5e2e0dcf1fcd269df8b94e delete mode 100644 test/fixtures/9247bb00fc5e2e0dcf1fcd269df8b94e.headers delete mode 100644 test/fixtures/92c20b3043c804f81d89af97976dfa53 delete mode 100644 test/fixtures/92c20b3043c804f81d89af97976dfa53.headers delete mode 100644 test/fixtures/935e340e88850192006d86f2114cd5f4 delete mode 100644 test/fixtures/935e340e88850192006d86f2114cd5f4.headers delete mode 100644 test/fixtures/942f9d096b7e5f2a79cf945af616c347 delete mode 100644 test/fixtures/942f9d096b7e5f2a79cf945af616c347.headers delete mode 100644 test/fixtures/9484a08a05cc0cf8e3416a90eab8f273 delete mode 100644 test/fixtures/9484a08a05cc0cf8e3416a90eab8f273.headers delete mode 100644 test/fixtures/9553c1d36a4fbf312310fbc656807dbd delete mode 100644 test/fixtures/9553c1d36a4fbf312310fbc656807dbd.headers delete mode 100644 test/fixtures/95b5c542d640744ecba068f35899a231 delete mode 100644 test/fixtures/95b5c542d640744ecba068f35899a231.headers delete mode 100644 test/fixtures/969ae9d0345ce9cd589eba7bd37d0ea3 delete mode 100644 test/fixtures/969ae9d0345ce9cd589eba7bd37d0ea3.headers delete mode 100644 test/fixtures/973e11ce912c0bc44d3fad7d08d9c41d delete mode 100644 test/fixtures/973e11ce912c0bc44d3fad7d08d9c41d.headers delete mode 100644 test/fixtures/97957d6dbc8b2d81b65d1b57c0c20810 delete mode 100644 test/fixtures/97957d6dbc8b2d81b65d1b57c0c20810.headers delete mode 100644 test/fixtures/97ca6d7fad6a7b70ec940fa3bab6c47a delete mode 100644 test/fixtures/97ca6d7fad6a7b70ec940fa3bab6c47a.headers delete mode 100644 test/fixtures/97ec62634d0a8953ab3ba2ffce984a83 delete mode 100644 test/fixtures/97ec62634d0a8953ab3ba2ffce984a83.headers delete mode 100644 test/fixtures/981e4a18c54b89e2537b7660cf8ed3bd delete mode 100644 test/fixtures/981e4a18c54b89e2537b7660cf8ed3bd.headers delete mode 100644 test/fixtures/989521e0ddda97a5a15e7564e4a02100 delete mode 100644 test/fixtures/989521e0ddda97a5a15e7564e4a02100.headers delete mode 100644 test/fixtures/989db6ea639b5dc2f24377b312932f27 delete mode 100644 test/fixtures/989db6ea639b5dc2f24377b312932f27.headers delete mode 100644 test/fixtures/98b08ffe7691e0adaac6298ca8a69b41 delete mode 100644 test/fixtures/98b08ffe7691e0adaac6298ca8a69b41.headers delete mode 100644 test/fixtures/99528bcc7f6586bde435b2b8d64b241a delete mode 100644 test/fixtures/99528bcc7f6586bde435b2b8d64b241a.headers delete mode 100644 test/fixtures/99a9d97c03b0197b42c4fc8e06319a87 delete mode 100644 test/fixtures/99a9d97c03b0197b42c4fc8e06319a87.headers delete mode 100644 test/fixtures/99be81c6a2c3d83bbe773287bda38148 delete mode 100644 test/fixtures/99be81c6a2c3d83bbe773287bda38148.headers delete mode 100644 test/fixtures/9c392f735dfc18f1ebae5057d4810503 delete mode 100644 test/fixtures/9c392f735dfc18f1ebae5057d4810503.headers delete mode 100644 test/fixtures/9c9b2cb9801360a9baac11c74fb1d61d delete mode 100644 test/fixtures/9c9b2cb9801360a9baac11c74fb1d61d.headers delete mode 100644 test/fixtures/9cd666caa3723edc6f5438fed0898f86 delete mode 100644 test/fixtures/9cd666caa3723edc6f5438fed0898f86.headers delete mode 100644 test/fixtures/9f53b77c31b1a112ff1f5725b912cf69 delete mode 100644 test/fixtures/9f53b77c31b1a112ff1f5725b912cf69.headers delete mode 100644 test/fixtures/a04597ae29bb987a5c36b1747baa25fa delete mode 100644 test/fixtures/a04597ae29bb987a5c36b1747baa25fa.headers delete mode 100644 test/fixtures/a0ed4659bace0bc088ef218af3ecfc10 delete mode 100644 test/fixtures/a0ed4659bace0bc088ef218af3ecfc10.headers delete mode 100644 test/fixtures/a0f12f7901b08f8aff6b15082c2e089b delete mode 100644 test/fixtures/a0f12f7901b08f8aff6b15082c2e089b.headers delete mode 100644 test/fixtures/a155d67a2d4b0ada2467e9cecd69577f delete mode 100644 test/fixtures/a155d67a2d4b0ada2467e9cecd69577f.headers delete mode 100644 test/fixtures/a1edb81b97ca0875be3c3fc1fb58f10b delete mode 100644 test/fixtures/a1edb81b97ca0875be3c3fc1fb58f10b.headers delete mode 100644 test/fixtures/a2e9ac8cccc68070158e14f749720049 delete mode 100644 test/fixtures/a2e9ac8cccc68070158e14f749720049.headers delete mode 100644 test/fixtures/a310e26b9e92f2a0bab61d4d42912714 delete mode 100644 test/fixtures/a310e26b9e92f2a0bab61d4d42912714.headers delete mode 100644 test/fixtures/a3643b415a8765c397d0b4e725ac6952 delete mode 100644 test/fixtures/a3643b415a8765c397d0b4e725ac6952.headers delete mode 100644 test/fixtures/a402f61934119d56cf8cdb2fd21642bb delete mode 100644 test/fixtures/a402f61934119d56cf8cdb2fd21642bb.headers delete mode 100644 test/fixtures/a437ae1263f54894b27977b291026a21 delete mode 100644 test/fixtures/a437ae1263f54894b27977b291026a21.headers delete mode 100644 test/fixtures/a60002a456739daaf792c25859deda09 delete mode 100644 test/fixtures/a60002a456739daaf792c25859deda09.headers delete mode 100644 test/fixtures/a6d6ff9ecd3bd266a457dbdad2bd56c8 delete mode 100644 test/fixtures/a6d6ff9ecd3bd266a457dbdad2bd56c8.headers delete mode 100644 test/fixtures/a79bb5f5595a12abd4685dc2e6448e3d delete mode 100644 test/fixtures/a79bb5f5595a12abd4685dc2e6448e3d.headers delete mode 100644 test/fixtures/a7ebf644eeda889d47b3eeb3808e1612 delete mode 100644 test/fixtures/a7ebf644eeda889d47b3eeb3808e1612.headers delete mode 100644 test/fixtures/a81703ff2de3c55fdf82ff4d0a1f5052 delete mode 100644 test/fixtures/a81703ff2de3c55fdf82ff4d0a1f5052.headers delete mode 100644 test/fixtures/aa7dd9d6650994a83f18e4abf80e2548 delete mode 100644 test/fixtures/aa7dd9d6650994a83f18e4abf80e2548.headers delete mode 100644 test/fixtures/ab47a9969477aef4978774f295da4fef delete mode 100644 test/fixtures/ab47a9969477aef4978774f295da4fef.headers delete mode 100644 test/fixtures/ac8c6211927f3c3fcd1bda4702c0fad1 delete mode 100644 test/fixtures/ac8c6211927f3c3fcd1bda4702c0fad1.headers delete mode 100644 test/fixtures/acac35649a5fee09364a40ee95829e69 delete mode 100644 test/fixtures/acac35649a5fee09364a40ee95829e69.headers delete mode 100644 test/fixtures/ad5041074ea5fe6a4f5046944b60f216 delete mode 100644 test/fixtures/ad5041074ea5fe6a4f5046944b60f216.headers delete mode 100644 test/fixtures/af9c8775c9c8864158f1c7b1b0fe5bda delete mode 100644 test/fixtures/af9c8775c9c8864158f1c7b1b0fe5bda.headers delete mode 100644 test/fixtures/b0fdf95d04794a89e8996e31608528b2 delete mode 100644 test/fixtures/b0fdf95d04794a89e8996e31608528b2.headers delete mode 100644 test/fixtures/b1506237551a0340d95ad9bce342c880 delete mode 100644 test/fixtures/b1506237551a0340d95ad9bce342c880.headers delete mode 100644 test/fixtures/b1577b44df8ffde31273119b57585a43 delete mode 100644 test/fixtures/b1577b44df8ffde31273119b57585a43.headers delete mode 100644 test/fixtures/b1df6f5637b0de25ce9f54874c8ecffc delete mode 100644 test/fixtures/b1df6f5637b0de25ce9f54874c8ecffc.headers delete mode 100644 test/fixtures/b27cb0ba60f33d15f0be01eb755e22b1 delete mode 100644 test/fixtures/b27cb0ba60f33d15f0be01eb755e22b1.headers delete mode 100644 test/fixtures/b4bc218a89b1ed34a74924a42db92b8a delete mode 100644 test/fixtures/b4bc218a89b1ed34a74924a42db92b8a.headers delete mode 100644 test/fixtures/b52874ed0f196446a4c665d43eb66a4e delete mode 100644 test/fixtures/b52874ed0f196446a4c665d43eb66a4e.headers delete mode 100644 test/fixtures/b6e0c6408f76a293d621a29b26b4da79 delete mode 100644 test/fixtures/b6e0c6408f76a293d621a29b26b4da79.headers delete mode 100644 test/fixtures/b781a2b3466da5a546a4ba978df0dce6 delete mode 100644 test/fixtures/b781a2b3466da5a546a4ba978df0dce6.headers delete mode 100644 test/fixtures/b7b4645eb7db0efa5e012a0155892a26 delete mode 100644 test/fixtures/b7b4645eb7db0efa5e012a0155892a26.headers delete mode 100644 test/fixtures/b8876a6891538843bd4c95e0fc301d39 delete mode 100644 test/fixtures/b8876a6891538843bd4c95e0fc301d39.headers delete mode 100644 test/fixtures/b9f25f8e90ea54a8f50fa7407c032066 delete mode 100644 test/fixtures/b9f25f8e90ea54a8f50fa7407c032066.headers delete mode 100644 test/fixtures/ba515718537dd9c0dcb6332ee59cfead delete mode 100644 test/fixtures/ba515718537dd9c0dcb6332ee59cfead.headers create mode 100644 test/fixtures/base-schema.js.nock delete mode 100644 test/fixtures/bb45b9cceba8f0e6f31f18ee670ecb7b delete mode 100644 test/fixtures/bb45b9cceba8f0e6f31f18ee670ecb7b.headers delete mode 100644 test/fixtures/be14b8e0fa4d1830a0ebe40a016ca6e2 delete mode 100644 test/fixtures/be14b8e0fa4d1830a0ebe40a016ca6e2.headers delete mode 100644 test/fixtures/c1db4dc6ce9581a6fb82f326ef7a72f6 delete mode 100644 test/fixtures/c1db4dc6ce9581a6fb82f326ef7a72f6.headers delete mode 100644 test/fixtures/c3211588134d80d9447ef9f05e02690b delete mode 100644 test/fixtures/c3211588134d80d9447ef9f05e02690b.headers delete mode 100644 test/fixtures/c3f018d52bbfaaee75abdbfaf0f71f31 delete mode 100644 test/fixtures/c3f018d52bbfaaee75abdbfaf0f71f31.headers delete mode 100644 test/fixtures/c56d5d6b85a51b438326d2678b236afe delete mode 100644 test/fixtures/c56d5d6b85a51b438326d2678b236afe.headers delete mode 100644 test/fixtures/c7c9fd40e14262c634d1c06a962af78f delete mode 100644 test/fixtures/c7c9fd40e14262c634d1c06a962af78f.headers delete mode 100644 test/fixtures/c7d3ce37fac463c8977f395759e7a8e8 delete mode 100644 test/fixtures/c7d3ce37fac463c8977f395759e7a8e8.headers delete mode 100644 test/fixtures/c8682c07b872491317ff6129e993354b delete mode 100644 test/fixtures/c8682c07b872491317ff6129e993354b.headers delete mode 100644 test/fixtures/c8a243858784b363a826f188bb6faf49 delete mode 100644 test/fixtures/c8a243858784b363a826f188bb6faf49.headers delete mode 100644 test/fixtures/c907a9892b9dacd1c8f6a85cf9b95fb9 delete mode 100644 test/fixtures/c907a9892b9dacd1c8f6a85cf9b95fb9.headers delete mode 100644 test/fixtures/cae16acb4fde1feabd666ac46e9e9eab delete mode 100644 test/fixtures/cae16acb4fde1feabd666ac46e9e9eab.headers delete mode 100644 test/fixtures/cb0e9bfd39a4435b3b1e398deb518b7d delete mode 100644 test/fixtures/cb0e9bfd39a4435b3b1e398deb518b7d.headers delete mode 100644 test/fixtures/cb76edee775d5e3dc3ef3b8d4893169e delete mode 100644 test/fixtures/cb76edee775d5e3dc3ef3b8d4893169e.headers delete mode 100644 test/fixtures/cc371fbba7f2002beeba8b30e43289ba delete mode 100644 test/fixtures/cc371fbba7f2002beeba8b30e43289ba.headers delete mode 100644 test/fixtures/d00537c2d4ee5e022ede99f8107c8f31 delete mode 100644 test/fixtures/d00537c2d4ee5e022ede99f8107c8f31.headers delete mode 100644 test/fixtures/d1a0073e6dcac919d8fdf8be12bfcbec delete mode 100644 test/fixtures/d1a0073e6dcac919d8fdf8be12bfcbec.headers delete mode 100644 test/fixtures/d24e77d89cb5c321d30e6d57295865cb delete mode 100644 test/fixtures/d24e77d89cb5c321d30e6d57295865cb.headers delete mode 100644 test/fixtures/d33d2ff01e08b813fc2851118cbe6637 delete mode 100644 test/fixtures/d33d2ff01e08b813fc2851118cbe6637.headers delete mode 100644 test/fixtures/d492a6c775a598749ba6eb60f7fbf94e delete mode 100644 test/fixtures/d492a6c775a598749ba6eb60f7fbf94e.headers delete mode 100644 test/fixtures/d5f805ec21c452130fc6e1b93f2c1fad delete mode 100644 test/fixtures/d5f805ec21c452130fc6e1b93f2c1fad.headers delete mode 100644 test/fixtures/d72f17d33f38a3a93c0a76a2c05706e7 delete mode 100644 test/fixtures/d72f17d33f38a3a93c0a76a2c05706e7.headers delete mode 100644 test/fixtures/d748efa553f827a4594baf0f3cd2bd0e delete mode 100644 test/fixtures/d748efa553f827a4594baf0f3cd2bd0e.headers delete mode 100644 test/fixtures/d79b4d5b3870a5c217bf065093f0c2bb delete mode 100644 test/fixtures/d79b4d5b3870a5c217bf065093f0c2bb.headers delete mode 100644 test/fixtures/d8882073e7685a9c8894fb532b4e6a0b delete mode 100644 test/fixtures/d8882073e7685a9c8894fb532b4e6a0b.headers delete mode 100644 test/fixtures/dba5a1e96a4962a5370bad858932e11d delete mode 100644 test/fixtures/dba5a1e96a4962a5370bad858932e11d.headers delete mode 100644 test/fixtures/dbf0c82ddaa7681f0642fba3fb2dd351 delete mode 100644 test/fixtures/dbf0c82ddaa7681f0642fba3fb2dd351.headers delete mode 100644 test/fixtures/dccbe1460fc101f36eea06bbb408df95 delete mode 100644 test/fixtures/dccbe1460fc101f36eea06bbb408df95.headers delete mode 100644 test/fixtures/dcd063023913100f2337a15baaf7cab8 delete mode 100644 test/fixtures/dcd063023913100f2337a15baaf7cab8.headers delete mode 100644 test/fixtures/dce1cbd3f38b1de0b4fd7cc697131b31 delete mode 100644 test/fixtures/dce1cbd3f38b1de0b4fd7cc697131b31.headers delete mode 100644 test/fixtures/df2dc808710d6548a883bbbf3edecb71 delete mode 100644 test/fixtures/df2dc808710d6548a883bbbf3edecb71.headers delete mode 100644 test/fixtures/df91c1a5ada46ccb958bf4837b5e780e delete mode 100644 test/fixtures/df91c1a5ada46ccb958bf4837b5e780e.headers delete mode 100644 test/fixtures/df961ab29380c348b566be15e0aa00c9 delete mode 100644 test/fixtures/df961ab29380c348b566be15e0aa00c9.headers delete mode 100644 test/fixtures/e7d064c841ee5e01c02ed599ecbd556a delete mode 100644 test/fixtures/e7d064c841ee5e01c02ed599ecbd556a.headers delete mode 100644 test/fixtures/e7d66bffb0e7b3bb6f87aff19c514424 delete mode 100644 test/fixtures/e7d66bffb0e7b3bb6f87aff19c514424.headers delete mode 100644 test/fixtures/e94c405604c26d7eb8f405b43732d6b0 delete mode 100644 test/fixtures/e94c405604c26d7eb8f405b43732d6b0.headers delete mode 100644 test/fixtures/eac519f216b646d4a8b9044277e66474 delete mode 100644 test/fixtures/eac519f216b646d4a8b9044277e66474.headers delete mode 100644 test/fixtures/ef8a765d572046b07aa6947545f2655a delete mode 100644 test/fixtures/ef8a765d572046b07aa6947545f2655a.headers delete mode 100644 test/fixtures/ef97a1709cfc1a6cf2b23c0f0c7a34fa delete mode 100644 test/fixtures/ef97a1709cfc1a6cf2b23c0f0c7a34fa.headers create mode 100644 test/fixtures/extended-schema.js.nock delete mode 100644 test/fixtures/f033f64fae76312c039674d345f8f8d3 delete mode 100644 test/fixtures/f033f64fae76312c039674d345f8f8d3.headers delete mode 100644 test/fixtures/f1bf005705caefc7fce66be2c5f3b0a6 delete mode 100644 test/fixtures/f1bf005705caefc7fce66be2c5f3b0a6.headers delete mode 100644 test/fixtures/f1c9f6c82f89c707775231cb50c1170e delete mode 100644 test/fixtures/f1c9f6c82f89c707775231cb50c1170e.headers delete mode 100644 test/fixtures/f2a7af3e3a39e31ee0d9d74b5820ebff delete mode 100644 test/fixtures/f2a7af3e3a39e31ee0d9d74b5820ebff.headers delete mode 100644 test/fixtures/f3745cfb05ddfda57ec715ce6e752f4e delete mode 100644 test/fixtures/f3745cfb05ddfda57ec715ce6e752f4e.headers delete mode 100644 test/fixtures/f3c7a5a4d0fbaf81b0a721a0fea245ea delete mode 100644 test/fixtures/f3c7a5a4d0fbaf81b0a721a0fea245ea.headers delete mode 100644 test/fixtures/f509f61188e6d9fd8647d8ce1b1e8a9f delete mode 100644 test/fixtures/f509f61188e6d9fd8647d8ce1b1e8a9f.headers delete mode 100644 test/fixtures/f5cc4554214e4421714ea8f4650632b5 delete mode 100644 test/fixtures/f5cc4554214e4421714ea8f4650632b5.headers delete mode 100644 test/fixtures/f5ffb63dd277e0613abff268b0a194ff delete mode 100644 test/fixtures/f5ffb63dd277e0613abff268b0a194ff.headers delete mode 100644 test/fixtures/f64d96e2f100bde683ffde19d156218d delete mode 100644 test/fixtures/f64d96e2f100bde683ffde19d156218d.headers delete mode 100644 test/fixtures/f6caffcca77a59bed412ade30680356a delete mode 100644 test/fixtures/f6caffcca77a59bed412ade30680356a.headers delete mode 100644 test/fixtures/f70e148191e1ebbc95eb12ddc2d85be2 delete mode 100644 test/fixtures/f70e148191e1ebbc95eb12ddc2d85be2.headers delete mode 100644 test/fixtures/f71ea9601bb094d68114cdfa9da584ac delete mode 100644 test/fixtures/f71ea9601bb094d68114cdfa9da584ac.headers delete mode 100644 test/fixtures/fa82576d5b7a7fc3ae596f5543219b2d delete mode 100644 test/fixtures/fa82576d5b7a7fc3ae596f5543219b2d.headers delete mode 100644 test/fixtures/fc596f09fa140d2b3c80fe698d8f9602 delete mode 100644 test/fixtures/fc596f09fa140d2b3c80fe698d8f9602.headers delete mode 100644 test/fixtures/fd0374199eb1a486b9539b0cb4c31437 delete mode 100644 test/fixtures/fd0374199eb1a486b9539b0cb4c31437.headers delete mode 100644 test/fixtures/fd213f6dd613d91b8c059cad39261cb8 delete mode 100644 test/fixtures/fd213f6dd613d91b8c059cad39261cb8.headers delete mode 100644 test/fixtures/fd48eb2a7c834a80a4cf3f589b1d9688 delete mode 100644 test/fixtures/fd48eb2a7c834a80a4cf3f589b1d9688.headers delete mode 100644 test/fixtures/fe7ae6a28ea389d2f3235b0cf1306681 delete mode 100644 test/fixtures/fe7ae6a28ea389d2f3235b0cf1306681.headers delete mode 100644 test/helpers/schema.js diff --git a/.babelrc b/.babelrc deleted file mode 100644 index 843155e..0000000 --- a/.babelrc +++ /dev/null @@ -1,19 +0,0 @@ -{ - "presets": [ - [ - "env", - { - "targets": { - "node": "8.10" - } - } - ] - ], - "plugins": ["transform-runtime", "syntax-object-rest-spread"], - "only": ["scripts/**", "src/**", "test/helpers/**"], - "env": { - "test": { - "plugins": ["istanbul"] - } - } -} diff --git a/.eslintignore b/.eslintignore index a64b492..6c34ca4 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,4 @@ /.nyc_output /coverage /lib -!.eslintrc.js +!.eslintrc.cjs diff --git a/.eslintrc.cjs b/.eslintrc.cjs new file mode 100644 index 0000000..5f74657 --- /dev/null +++ b/.eslintrc.cjs @@ -0,0 +1,45 @@ +module.exports = { + env: { + es2020: true, + node: true, + }, + parserOptions: { + ecmaVersion: 2020, + sourceType: 'module', + }, + extends: [ + 'eslint:recommended', + 'plugin:promise/recommended', + 'plugin:node/recommended', + 'plugin:import/errors', + 'plugin:import/warnings', + 'plugin:prettier/recommended', + ], + rules: { + 'no-unused-vars': [ + 'error', + { vars: 'all', args: 'none', ignoreRestSiblings: false }, + ], + 'import/default': 'off', + 'import/no-named-as-default': 'off', + 'node/no-unsupported-features/es-syntax': [ + 'error', + { + ignores: ['dynamicImport', 'modules'], + }, + ], + 'prettier/prettier': [ + 'error', + { + singleQuote: true, + }, + ], + 'promise/always-return': 'off', + 'promise/catch-or-return': [ + 'error', + { + allowThen: true, + }, + ], + }, +}; diff --git a/.eslintrc.js b/.eslintrc.js deleted file mode 100644 index f709b8c..0000000 --- a/.eslintrc.js +++ /dev/null @@ -1,20 +0,0 @@ -module.exports = { - extends: ['standard', 'prettier', 'prettier/standard'], - env: { - es6: true, - node: true - }, - parserOptions: { - ecmaVersion: 6 - }, - plugins: ['prettier'], - rules: { - 'prettier/prettier': [ - 'error', - { - singleQuote: true, - semi: false - } - ] - } -} diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..e371b94 --- /dev/null +++ b/.prettierignore @@ -0,0 +1,3 @@ +/.nyc_output +/coverage +/lib diff --git a/.travis.yml b/.travis.yml index e5b59c4..ef0e099 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,26 +1,26 @@ language: node_js node_js: -- '8' -- '9' -- '10' + - '12' + - '14' + - '15' # Use container-based Travis infrastructure. sudo: false branches: only: - - master - - "/^greenkeeper/.*$/" + - master + - '/^greenkeeper/.*$/' env: global: - - secure: fyw/6iyz4skp/sdAb9wr9Pq/72j4z2TiIZIJLT6B4zZZUKclA9ihHYx2Qf4IK7rHe+mvg0dSKaJi+zgrEx04fg2bP05dV1f52mmR71sE/FDRc9nkGgDl6/2AeXfXh0Raf8lVsYuBWclI2G0GPQeG1xskY7EBEnlKBdRmnljXPDNu1kwSrcLoGkoP1sIMRIxnMAHPXlOO3QKstiHM/HMa3A4SsQ4VGVLfrYqDJJ3L3XOkSbqyaSdWhELxSXAxSEzEOYi28kPeKtztdaU+BQtOSamuIMrEPwpM6+bFtTrf/SxWcybCk2sqn4sUgDVE8658cEIECR6NC1U/gWvDZSVHEetT2caHkhe1NRjxQmKrRfx88a+qZPeqbv6ydpvK8XAnaMtpwZtytoPZ7gw4IF0wxfkeBhK8dgBb4Lsdpnv90tbzcIyHgrHJiKBgJLlghBr9McFo4Fe3W06eD4rBTNX1LCmURQCm0V6mfCPUPup/68tAuscgysVW54XT51P4fk1iR3MJzCjbxaWbxwxWdCEeD2ptIkZwXDGydVe2qL4eI7NpYyTyhHc8vITlXYQnDCj9ztwjSiSf+4jJQiN7mbNcrRymnF22ICubnpj0SHBxEkQFJ+f/Wf3Ksxtl8t8DLTBCPtSzv7rxbdtnKRR1QRWgeYnhos1QHcNaoDgrlWCkOIg= - - secure: gS7EN+j/l9SDLjwM9YHCgOh6iPw0YTKvuQX9eXUI9YIEYoyhnBRQMfp77LJTuXdlucGgYj4v05YriLoxl4L7hmUmAKnDOVVEOUQqwYoAzg+h2GS3FQhoQRioxSAmTJc90nki0uhYAHW8FZ34+BjONCDSnew7r71TTU+UxRdRu4wOneFwXW1crPCNRtO5Ov/gkuiOWQaSPOoP6tzPOMP6FUueRQVqvf2GOoF3lBM8LnKeIq+m4H80DGsNjMtqdPJz9QQzAwO3VRNgsMAgr2wzVzjUnum7DfQC808AQDURlj9apg1HdYZDJH9bQyI/jIZ1gnHIcZ+kqqoq0l0QVNmITeMGrblFALU8xCFtGUyq70FGMjcmDGCanpveNOOhxjdqqfvvPKuqHEsfZtZkBJDovJdFtKmzf7DWb5xv8liPCzX26eBG/DPQgCEzyW0bl7IcB2LVMW/ObMRgixik2qiqYjN05pveWYsiO2iaiMo9ebm7FHXw/B0yfjM+CCGf7bjR9+RczXlN1x/gj+yjnYJ4K/nojSx0wms3QE7tJsXjmAMeguKUoZtaGGlF5yGbKtaZEVw/ZhYQDfLwwHQX2S5E424tYP/NAdi++CNCvyHJ7n0zel18FfsUNE1jIMaGb6aG6uOv6eOVI4+O09R71wxcYbQs40axdF+Y0A5f+CllNc8= + - secure: fyw/6iyz4skp/sdAb9wr9Pq/72j4z2TiIZIJLT6B4zZZUKclA9ihHYx2Qf4IK7rHe+mvg0dSKaJi+zgrEx04fg2bP05dV1f52mmR71sE/FDRc9nkGgDl6/2AeXfXh0Raf8lVsYuBWclI2G0GPQeG1xskY7EBEnlKBdRmnljXPDNu1kwSrcLoGkoP1sIMRIxnMAHPXlOO3QKstiHM/HMa3A4SsQ4VGVLfrYqDJJ3L3XOkSbqyaSdWhELxSXAxSEzEOYi28kPeKtztdaU+BQtOSamuIMrEPwpM6+bFtTrf/SxWcybCk2sqn4sUgDVE8658cEIECR6NC1U/gWvDZSVHEetT2caHkhe1NRjxQmKrRfx88a+qZPeqbv6ydpvK8XAnaMtpwZtytoPZ7gw4IF0wxfkeBhK8dgBb4Lsdpnv90tbzcIyHgrHJiKBgJLlghBr9McFo4Fe3W06eD4rBTNX1LCmURQCm0V6mfCPUPup/68tAuscgysVW54XT51P4fk1iR3MJzCjbxaWbxwxWdCEeD2ptIkZwXDGydVe2qL4eI7NpYyTyhHc8vITlXYQnDCj9ztwjSiSf+4jJQiN7mbNcrRymnF22ICubnpj0SHBxEkQFJ+f/Wf3Ksxtl8t8DLTBCPtSzv7rxbdtnKRR1QRWgeYnhos1QHcNaoDgrlWCkOIg= + - secure: gS7EN+j/l9SDLjwM9YHCgOh6iPw0YTKvuQX9eXUI9YIEYoyhnBRQMfp77LJTuXdlucGgYj4v05YriLoxl4L7hmUmAKnDOVVEOUQqwYoAzg+h2GS3FQhoQRioxSAmTJc90nki0uhYAHW8FZ34+BjONCDSnew7r71TTU+UxRdRu4wOneFwXW1crPCNRtO5Ov/gkuiOWQaSPOoP6tzPOMP6FUueRQVqvf2GOoF3lBM8LnKeIq+m4H80DGsNjMtqdPJz9QQzAwO3VRNgsMAgr2wzVzjUnum7DfQC808AQDURlj9apg1HdYZDJH9bQyI/jIZ1gnHIcZ+kqqoq0l0QVNmITeMGrblFALU8xCFtGUyq70FGMjcmDGCanpveNOOhxjdqqfvvPKuqHEsfZtZkBJDovJdFtKmzf7DWb5xv8liPCzX26eBG/DPQgCEzyW0bl7IcB2LVMW/ObMRgixik2qiqYjN05pveWYsiO2iaiMo9ebm7FHXw/B0yfjM+CCGf7bjR9+RczXlN1x/gj+yjnYJ4K/nojSx0wms3QE7tJsXjmAMeguKUoZtaGGlF5yGbKtaZEVw/ZhYQDfLwwHQX2S5E424tYP/NAdi++CNCvyHJ7n0zel18FfsUNE1jIMaGb6aG6uOv6eOVI4+O09R71wxcYbQs40axdF+Y0A5f+CllNc8= script: -- yarn test + - yarn test after_success: -- $(yarn bin)/nyc report --reporter=text-lcov | $(yarn bin)/coveralls -- bash <(curl -s https://codecov.io/bash) + - $(yarn bin)/c8 report --reporter=text-lcov | $(yarn bin)/coveralls + - bash <(curl -s https://codecov.io/bash) diff --git a/README.md b/README.md index dc1a3a4..74d8576 100644 --- a/README.md +++ b/README.md @@ -9,19 +9,29 @@ A [GraphQL][] schema, [Express][] server, and middleware for querying the [MusicBrainz][] API. It features an [extensible](./docs/extensions) schema to add integration with Discogs, Spotify, Last.fm, fanart.tv, and more! +Install with npm: + ```sh npm install graphbrainz --save ``` +Install with Yarn: + +```sh +yarn add graphbrainz +``` + **[Try out the live demo!][demo]** :bulb: Use the “Docs” sidebar, the [schema][], or the [types][] docs to help construct your query. +_GraphBrainz is written and distributed as native Node.js ECMAScript modules +(ESM) and requires a compatible version._ + ## Contents - - [Usage](#usage) - [As a standalone server](#as-a-standalone-server) - [As middleware](#as-middleware) @@ -43,8 +53,8 @@ middleware supplying a GraphQL endpoint. ### As a standalone server -Run the included `graphbrainz` executable to start the server. The server -is configured using [environment variables](#environment-variables). +Run the included `graphbrainz` executable to start the server. The server is +configured using [environment variables](#environment-variables). ```sh $ graphbrainz @@ -69,7 +79,7 @@ an endpoint, or you just want more customization, use the middleware. ```js import express from 'express'; -import graphbrainz from 'graphbrainz'; +import { middleware as graphbrainz } from 'graphbrainz'; const app = express(); @@ -89,11 +99,11 @@ app.listen(3000); The `graphbrainz` middleware function accepts the following options: - **`client`**: A custom API client instance to use. See the - [client submodule](src/api/client.js) for help with creating a custom instance. - You probably only need to do this if you want to adjust the rate limit and retry - behavior. -- Any remaining options are passed along to the standard GraphQL middleware. - See the [express-graphql][] documentation for more information. + [client submodule](src/api/client.js) for help with creating a custom + instance. You probably only need to do this if you want to adjust the rate + limit and retry behavior. +- Any remaining options are passed along to the standard GraphQL middleware. See + the [express-graphql][] documentation for more information. ### As a client @@ -103,13 +113,11 @@ or exposing a GraphQL endpoint, use the GraphBrainz schema with a library like GraphBrainz resolvers expect, like so: ```js -import { graphql } from 'graphql' -import { MusicBrainz } from 'graphbrainz/lib/api' -import createContext from 'graphbrainz/lib/context' -import schema from 'graphbrainz/lib/schema' +import { graphql } from 'graphql'; +import { MusicBrainz, createContext, baseSchema } from 'graphbrainz'; -const client = new MusicBrainz() -const context = createContext({ client }) +const client = new MusicBrainz(); +const context = createContext({ client }); graphql( schema, @@ -125,19 +133,20 @@ graphql( null, context ) - .then(result => { - const { releaseGroup } = result.data.lookup - console.log(`The album title is “${releaseGroup.title}”.`) - }) - .catch(err => { - console.error(err) + .then((result) => { + const { releaseGroup } = result.data.lookup; + console.log(`The album title is “${releaseGroup.title}”.`); }) + .catch((err) => { + console.error(err); + }); ``` ### Environment Variables - **`MUSICBRAINZ_BASE_URL`**: The base MusicBrainz API URL to use. Change this - if you are running your own MusicBrainz mirror. Defaults to `http://musicbrainz.org/ws/2/`. + if you are running your own MusicBrainz mirror. Defaults to + `http://musicbrainz.org/ws/2/`. - **`GRAPHBRAINZ_PATH`**: The URL route at which to expose the GraphQL endpoint, if running the standalone server. Defaults to `/`. - **`GRAPHBRAINZ_CORS_ORIGIN`**: The value of the `origin` option to pass to the @@ -176,7 +185,8 @@ See the [debug][] package for more information. ## Example Queries -Nirvana albums and each album’s singles ([try it]()): +Nirvana albums and each album’s singles +([try it]()): ```graphql query NirvanaAlbumSingles { @@ -212,7 +222,8 @@ query NirvanaAlbumSingles { ### Pagination -The first five labels with “Apple” in the name ([try it]()): +The first five labels with “Apple” in the name +([try it]()): ```graphql query AppleLabels { @@ -241,7 +252,8 @@ fragment labelResults on LabelConnection { } ``` -…and the next five, using the `endCursor` from the previous result ([try it]()): +…and the next five, using the `endCursor` from the previous result +([try it]()): ```graphql query AppleLabels { @@ -326,7 +338,8 @@ fragment marriages on Artist { } ``` -Images of Tom Petty provided by various extensions ([try it]()): +Images of Tom Petty provided by various extensions +([try it]()): ```graphql query TomPettyImages { @@ -358,8 +371,8 @@ You can find more example queries in the [schema tests][]. ## Questions -**What’s with the cumbersome `edges`/`node` nesting? Why `first`/`after` -instead of `limit`/`offset`? Why `mbid` instead of `id`?** +**What’s with the cumbersome `edges`/`node` nesting? Why `first`/`after` instead +of `limit`/`offset`? Why `mbid` instead of `id`?** You can thank [Relay][] for that; these are properties of a Relay-compliant schema. The schema was originally designed to be more user-friendly, but in the @@ -393,9 +406,9 @@ query ChristmasAlbums { It’s likely that your query requires multiple round trips to the MusicBrainz REST API, which is subject to [rate limiting][]. While the query resolver tries -very hard to fetch only the data necessary, and with the smallest number of -API requests, it is not 100% optimal (yet). Make sure you are only requesting -the fields you need and a reasonable level of nested entities – unless you are +very hard to fetch only the data necessary, and with the smallest number of API +requests, it is not 100% optimal (yet). Make sure you are only requesting the +fields you need and a reasonable level of nested entities – unless you are willing to wait. You can also set up a [local MusicBrainz mirror][mirror] and configure diff --git a/cli.js b/cli.js index 2da6575..e03f242 100755 --- a/cli.js +++ b/cli.js @@ -1,2 +1,4 @@ #!/usr/bin/env node -require('./lib/index').start() +import { start } from './src/index.js'; + +start(); diff --git a/docs/extensions/README.md b/docs/extensions/README.md index 6f47afa..297606b 100644 --- a/docs/extensions/README.md +++ b/docs/extensions/README.md @@ -13,7 +13,6 @@ additional extensions from a package manager or [write your own](#extension-api) - - [Loading Extensions](#loading-extensions) - [Built-in Extensions](#built-in-extensions) - [More Extensions](#more-extensions) diff --git a/docs/schema.md b/docs/schema.md index 9a67bdb..cc7dacc 100644 --- a/docs/schema.md +++ b/docs/schema.md @@ -2,44 +2,117 @@ ```graphql """ -[Aliases](https://musicbrainz.org/doc/Aliases) are variant names -that are mostly used as search help: if a search matches an entity’s alias, the -entity will be given as a result – even if the actual name wouldn’t be. +The query root, from which multiple types of MusicBrainz +requests can be made. """ -type Alias { - """The aliased name of the entity.""" - name: String +type Query { + """Perform a lookup of a MusicBrainz entity by its MBID.""" + lookup: LookupQuery - """ - The string to use for the purpose of ordering by name (for - example, by moving articles like ‘the’ to the end or a person’s last name to - the front). - """ - sortName: String + """Browse all MusicBrainz entities directly linked to another entity.""" + browse: BrowseQuery - """ - The locale (language and/or country) in which the alias is - used. - """ - locale: Locale + """Search for MusicBrainz entities using Lucene query syntax.""" + search: SearchQuery - """ - Whether this is the main alias for the entity in the - specified locale (this could mean the most recent or the most common). - """ - primary: Boolean + """Fetches an object given its ID""" + node( + """The ID of an object""" + id: ID! + ): Node +} - """ - The type or purpose of the alias – whether it is a variant, - search hint, etc. - """ - type: String +"""A lookup of an individual MusicBrainz entity by its MBID.""" +type LookupQuery { + """Look up a specific area by its MBID.""" + area( + """The MBID of the entity.""" + mbid: MBID! + ): Area - """ - The MBID associated with the value of the `type` - field. - """ - typeID: MBID + """Look up a specific artist by its MBID.""" + artist( + """The MBID of the entity.""" + mbid: MBID! + ): Artist + + """Look up a specific collection by its MBID.""" + collection( + """The MBID of the entity.""" + mbid: MBID! + ): Collection + + """Look up a specific physical disc by its disc ID.""" + disc( + """ + The [disc ID](https://musicbrainz.org/doc/Disc_ID) + of the disc. + """ + discID: DiscID! + ): Disc + + """Look up a specific event by its MBID.""" + event( + """The MBID of the entity.""" + mbid: MBID! + ): Event + + """Look up a specific instrument by its MBID.""" + instrument( + """The MBID of the entity.""" + mbid: MBID! + ): Instrument + + """Look up a specific label by its MBID.""" + label( + """The MBID of the entity.""" + mbid: MBID! + ): Label + + """Look up a specific place by its MBID.""" + place( + """The MBID of the entity.""" + mbid: MBID! + ): Place + + """Look up a specific recording by its MBID.""" + recording( + """The MBID of the entity.""" + mbid: MBID! + ): Recording + + """Look up a specific release by its MBID.""" + release( + """The MBID of the entity.""" + mbid: MBID! + ): Release + + """Look up a specific release group by its MBID.""" + releaseGroup( + """The MBID of the entity.""" + mbid: MBID! + ): ReleaseGroup + + """Look up a specific series by its MBID.""" + series( + """The MBID of the entity.""" + mbid: MBID! + ): Series + + """Look up a specific URL by its MBID.""" + url( + """The MBID of the entity.""" + mbid: MBID + + """The web address of the URL entity to look up.""" + resource: URLString + ): URL + + """Look up a specific work by its MBID.""" + work( + """The MBID of the entity.""" + mbid: MBID! + ): Work } """ @@ -129,19 +202,81 @@ type Area implements Node & Entity { tags(after: String, first: Int): TagConnection } +"""An object with an ID""" +interface Node { + """The id of the object.""" + id: ID! +} + +"""An entity in the MusicBrainz schema.""" +interface Entity { + """The MBID of the entity.""" + mbid: MBID! +} + +""" +The MBID scalar represents MusicBrainz identifiers, which are +36-character UUIDs. +""" +scalar MBID + +""" +[Aliases](https://musicbrainz.org/doc/Aliases) are variant names +that are mostly used as search help: if a search matches an entity’s alias, the +entity will be given as a result – even if the actual name wouldn’t be. +""" +type Alias { + """The aliased name of the entity.""" + name: String + + """ + The string to use for the purpose of ordering by name (for + example, by moving articles like ‘the’ to the end or a person’s last name to + the front). + """ + sortName: String + + """ + The locale (language and/or country) in which the alias is + used. + """ + locale: Locale + + """ + Whether this is the main alias for the entity in the + specified locale (this could mean the most recent or the most common). + """ + primary: Boolean + + """ + The type or purpose of the alias – whether it is a variant, + search hint, etc. + """ + type: String + + """ + The MBID associated with the value of the `type` + field. + """ + typeID: MBID +} + +"""Language code, optionally with country and encoding.""" +scalar Locale + """A connection to a list of items.""" -type AreaConnection { +type ArtistConnection { """Information to aid in pagination.""" pageInfo: PageInfo! """A list of edges.""" - edges: [AreaEdge] + edges: [ArtistEdge] """ A list of nodes in the connection (without going through the `edges` field). """ - nodes: [Area] + nodes: [Artist] """ A count of the total number of items in this connection, @@ -150,10 +285,25 @@ type AreaConnection { totalCount: Int } +"""Information about pagination in a connection.""" +type PageInfo { + """When paginating forwards, are there more items?""" + hasNextPage: Boolean! + + """When paginating backwards, are there more items?""" + hasPreviousPage: Boolean! + + """When paginating backwards, the cursor to continue.""" + startCursor: String + + """When paginating forwards, the cursor to continue.""" + endCursor: String +} + """An edge in a connection.""" -type AreaEdge { +type ArtistEdge { """The item at the end of the edge""" - node: Area + node: Artist """A cursor for use in pagination""" cursor: String! @@ -299,19 +449,51 @@ type Artist implements Node & Entity { tags(after: String, first: Int): TagConnection } +""" +Fields indicating the begin and end date of an entity’s +lifetime, including whether it has ended (even if the date is unknown). +""" +type LifeSpan { + """The start date of the entity’s life span.""" + begin: Date + + """The end date of the entity’s life span.""" + end: Date + + """Whether or not the entity’s life span has ended.""" + ended: Boolean +} + +"""Year, month (optional), and day (optional) in YYYY-MM-DD format.""" +scalar Date + +""" +An [Interested Parties Information](https://musicbrainz.org/doc/IPI) +(IPI) code is an identifying number assigned by the CISAC database for musical +rights management. +""" +scalar IPI + +""" +The [International Standard Name Identifier](https://musicbrainz.org/doc/ISNI) +(ISNI) is an ISO standard for uniquely identifying the public identities of +contributors to media content. +""" +scalar ISNI + """A connection to a list of items.""" -type ArtistConnection { +type RecordingConnection { """Information to aid in pagination.""" pageInfo: PageInfo! """A list of edges.""" - edges: [ArtistEdge] + edges: [RecordingEdge] """ A list of nodes in the connection (without going through the `edges` field). """ - nodes: [Artist] + nodes: [Recording] """ A count of the total number of items in this connection, @@ -320,6 +502,102 @@ type ArtistConnection { totalCount: Int } +"""An edge in a connection.""" +type RecordingEdge { + """The item at the end of the edge""" + node: Recording + + """A cursor for use in pagination""" + cursor: String! + + """ + The relevancy score (0–100) assigned by the search engine, if + these results were found through a search. + """ + score: Int +} + +""" +A [recording](https://musicbrainz.org/doc/Recording) is an +entity in MusicBrainz which can be linked to tracks on releases. Each track must +always be associated with a single recording, but a recording can be linked to +any number of tracks. + +A recording represents distinct audio that has been used to produce at least one +released track through copying or mastering. A recording itself is never +produced solely through copying or mastering. + +Generally, the audio represented by a recording corresponds to the audio at a +stage in the production process before any final mastering but after any editing +or mixing. +""" +type Recording implements Node & Entity { + """The ID of an object""" + id: ID! + + """The MBID of the entity.""" + mbid: MBID! + + """The official title of the entity.""" + title: String + + """A comment used to help distinguish identically named entitites.""" + disambiguation: String + + """ + [Aliases](https://musicbrainz.org/doc/Aliases) are used to store + alternate names or misspellings. + """ + aliases: [Alias] + + """The main credited artist(s).""" + artistCredit: [ArtistCredit] @deprecated(reason: "The `artistCredit` field has been renamed to\n`artistCredits`, since it is a list of credits and is referred to in the\nplural form throughout the MusicBrainz documentation. This field is deprecated\nand will be removed in a major release in the future. Use the equivalent\n`artistCredits` field.") + + """The main credited artist(s).""" + artistCredits: [ArtistCredit] + + """ + A list of [International Standard Recording Codes](https://musicbrainz.org/doc/ISRC) + (ISRCs) for this recording. + """ + isrcs: [ISRC] + + """ + An approximation to the length of the recording, calculated + from the lengths of the tracks using it. + """ + length: Duration + + """Whether this is a video recording.""" + video: Boolean + + """A list of artists linked to this entity.""" + artists(after: String, first: Int): ArtistConnection + + """A list of releases linked to this entity.""" + releases( + """Filter by one or more release group types.""" + type: [ReleaseGroupType] + + """Filter by one or more release statuses.""" + status: [ReleaseStatus] + after: String + first: Int + ): ReleaseConnection + + """Relationships between this entity and other entitites.""" + relationships: Relationships + + """A list of collections containing this entity.""" + collections(after: String, first: Int): CollectionConnection + + """The rating users have given to this entity.""" + rating: Rating + + """A list of tags linked to this entity.""" + tags(after: String, first: Int): TagConnection +} + """ [Artist credits](https://musicbrainz.org/doc/Artist_Credits) indicate who is the main credited artist (or artists) for releases, release @@ -347,10 +625,48 @@ type ArtistCredit { joinPhrase: String } +""" +The [International Standard Recording Code](https://musicbrainz.org/doc/ISRC) +(ISRC) is an identification system for audio and music video recordings. It is +standarized by the [IFPI](http://www.ifpi.org/) in ISO 3901:2001 and used by +IFPI members to assign a unique identifier to every distinct sound recording +they release. An ISRC identifies a particular [sound recording](https://musicbrainz.org/doc/Recording), +not the song itself. Therefore, different recordings, edits, remixes and +remasters of the same song will each be assigned their own ISRC. However, note +that same recording should carry the same ISRC in all countries/territories. +Songs are identified by analogous [International Standard Musical Work Codes](https://musicbrainz.org/doc/ISWC) +(ISWCs). +""" +scalar ISRC + +"""A length of time, in milliseconds.""" +scalar Duration + +"""A connection to a list of items.""" +type ReleaseConnection { + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """A list of edges.""" + edges: [ReleaseEdge] + + """ + A list of nodes in the connection (without going through the + `edges` field). + """ + nodes: [Release] + + """ + A count of the total number of items in this connection, + ignoring pagination. + """ + totalCount: Int +} + """An edge in a connection.""" -type ArtistEdge { +type ReleaseEdge { """The item at the end of the edge""" - node: Artist + node: Release """A cursor for use in pagination""" cursor: String! @@ -362,6 +678,133 @@ type ArtistEdge { score: Int } +""" +A [release](https://musicbrainz.org/doc/Release) represents the +unique release (i.e. issuing) of a product on a specific date with specific +release information such as the country, label, barcode, packaging, etc. If you +walk into a store and purchase an album or single, they’re each represented in +MusicBrainz as one release. +""" +type Release implements Node & Entity { + """The ID of an object""" + id: ID! + + """The MBID of the entity.""" + mbid: MBID! + + """The official title of the entity.""" + title: String + + """A comment used to help distinguish identically named entitites.""" + disambiguation: String + + """ + [Aliases](https://musicbrainz.org/doc/Aliases) are used to store + alternate names or misspellings. + """ + aliases: [Alias] + + """The main credited artist(s).""" + artistCredit: [ArtistCredit] @deprecated(reason: "The `artistCredit` field has been renamed to\n`artistCredits`, since it is a list of credits and is referred to in the\nplural form throughout the MusicBrainz documentation. This field is deprecated\nand will be removed in a major release in the future. Use the equivalent\n`artistCredits` field.") + + """The main credited artist(s).""" + artistCredits: [ArtistCredit] + + """The release events for this release.""" + releaseEvents: [ReleaseEvent] + + """ + The [release date](https://musicbrainz.org/doc/Release/Date) + is the date in which a release was made available through some sort of + distribution mechanism. + """ + date: Date + + """The country in which the release was issued.""" + country: String + + """ + The [Amazon Standard Identification Number](https://musicbrainz.org/doc/ASIN) + of the release. + """ + asin: ASIN + + """ + The [barcode](https://en.wikipedia.org/wiki/Barcode), if the + release has one. The most common types found on releases are 12-digit + [UPCs](https://en.wikipedia.org/wiki/Universal_Product_Code) and 13-digit + [EANs](https://en.wikipedia.org/wiki/International_Article_Number). + """ + barcode: String + + """The status describes how “official” a release is.""" + status: ReleaseStatus + + """ + The MBID associated with the value of the `status` + field. + """ + statusID: MBID + + """ + The physical packaging that accompanies the release. See + the [list of packaging](https://musicbrainz.org/doc/Release/Packaging) for more + information. + """ + packaging: String + + """ + The MBID associated with the value of the `packaging` + field. + """ + packagingID: MBID + + """ + Data quality indicates how good the data for a release is. + It is not a mark of how good or bad the music itself is – for that, use + [ratings](https://musicbrainz.org/doc/Rating_System). + """ + quality: String + + """The media on which the release was distributed.""" + media: [Medium] + + """A list of artists linked to this entity.""" + artists(after: String, first: Int): ArtistConnection + + """A list of labels linked to this entity.""" + labels(after: String, first: Int): LabelConnection + + """A list of recordings linked to this entity.""" + recordings(after: String, first: Int): RecordingConnection + + """A list of release groups linked to this entity.""" + releaseGroups( + """Filter by one or more release group types.""" + type: [ReleaseGroupType] + after: String + first: Int + ): ReleaseGroupConnection + + """Relationships between this entity and other entitites.""" + relationships: Relationships + + """A list of collections containing this entity.""" + collections(after: String, first: Int): CollectionConnection + + """A list of tags linked to this entity.""" + tags(after: String, first: Int): TagConnection +} + +""" +The date on which a release was issued in a country/region with +a particular label, catalog number, barcode, and format. +""" +type ReleaseEvent { + area: Area + date: Date +} + """ An [Amazon Standard Identification Number](https://musicbrainz.org/doc/ASIN) (ASIN) is a 10-character alphanumeric unique identifier assigned by Amazon.com @@ -370,344 +813,75 @@ and its partners for product identification within the Amazon organization. scalar ASIN """ -A query for all MusicBrainz entities directly linked to another -entity. +A type used to describe the status of releases, e.g. official, +bootleg, etc. """ -type BrowseQuery { - """Browse area entities linked to the given arguments.""" - areas( - """The MBID of a collection in which the entity is found.""" - collection: MBID - after: String - first: Int - ): AreaConnection +enum ReleaseStatus { + """ + Any release officially sanctioned by the artist and/or their + record company. (Most releases will fit into this category.) + """ + OFFICIAL - """Browse artist entities linked to the given arguments.""" - artists( - """The MBID of an area to which the entity is linked.""" - area: MBID + """ + A giveaway release or a release intended to promote an + upcoming official release, e.g. prerelease albums or releases included with a + magazine. + """ + PROMOTION - """The MBID of a collection in which the entity is found.""" - collection: MBID + """ + An unofficial/underground release that was not sanctioned by + the artist and/or the record company. + """ + BOOTLEG - """The MBID of a recording to which the entity is linked.""" - recording: MBID - - """The MBID of a release to which the entity is linked.""" - release: MBID - - """The MBID of a release group to which the entity is linked.""" - releaseGroup: MBID - - """The MBID of a work to which the entity is linked.""" - work: MBID - after: String - first: Int - ): ArtistConnection - - """Browse collection entities linked to the given arguments.""" - collections( - """The MBID of an area to which the entity is linked.""" - area: MBID - - """The MBID of an artist to which the entity is linked.""" - artist: MBID - - """The username of the editor who created the collection.""" - editor: String - - """The MBID of an event to which the entity is linked.""" - event: MBID - - """The MBID of a label to which the entity is linked.""" - label: MBID - - """The MBID of a place to which the entity is linked.""" - place: MBID - - """The MBID of a recording to which the entity is linked.""" - recording: MBID - - """The MBID of a release to which the entity is linked.""" - release: MBID - - """The MBID of a release group to which the entity is linked.""" - releaseGroup: MBID - - """The MBID of a work to which the entity is linked.""" - work: MBID - after: String - first: Int - ): CollectionConnection - - """Browse event entities linked to the given arguments.""" - events( - """The MBID of an area to which the entity is linked.""" - area: MBID - - """The MBID of an artist to which the entity is linked.""" - artist: MBID - - """The MBID of a collection in which the entity is found.""" - collection: MBID - - """The MBID of a place to which the entity is linked.""" - place: MBID - after: String - first: Int - ): EventConnection - - """Browse label entities linked to the given arguments.""" - labels( - """The MBID of an area to which the entity is linked.""" - area: MBID - - """The MBID of a collection in which the entity is found.""" - collection: MBID - - """The MBID of a release to which the entity is linked.""" - release: MBID - after: String - first: Int - ): LabelConnection - - """Browse place entities linked to the given arguments.""" - places( - """The MBID of an area to which the entity is linked.""" - area: MBID - - """The MBID of a collection in which the entity is found.""" - collection: MBID - after: String - first: Int - ): PlaceConnection - - """Browse recording entities linked to the given arguments.""" - recordings( - """The MBID of an artist to which the entity is linked.""" - artist: MBID - - """The MBID of a collection in which the entity is found.""" - collection: MBID - - """ - The [International Standard Recording Code](https://musicbrainz.org/doc/ISRC) - (ISRC) of the recording. - """ - isrc: ISRC - - """The MBID of a release to which the entity is linked.""" - release: MBID - after: String - first: Int - ): RecordingConnection - - """Browse release entities linked to the given arguments.""" - releases( - """The MBID of an area to which the entity is linked.""" - area: MBID - - """The MBID of an artist to which the entity is linked.""" - artist: MBID - - """The MBID of a collection in which the entity is found.""" - collection: MBID - - """ - A [disc ID](https://musicbrainz.org/doc/Disc_ID) - associated with the release. - """ - discID: DiscID - - """The MBID of a label to which the entity is linked.""" - label: MBID - - """The MBID of a recording to which the entity is linked.""" - recording: MBID - - """The MBID of a release group to which the entity is linked.""" - releaseGroup: MBID - - """The MBID of a track that is included in the release.""" - track: MBID - - """ - The MBID of an artist that appears on a track in the - release, but is not included in the credits for the release itself. - """ - trackArtist: MBID - - """Filter by one or more release group types.""" - type: [ReleaseGroupType] - - """Filter by one or more release statuses.""" - status: [ReleaseStatus] - after: String - first: Int - ): ReleaseConnection - - """Browse release group entities linked to the given arguments.""" - releaseGroups( - """The MBID of an artist to which the entity is linked.""" - artist: MBID - - """The MBID of a collection in which the entity is found.""" - collection: MBID - - """The MBID of a release to which the entity is linked.""" - release: MBID - - """Filter by one or more release group types.""" - type: [ReleaseGroupType] - after: String - first: Int - ): ReleaseGroupConnection - - """Browse work entities linked to the given arguments.""" - works( - """The MBID of an artist to which the entity is linked.""" - artist: MBID - - """The MBID of a collection in which the entity is found.""" - collection: MBID - - """ - The [International Standard Musical Work Code](https://musicbrainz.org/doc/ISWC) - (ISWC) of the work. - """ - iswc: ISWC - after: String - first: Int - ): WorkConnection + """ + A pseudo-release is a duplicate release for + translation/transliteration purposes. + """ + PSEUDORELEASE } """ -[Collections](https://musicbrainz.org/doc/Collections) are -lists of entities that users can create. +A medium is the actual physical medium the audio content is +stored upon. This means that each CD in a multi-disc release will be entered as +separate mediums within the release, and that both sides of a vinyl record or +cassette will exist on one medium. Mediums have a format (e.g. CD, DVD, vinyl, +cassette) and can optionally also have a title. """ -type Collection implements Node & Entity { - """The ID of an object""" - id: ID! - - """The MBID of the entity.""" - mbid: MBID! - - """The official name of the entity.""" - name: String - - """The username of the editor who created the collection.""" - editor: String! - - """The type of entity listed in the collection.""" - entityType: String! - - """The type of collection.""" - type: String +type Medium { + """The title of this particular medium.""" + title: String """ - The MBID associated with the value of the `type` + The [format](https://musicbrainz.org/doc/Release/Format) of + the medium (e.g. CD, DVD, vinyl, cassette). + """ + format: String + + """ + The MBID associated with the value of the `format` field. """ - typeID: MBID + formatID: MBID - """The list of areas found in this collection.""" - areas(after: String, first: Int): AreaConnection + """ + The order of this medium in the release (for example, in a + multi-disc release). + """ + position: Int - """The list of artists found in this collection.""" - artists(after: String, first: Int): ArtistConnection + """The number of audio tracks on this medium.""" + trackCount: Int - """The list of events found in this collection.""" - events(after: String, first: Int): EventConnection + """A list of physical discs and their disc IDs for this medium.""" + discs: [Disc] - """The list of instruments found in this collection.""" - instruments(after: String, first: Int): InstrumentConnection - - """The list of labels found in this collection.""" - labels(after: String, first: Int): LabelConnection - - """The list of places found in this collection.""" - places(after: String, first: Int): PlaceConnection - - """The list of recordings found in this collection.""" - recordings(after: String, first: Int): RecordingConnection - - """The list of releases found in this collection.""" - releases( - """Filter by one or more release group types.""" - type: [ReleaseGroupType] - - """Filter by one or more release statuses.""" - status: [ReleaseStatus] - after: String - first: Int - ): ReleaseConnection - - """The list of release groups found in this collection.""" - releaseGroups( - """Filter by one or more release group types.""" - type: [ReleaseGroupType] - after: String - first: Int - ): ReleaseGroupConnection - - """The list of series found in this collection.""" - series(after: String, first: Int): SeriesConnection - - """The list of works found in this collection.""" - works(after: String, first: Int): WorkConnection + """The list of tracks on the given media.""" + tracks: [Track] } -"""A connection to a list of items.""" -type CollectionConnection { - """Information to aid in pagination.""" - pageInfo: PageInfo! - - """A list of edges.""" - edges: [CollectionEdge] - - """ - A list of nodes in the connection (without going through the - `edges` field). - """ - nodes: [Collection] - - """ - A count of the total number of items in this connection, - ignoring pagination. - """ - totalCount: Int -} - -"""An edge in a connection.""" -type CollectionEdge { - """The item at the end of the edge""" - node: Collection - - """A cursor for use in pagination""" - cursor: String! - - """ - The relevancy score (0–100) assigned by the search engine, if - these results were found through a search. - """ - score: Int -} - -"""Geographic coordinates described with latitude and longitude.""" -type Coordinates { - """The north–south position of a point on the Earth’s surface.""" - latitude: Degrees - - """The east–west position of a point on the Earth’s surface.""" - longitude: Degrees -} - -"""Year, month (optional), and day (optional) in YYYY-MM-DD format.""" -scalar Date - -"""Decimal degrees, used for latitude and longitude.""" -scalar Degrees - """ Information about the physical CD and releases associated with a particular [disc ID](https://musicbrainz.org/doc/Disc_ID). @@ -749,93 +923,50 @@ offsets and hence the same disc ID. """ scalar DiscID -"""A length of time, in milliseconds.""" -scalar Duration - -"""An entity in the MusicBrainz schema.""" -interface Entity { - """The MBID of the entity.""" - mbid: MBID! -} - """ -An [event](https://musicbrainz.org/doc/Event) refers to an -organised event which people can attend, and is relevant to MusicBrainz. -Generally this means live performances, like concerts and festivals. +A track is the way a recording is represented on a particular + release (or, more exactly, on a particular medium). Every track has a title + (see the guidelines for titles) and is credited to one or more artists. """ -type Event implements Node & Entity { - """The ID of an object""" - id: ID! - +type Track implements Entity { """The MBID of the entity.""" mbid: MBID! - """The official name of the entity.""" - name: String - - """A comment used to help distinguish identically named entitites.""" - disambiguation: String + """The official title of the entity.""" + title: String """ - [Aliases](https://musicbrainz.org/doc/Aliases) are used to store - alternate names or misspellings. + The track’s position on the overall release (including all + tracks from all discs). """ - aliases: [Alias] + position: Int """ - The begin and end dates of the entity’s existence. Its exact - meaning depends on the type of entity. + The track number, which may include information about the + disc or side it appears on, e.g. “A1” or “B3”. """ - lifeSpan: LifeSpan + number: String - """The start time of the event.""" - time: Time + """The length of the track.""" + length: Duration - """Whether or not the event took place.""" - cancelled: Boolean - - """ - A list of songs performed, optionally including links to - artists and works. See the [setlist documentation](https://musicbrainz.org/doc/Event/Setlist) - for syntax and examples. - """ - setlist: String - - """What kind of event the event is, e.g. concert, festival, etc.""" - type: String - - """ - The MBID associated with the value of the `type` - field. - """ - typeID: MBID - - """Relationships between this entity and other entitites.""" - relationships: Relationships - - """A list of collections containing this entity.""" - collections(after: String, first: Int): CollectionConnection - - """The rating users have given to this entity.""" - rating: Rating - - """A list of tags linked to this entity.""" - tags(after: String, first: Int): TagConnection + """The recording that appears on the track.""" + recording: Recording } """A connection to a list of items.""" -type EventConnection { +type LabelConnection { """Information to aid in pagination.""" pageInfo: PageInfo! """A list of edges.""" - edges: [EventEdge] + edges: [LabelEdge] """ A list of nodes in the connection (without going through the `edges` field). """ - nodes: [Event] + nodes: [Label] """ A count of the total number of items in this connection, @@ -845,9 +976,9 @@ type EventConnection { } """An edge in a connection.""" -type EventEdge { +type LabelEdge { """The item at the end of the edge""" - node: Event + node: Label """A cursor for use in pagination""" cursor: String! @@ -859,130 +990,6 @@ type EventEdge { score: Int } -""" -[Instruments](https://musicbrainz.org/doc/Instrument) are -devices created or adapted to make musical sounds. Instruments are primarily -used in relationships between two other entities. -""" -type Instrument implements Node & Entity { - """The ID of an object""" - id: ID! - - """The MBID of the entity.""" - mbid: MBID! - - """The official name of the entity.""" - name: String - - """A comment used to help distinguish identically named entitites.""" - disambiguation: String - - """ - [Aliases](https://musicbrainz.org/doc/Aliases) are used to store - alternate names or misspellings. - """ - aliases: [Alias] - - """ - A brief description of the main characteristics of the - instrument. - """ - description: String - - """ - The type categorises the instrument by the way the sound is - created, similar to the [Hornbostel-Sachs](https://en.wikipedia.org/wiki/Hornbostel%E2%80%93Sachs) - classification. - """ - type: String - - """ - The MBID associated with the value of the `type` - field. - """ - typeID: MBID - - """Relationships between this entity and other entitites.""" - relationships: Relationships - - """A list of collections containing this entity.""" - collections(after: String, first: Int): CollectionConnection - - """A list of tags linked to this entity.""" - tags(after: String, first: Int): TagConnection -} - -"""A connection to a list of items.""" -type InstrumentConnection { - """Information to aid in pagination.""" - pageInfo: PageInfo! - - """A list of edges.""" - edges: [InstrumentEdge] - - """ - A list of nodes in the connection (without going through the - `edges` field). - """ - nodes: [Instrument] - - """ - A count of the total number of items in this connection, - ignoring pagination. - """ - totalCount: Int -} - -"""An edge in a connection.""" -type InstrumentEdge { - """The item at the end of the edge""" - node: Instrument - - """A cursor for use in pagination""" - cursor: String! - - """ - The relevancy score (0–100) assigned by the search engine, if - these results were found through a search. - """ - score: Int -} - -""" -An [Interested Parties Information](https://musicbrainz.org/doc/IPI) -(IPI) code is an identifying number assigned by the CISAC database for musical -rights management. -""" -scalar IPI - -""" -The [International Standard Name Identifier](https://musicbrainz.org/doc/ISNI) -(ISNI) is an ISO standard for uniquely identifying the public identities of -contributors to media content. -""" -scalar ISNI - -""" -The [International Standard Recording Code](https://musicbrainz.org/doc/ISRC) -(ISRC) is an identification system for audio and music video recordings. It is -standarized by the [IFPI](http://www.ifpi.org/) in ISO 3901:2001 and used by -IFPI members to assign a unique identifier to every distinct sound recording -they release. An ISRC identifies a particular [sound recording](https://musicbrainz.org/doc/Recording), -not the song itself. Therefore, different recordings, edits, remixes and -remasters of the same song will each be assigned their own ISRC. However, note -that same recording should carry the same ISRC in all countries/territories. -Songs are identified by analogous [International Standard Musical Work Codes](https://musicbrainz.org/doc/ISWC) -(ISWCs). -""" -scalar ISRC - -""" -The [International Standard Musical Work Code](https://musicbrainz.org/doc/ISWC) -(ISWC) is an ISO standard similar to ISBNs for identifying musical works / -compositions. -""" -scalar ISWC - """ [Labels](https://musicbrainz.org/doc/Label) represent mostly (but not only) imprints. To a lesser extent, a label entity may be created to @@ -1074,564 +1081,111 @@ type Label implements Node & Entity { tags(after: String, first: Int): TagConnection } -"""A connection to a list of items.""" -type LabelConnection { - """Information to aid in pagination.""" - pageInfo: PageInfo! - - """A list of edges.""" - edges: [LabelEdge] - - """ - A list of nodes in the connection (without going through the - `edges` field). - """ - nodes: [Label] - - """ - A count of the total number of items in this connection, - ignoring pagination. - """ - totalCount: Int -} - -"""An edge in a connection.""" -type LabelEdge { - """The item at the end of the edge""" - node: Label - - """A cursor for use in pagination""" - cursor: String! - - """ - The relevancy score (0–100) assigned by the search engine, if - these results were found through a search. - """ - score: Int -} - """ -Fields indicating the begin and end date of an entity’s -lifetime, including whether it has ended (even if the date is unknown). +A type used to describe release groups, e.g. album, single, EP, +etc. """ -type LifeSpan { - """The start date of the entity’s life span.""" - begin: Date - - """The end date of the entity’s life span.""" - end: Date - - """Whether or not the entity’s life span has ended.""" - ended: Boolean -} - -"""Language code, optionally with country and encoding.""" -scalar Locale - -"""A lookup of an individual MusicBrainz entity by its MBID.""" -type LookupQuery { - """Look up a specific area by its MBID.""" - area( - """The MBID of the entity.""" - mbid: MBID! - ): Area - - """Look up a specific artist by its MBID.""" - artist( - """The MBID of the entity.""" - mbid: MBID! - ): Artist - - """Look up a specific collection by its MBID.""" - collection( - """The MBID of the entity.""" - mbid: MBID! - ): Collection - - """Look up a specific physical disc by its disc ID.""" - disc( - """ - The [disc ID](https://musicbrainz.org/doc/Disc_ID) - of the disc. - """ - discID: DiscID! - ): Disc - - """Look up a specific event by its MBID.""" - event( - """The MBID of the entity.""" - mbid: MBID! - ): Event - - """Look up a specific instrument by its MBID.""" - instrument( - """The MBID of the entity.""" - mbid: MBID! - ): Instrument - - """Look up a specific label by its MBID.""" - label( - """The MBID of the entity.""" - mbid: MBID! - ): Label - - """Look up a specific place by its MBID.""" - place( - """The MBID of the entity.""" - mbid: MBID! - ): Place - - """Look up a specific recording by its MBID.""" - recording( - """The MBID of the entity.""" - mbid: MBID! - ): Recording - - """Look up a specific release by its MBID.""" - release( - """The MBID of the entity.""" - mbid: MBID! - ): Release - - """Look up a specific release group by its MBID.""" - releaseGroup( - """The MBID of the entity.""" - mbid: MBID! - ): ReleaseGroup - - """Look up a specific series by its MBID.""" - series( - """The MBID of the entity.""" - mbid: MBID! - ): Series - - """Look up a specific URL by its MBID.""" - url( - """The MBID of the entity.""" - mbid: MBID - - """The web address of the URL entity to look up.""" - resource: URLString - ): URL - - """Look up a specific work by its MBID.""" - work( - """The MBID of the entity.""" - mbid: MBID! - ): Work -} - -""" -The MBID scalar represents MusicBrainz identifiers, which are -36-character UUIDs. -""" -scalar MBID - -""" -A medium is the actual physical medium the audio content is -stored upon. This means that each CD in a multi-disc release will be entered as -separate mediums within the release, and that both sides of a vinyl record or -cassette will exist on one medium. Mediums have a format (e.g. CD, DVD, vinyl, -cassette) and can optionally also have a title. -""" -type Medium { - """The title of this particular medium.""" - title: String +enum ReleaseGroupType { + """ + An album, perhaps better defined as a “Long Play” (LP) + release, generally consists of previously unreleased material (unless this type + is combined with secondary types which change that, such as “Compilation”). This + includes album re-issues, with or without bonus tracks. + """ + ALBUM """ - The [format](https://musicbrainz.org/doc/Release/Format) of - the medium (e.g. CD, DVD, vinyl, cassette). + A single typically has one main song and possibly a handful + of additional tracks or remixes of the main track. A single is usually named + after its main song. """ - format: String + SINGLE """ - The MBID associated with the value of the `format` - field. + An EP is a so-called “Extended Play” release and often + contains the letters EP in the title. Generally an EP will be shorter than a + full length release (an LP or “Long Play”) and the tracks are usually exclusive + to the EP, in other words the tracks don’t come from a previously issued + release. EP is fairly difficult to define; usually it should only be assumed + that a release is an EP if the artist defines it as such. """ - formatID: MBID + EP + + """Any release that does not fit any of the other categories.""" + OTHER """ - The order of this medium in the release (for example, in a - multi-disc release). + An episodic release that was originally broadcast via radio, + television, or the Internet, including podcasts. """ - position: Int - - """The number of audio tracks on this medium.""" - trackCount: Int - - """A list of physical discs and their disc IDs for this medium.""" - discs: [Disc] - - """The list of tracks on the given media.""" - tracks: [Track] -} - -"""An object with an ID""" -interface Node { - """The id of the object.""" - id: ID! -} - -"""Information about pagination in a connection.""" -type PageInfo { - """When paginating forwards, are there more items?""" - hasNextPage: Boolean! - - """When paginating backwards, are there more items?""" - hasPreviousPage: Boolean! - - """When paginating backwards, the cursor to continue.""" - startCursor: String - - """When paginating forwards, the cursor to continue.""" - endCursor: String -} - -""" -A [place](https://musicbrainz.org/doc/Place) is a venue, studio, -or other place where music is performed, recorded, engineered, etc. -""" -type Place implements Node & Entity { - """The ID of an object""" - id: ID! - - """The MBID of the entity.""" - mbid: MBID! - - """The official name of the entity.""" - name: String - - """A comment used to help distinguish identically named entitites.""" - disambiguation: String + BROADCAST """ - [Aliases](https://musicbrainz.org/doc/Aliases) are used to store - alternate names or misspellings. + A compilation is a collection of previously released tracks + by one or more artists. """ - aliases: [Alias] + COMPILATION """ - The address describes the location of the place using the - standard addressing format for the country it is located in. + A soundtrack is the musical score to a movie, TV series, + stage show, computer game, etc. """ - address: String + SOUNDTRACK + + """A non-music spoken word release.""" + SPOKENWORD """ - The area entity representing the area, such as the city, in - which the place is located. + An interview release contains an interview, generally with + an artist. """ - area: Area + INTERVIEW - """The geographic coordinates of the place.""" - coordinates: Coordinates + """An audiobook is a book read by a narrator without music.""" + AUDIOBOOK + + """A release that was recorded live.""" + LIVE """ - The begin and end dates of the entity’s existence. Its exact - meaning depends on the type of entity. + A release that was (re)mixed from previously released + material. """ - lifeSpan: LifeSpan + REMIX """ - The type categorises the place based on its primary - function. + A DJ-mix is a sequence of several recordings played one + after the other, each one modified so that they blend together into a continuous + flow of music. A DJ mix release requires that the recordings be modified in some + manner, and the DJ who does this modification is usually (although not always) + credited in a fairly prominent way. """ - type: String + DJMIX """ - The MBID associated with the value of the `type` - field. + Promotional in nature (but not necessarily free), mixtapes + and street albums are often released by artists to promote new artists, or + upcoming studio albums by prominent artists. They are also sometimes used to + keep fans’ attention between studio releases and are most common in rap & hip + hop genres. They are often not sanctioned by the artist’s label, may lack proper + sample or song clearances and vary widely in production and recording quality. + While mixtapes are generally DJ-mixed, they are distinct from commercial DJ + mixes (which are usually deemed compilations) and are defined by having a + significant proportion of new material, including original production or + original vocals over top of other artists’ instrumentals. They are distinct from + demos in that they are designed for release directly to the public and fans, not + to labels. """ - typeID: MBID - - """A list of events linked to this entity.""" - events(after: String, first: Int): EventConnection - - """Relationships between this entity and other entitites.""" - relationships: Relationships - - """A list of collections containing this entity.""" - collections(after: String, first: Int): CollectionConnection - - """A list of tags linked to this entity.""" - tags(after: String, first: Int): TagConnection -} - -"""A connection to a list of items.""" -type PlaceConnection { - """Information to aid in pagination.""" - pageInfo: PageInfo! - - """A list of edges.""" - edges: [PlaceEdge] + MIXTAPE """ - A list of nodes in the connection (without going through the - `edges` field). + A release that was recorded for limited circulation or + reference use rather than for general public release. """ - nodes: [Place] + DEMO - """ - A count of the total number of items in this connection, - ignoring pagination. - """ - totalCount: Int -} - -"""An edge in a connection.""" -type PlaceEdge { - """The item at the end of the edge""" - node: Place - - """A cursor for use in pagination""" - cursor: String! - - """ - The relevancy score (0–100) assigned by the search engine, if - these results were found through a search. - """ - score: Int -} - -""" -The query root, from which multiple types of MusicBrainz -requests can be made. -""" -type Query { - """Perform a lookup of a MusicBrainz entity by its MBID.""" - lookup: LookupQuery - - """Browse all MusicBrainz entities directly linked to another entity.""" - browse: BrowseQuery - - """Search for MusicBrainz entities using Lucene query syntax.""" - search: SearchQuery - - """Fetches an object given its ID""" - node( - """The ID of an object""" - id: ID! - ): Node -} - -""" -[Ratings](https://musicbrainz.org/doc/Rating_System) allow users -to rate MusicBrainz entities. User may assign a value between 1 and 5; these -values are then aggregated by the server to compute an average community rating -for the entity. -""" -type Rating { - """The number of votes that have contributed to the rating.""" - voteCount: Int! - - """The average rating value based on the aggregated votes.""" - value: Float -} - -""" -A [recording](https://musicbrainz.org/doc/Recording) is an -entity in MusicBrainz which can be linked to tracks on releases. Each track must -always be associated with a single recording, but a recording can be linked to -any number of tracks. - -A recording represents distinct audio that has been used to produce at least one -released track through copying or mastering. A recording itself is never -produced solely through copying or mastering. - -Generally, the audio represented by a recording corresponds to the audio at a -stage in the production process before any final mastering but after any editing -or mixing. -""" -type Recording implements Node & Entity { - """The ID of an object""" - id: ID! - - """The MBID of the entity.""" - mbid: MBID! - - """The official title of the entity.""" - title: String - - """A comment used to help distinguish identically named entitites.""" - disambiguation: String - - """ - [Aliases](https://musicbrainz.org/doc/Aliases) are used to store - alternate names or misspellings. - """ - aliases: [Alias] - - """The main credited artist(s).""" - artistCredit: [ArtistCredit] @deprecated(reason: "The `artistCredit` field has been renamed to\n`artistCredits`, since it is a list of credits and is referred to in the\nplural form throughout the MusicBrainz documentation. This field is deprecated\nand will be removed in a major release in the future. Use the equivalent\n`artistCredits` field.") - - """The main credited artist(s).""" - artistCredits: [ArtistCredit] - - """ - A list of [International Standard Recording Codes](https://musicbrainz.org/doc/ISRC) - (ISRCs) for this recording. - """ - isrcs: [ISRC] - - """ - An approximation to the length of the recording, calculated - from the lengths of the tracks using it. - """ - length: Duration - - """Whether this is a video recording.""" - video: Boolean - - """A list of artists linked to this entity.""" - artists(after: String, first: Int): ArtistConnection - - """A list of releases linked to this entity.""" - releases( - """Filter by one or more release group types.""" - type: [ReleaseGroupType] - - """Filter by one or more release statuses.""" - status: [ReleaseStatus] - after: String - first: Int - ): ReleaseConnection - - """Relationships between this entity and other entitites.""" - relationships: Relationships - - """A list of collections containing this entity.""" - collections(after: String, first: Int): CollectionConnection - - """The rating users have given to this entity.""" - rating: Rating - - """A list of tags linked to this entity.""" - tags(after: String, first: Int): TagConnection -} - -"""A connection to a list of items.""" -type RecordingConnection { - """Information to aid in pagination.""" - pageInfo: PageInfo! - - """A list of edges.""" - edges: [RecordingEdge] - - """ - A list of nodes in the connection (without going through the - `edges` field). - """ - nodes: [Recording] - - """ - A count of the total number of items in this connection, - ignoring pagination. - """ - totalCount: Int -} - -"""An edge in a connection.""" -type RecordingEdge { - """The item at the end of the edge""" - node: Recording - - """A cursor for use in pagination""" - cursor: String! - - """ - The relevancy score (0–100) assigned by the search engine, if - these results were found through a search. - """ - score: Int -} - -""" -[Relationships](https://musicbrainz.org/doc/Relationships) are a -way to represent all the different ways in which entities are connected to each -other and to URLs outside MusicBrainz. -""" -type Relationship { - """The target entity.""" - target: Entity! - - """The direction of the relationship.""" - direction: String! - - """The type of entity on the receiving end of the relationship.""" - targetType: String! - - """ - How the source entity was actually credited, if different - from its main (performance) name. - """ - sourceCredit: String - - """ - How the target entity was actually credited, if different - from its main (performance) name. - """ - targetCredit: String - - """The date on which the relationship became applicable.""" - begin: Date - - """The date on which the relationship became no longer applicable.""" - end: Date - - """Whether the relationship still applies.""" - ended: Boolean - - """ - Attributes which modify the relationship. There is a [list - of all attributes](https://musicbrainz.org/relationship-attributes), but the - attributes which are available, and how they should be used, depends on the - relationship type. - """ - attributes: [String] - - """The type of relationship.""" - type: String - - """ - The MBID associated with the value of the `type` - field. - """ - typeID: MBID -} - -"""A connection to a list of items.""" -type RelationshipConnection { - """Information to aid in pagination.""" - pageInfo: PageInfo! - - """A list of edges.""" - edges: [RelationshipEdge] - - """ - A list of nodes in the connection (without going through the - `edges` field). - """ - nodes: [Relationship] - - """ - A count of the total number of items in this connection, - ignoring pagination. - """ - totalCount: Int -} - -"""An edge in a connection.""" -type RelationshipEdge { - """The item at the end of the edge""" - node: Relationship - - """A cursor for use in pagination""" - cursor: String! - - """ - The relevancy score (0–100) assigned by the search engine, if - these results were found through a search. - """ - score: Int + """A non-album track (special case).""" + NAT } """Lists of entity relationships for each entity type.""" @@ -1865,137 +1419,19 @@ type Relationships { ): RelationshipConnection } -""" -A [release](https://musicbrainz.org/doc/Release) represents the -unique release (i.e. issuing) of a product on a specific date with specific -release information such as the country, label, barcode, packaging, etc. If you -walk into a store and purchase an album or single, they’re each represented in -MusicBrainz as one release. -""" -type Release implements Node & Entity { - """The ID of an object""" - id: ID! - - """The MBID of the entity.""" - mbid: MBID! - - """The official title of the entity.""" - title: String - - """A comment used to help distinguish identically named entitites.""" - disambiguation: String - - """ - [Aliases](https://musicbrainz.org/doc/Aliases) are used to store - alternate names or misspellings. - """ - aliases: [Alias] - - """The main credited artist(s).""" - artistCredit: [ArtistCredit] @deprecated(reason: "The `artistCredit` field has been renamed to\n`artistCredits`, since it is a list of credits and is referred to in the\nplural form throughout the MusicBrainz documentation. This field is deprecated\nand will be removed in a major release in the future. Use the equivalent\n`artistCredits` field.") - - """The main credited artist(s).""" - artistCredits: [ArtistCredit] - - """The release events for this release.""" - releaseEvents: [ReleaseEvent] - - """ - The [release date](https://musicbrainz.org/doc/Release/Date) - is the date in which a release was made available through some sort of - distribution mechanism. - """ - date: Date - - """The country in which the release was issued.""" - country: String - - """ - The [Amazon Standard Identification Number](https://musicbrainz.org/doc/ASIN) - of the release. - """ - asin: ASIN - - """ - The [barcode](https://en.wikipedia.org/wiki/Barcode), if the - release has one. The most common types found on releases are 12-digit - [UPCs](https://en.wikipedia.org/wiki/Universal_Product_Code) and 13-digit - [EANs](https://en.wikipedia.org/wiki/International_Article_Number). - """ - barcode: String - - """The status describes how “official” a release is.""" - status: ReleaseStatus - - """ - The MBID associated with the value of the `status` - field. - """ - statusID: MBID - - """ - The physical packaging that accompanies the release. See - the [list of packaging](https://musicbrainz.org/doc/Release/Packaging) for more - information. - """ - packaging: String - - """ - The MBID associated with the value of the `packaging` - field. - """ - packagingID: MBID - - """ - Data quality indicates how good the data for a release is. - It is not a mark of how good or bad the music itself is – for that, use - [ratings](https://musicbrainz.org/doc/Rating_System). - """ - quality: String - - """The media on which the release was distributed.""" - media: [Medium] - - """A list of artists linked to this entity.""" - artists(after: String, first: Int): ArtistConnection - - """A list of labels linked to this entity.""" - labels(after: String, first: Int): LabelConnection - - """A list of recordings linked to this entity.""" - recordings(after: String, first: Int): RecordingConnection - - """A list of release groups linked to this entity.""" - releaseGroups( - """Filter by one or more release group types.""" - type: [ReleaseGroupType] - after: String - first: Int - ): ReleaseGroupConnection - - """Relationships between this entity and other entitites.""" - relationships: Relationships - - """A list of collections containing this entity.""" - collections(after: String, first: Int): CollectionConnection - - """A list of tags linked to this entity.""" - tags(after: String, first: Int): TagConnection -} - """A connection to a list of items.""" -type ReleaseConnection { +type RelationshipConnection { """Information to aid in pagination.""" pageInfo: PageInfo! """A list of edges.""" - edges: [ReleaseEdge] + edges: [RelationshipEdge] """ A list of nodes in the connection (without going through the `edges` field). """ - nodes: [Release] + nodes: [Relationship] """ A count of the total number of items in this connection, @@ -2005,9 +1441,9 @@ type ReleaseConnection { } """An edge in a connection.""" -type ReleaseEdge { +type RelationshipEdge { """The item at the end of the edge""" - node: Release + node: Relationship """A cursor for use in pagination""" cursor: String! @@ -2020,12 +1456,614 @@ type ReleaseEdge { } """ -The date on which a release was issued in a country/region with -a particular label, catalog number, barcode, and format. +[Relationships](https://musicbrainz.org/doc/Relationships) are a +way to represent all the different ways in which entities are connected to each +other and to URLs outside MusicBrainz. """ -type ReleaseEvent { +type Relationship { + """The target entity.""" + target: Entity! + + """The direction of the relationship.""" + direction: String! + + """The type of entity on the receiving end of the relationship.""" + targetType: String! + + """ + How the source entity was actually credited, if different + from its main (performance) name. + """ + sourceCredit: String + + """ + How the target entity was actually credited, if different + from its main (performance) name. + """ + targetCredit: String + + """The date on which the relationship became applicable.""" + begin: Date + + """The date on which the relationship became no longer applicable.""" + end: Date + + """Whether the relationship still applies.""" + ended: Boolean + + """ + Attributes which modify the relationship. There is a [list + of all attributes](https://musicbrainz.org/relationship-attributes), but the + attributes which are available, and how they should be used, depends on the + relationship type. + """ + attributes: [String] + + """The type of relationship.""" + type: String + + """ + The MBID associated with the value of the `type` + field. + """ + typeID: MBID +} + +"""A connection to a list of items.""" +type CollectionConnection { + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """A list of edges.""" + edges: [CollectionEdge] + + """ + A list of nodes in the connection (without going through the + `edges` field). + """ + nodes: [Collection] + + """ + A count of the total number of items in this connection, + ignoring pagination. + """ + totalCount: Int +} + +"""An edge in a connection.""" +type CollectionEdge { + """The item at the end of the edge""" + node: Collection + + """A cursor for use in pagination""" + cursor: String! + + """ + The relevancy score (0–100) assigned by the search engine, if + these results were found through a search. + """ + score: Int +} + +""" +[Collections](https://musicbrainz.org/doc/Collections) are +lists of entities that users can create. +""" +type Collection implements Node & Entity { + """The ID of an object""" + id: ID! + + """The MBID of the entity.""" + mbid: MBID! + + """The official name of the entity.""" + name: String + + """The username of the editor who created the collection.""" + editor: String! + + """The type of entity listed in the collection.""" + entityType: String! + + """The type of collection.""" + type: String + + """ + The MBID associated with the value of the `type` + field. + """ + typeID: MBID + + """The list of areas found in this collection.""" + areas(after: String, first: Int): AreaConnection + + """The list of artists found in this collection.""" + artists(after: String, first: Int): ArtistConnection + + """The list of events found in this collection.""" + events(after: String, first: Int): EventConnection + + """The list of instruments found in this collection.""" + instruments(after: String, first: Int): InstrumentConnection + + """The list of labels found in this collection.""" + labels(after: String, first: Int): LabelConnection + + """The list of places found in this collection.""" + places(after: String, first: Int): PlaceConnection + + """The list of recordings found in this collection.""" + recordings(after: String, first: Int): RecordingConnection + + """The list of releases found in this collection.""" + releases( + """Filter by one or more release group types.""" + type: [ReleaseGroupType] + + """Filter by one or more release statuses.""" + status: [ReleaseStatus] + after: String + first: Int + ): ReleaseConnection + + """The list of release groups found in this collection.""" + releaseGroups( + """Filter by one or more release group types.""" + type: [ReleaseGroupType] + after: String + first: Int + ): ReleaseGroupConnection + + """The list of series found in this collection.""" + series(after: String, first: Int): SeriesConnection + + """The list of works found in this collection.""" + works(after: String, first: Int): WorkConnection +} + +"""A connection to a list of items.""" +type AreaConnection { + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """A list of edges.""" + edges: [AreaEdge] + + """ + A list of nodes in the connection (without going through the + `edges` field). + """ + nodes: [Area] + + """ + A count of the total number of items in this connection, + ignoring pagination. + """ + totalCount: Int +} + +"""An edge in a connection.""" +type AreaEdge { + """The item at the end of the edge""" + node: Area + + """A cursor for use in pagination""" + cursor: String! + + """ + The relevancy score (0–100) assigned by the search engine, if + these results were found through a search. + """ + score: Int +} + +"""A connection to a list of items.""" +type EventConnection { + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """A list of edges.""" + edges: [EventEdge] + + """ + A list of nodes in the connection (without going through the + `edges` field). + """ + nodes: [Event] + + """ + A count of the total number of items in this connection, + ignoring pagination. + """ + totalCount: Int +} + +"""An edge in a connection.""" +type EventEdge { + """The item at the end of the edge""" + node: Event + + """A cursor for use in pagination""" + cursor: String! + + """ + The relevancy score (0–100) assigned by the search engine, if + these results were found through a search. + """ + score: Int +} + +""" +An [event](https://musicbrainz.org/doc/Event) refers to an +organised event which people can attend, and is relevant to MusicBrainz. +Generally this means live performances, like concerts and festivals. +""" +type Event implements Node & Entity { + """The ID of an object""" + id: ID! + + """The MBID of the entity.""" + mbid: MBID! + + """The official name of the entity.""" + name: String + + """A comment used to help distinguish identically named entitites.""" + disambiguation: String + + """ + [Aliases](https://musicbrainz.org/doc/Aliases) are used to store + alternate names or misspellings. + """ + aliases: [Alias] + + """ + The begin and end dates of the entity’s existence. Its exact + meaning depends on the type of entity. + """ + lifeSpan: LifeSpan + + """The start time of the event.""" + time: Time + + """Whether or not the event took place.""" + cancelled: Boolean + + """ + A list of songs performed, optionally including links to + artists and works. See the [setlist documentation](https://musicbrainz.org/doc/Event/Setlist) + for syntax and examples. + """ + setlist: String + + """What kind of event the event is, e.g. concert, festival, etc.""" + type: String + + """ + The MBID associated with the value of the `type` + field. + """ + typeID: MBID + + """Relationships between this entity and other entitites.""" + relationships: Relationships + + """A list of collections containing this entity.""" + collections(after: String, first: Int): CollectionConnection + + """The rating users have given to this entity.""" + rating: Rating + + """A list of tags linked to this entity.""" + tags(after: String, first: Int): TagConnection +} + +"""A time of day, in 24-hour hh:mm notation.""" +scalar Time + +""" +[Ratings](https://musicbrainz.org/doc/Rating_System) allow users +to rate MusicBrainz entities. User may assign a value between 1 and 5; these +values are then aggregated by the server to compute an average community rating +for the entity. +""" +type Rating { + """The number of votes that have contributed to the rating.""" + voteCount: Int! + + """The average rating value based on the aggregated votes.""" + value: Float +} + +"""A connection to a list of items.""" +type TagConnection { + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """A list of edges.""" + edges: [TagEdge] + + """ + A list of nodes in the connection (without going through the + `edges` field). + """ + nodes: [Tag] + + """ + A count of the total number of items in this connection, + ignoring pagination. + """ + totalCount: Int +} + +"""An edge in a connection.""" +type TagEdge { + """The item at the end of the edge""" + node: Tag + + """A cursor for use in pagination""" + cursor: String! + + """ + The relevancy score (0–100) assigned by the search engine, if + these results were found through a search. + """ + score: Int +} + +""" +[Tags](https://musicbrainz.org/tags) are a way to mark entities +with extra information – for example, the genres that apply to an artist, +release, or recording. +""" +type Tag { + """The tag label.""" + name: String! + + """How many times this tag has been applied to the entity.""" + count: Int +} + +"""A connection to a list of items.""" +type InstrumentConnection { + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """A list of edges.""" + edges: [InstrumentEdge] + + """ + A list of nodes in the connection (without going through the + `edges` field). + """ + nodes: [Instrument] + + """ + A count of the total number of items in this connection, + ignoring pagination. + """ + totalCount: Int +} + +"""An edge in a connection.""" +type InstrumentEdge { + """The item at the end of the edge""" + node: Instrument + + """A cursor for use in pagination""" + cursor: String! + + """ + The relevancy score (0–100) assigned by the search engine, if + these results were found through a search. + """ + score: Int +} + +""" +[Instruments](https://musicbrainz.org/doc/Instrument) are +devices created or adapted to make musical sounds. Instruments are primarily +used in relationships between two other entities. +""" +type Instrument implements Node & Entity { + """The ID of an object""" + id: ID! + + """The MBID of the entity.""" + mbid: MBID! + + """The official name of the entity.""" + name: String + + """A comment used to help distinguish identically named entitites.""" + disambiguation: String + + """ + [Aliases](https://musicbrainz.org/doc/Aliases) are used to store + alternate names or misspellings. + """ + aliases: [Alias] + + """ + A brief description of the main characteristics of the + instrument. + """ + description: String + + """ + The type categorises the instrument by the way the sound is + created, similar to the [Hornbostel-Sachs](https://en.wikipedia.org/wiki/Hornbostel%E2%80%93Sachs) + classification. + """ + type: String + + """ + The MBID associated with the value of the `type` + field. + """ + typeID: MBID + + """Relationships between this entity and other entitites.""" + relationships: Relationships + + """A list of collections containing this entity.""" + collections(after: String, first: Int): CollectionConnection + + """A list of tags linked to this entity.""" + tags(after: String, first: Int): TagConnection +} + +"""A connection to a list of items.""" +type PlaceConnection { + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """A list of edges.""" + edges: [PlaceEdge] + + """ + A list of nodes in the connection (without going through the + `edges` field). + """ + nodes: [Place] + + """ + A count of the total number of items in this connection, + ignoring pagination. + """ + totalCount: Int +} + +"""An edge in a connection.""" +type PlaceEdge { + """The item at the end of the edge""" + node: Place + + """A cursor for use in pagination""" + cursor: String! + + """ + The relevancy score (0–100) assigned by the search engine, if + these results were found through a search. + """ + score: Int +} + +""" +A [place](https://musicbrainz.org/doc/Place) is a venue, studio, +or other place where music is performed, recorded, engineered, etc. +""" +type Place implements Node & Entity { + """The ID of an object""" + id: ID! + + """The MBID of the entity.""" + mbid: MBID! + + """The official name of the entity.""" + name: String + + """A comment used to help distinguish identically named entitites.""" + disambiguation: String + + """ + [Aliases](https://musicbrainz.org/doc/Aliases) are used to store + alternate names or misspellings. + """ + aliases: [Alias] + + """ + The address describes the location of the place using the + standard addressing format for the country it is located in. + """ + address: String + + """ + The area entity representing the area, such as the city, in + which the place is located. + """ area: Area - date: Date + + """The geographic coordinates of the place.""" + coordinates: Coordinates + + """ + The begin and end dates of the entity’s existence. Its exact + meaning depends on the type of entity. + """ + lifeSpan: LifeSpan + + """ + The type categorises the place based on its primary + function. + """ + type: String + + """ + The MBID associated with the value of the `type` + field. + """ + typeID: MBID + + """A list of events linked to this entity.""" + events(after: String, first: Int): EventConnection + + """Relationships between this entity and other entitites.""" + relationships: Relationships + + """A list of collections containing this entity.""" + collections(after: String, first: Int): CollectionConnection + + """A list of tags linked to this entity.""" + tags(after: String, first: Int): TagConnection +} + +"""Geographic coordinates described with latitude and longitude.""" +type Coordinates { + """The north–south position of a point on the Earth’s surface.""" + latitude: Degrees + + """The east–west position of a point on the Earth’s surface.""" + longitude: Degrees +} + +"""Decimal degrees, used for latitude and longitude.""" +scalar Degrees + +"""A connection to a list of items.""" +type ReleaseGroupConnection { + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """A list of edges.""" + edges: [ReleaseGroupEdge] + + """ + A list of nodes in the connection (without going through the + `edges` field). + """ + nodes: [ReleaseGroup] + + """ + A count of the total number of items in this connection, + ignoring pagination. + """ + totalCount: Int +} + +"""An edge in a connection.""" +type ReleaseGroupEdge { + """The item at the end of the edge""" + node: ReleaseGroup + + """A cursor for use in pagination""" + cursor: String! + + """ + The relevancy score (0–100) assigned by the search engine, if + these results were found through a search. + """ + score: Int } """ @@ -2120,18 +2158,18 @@ type ReleaseGroup implements Node & Entity { } """A connection to a list of items.""" -type ReleaseGroupConnection { +type SeriesConnection { """Information to aid in pagination.""" pageInfo: PageInfo! """A list of edges.""" - edges: [ReleaseGroupEdge] + edges: [SeriesEdge] """ A list of nodes in the connection (without going through the `edges` field). """ - nodes: [ReleaseGroup] + nodes: [Series] """ A count of the total number of items in this connection, @@ -2141,9 +2179,9 @@ type ReleaseGroupConnection { } """An edge in a connection.""" -type ReleaseGroupEdge { +type SeriesEdge { """The item at the end of the edge""" - node: ReleaseGroup + node: Series """A cursor for use in pagination""" cursor: String! @@ -2156,143 +2194,380 @@ type ReleaseGroupEdge { } """ -A type used to describe release groups, e.g. album, single, EP, -etc. +A [series](https://musicbrainz.org/doc/Series) is a sequence of +separate release groups, releases, recordings, works or events with a common +theme. """ -enum ReleaseGroupType { - """ - An album, perhaps better defined as a “Long Play” (LP) - release, generally consists of previously unreleased material (unless this type - is combined with secondary types which change that, such as “Compilation”). This - includes album re-issues, with or without bonus tracks. - """ - ALBUM +type Series implements Node & Entity { + """The ID of an object""" + id: ID! + + """The MBID of the entity.""" + mbid: MBID! + + """The official name of the entity.""" + name: String + + """A comment used to help distinguish identically named entitites.""" + disambiguation: String """ - A single typically has one main song and possibly a handful - of additional tracks or remixes of the main track. A single is usually named - after its main song. + The type primarily describes what type of entity the series + contains. """ - SINGLE + type: String """ - An EP is a so-called “Extended Play” release and often - contains the letters EP in the title. Generally an EP will be shorter than a - full length release (an LP or “Long Play”) and the tracks are usually exclusive - to the EP, in other words the tracks don’t come from a previously issued - release. EP is fairly difficult to define; usually it should only be assumed - that a release is an EP if the artist defines it as such. + The MBID associated with the value of the `type` + field. """ - EP + typeID: MBID - """Any release that does not fit any of the other categories.""" - OTHER + """Relationships between this entity and other entitites.""" + relationships: Relationships + + """A list of collections containing this entity.""" + collections(after: String, first: Int): CollectionConnection + + """A list of tags linked to this entity.""" + tags(after: String, first: Int): TagConnection +} + +"""A connection to a list of items.""" +type WorkConnection { + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """A list of edges.""" + edges: [WorkEdge] """ - An episodic release that was originally broadcast via radio, - television, or the Internet, including podcasts. + A list of nodes in the connection (without going through the + `edges` field). """ - BROADCAST + nodes: [Work] """ - A compilation is a collection of previously released tracks - by one or more artists. + A count of the total number of items in this connection, + ignoring pagination. """ - COMPILATION + totalCount: Int +} + +"""An edge in a connection.""" +type WorkEdge { + """The item at the end of the edge""" + node: Work + + """A cursor for use in pagination""" + cursor: String! """ - A soundtrack is the musical score to a movie, TV series, - stage show, computer game, etc. + The relevancy score (0–100) assigned by the search engine, if + these results were found through a search. """ - SOUNDTRACK - - """A non-music spoken word release.""" - SPOKENWORD - - """ - An interview release contains an interview, generally with - an artist. - """ - INTERVIEW - - """An audiobook is a book read by a narrator without music.""" - AUDIOBOOK - - """A release that was recorded live.""" - LIVE - - """ - A release that was (re)mixed from previously released - material. - """ - REMIX - - """ - A DJ-mix is a sequence of several recordings played one - after the other, each one modified so that they blend together into a continuous - flow of music. A DJ mix release requires that the recordings be modified in some - manner, and the DJ who does this modification is usually (although not always) - credited in a fairly prominent way. - """ - DJMIX - - """ - Promotional in nature (but not necessarily free), mixtapes - and street albums are often released by artists to promote new artists, or - upcoming studio albums by prominent artists. They are also sometimes used to - keep fans’ attention between studio releases and are most common in rap & hip - hop genres. They are often not sanctioned by the artist’s label, may lack proper - sample or song clearances and vary widely in production and recording quality. - While mixtapes are generally DJ-mixed, they are distinct from commercial DJ - mixes (which are usually deemed compilations) and are defined by having a - significant proportion of new material, including original production or - original vocals over top of other artists’ instrumentals. They are distinct from - demos in that they are designed for release directly to the public and fans, not - to labels. - """ - MIXTAPE - - """ - A release that was recorded for limited circulation or - reference use rather than for general public release. - """ - DEMO - - """A non-album track (special case).""" - NAT + score: Int } """ -A type used to describe the status of releases, e.g. official, -bootleg, etc. +A [work](https://musicbrainz.org/doc/Work) is a distinct +intellectual or artistic creation, which can be expressed in the form of one or +more audio recordings. """ -enum ReleaseStatus { - """ - Any release officially sanctioned by the artist and/or their - record company. (Most releases will fit into this category.) - """ - OFFICIAL +type Work implements Node & Entity { + """The ID of an object""" + id: ID! + + """The MBID of the entity.""" + mbid: MBID! + + """The official title of the entity.""" + title: String + + """A comment used to help distinguish identically named entitites.""" + disambiguation: String """ - A giveaway release or a release intended to promote an - upcoming official release, e.g. prerelease albums or releases included with a - magazine. + [Aliases](https://musicbrainz.org/doc/Aliases) are used to store + alternate names or misspellings. """ - PROMOTION + aliases: [Alias] """ - An unofficial/underground release that was not sanctioned by - the artist and/or the record company. + A list of [ISWCs](https://musicbrainz.org/doc/ISWC) assigned + to the work by copyright collecting agencies. """ - BOOTLEG + iswcs: [String] + + """The language in which the work was originally written.""" + language: String + + """The type of work.""" + type: String """ - A pseudo-release is a duplicate release for - translation/transliteration purposes. + The MBID associated with the value of the `type` + field. """ - PSEUDORELEASE + typeID: MBID + + """A list of artists linked to this entity.""" + artists(after: String, first: Int): ArtistConnection + + """Relationships between this entity and other entitites.""" + relationships: Relationships + + """A list of collections containing this entity.""" + collections(after: String, first: Int): CollectionConnection + + """The rating users have given to this entity.""" + rating: Rating + + """A list of tags linked to this entity.""" + tags(after: String, first: Int): TagConnection } +""" +A [URL](https://musicbrainz.org/doc/URL) pointing to a resource +external to MusicBrainz, i.e. an official homepage, a site where music can be +acquired, an entry in another database, etc. +""" +type URL implements Node & Entity { + """The ID of an object""" + id: ID! + + """The MBID of the entity.""" + mbid: MBID! + + """The actual URL string.""" + resource: URLString! + + """Relationships between this entity and other entitites.""" + relationships: Relationships +} + +"""A web address.""" +scalar URLString + +""" +A query for all MusicBrainz entities directly linked to another +entity. +""" +type BrowseQuery { + """Browse area entities linked to the given arguments.""" + areas( + """The MBID of a collection in which the entity is found.""" + collection: MBID + after: String + first: Int + ): AreaConnection + + """Browse artist entities linked to the given arguments.""" + artists( + """The MBID of an area to which the entity is linked.""" + area: MBID + + """The MBID of a collection in which the entity is found.""" + collection: MBID + + """The MBID of a recording to which the entity is linked.""" + recording: MBID + + """The MBID of a release to which the entity is linked.""" + release: MBID + + """The MBID of a release group to which the entity is linked.""" + releaseGroup: MBID + + """The MBID of a work to which the entity is linked.""" + work: MBID + after: String + first: Int + ): ArtistConnection + + """Browse collection entities linked to the given arguments.""" + collections( + """The MBID of an area to which the entity is linked.""" + area: MBID + + """The MBID of an artist to which the entity is linked.""" + artist: MBID + + """The username of the editor who created the collection.""" + editor: String + + """The MBID of an event to which the entity is linked.""" + event: MBID + + """The MBID of a label to which the entity is linked.""" + label: MBID + + """The MBID of a place to which the entity is linked.""" + place: MBID + + """The MBID of a recording to which the entity is linked.""" + recording: MBID + + """The MBID of a release to which the entity is linked.""" + release: MBID + + """The MBID of a release group to which the entity is linked.""" + releaseGroup: MBID + + """The MBID of a work to which the entity is linked.""" + work: MBID + after: String + first: Int + ): CollectionConnection + + """Browse event entities linked to the given arguments.""" + events( + """The MBID of an area to which the entity is linked.""" + area: MBID + + """The MBID of an artist to which the entity is linked.""" + artist: MBID + + """The MBID of a collection in which the entity is found.""" + collection: MBID + + """The MBID of a place to which the entity is linked.""" + place: MBID + after: String + first: Int + ): EventConnection + + """Browse label entities linked to the given arguments.""" + labels( + """The MBID of an area to which the entity is linked.""" + area: MBID + + """The MBID of a collection in which the entity is found.""" + collection: MBID + + """The MBID of a release to which the entity is linked.""" + release: MBID + after: String + first: Int + ): LabelConnection + + """Browse place entities linked to the given arguments.""" + places( + """The MBID of an area to which the entity is linked.""" + area: MBID + + """The MBID of a collection in which the entity is found.""" + collection: MBID + after: String + first: Int + ): PlaceConnection + + """Browse recording entities linked to the given arguments.""" + recordings( + """The MBID of an artist to which the entity is linked.""" + artist: MBID + + """The MBID of a collection in which the entity is found.""" + collection: MBID + + """ + The [International Standard Recording Code](https://musicbrainz.org/doc/ISRC) + (ISRC) of the recording. + """ + isrc: ISRC + + """The MBID of a release to which the entity is linked.""" + release: MBID + after: String + first: Int + ): RecordingConnection + + """Browse release entities linked to the given arguments.""" + releases( + """The MBID of an area to which the entity is linked.""" + area: MBID + + """The MBID of an artist to which the entity is linked.""" + artist: MBID + + """The MBID of a collection in which the entity is found.""" + collection: MBID + + """ + A [disc ID](https://musicbrainz.org/doc/Disc_ID) + associated with the release. + """ + discID: DiscID + + """The MBID of a label to which the entity is linked.""" + label: MBID + + """The MBID of a recording to which the entity is linked.""" + recording: MBID + + """The MBID of a release group to which the entity is linked.""" + releaseGroup: MBID + + """The MBID of a track that is included in the release.""" + track: MBID + + """ + The MBID of an artist that appears on a track in the + release, but is not included in the credits for the release itself. + """ + trackArtist: MBID + + """Filter by one or more release group types.""" + type: [ReleaseGroupType] + + """Filter by one or more release statuses.""" + status: [ReleaseStatus] + after: String + first: Int + ): ReleaseConnection + + """Browse release group entities linked to the given arguments.""" + releaseGroups( + """The MBID of an artist to which the entity is linked.""" + artist: MBID + + """The MBID of a collection in which the entity is found.""" + collection: MBID + + """The MBID of a release to which the entity is linked.""" + release: MBID + + """Filter by one or more release group types.""" + type: [ReleaseGroupType] + after: String + first: Int + ): ReleaseGroupConnection + + """Browse work entities linked to the given arguments.""" + works( + """The MBID of an artist to which the entity is linked.""" + artist: MBID + + """The MBID of a collection in which the entity is found.""" + collection: MBID + + """ + The [International Standard Musical Work Code](https://musicbrainz.org/doc/ISWC) + (ISWC) of the work. + """ + iswc: ISWC + after: String + first: Int + ): WorkConnection +} + +""" +The [International Standard Musical Work Code](https://musicbrainz.org/doc/ISWC) +(ISWC) is an ISO standard similar to ISBNs for identifying musical works / +compositions. +""" +scalar ISWC + """A search for MusicBrainz entities using Lucene query syntax.""" type SearchQuery { """Search for area entities matching the given query.""" @@ -2416,279 +2691,4 @@ type SearchQuery { first: Int ): WorkConnection } - -""" -A [series](https://musicbrainz.org/doc/Series) is a sequence of -separate release groups, releases, recordings, works or events with a common -theme. -""" -type Series implements Node & Entity { - """The ID of an object""" - id: ID! - - """The MBID of the entity.""" - mbid: MBID! - - """The official name of the entity.""" - name: String - - """A comment used to help distinguish identically named entitites.""" - disambiguation: String - - """ - The type primarily describes what type of entity the series - contains. - """ - type: String - - """ - The MBID associated with the value of the `type` - field. - """ - typeID: MBID - - """Relationships between this entity and other entitites.""" - relationships: Relationships - - """A list of collections containing this entity.""" - collections(after: String, first: Int): CollectionConnection - - """A list of tags linked to this entity.""" - tags(after: String, first: Int): TagConnection -} - -"""A connection to a list of items.""" -type SeriesConnection { - """Information to aid in pagination.""" - pageInfo: PageInfo! - - """A list of edges.""" - edges: [SeriesEdge] - - """ - A list of nodes in the connection (without going through the - `edges` field). - """ - nodes: [Series] - - """ - A count of the total number of items in this connection, - ignoring pagination. - """ - totalCount: Int -} - -"""An edge in a connection.""" -type SeriesEdge { - """The item at the end of the edge""" - node: Series - - """A cursor for use in pagination""" - cursor: String! - - """ - The relevancy score (0–100) assigned by the search engine, if - these results were found through a search. - """ - score: Int -} - -""" -[Tags](https://musicbrainz.org/tags) are a way to mark entities -with extra information – for example, the genres that apply to an artist, -release, or recording. -""" -type Tag { - """The tag label.""" - name: String! - - """How many times this tag has been applied to the entity.""" - count: Int -} - -"""A connection to a list of items.""" -type TagConnection { - """Information to aid in pagination.""" - pageInfo: PageInfo! - - """A list of edges.""" - edges: [TagEdge] - - """ - A list of nodes in the connection (without going through the - `edges` field). - """ - nodes: [Tag] - - """ - A count of the total number of items in this connection, - ignoring pagination. - """ - totalCount: Int -} - -"""An edge in a connection.""" -type TagEdge { - """The item at the end of the edge""" - node: Tag - - """A cursor for use in pagination""" - cursor: String! - - """ - The relevancy score (0–100) assigned by the search engine, if - these results were found through a search. - """ - score: Int -} - -"""A time of day, in 24-hour hh:mm notation.""" -scalar Time - -""" -A track is the way a recording is represented on a particular - release (or, more exactly, on a particular medium). Every track has a title - (see the guidelines for titles) and is credited to one or more artists. -""" -type Track implements Entity { - """The MBID of the entity.""" - mbid: MBID! - - """The official title of the entity.""" - title: String - - """ - The track’s position on the overall release (including all - tracks from all discs). - """ - position: Int - - """ - The track number, which may include information about the - disc or side it appears on, e.g. “A1” or “B3”. - """ - number: String - - """The length of the track.""" - length: Duration - - """The recording that appears on the track.""" - recording: Recording -} - -""" -A [URL](https://musicbrainz.org/doc/URL) pointing to a resource -external to MusicBrainz, i.e. an official homepage, a site where music can be -acquired, an entry in another database, etc. -""" -type URL implements Node & Entity { - """The ID of an object""" - id: ID! - - """The MBID of the entity.""" - mbid: MBID! - - """The actual URL string.""" - resource: URLString! - - """Relationships between this entity and other entitites.""" - relationships: Relationships -} - -"""A web address.""" -scalar URLString - -""" -A [work](https://musicbrainz.org/doc/Work) is a distinct -intellectual or artistic creation, which can be expressed in the form of one or -more audio recordings. -""" -type Work implements Node & Entity { - """The ID of an object""" - id: ID! - - """The MBID of the entity.""" - mbid: MBID! - - """The official title of the entity.""" - title: String - - """A comment used to help distinguish identically named entitites.""" - disambiguation: String - - """ - [Aliases](https://musicbrainz.org/doc/Aliases) are used to store - alternate names or misspellings. - """ - aliases: [Alias] - - """ - A list of [ISWCs](https://musicbrainz.org/doc/ISWC) assigned - to the work by copyright collecting agencies. - """ - iswcs: [String] - - """The language in which the work was originally written.""" - language: String - - """The type of work.""" - type: String - - """ - The MBID associated with the value of the `type` - field. - """ - typeID: MBID - - """A list of artists linked to this entity.""" - artists(after: String, first: Int): ArtistConnection - - """Relationships between this entity and other entitites.""" - relationships: Relationships - - """A list of collections containing this entity.""" - collections(after: String, first: Int): CollectionConnection - - """The rating users have given to this entity.""" - rating: Rating - - """A list of tags linked to this entity.""" - tags(after: String, first: Int): TagConnection -} - -"""A connection to a list of items.""" -type WorkConnection { - """Information to aid in pagination.""" - pageInfo: PageInfo! - - """A list of edges.""" - edges: [WorkEdge] - - """ - A list of nodes in the connection (without going through the - `edges` field). - """ - nodes: [Work] - - """ - A count of the total number of items in this connection, - ignoring pagination. - """ - totalCount: Int -} - -"""An edge in a connection.""" -type WorkEdge { - """The item at the end of the edge""" - node: Work - - """A cursor for use in pagination""" - cursor: String! - - """ - The relevancy score (0–100) assigned by the search engine, if - these results were found through a search. - """ - score: Int -} ``` diff --git a/docs/types.md b/docs/types.md index cf883a7..b3202a6 100644 --- a/docs/types.md +++ b/docs/types.md @@ -95,7 +95,7 @@ or the schemas provided by the [built-in extensions](extensions). -## Query +## Query The query root, from which multiple types of MusicBrainz requests can be made. @@ -7405,7 +7405,7 @@ A length of time, in milliseconds. ### Float -The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](http://en.wikipedia.org/wiki/IEEE_floating_point). +The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point). ### ID @@ -7444,7 +7444,7 @@ compositions. ### Int -The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1. +The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1. ### Locale diff --git a/extensions/cover-art-archive.js b/extensions/cover-art-archive.js index 14af95f..9517696 100644 --- a/extensions/cover-art-archive.js +++ b/extensions/cover-art-archive.js @@ -1 +1 @@ -module.exports = require('../lib/extensions/cover-art-archive') +export { default } from '../src/extensions/cover-art-archive/index.js'; diff --git a/extensions/fanart-tv.js b/extensions/fanart-tv.js index bffd376..eed3983 100644 --- a/extensions/fanart-tv.js +++ b/extensions/fanart-tv.js @@ -1 +1 @@ -module.exports = require('../lib/extensions/fanart-tv') +export { default } from '../src/extensions/fanart-tv/index.js'; diff --git a/extensions/mediawiki.js b/extensions/mediawiki.js index 8d1d224..d6d8035 100644 --- a/extensions/mediawiki.js +++ b/extensions/mediawiki.js @@ -1 +1 @@ -module.exports = require('../lib/extensions/mediawiki') +export { default } from '../src/extensions/mediawiki/index.js'; diff --git a/extensions/the-audio-db.js b/extensions/the-audio-db.js index d5bf0ac..ce0d7ed 100644 --- a/extensions/the-audio-db.js +++ b/extensions/the-audio-db.js @@ -1 +1 @@ -module.exports = require('../lib/extensions/the-audio-db') +export { default } from '../src/extensions/the-audio-db/index.js'; diff --git a/package.json b/package.json index 739be07..247348a 100644 --- a/package.json +++ b/package.json @@ -1,53 +1,7 @@ { "name": "graphbrainz", - "version": "8.1.0", + "version": "9.0.0-beta.2", "description": "A GraphQL schema, Express server, and middleware for querying the MusicBrainz.", - "main": "lib/index.js", - "bin": "cli.js", - "files": [ - "extensions", - "lib", - "scripts", - "src", - ".babelrc", - "cli.js", - "Procfile", - "schema.json", - "yarn.lock" - ], - "engines": { - "node": ">=8.10.0", - "npm": ">=5.2.0" - }, - "scripts": { - "build": "npm run build:lib && npm run update-schema && npm run build:docs", - "build:docs": "npm run build:docs:readme && npm run build:docs:schema && npm run build:docs:types && npm run build:docs:extensions", - "build:docs:extensions": "babel-node scripts/build-extension-docs.js", - "build:docs:readme": "doctoc --notitle README.md docs/extensions/README.md", - "build:docs:schema": "printf '# GraphQL Schema\\n\\n%s\n' \"$(npm run -s print-schema:md)\" > docs/schema.md", - "build:docs:types": "graphql-markdown ./src/schema.js --require babel-register --no-title --update-file docs/types.md", - "build:lib": "babel --out-dir lib src", - "clean": "npm run clean:lib", - "clean:lib": "rm -rf lib", - "deploy": "./scripts/deploy.sh", - "format": "npm run lint:fix", - "lint": "eslint .", - "lint:fix": "eslint --fix .", - "prepare": "npm run clean:lib && npm run build:lib", - "preversion": "npm run update-schema && npm run build:docs && git add schema.json docs", - "print-schema": "babel-node scripts/print-schema.js", - "print-schema:json": "npm run print-schema -- --json", - "print-schema:md": "printf '```graphql\\n%s\\n```' \"$(npm run -s print-schema)\"", - "start": "node lib/index.js", - "start:dev": "nodemon --exec babel-node src/index.js", - "test": "npm run lint && npm run test:coverage", - "test:coverage": "cross-env NODE_ENV=test nyc npm run test:only", - "test:only": "cross-env VCR_MODE=playback ava", - "test:record": "cross-env VCR_MODE=record ava --concurrency 1", - "test:record-new": "cross-env VCR_MODE=cache ava --concurrency 1", - "test:watch": "npm run test:only -- --watch", - "update-schema": "npm run -s print-schema:json > schema.json" - }, "keywords": [ "musicbrainz", "graphql", @@ -60,82 +14,107 @@ "author": { "name": "Brian Beck", "email": "exogen@gmail.com", - "url": "http://brianbeck.com/" + "url": "https://brianbeck.com/" }, "repository": { "type": "git", "url": "https://github.com/exogen/graphbrainz.git" }, "license": "MIT", - "dependencies": { - "babel-runtime": "^6.25.0", - "compression": "^1.7.3", - "cors": "^2.8.4", - "dashify": "^1.0.0", - "dataloader": "^1.4.0", - "debug": "^3.0.0", - "dotenv": "^6.0.0", - "es6-error": "^4.1.1", - "express": "^4.16.3", - "express-graphql": "^0.6.12", - "graphql": "^0.13.2", - "graphql-relay": "^0.5.5", - "graphql-tools": "^3.1.1", - "lru-cache": "^4.1.3", - "pascalcase": "^0.1.1", - "qs": "^6.5.2", - "request": "^2.87.0", - "retry": "^0.12.0" + "engines": { + "node": ">=12.18.0", + "npm": ">=6.0.0" }, - "devDependencies": { - "ava": "^0.25.0", - "babel-cli": "^6.24.1", - "babel-eslint": "^8.2.6", - "babel-plugin-istanbul": "^4.1.6", - "babel-plugin-syntax-object-rest-spread": "^6.13.0", - "babel-plugin-transform-runtime": "^6.23.0", - "babel-preset-env": "^1.7.0", - "babel-register": "^6.24.1", - "coveralls": "^3.0.2", - "cross-env": "^5.2.0", - "doctoc": "^1.3.1", - "eslint": "^5.3.0", - "eslint-config-prettier": "^2.9.0", - "eslint-config-standard": "^11.0.0", - "eslint-plugin-import": "^2.13.0", - "eslint-plugin-markdown": "^1.0.0-beta.6", - "eslint-plugin-node": "^7.0.1", - "eslint-plugin-prettier": "^2.6.2", - "eslint-plugin-promise": "^3.8.0", - "eslint-plugin-standard": "^3.1.0", - "graphql-markdown": "^4.0.0", - "nodemon": "^1.18.3", - "nyc": "^12.0.2", - "prettier": "^1.14.0", - "replayer": "^2.2.3", - "rimraf": "^2.6.1", - "sinon": "^6.1.4" + "type": "module", + "main": "./src/index.js", + "exports": { + ".": "./src/index.js", + "./extensions/cover-art-archive": "./extensions/cover-art-archive.js", + "./extensions/fanart-tv": "./extensions/fanart-tv.js", + "./extensions/mediawiki": "./extensions/mediawiki.js", + "./extensions/the-audio-db": "./extensions/the-audio-db.js", + "./package.json": "./package.json", + "./schema.json": "./schema.json" }, - "standard": { - "parser": "babel-eslint" + "bin": "cli.js", + "files": [ + "extensions", + "src", + "cli.js", + "schema.json" + ], + "scripts": { + "build": "npm run update-schema && npm run build:docs", + "build:docs": "npm run build:docs:readme && npm run build:docs:schema && npm run build:docs:types && npm run build:docs:extensions", + "build:docs:extensions": "node scripts/build-extension-docs.js", + "build:docs:readme": "doctoc --notitle README.md docs/extensions/README.md", + "build:docs:schema": "printf '# GraphQL Schema\\n\\n%s\n' \"$(npm run -s print-schema:md)\" > docs/schema.md", + "build:docs:types": "graphql-markdown ./schema.json --no-title --update-file docs/types.md", + "deploy": "./scripts/deploy.sh", + "format": "npm run lint:fix", + "lint": "eslint .", + "lint:fix": "eslint --fix .", + "preversion": "npm run update-schema && npm run build:docs && git add schema.json docs", + "print-schema": "node scripts/print-schema.js", + "print-schema:json": "npm run print-schema -- --json", + "print-schema:md": "printf '```graphql\\n%s\\n```' \"$(npm run -s print-schema)\"", + "start": "node cli.js", + "start:dev": "nodemon cli.js", + "test": "npm run lint && npm run test:coverage", + "test:coverage": "c8 --all npm run test:only", + "test:only": "cross-env NOCK_MODE=play ava", + "test:record": "cross-env NOCK_MODE=record ava --concurrency=1 --timeout=1m", + "test:record-new": "cross-env NOCK_MODE=cache ava --concurrency=1 --timeout=1m", + "test:watch": "npm run test:only -- --watch", + "update-schema": "npm run -s print-schema:json > schema.json" }, "ava": { "require": [ - "dotenv/config", - "babel-register" + "dotenv/config" ] }, - "nyc": { - "include": [ - "src/**" - ], - "reporter": [ - "lcov", - "text" - ], - "all": true, - "cache": true, - "sourceMap": false, - "instrument": false + "ava-nock": { + "fixtureDir": "fixtures", + "pathFilter": [ + "(([?&]api_key=)(\\w+))|((/json/)(\\w+)(/[\\w-]+-mb\\.php))", + "$2$5*$7" + ] + }, + "dependencies": { + "@graphql-tools/schema": "^7.1.3", + "compression": "^1.7.3", + "cors": "^2.8.4", + "dashify": "^2.0.0", + "dataloader": "^2.0.0", + "debug": "^4.3.1", + "dotenv": "^8.2.0", + "es6-error": "^4.1.1", + "express": "^4.16.3", + "express-graphql": "^0.12.0", + "got": "^11.8.2", + "graphql": "^15.5.0", + "graphql-relay": "^0.6.0", + "lru-cache": "^6.0.0", + "pascalcase": "^1.0.0", + "read-pkg-up": "^8.0.0" + }, + "devDependencies": { + "ava": "^3.15.0", + "ava-nock": "^2.1.0", + "c8": "^7.7.1", + "coveralls": "^3.0.2", + "cross-env": "^7.0.3", + "doctoc": "^2.0.0", + "eslint": "^7.24.0", + "eslint-config-prettier": "^8.1.0", + "eslint-plugin-import": "^2.13.0", + "eslint-plugin-node": "^11.1.0", + "eslint-plugin-prettier": "^3.3.1", + "eslint-plugin-promise": "^5.1.0", + "graphql-markdown": "^6.0.0", + "nodemon": "^2.0.7", + "prettier": "^2.2.1", + "rimraf": "^3.0.2", + "sinon": "^10.0.0" } } diff --git a/schema.json b/schema.json index 8b934e6..8d223b8 100644 --- a/schema.json +++ b/schema.json @@ -476,16 +476,6 @@ "enumValues": null, "possibleTypes": null }, - { - "kind": "SCALAR", - "name": "MBID", - "description": "The MBID scalar represents MusicBrainz identifiers, which are\n36-character UUIDs.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, { "kind": "OBJECT", "name": "Area", @@ -937,7 +927,7 @@ } ], "inputFields": null, - "interfaces": null, + "interfaces": [], "enumValues": null, "possibleTypes": [ { @@ -1045,7 +1035,7 @@ } ], "inputFields": null, - "interfaces": null, + "interfaces": [], "enumValues": null, "possibleTypes": [ { @@ -1120,6 +1110,16 @@ } ] }, + { + "kind": "SCALAR", + "name": "MBID", + "description": "The MBID scalar represents MusicBrainz identifiers, which are\n36-character UUIDs.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, { "kind": "SCALAR", "name": "String", @@ -1233,16 +1233,6 @@ "enumValues": null, "possibleTypes": null }, - { - "kind": "SCALAR", - "name": "Int", - "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1. ", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, { "kind": "OBJECT", "name": "ArtistConnection", @@ -2559,145 +2549,13 @@ "possibleTypes": null }, { - "kind": "ENUM", - "name": "ReleaseGroupType", - "description": "A type used to describe release groups, e.g. album, single, EP,\netc.", + "kind": "SCALAR", + "name": "Int", + "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.", "fields": null, "inputFields": null, "interfaces": null, - "enumValues": [ - { - "name": "ALBUM", - "description": "An album, perhaps better defined as a “Long Play” (LP)\nrelease, generally consists of previously unreleased material (unless this type\nis combined with secondary types which change that, such as “Compilation”). This\nincludes album re-issues, with or without bonus tracks.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SINGLE", - "description": "A single typically has one main song and possibly a handful\nof additional tracks or remixes of the main track. A single is usually named\nafter its main song.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "EP", - "description": "An EP is a so-called “Extended Play” release and often\ncontains the letters EP in the title. Generally an EP will be shorter than a\nfull length release (an LP or “Long Play”) and the tracks are usually exclusive\nto the EP, in other words the tracks don’t come from a previously issued\nrelease. EP is fairly difficult to define; usually it should only be assumed\nthat a release is an EP if the artist defines it as such.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "OTHER", - "description": "Any release that does not fit any of the other categories.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "BROADCAST", - "description": "An episodic release that was originally broadcast via radio,\ntelevision, or the Internet, including podcasts.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "COMPILATION", - "description": "A compilation is a collection of previously released tracks\nby one or more artists.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SOUNDTRACK", - "description": "A soundtrack is the musical score to a movie, TV series,\nstage show, computer game, etc.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SPOKENWORD", - "description": "A non-music spoken word release.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INTERVIEW", - "description": "An interview release contains an interview, generally with\nan artist.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "AUDIOBOOK", - "description": "An audiobook is a book read by a narrator without music.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "LIVE", - "description": "A release that was recorded live.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "REMIX", - "description": "A release that was (re)mixed from previously released\nmaterial.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "DJMIX", - "description": "A DJ-mix is a sequence of several recordings played one\nafter the other, each one modified so that they blend together into a continuous\nflow of music. A DJ mix release requires that the recordings be modified in some\nmanner, and the DJ who does this modification is usually (although not always)\ncredited in a fairly prominent way.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "MIXTAPE", - "description": "Promotional in nature (but not necessarily free), mixtapes\nand street albums are often released by artists to promote new artists, or\nupcoming studio albums by prominent artists. They are also sometimes used to\nkeep fans’ attention between studio releases and are most common in rap & hip\nhop genres. They are often not sanctioned by the artist’s label, may lack proper\nsample or song clearances and vary widely in production and recording quality.\nWhile mixtapes are generally DJ-mixed, they are distinct from commercial DJ\nmixes (which are usually deemed compilations) and are defined by having a\nsignificant proportion of new material, including original production or\noriginal vocals over top of other artists’ instrumentals. They are distinct from\ndemos in that they are designed for release directly to the public and fans, not\nto labels.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "DEMO", - "description": "A release that was recorded for limited circulation or\nreference use rather than for general public release.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "NAT", - "description": "A non-album track (special case).", - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "ReleaseStatus", - "description": "A type used to describe the status of releases, e.g. official,\nbootleg, etc.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "OFFICIAL", - "description": "Any release officially sanctioned by the artist and/or their\nrecord company. (Most releases will fit into this category.)", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROMOTION", - "description": "A giveaway release or a release intended to promote an\nupcoming official release, e.g. prerelease albums or releases included with a\nmagazine.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "BOOTLEG", - "description": "An unofficial/underground release that was not sanctioned by\nthe artist and/or the record company.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PSEUDORELEASE", - "description": "A pseudo-release is a duplicate release for\ntranslation/transliteration purposes.", - "isDeprecated": false, - "deprecationReason": null - } - ], + "enumValues": null, "possibleTypes": null }, { @@ -3357,6 +3215,41 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "ENUM", + "name": "ReleaseStatus", + "description": "A type used to describe the status of releases, e.g. official,\nbootleg, etc.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "OFFICIAL", + "description": "Any release officially sanctioned by the artist and/or their\nrecord company. (Most releases will fit into this category.)", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROMOTION", + "description": "A giveaway release or a release intended to promote an\nupcoming official release, e.g. prerelease albums or releases included with a\nmagazine.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BOOTLEG", + "description": "An unofficial/underground release that was not sanctioned by\nthe artist and/or the record company.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PSEUDORELEASE", + "description": "A pseudo-release is a duplicate release for\ntranslation/transliteration purposes.", + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, { "kind": "OBJECT", "name": "Medium", @@ -4160,6 +4053,113 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "ENUM", + "name": "ReleaseGroupType", + "description": "A type used to describe release groups, e.g. album, single, EP,\netc.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "ALBUM", + "description": "An album, perhaps better defined as a “Long Play” (LP)\nrelease, generally consists of previously unreleased material (unless this type\nis combined with secondary types which change that, such as “Compilation”). This\nincludes album re-issues, with or without bonus tracks.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SINGLE", + "description": "A single typically has one main song and possibly a handful\nof additional tracks or remixes of the main track. A single is usually named\nafter its main song.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EP", + "description": "An EP is a so-called “Extended Play” release and often\ncontains the letters EP in the title. Generally an EP will be shorter than a\nfull length release (an LP or “Long Play”) and the tracks are usually exclusive\nto the EP, in other words the tracks don’t come from a previously issued\nrelease. EP is fairly difficult to define; usually it should only be assumed\nthat a release is an EP if the artist defines it as such.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OTHER", + "description": "Any release that does not fit any of the other categories.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BROADCAST", + "description": "An episodic release that was originally broadcast via radio,\ntelevision, or the Internet, including podcasts.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "COMPILATION", + "description": "A compilation is a collection of previously released tracks\nby one or more artists.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SOUNDTRACK", + "description": "A soundtrack is the musical score to a movie, TV series,\nstage show, computer game, etc.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SPOKENWORD", + "description": "A non-music spoken word release.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INTERVIEW", + "description": "An interview release contains an interview, generally with\nan artist.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AUDIOBOOK", + "description": "An audiobook is a book read by a narrator without music.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "LIVE", + "description": "A release that was recorded live.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REMIX", + "description": "A release that was (re)mixed from previously released\nmaterial.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DJMIX", + "description": "A DJ-mix is a sequence of several recordings played one\nafter the other, each one modified so that they blend together into a continuous\nflow of music. A DJ mix release requires that the recordings be modified in some\nmanner, and the DJ who does this modification is usually (although not always)\ncredited in a fairly prominent way.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MIXTAPE", + "description": "Promotional in nature (but not necessarily free), mixtapes\nand street albums are often released by artists to promote new artists, or\nupcoming studio albums by prominent artists. They are also sometimes used to\nkeep fans’ attention between studio releases and are most common in rap & hip\nhop genres. They are often not sanctioned by the artist’s label, may lack proper\nsample or song clearances and vary widely in production and recording quality.\nWhile mixtapes are generally DJ-mixed, they are distinct from commercial DJ\nmixes (which are usually deemed compilations) and are defined by having a\nsignificant proportion of new material, including original production or\noriginal vocals over top of other artists’ instrumentals. They are distinct from\ndemos in that they are designed for release directly to the public and fans, not\nto labels.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEMO", + "description": "A release that was recorded for limited circulation or\nreference use rather than for general public release.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NAT", + "description": "A non-album track (special case).", + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, { "kind": "OBJECT", "name": "Relationships", @@ -6649,7 +6649,7 @@ { "kind": "SCALAR", "name": "Float", - "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](http://en.wikipedia.org/wiki/IEEE_floating_point). ", + "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).", "fields": null, "inputFields": null, "interfaces": null, @@ -8784,16 +8784,6 @@ "enumValues": null, "possibleTypes": null }, - { - "kind": "SCALAR", - "name": "URLString", - "description": "A web address.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, { "kind": "OBJECT", "name": "URL", @@ -8876,6 +8866,16 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "SCALAR", + "name": "URLString", + "description": "A web address.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, { "kind": "OBJECT", "name": "BrowseQuery", @@ -10252,6 +10252,18 @@ "name": "__Schema", "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.", "fields": [ + { + "name": "description", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "types", "description": "A list of all types supported by this server.", @@ -10349,7 +10361,7 @@ { "kind": "OBJECT", "name": "__Type", - "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name and description, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.", + "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByUrl`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.", "fields": [ { "name": "kind", @@ -10391,6 +10403,18 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "specifiedByUrl", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "fields", "description": null, @@ -10496,7 +10520,18 @@ { "name": "inputFields", "description": null, - "args": [], + "args": [ + { + "name": "includeDeprecated", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], "type": { "kind": "LIST", "name": null, @@ -10553,7 +10588,7 @@ }, { "name": "INTERFACE", - "description": "Indicates this type is an interface. `fields` and `possibleTypes` are valid fields.", + "description": "Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.", "isDeprecated": false, "deprecationReason": null }, @@ -10626,7 +10661,18 @@ { "name": "args", "description": null, - "args": [], + "args": [ + { + "name": "includeDeprecated", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], "type": { "kind": "NON_NULL", "name": null, @@ -10757,6 +10803,34 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "isDeprecated", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deprecationReason", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -10864,6 +10938,22 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "isRepeatable", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "locations", "description": null, @@ -10911,54 +11001,6 @@ }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "onOperation", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": true, - "deprecationReason": "Use `locations`." - }, - { - "name": "onFragment", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": true, - "deprecationReason": "Use `locations`." - }, - { - "name": "onField", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": true, - "deprecationReason": "Use `locations`." } ], "inputFields": null, @@ -11016,6 +11058,12 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "VARIABLE_DEFINITION", + "description": "Location adjacent to a variable definition.", + "isDeprecated": false, + "deprecationReason": null + }, { "name": "SCHEMA", "description": "Location adjacent to a schema definition.", @@ -11142,12 +11190,14 @@ "description": "Marks an element of a GraphQL schema as no longer supported.", "locations": [ "FIELD_DEFINITION", + "ARGUMENT_DEFINITION", + "INPUT_FIELD_DEFINITION", "ENUM_VALUE" ], "args": [ { "name": "reason", - "description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted in [Markdown](https://daringfireball.net/projects/markdown/).", + "description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by [CommonMark](https://commonmark.org/).", "type": { "kind": "SCALAR", "name": "String", @@ -11156,6 +11206,29 @@ "defaultValue": "\"No longer supported\"" } ] + }, + { + "name": "specifiedBy", + "description": "Exposes a URL that specifies the behaviour of this scalar.", + "locations": [ + "SCALAR" + ], + "args": [ + { + "name": "url", + "description": "The URL that specifies the behaviour of this scalar.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ] } ] } diff --git a/scripts/build-extension-docs.js b/scripts/build-extension-docs.js index e95d462..3a8fe51 100644 --- a/scripts/build-extension-docs.js +++ b/scripts/build-extension-docs.js @@ -1,52 +1,62 @@ -import path from 'path' -import { graphql, introspectionQuery } from 'graphql' -import { updateSchema, diffSchema } from 'graphql-markdown' -import baseSchema, { createSchema } from '../src/schema' +import path from 'path'; +import { fileURLToPath } from 'url'; +import GraphQL from 'graphql'; +import GraphQLMarkdown from 'graphql-markdown'; +import { baseSchema, createSchema } from '../src/schema.js'; -const extensionModules = [ +const { graphql, getIntrospectionQuery } = GraphQL; +const { updateSchema, diffSchema } = GraphQLMarkdown; + +async function getSchemaJSON(schema) { + const result = await graphql(schema, getIntrospectionQuery()); + return result.data; +} + +async function buildExtensionDocs(extensionModules) { + return Promise.all( + extensionModules.map(async (extensionName) => { + const extensionModule = await import( + `../src/extensions/${extensionName}/index.js` + ); + const extension = extensionModule.default; + console.log(`Generating docs for “${extension.name}” extension...`); + const schema = createSchema(baseSchema, { extensions: [extension] }); + const [baseSchemaJSON, schemaJSON] = await Promise.all([ + getSchemaJSON(baseSchema), + getSchemaJSON(schema), + ]); + const outputSchema = diffSchema(baseSchemaJSON, schemaJSON, { + processTypeDiff(type) { + if (type.description === undefined) { + type.description = + ':small_blue_diamond: *This type has been extended. See the ' + + '[base schema](../types.md)\nfor a description and additional ' + + 'fields.*'; + } + return type; + }, + }); + const outputPath = path.resolve( + path.dirname(fileURLToPath(import.meta.url)), + `../docs/extensions/${extensionName}.md` + ); + return updateSchema(outputPath, outputSchema, { + unknownTypeURL: '../types.md', + headingLevel: 2, + }); + }) + ); +} + +buildExtensionDocs([ 'cover-art-archive', 'fanart-tv', 'mediawiki', - 'the-audio-db' -] - -function getSchemaJSON(schema) { - return graphql(schema, introspectionQuery).then(result => result.data) -} - -Promise.all( - extensionModules.map(extensionModule => { - const extension = require(`../src/extensions/${extensionModule}`).default - console.log(`Generating docs for “${extension.name}” extension...`) - const schema = createSchema(baseSchema, { extensions: [extension] }) - return Promise.all([getSchemaJSON(baseSchema), getSchemaJSON(schema)]).then( - ([baseSchemaJSON, schemaJSON]) => { - const outputSchema = diffSchema(baseSchemaJSON, schemaJSON, { - processTypeDiff(type) { - if (type.description === undefined) { - type.description = - ':small_blue_diamond: *This type has been extended. See the ' + - '[base schema](../types.md)\nfor a description and additional ' + - 'fields.*' - } - return type - } - }) - const outputPath = path.resolve( - __dirname, - `../docs/extensions/${extensionModule}.md` - ) - return updateSchema(outputPath, outputSchema, { - unknownTypeURL: '../types.md', - headingLevel: 2 - }) - } - ) - }) -) - .then(extensions => { - console.log(`Built docs for ${extensions.length} extension(s).`) - }) - .catch(err => { - console.log('Error:', err) + 'the-audio-db', +]) + .then((extensions) => { + console.log(`Built docs for ${extensions.length} extension(s).`); }) + .catch((err) => { + console.log('Error:', err); + }); diff --git a/scripts/print-schema.js b/scripts/print-schema.js index 8e0331a..004ef55 100644 --- a/scripts/print-schema.js +++ b/scripts/print-schema.js @@ -1,14 +1,16 @@ -import { graphql, introspectionQuery, printSchema } from 'graphql' -import schema from '../src/schema' +import GraphQL from 'graphql'; +import { baseSchema as schema } from '../src/schema.js'; + +const { graphql, getIntrospectionQuery, printSchema } = GraphQL; if (process.argv[2] === '--json') { - graphql(schema, introspectionQuery) - .then(result => { - console.log(JSON.stringify(result, null, 2)) - }) - .catch(err => { - console.error(err) + graphql(schema, getIntrospectionQuery()) + .then((result) => { + console.log(JSON.stringify(result, null, 2)); }) + .catch((err) => { + console.error(err); + }); } else { - console.log(printSchema(schema)) + console.log(printSchema(schema)); } diff --git a/src/api/client.js b/src/api/client.js index 841b88e..8547c94 100644 --- a/src/api/client.js +++ b/src/api/client.js @@ -1,31 +1,15 @@ -import request from 'request' -import retry from 'retry' -import ExtendableError from 'es6-error' -import RateLimit from '../rate-limit' -import pkg from '../../package.json' +import { fileURLToPath } from 'url'; +import createDebug from 'debug'; +import got from 'got'; +import { readPackageUpSync } from 'read-pkg-up'; +import RateLimit from '../rate-limit.js'; +import { filterObjectValues, getTypeName } from '../util.js'; -const debug = require('debug')('graphbrainz:api/client') +const debug = createDebug('graphbrainz:api/client'); -// If the `request` callback returns an error, it indicates a failure at a lower -// level than the HTTP response itself. If it's any of the following error -// codes, we should retry. -const RETRY_CODES = { - ECONNRESET: true, - ENOTFOUND: true, - ESOCKETTIMEDOUT: true, - ETIMEDOUT: true, - ECONNREFUSED: true, - EHOSTUNREACH: true, - EPIPE: true, - EAI_AGAIN: true -} - -export class ClientError extends ExtendableError { - constructor(message, statusCode) { - super(message) - this.statusCode = statusCode - } -} +const { packageJson: pkg } = readPackageUpSync({ + cwd: fileURLToPath(import.meta.url), +}); export default class Client { constructor({ @@ -33,112 +17,72 @@ export default class Client { userAgent = `${pkg.name}/${pkg.version} ` + `( ${pkg.homepage || pkg.author.url || pkg.author.email} )`, extraHeaders = {}, - errorClass = ClientError, timeout = 60000, limit = 1, period = 1000, concurrency = 10, - retries = 10, - // It's OK for `retryDelayMin` to be less than one second, even 0, because - // `RateLimit` will already make sure we don't exceed the API rate limit. - // We're not doing exponential backoff because it will help with being - // rate limited, but rather to be chill in case MusicBrainz is returning - // some other error or our network is failing. - retryDelayMin = 100, - retryDelayMax = 60000, - randomizeRetry = true + retry, } = {}) { - this.baseURL = baseURL - this.userAgent = userAgent - this.extraHeaders = extraHeaders - this.errorClass = errorClass - this.timeout = timeout - this.limiter = new RateLimit({ limit, period, concurrency }) - this.retryOptions = { - retries, - minTimeout: retryDelayMin, - maxTimeout: retryDelayMax, - randomize: randomizeRetry - } + this.baseURL = baseURL; + this.userAgent = userAgent; + this.extraHeaders = extraHeaders; + this.timeout = timeout; + this.limiter = new RateLimit({ limit, period, concurrency }); + this.retryOptions = retry; + } + + parseErrorMessage(err) { + return err; } /** - * Determine if we should retry the request based on the given error. - * Retry any 5XX response from MusicBrainz, as well as any error in - * `RETRY_CODES`. - */ - shouldRetry(err) { - if (err instanceof this.errorClass) { - return err.statusCode >= 500 && err.statusCode < 600 - } - return RETRY_CODES[err.code] || false - } - - parseErrorMessage(response, body) { - return typeof body === 'string' && body ? body : `${response.statusCode}` - } - - /** - * Send a request without any retrying or rate limiting. + * Send a request without any rate limiting. * Use `get` instead. */ - _get(path, options = {}, info = {}) { - return new Promise((resolve, reject) => { - options = { - baseUrl: this.baseURL, - url: path, - gzip: true, - timeout: this.timeout, - ...options, - headers: { - 'User-Agent': this.userAgent, - ...this.extraHeaders, - ...options.headers - } + async _get(path, { searchParams, ...options } = {}) { + const url = new URL(path, this.baseURL); + if (searchParams) { + if (getTypeName(searchParams) === 'Object') { + searchParams = filterObjectValues( + searchParams, + (value) => value != null + ); } + const moreSearchParams = new URLSearchParams(searchParams); + moreSearchParams.forEach((value, key) => { + url.searchParams.set(key, value); + }); + } + options = { + responseType: 'json', + timeout: this.timeout, + retry: this.retryOptions, + ...options, + headers: { + 'User-Agent': this.userAgent, + ...this.extraHeaders, + ...options.headers, + }, + }; - const req = request(options, (err, response, body) => { - if (err) { - debug(`Error: “${err}” url=${req.uri.href}`) - reject(err) - } else if (response.statusCode >= 400) { - const message = this.parseErrorMessage(response, body) - debug(`Error: “${message}” url=${req.uri.href}`) - const ClientError = this.errorClass - reject(new ClientError(message, response.statusCode)) - } else if (options.method === 'HEAD') { - resolve(response.headers) - } else { - resolve(body) - } - }) - - debug( - `Sending request. url=${req.uri.href} attempt=${info.currentAttempt}` - ) - }) + let response; + try { + debug(`Sending request. url=%s`, url); + response = await got(url.toString(), options); + debug(`Success: %s url=%s`, response.statusCode, url); + return response; + } catch (err) { + const parsedError = this.parseErrorMessage(err) || err; + debug(`Error: “%s” url=%s`, parsedError, url); + throw parsedError; + } } /** - * Send a request with retrying and rate limiting. + * Send a request with rate limiting. */ get(path, options = {}) { - return new Promise((resolve, reject) => { - const fn = this._get.bind(this) - const operation = retry.operation(this.retryOptions) - operation.attempt(currentAttempt => { - // This will increase the priority in our `RateLimit` queue for each - // retry, so that newer requests don't delay this one further. - const priority = currentAttempt - this.limiter - .enqueue(fn, [path, options, { currentAttempt }], priority) - .then(resolve) - .catch(err => { - if (!this.shouldRetry(err) || !operation.retry(err)) { - reject(operation.mainError() || err) - } - }) - }) - }) + const fn = this._get.bind(this); + return this.limiter.enqueue(fn, [path, options]); } } diff --git a/src/api/index.js b/src/api/index.js index 5808195..9ba6af7 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -1,3 +1,3 @@ -import MusicBrainz, { MusicBrainzError } from './musicbrainz' +import MusicBrainz from './musicbrainz.js'; -export { MusicBrainz as default, MusicBrainz, MusicBrainzError } +export { MusicBrainz as default, MusicBrainz }; diff --git a/src/api/musicbrainz.js b/src/api/musicbrainz.js index 7fac096..e15ba02 100644 --- a/src/api/musicbrainz.js +++ b/src/api/musicbrainz.js @@ -1,13 +1,18 @@ -import qs from 'qs' -import Client, { ClientError } from './client' +import ExtendableError from 'es6-error'; +import Client from './client.js'; +import { filterObjectValues } from '../util.js'; -export class MusicBrainzError extends ClientError {} +export class MusicBrainzError extends ExtendableError { + constructor(message, response) { + super(message); + this.response = response; + } +} export default class MusicBrainz extends Client { constructor({ baseURL = process.env.MUSICBRAINZ_BASE_URL || 'http://musicbrainz.org/ws/2/', - errorClass = MusicBrainzError, // MusicBrainz API requests are limited to an *average* of 1 req/sec. // That means if, for example, we only need to make a few API requests to // fulfill a query, we might as well make them all at once - as long as @@ -18,73 +23,87 @@ export default class MusicBrainz extends Client { period = 5500, ...options } = {}) { - super({ baseURL, errorClass, limit, period, ...options }) + super({ baseURL, limit, period, ...options }); } - parseErrorMessage(response, body) { - if (body && body.error) { - return body.error + parseErrorMessage(err) { + if (err.name === 'HTTPError') { + const { body } = err.response; + if (body && body.error) { + return new MusicBrainzError(`${body.error}`, err.response); + } } - return super.parseErrorMessage(response, body) + return super.parseErrorMessage(err); + } + + get(url, options = {}) { + options = { + resolveBodyOnly: true, + ...options, + searchParams: { + fmt: 'json', + ...options.searchParams, + }, + }; + return super.get(url, options); } stringifyParams(params) { if (Array.isArray(params.inc)) { params = { ...params, - inc: params.inc.join('+') - } + inc: params.inc.join('+'), + }; } if (Array.isArray(params.type)) { params = { ...params, - type: params.type.join('|') - } + type: params.type.join('|'), + }; } if (Array.isArray(params.status)) { params = { ...params, - status: params.status.join('|') - } + status: params.status.join('|'), + }; } - return qs.stringify(params, { - skipNulls: true, - filter: (key, value) => (value === '' ? undefined : value) - }) + return new URLSearchParams( + filterObjectValues(params, (value) => value != null && value !== '') + ).toString(); } getURL(path, params) { - const query = params ? this.stringifyParams(params) : '' - return query ? `${path}?${query}` : path + const query = params ? this.stringifyParams(params) : ''; + return query ? `${path}?${query}` : path; } getLookupURL(entity, id, params) { if (id == null) { - return this.getBrowseURL(entity, params) + return this.getBrowseURL(entity, params); } - return this.getURL(`${entity}/${id}`, params) + return this.getURL(`${entity}/${id}`, params); } lookup(entity, id, params = {}) { - const url = this.getLookupURL(entity, id, params) - return this.get(url, { json: true, qs: { fmt: 'json' } }) + const url = this.getLookupURL(entity, id, params); + return this.get(url); } getBrowseURL(entity, params) { - return this.getURL(entity, params) + return this.getURL(entity, params); } browse(entity, params = {}) { - const url = this.getBrowseURL(entity, params) - return this.get(url, { json: true, qs: { fmt: 'json' } }) + const url = this.getBrowseURL(entity, params); + return this.get(url); } getSearchURL(entity, query, params) { - return this.getURL(entity, { ...params, query }) + return this.getURL(entity, { ...params, query }); } search(entity, query, params = {}) { - const url = this.getSearchURL(entity, query, params) - return this.get(url, { json: true, qs: { fmt: 'json' } }) + const url = this.getSearchURL(entity, query, params); + return this.get(url); } } diff --git a/src/context.js b/src/context.js index 2302d9e..7b3b0f4 100644 --- a/src/context.js +++ b/src/context.js @@ -1,31 +1,30 @@ -import createLoaders from './loaders' -import { loadExtension } from './extensions' +import createLoaders from './loaders.js'; +import createDebug from 'debug'; -const debug = require('debug')('graphbrainz:context') +const debug = createDebug('graphbrainz:context'); export function extendContext(extension, context, options) { if (extension.extendContext) { if (typeof extension.extendContext === 'function') { debug( `Extending context via a function from the “${extension.name}” extension.` - ) - context = extension.extendContext(context, options) + ); + context = extension.extendContext(context, options); } else { throw new Error( `Extension “${extension.name}” contains an invalid \`extendContext\` ` + `value: ${extension.extendContext}` - ) + ); } } - return context + return context; } export function createContext(options = {}) { - const { client } = options - const loaders = createLoaders(client) - const context = { client, loaders } - const { extensions = [] } = options + const { client, extensions = [] } = options; + const loaders = createLoaders(client); + let context = { client, loaders }; return extensions.reduce((context, extension) => { - return extendContext(loadExtension(extension), context, options) - }, context) + return extendContext(extension, context, options); + }, context); } diff --git a/src/extensions/cover-art-archive/client.js b/src/extensions/cover-art-archive/client.js index 9a7fd24..b239f3d 100644 --- a/src/extensions/cover-art-archive/client.js +++ b/src/extensions/cover-art-archive/client.js @@ -1,4 +1,12 @@ -import Client from '../../api/client' +import ExtendableError from 'es6-error'; +import Client from '../../api/client.js'; + +export class CoverArtArchiveError extends ExtendableError { + constructor(message, response) { + super(message); + this.response = response; + } +} export default class CoverArtArchiveClient extends Client { constructor({ @@ -8,32 +16,40 @@ export default class CoverArtArchiveClient extends Client { period = 1000, ...options } = {}) { - super({ baseURL, limit, period, ...options }) + super({ baseURL, limit, period, ...options }); } /** * Sinfully attempt to parse HTML responses for the error message. */ - parseErrorMessage(response, body) { - if (typeof body === 'string' && body.startsWith('([^<]+)<\/h1>/i.exec(body) - const message = /

([^<]+)<\/p>/i.exec(body) - return `${heading ? heading[1] + ': ' : ''}${message ? message[1] : ''}` + parseErrorMessage(err) { + if (err.name === 'HTTPError') { + const { body } = err.response; + if (typeof body === 'string' && body.startsWith('([^<]+)<\/h1>/i.exec(body); + const message = /

([^<]+)<\/p>/i.exec(body); + return new CoverArtArchiveError( + `${heading ? heading[1] + ': ' : ''}${message ? message[1] : ''}`, + err.response + ); + } } - return super.parseErrorMessage(response, body) + return super.parseErrorMessage(err); } images(entityType, mbid) { - return this.get(`${entityType}/${mbid}`, { json: true }) + return this.get(`${entityType}/${mbid}`, { resolveBodyOnly: true }); } - imageURL(entityType, mbid, typeOrID = 'front', size) { - let url = `${entityType}/${mbid}/${typeOrID}` + async imageURL(entityType, mbid, typeOrID = 'front', size) { + let url = `${entityType}/${mbid}/${typeOrID}`; if (size != null) { - url += `-${size}` + url += `-${size}`; } - return this.get(url, { method: 'HEAD', followRedirect: false }).then( - headers => headers.location - ) + const response = await this.get(url, { + method: 'HEAD', + followRedirect: false, + }); + return response.headers.location; } } diff --git a/src/extensions/cover-art-archive/index.js b/src/extensions/cover-art-archive/index.js index 6019555..8e56cd7 100644 --- a/src/extensions/cover-art-archive/index.js +++ b/src/extensions/cover-art-archive/index.js @@ -1,27 +1,27 @@ -import schema from './schema' -import resolvers from './resolvers' -import createLoaders from './loaders' -import CoverArtArchiveClient from './client' -import { ONE_DAY } from '../../util' +import schema from './schema.js'; +import resolvers from './resolvers.js'; +import createLoaders from './loaders.js'; +import CoverArtArchiveClient from './client.js'; +import { ONE_DAY } from '../../util.js'; export default { name: 'Cover Art Archive', description: `Retrieve cover art images for releases from the [Cover Art Archive](https://coverartarchive.org/).`, extendContext(context, { coverArtClient, coverArtArchive = {} } = {}) { - const client = coverArtClient || new CoverArtArchiveClient(coverArtArchive) + const client = coverArtClient || new CoverArtArchiveClient(coverArtArchive); const cacheSize = parseInt( process.env.COVER_ART_ARCHIVE_CACHE_SIZE || process.env.GRAPHBRAINZ_CACHE_SIZE || 8192, 10 - ) + ); const cacheTTL = parseInt( process.env.COVER_ART_ARCHIVE_CACHE_TTL || process.env.GRAPHBRAINZ_CACHE_TTL || ONE_DAY, 10 - ) + ); return { ...context, // Add the client instance directly onto `context` for backwards @@ -29,12 +29,12 @@ Archive](https://coverartarchive.org/).`, coverArtClient: client, loaders: { ...context.loaders, - ...createLoaders({ client, cacheSize, cacheTTL }) - } - } + ...createLoaders({ client, cacheSize, cacheTTL }), + }, + }; }, extendSchema: { schemas: [schema], - resolvers - } -} + resolvers, + }, +}; diff --git a/src/extensions/cover-art-archive/loaders.js b/src/extensions/cover-art-archive/loaders.js index c87ff71..7d53b22 100644 --- a/src/extensions/cover-art-archive/loaders.js +++ b/src/extensions/cover-art-archive/loaders.js @@ -1,67 +1,68 @@ -import DataLoader from 'dataloader' -import LRUCache from 'lru-cache' +import createDebug from 'debug'; +import DataLoader from 'dataloader'; +import LRUCache from 'lru-cache'; -const debug = require('debug')('graphbrainz:extensions/cover-art-archive') +const debug = createDebug('graphbrainz:extensions/cover-art-archive'); export default function createLoaders(options) { - const { client } = options - const cache = LRUCache({ + const { client } = options; + const cache = new LRUCache({ max: options.cacheSize, maxAge: options.cacheTTL, dispose(key) { - debug(`Removed from cache. key=${key}`) - } - }) + debug(`Removed from cache. key=${key}`); + }, + }); // Make the cache Map-like. - cache.delete = cache.del - cache.clear = cache.reset + cache.delete = cache.del; + cache.clear = cache.reset; return { coverArtArchive: new DataLoader( - keys => { + (keys) => { return Promise.all( - keys.map(key => { - const [entityType, id] = key + keys.map((key) => { + const [entityType, id] = key; return client .images(entityType, id) - .catch(err => { - if (err.statusCode === 404) { - return { images: [] } + .catch((err) => { + if (err.response.statusCode === 404) { + return { images: [] }; } - throw err + throw err; }) - .then(coverArt => ({ + .then((coverArt) => ({ ...coverArt, _entityType: entityType, _id: id, _releaseID: - coverArt.release && coverArt.release.split('/').pop() - })) + coverArt.release && coverArt.release.split('/').pop(), + })); }) - ) + ); }, { cacheKeyFn: ([entityType, id]) => `${entityType}/${id}`, - cacheMap: cache + cacheMap: cache, } ), coverArtArchiveURL: new DataLoader( - keys => { + (keys) => { return Promise.all( - keys.map(key => { - const [entityType, id, type, size] = key - return client.imageURL(entityType, id, type, size) + keys.map((key) => { + const [entityType, id, type, size] = key; + return client.imageURL(entityType, id, type, size); }) - ) + ); }, { batch: false, cacheKeyFn: ([entityType, id, type, size]) => { - const key = `${entityType}/${id}/${type}` - return size ? `${key}-${size}` : key + const key = `${entityType}/${id}/${type}`; + return size ? `${key}-${size}` : key; }, - cacheMap: cache + cacheMap: cache, } - ) - } + ), + }; } diff --git a/src/extensions/cover-art-archive/resolvers.js b/src/extensions/cover-art-archive/resolvers.js index f0f8136..aa1f174 100644 --- a/src/extensions/cover-art-archive/resolvers.js +++ b/src/extensions/cover-art-archive/resolvers.js @@ -1,4 +1,4 @@ -import { resolveLookup } from '../../resolvers' +import { resolveLookup } from '../../resolvers.js'; const SIZES = new Map([ [null, null], @@ -6,70 +6,70 @@ const SIZES = new Map([ [500, 500], ['FULL', null], ['SMALL', 250], - ['LARGE', 500] -]) + ['LARGE', 500], +]); function resolveImage(coverArt, args, { loaders }, info) { // Since migrating the schema to an extension, we lost custom enum values // for the time being. Translate any incoming `size` arg to the old enum // values. - const size = SIZES.get(args.size) + const size = SIZES.get(args.size); // Field should be `front` or `back`. - const field = info.fieldName + const field = info.fieldName; if (coverArt.images) { - const matches = coverArt.images.filter(image => image[field]) + const matches = coverArt.images.filter((image) => image[field]); if (!matches.length) { - return null + return null; } else if (matches.length === 1) { - const match = matches[0] + const match = matches[0]; if (size === 250) { - return match.thumbnails.small + return match.thumbnails.small; } else if (size === 500) { - return match.thumbnails.large + return match.thumbnails.large; } else { - return match.image + return match.image; } } } - const entityType = coverArt._entityType - const id = coverArt._id - const releaseID = coverArt._releaseID + const entityType = coverArt._entityType; + const id = coverArt._id; + const releaseID = coverArt._releaseID; if (entityType === 'release-group' && field === 'front') { // Release groups only have an endpoint to retrieve the front image. // If someone requests the back of a release group, return the back of the // release that the release group's cover art response points to. - return loaders.coverArtArchiveURL.load(['release-group', id, field, size]) + return loaders.coverArtArchiveURL.load(['release-group', id, field, size]); } else { - return loaders.coverArtArchiveURL.load(['release', releaseID, field, size]) + return loaders.coverArtArchiveURL.load(['release', releaseID, field, size]); } } export default { CoverArtArchiveImage: { - fileID: image => image.id + fileID: (image) => image.id, }, CoverArtArchiveRelease: { front: resolveImage, back: resolveImage, - images: coverArt => coverArt.images, - artwork: coverArt => coverArt.images.length > 0, - count: coverArt => coverArt.images.length, + images: (coverArt) => coverArt.images, + artwork: (coverArt) => coverArt.images.length > 0, + count: (coverArt) => coverArt.images.length, release: (coverArt, args, context, info) => { - const mbid = coverArt._releaseID + const mbid = coverArt._releaseID; if (mbid) { - return resolveLookup(coverArt, { mbid }, context, info) + return resolveLookup(coverArt, { mbid }, context, info); } - return null - } + return null; + }, }, Release: { coverArtArchive: (release, args, { loaders }) => { - return loaders.coverArtArchive.load(['release', release.id]) - } + return loaders.coverArtArchive.load(['release', release.id]); + }, }, ReleaseGroup: { coverArtArchive: (releaseGroup, args, { loaders }) => { - return loaders.coverArtArchive.load(['release-group', releaseGroup.id]) - } - } -} + return loaders.coverArtArchive.load(['release-group', releaseGroup.id]); + }, + }, +}; diff --git a/src/extensions/cover-art-archive/schema.js b/src/extensions/cover-art-archive/schema.js index 5bb4761..d14dd45 100644 --- a/src/extensions/cover-art-archive/schema.js +++ b/src/extensions/cover-art-archive/schema.js @@ -1,4 +1,4 @@ -import gql from '../../tag' +import gql from '../../tag.js'; export default gql` """ @@ -173,4 +173,4 @@ export default gql` """ coverArtArchive: CoverArtArchiveRelease } -` +`; diff --git a/src/extensions/fanart-tv/client.js b/src/extensions/fanart-tv/client.js index 0fc0559..e4397b1 100644 --- a/src/extensions/fanart-tv/client.js +++ b/src/extensions/fanart-tv/client.js @@ -1,4 +1,7 @@ -import Client from '../../api/client' +import ExtendableError from 'es6-error'; +import Client from '../../api/client.js'; + +export class FanArtError extends ExtendableError {} export default class FanArtClient extends Client { constructor({ @@ -8,53 +11,51 @@ export default class FanArtClient extends Client { period = 1000, ...options } = {}) { - super({ baseURL, limit, period, ...options }) - this.apiKey = apiKey + super({ baseURL, limit, period, ...options }); + this.apiKey = apiKey; } get(path, options = {}) { - const ClientError = this.errorClass if (!this.apiKey) { return Promise.reject( - new ClientError('No API key was configured for the fanart.tv client.') - ) + new FanArtError('No API key was configured for the fanart.tv client.') + ); } options = { - json: true, + resolveBodyOnly: true, ...options, - qs: { - ...options.qs, - api_key: this.apiKey - } - } - return super.get(path, options) + searchParams: { + ...options.searchParams, + api_key: this.apiKey, + }, + }; + return super.get(path, options); } musicEntity(entityType, mbid) { - const ClientError = this.errorClass switch (entityType) { case 'artist': - return this.musicArtist(mbid) + return this.musicArtist(mbid); case 'label': - return this.musicLabel(mbid) + return this.musicLabel(mbid); case 'release-group': - return this.musicAlbum(mbid) + return this.musicAlbum(mbid); default: return Promise.reject( - new ClientError(`Entity type unsupported: ${entityType}`) - ) + new FanArtError(`Entity type unsupported: ${entityType}`) + ); } } musicArtist(mbid) { - return this.get(`music/${mbid}`) + return this.get(`music/${mbid}`); } musicAlbum(mbid) { - return this.get(`music/albums/${mbid}`) + return this.get(`music/albums/${mbid}`); } musicLabel(mbid) { - return this.get(`music/${mbid}`) + return this.get(`music/${mbid}`); } } diff --git a/src/extensions/fanart-tv/index.js b/src/extensions/fanart-tv/index.js index 557aa1b..4423ded 100644 --- a/src/extensions/fanart-tv/index.js +++ b/src/extensions/fanart-tv/index.js @@ -1,37 +1,37 @@ -import schema from './schema' -import resolvers from './resolvers' -import createLoader from './loader' -import FanArtClient from './client' -import { ONE_DAY } from '../../util' +import schema from './schema.js'; +import resolvers from './resolvers.js'; +import createLoader from './loader.js'; +import FanArtClient from './client.js'; +import { ONE_DAY } from '../../util.js'; export default { name: 'fanart.tv', description: `Retrieve high quality artwork for artists, releases, and labels from [fanart.tv](https://fanart.tv/).`, extendContext(context, { fanArt = {} } = {}) { - const client = new FanArtClient(fanArt) + const client = new FanArtClient(fanArt); const cacheSize = parseInt( process.env.FANART_CACHE_SIZE || process.env.GRAPHBRAINZ_CACHE_SIZE || 8192, 10 - ) + ); const cacheTTL = parseInt( process.env.FANART_CACHE_TTL || process.env.GRAPHBRAINZ_CACHE_TTL || ONE_DAY, 10 - ) + ); return { ...context, loaders: { ...context.loaders, - fanArt: createLoader({ client, cacheSize, cacheTTL }) - } - } + fanArt: createLoader({ client, cacheSize, cacheTTL }), + }, + }; }, extendSchema: { schemas: [schema], - resolvers - } -} + resolvers, + }, +}; diff --git a/src/extensions/fanart-tv/loader.js b/src/extensions/fanart-tv/loader.js index 8cd2afc..acd2f3a 100644 --- a/src/extensions/fanart-tv/loader.js +++ b/src/extensions/fanart-tv/loader.js @@ -1,29 +1,30 @@ -import DataLoader from 'dataloader' -import LRUCache from 'lru-cache' +import createDebug from 'debug'; +import DataLoader from 'dataloader'; +import LRUCache from 'lru-cache'; -const debug = require('debug')('graphbrainz:extensions/fanart-tv') +const debug = createDebug('graphbrainz:extensions/fanart-tv'); export default function createLoader(options) { - const { client } = options - const cache = LRUCache({ + const { client } = options; + const cache = new LRUCache({ max: options.cacheSize, maxAge: options.cacheTTL, dispose(key) { - debug(`Removed from cache. key=${key}`) - } - }) + debug(`Removed from cache. key=${key}`); + }, + }); // Make the cache Map-like. - cache.delete = cache.del - cache.clear = cache.reset + cache.delete = cache.del; + cache.clear = cache.reset; const loader = new DataLoader( - keys => { + (keys) => { return Promise.all( - keys.map(key => { - const [entityType, id] = key + keys.map((key) => { + const [entityType, id] = key; return client .musicEntity(entityType, id) - .catch(err => { + .catch((err) => { if (err.statusCode === 404) { // 404s are OK, just return empty data. return { @@ -33,32 +34,32 @@ export default function createLoader(options) { hdmusiclogo: [], musicbanner: [], musiclabel: [], - albums: {} - } + albums: {}, + }; } - throw err + throw err; }) - .then(body => { + .then((body) => { if (entityType === 'artist') { - const releaseGroupIDs = Object.keys(body.albums || {}) + const releaseGroupIDs = Object.keys(body.albums || {}); debug( `Priming album cache with ${releaseGroupIDs.length} album(s).` - ) - releaseGroupIDs.forEach(key => + ); + releaseGroupIDs.forEach((key) => loader.prime(['release-group', key], body) - ) + ); } - return body - }) + return body; + }); }) - ) + ); }, { batch: false, cacheKeyFn: ([entityType, id]) => `${entityType}/${id}`, - cacheMap: cache + cacheMap: cache, } - ) + ); - return loader + return loader; } diff --git a/src/extensions/fanart-tv/resolvers.js b/src/extensions/fanart-tv/resolvers.js index ae079e8..424cc9c 100644 --- a/src/extensions/fanart-tv/resolvers.js +++ b/src/extensions/fanart-tv/resolvers.js @@ -1,64 +1,64 @@ const imageResolvers = { - imageID: image => image.id, + imageID: (image) => image.id, url: (image, args) => { return args.size === 'PREVIEW' ? image.url.replace('/fanart/', '/preview/') - : image.url + : image.url; }, - likeCount: image => image.likes -} + likeCount: (image) => image.likes, +}; export default { FanArtImage: { - ...imageResolvers + ...imageResolvers, }, FanArtDiscImage: { ...imageResolvers, - discNumber: image => image.disc + discNumber: (image) => image.disc, }, FanArtLabelImage: { ...imageResolvers, - color: image => image.colour + color: (image) => image.colour, }, FanArtArtist: { - backgrounds: artist => { - return artist.artistbackground || [] + backgrounds: (artist) => { + return artist.artistbackground || []; }, - thumbnails: artist => { - return artist.artistthumb || [] + thumbnails: (artist) => { + return artist.artistthumb || []; }, - logos: artist => { - return artist.musiclogo || [] + logos: (artist) => { + return artist.musiclogo || []; }, - logosHD: artist => { - return artist.hdmusiclogo || [] + logosHD: (artist) => { + return artist.hdmusiclogo || []; + }, + banners: (artist) => { + return artist.musicbanner || []; }, - banners: artist => { - return artist.musicbanner || [] - } }, FanArtLabel: { - logos: label => label.musiclabel || [] + logos: (label) => label.musiclabel || [], }, FanArtAlbum: { - albumCovers: album => album.albumcover || [], - discImages: album => album.cdart || [] + albumCovers: (album) => album.albumcover || [], + discImages: (album) => album.cdart || [], }, Artist: { fanArt: (artist, args, context) => { - return context.loaders.fanArt.load(['artist', artist.id]) - } + return context.loaders.fanArt.load(['artist', artist.id]); + }, }, Label: { fanArt: (label, args, context) => { - return context.loaders.fanArt.load(['label', label.id]) - } + return context.loaders.fanArt.load(['label', label.id]); + }, }, ReleaseGroup: { fanArt: (releaseGroup, args, context) => { return context.loaders.fanArt .load(['release-group', releaseGroup.id]) - .then(artist => artist.albums[releaseGroup.id]) - } - } -} + .then((artist) => artist.albums[releaseGroup.id]); + }, + }, +}; diff --git a/src/extensions/fanart-tv/schema.js b/src/extensions/fanart-tv/schema.js index d56fafc..fa728b6 100644 --- a/src/extensions/fanart-tv/schema.js +++ b/src/extensions/fanart-tv/schema.js @@ -1,4 +1,4 @@ -import gql from '../../tag' +import gql from '../../tag.js'; export default gql` """ @@ -194,4 +194,4 @@ export default gql` """ fanArt: FanArtAlbum } -` +`; diff --git a/src/extensions/index.js b/src/extensions/index.js index a2b3189..9df00b3 100644 --- a/src/extensions/index.js +++ b/src/extensions/index.js @@ -1,18 +1,18 @@ -export function loadExtension(extensionModule) { - let extension +export async function loadExtension(extensionModule) { + let extension; if (typeof extensionModule === 'string') { - extension = require(extensionModule) + extension = await import(extensionModule); } else { - extension = extensionModule + extension = extensionModule; } if (extension == null || typeof extension !== 'object') { throw new Error( `Expected ${extensionModule} to export an extension but instead ` + `got: ${extension}` - ) + ); } else if (extension.default) { // ECMAScript module interop. - extension = extension.default + extension = extension.default; } - return extension + return extension; } diff --git a/src/extensions/mediawiki/client.js b/src/extensions/mediawiki/client.js index 06e9f41..d2be93e 100644 --- a/src/extensions/mediawiki/client.js +++ b/src/extensions/mediawiki/client.js @@ -1,56 +1,54 @@ -import URL from 'url' -import Client from '../../api/client' +import ExtendableError from 'es6-error'; +import Client from '../../api/client.js'; + +export class MediaWikiError extends ExtendableError {} export default class MediaWikiClient extends Client { constructor({ limit = 10, period = 1000, ...options } = {}) { - super({ limit, period, ...options }) + super({ limit, period, ...options }); } imageInfo(page) { - const pageURL = URL.parse(page, true) - const ClientError = this.errorClass + const pageURL = new URL(page); if (!pageURL.pathname.startsWith('/wiki/')) { return Promise.reject( - new ClientError( + new MediaWikiError( `MediaWiki page URL does not have the expected /wiki/ prefix: ${page}` ) - ) + ); } - const apiURL = URL.format({ - protocol: pageURL.protocol, - auth: pageURL.auth, - host: pageURL.host, - pathname: '/w/api.php', - query: { - action: 'query', - titles: decodeURI(pageURL.pathname.slice(6)), - prop: 'imageinfo', - iiprop: 'url|size|canonicaltitle|user|extmetadata', - format: 'json' - } - }) + const apiURL = new URL('/w/api.php', pageURL); + apiURL.search = new URLSearchParams({ + action: 'query', + titles: decodeURI(pageURL.pathname.slice(6)), + prop: 'imageinfo', + iiprop: 'url|size|canonicaltitle|user|extmetadata', + format: 'json', + }).toString(); - return this.get(apiURL, { json: true }).then(body => { - const pageIDs = Object.keys(body.query.pages) - if (pageIDs.length !== 1) { - throw new ClientError( - `Query returned multiple pages: [${pageIDs.join(', ')}]` - ) + return this.get(apiURL.toString(), { resolveBodyOnly: true }).then( + (body) => { + const pageIDs = Object.keys(body.query.pages); + if (pageIDs.length !== 1) { + throw new MediaWikiError( + `Query returned multiple pages: [${pageIDs.join(', ')}]` + ); + } + if (pageIDs[0] === '-1') { + throw new MediaWikiError( + body.query.pages['-1'].invalidreason || 'Unknown error' + ); + } + const imageInfo = body.query.pages[pageIDs[0]].imageinfo; + if (imageInfo.length !== 1) { + throw new MediaWikiError( + `Query returned info for ${imageInfo.length} images, expected 1.` + ); + } + return imageInfo[0]; } - if (pageIDs[0] === '-1') { - throw new ClientError( - body.query.pages['-1'].invalidreason || 'Unknown error' - ) - } - const imageInfo = body.query.pages[pageIDs[0]].imageinfo - if (imageInfo.length !== 1) { - throw new ClientError( - `Query returned info for ${imageInfo.length} images, expected 1.` - ) - } - return imageInfo[0] - }) + ); } } diff --git a/src/extensions/mediawiki/index.js b/src/extensions/mediawiki/index.js index c1bdaaa..d26e39f 100644 --- a/src/extensions/mediawiki/index.js +++ b/src/extensions/mediawiki/index.js @@ -1,37 +1,37 @@ -import schema from './schema' -import resolvers from './resolvers' -import createLoader from './loader' -import MediaWikiClient from './client' -import { ONE_DAY } from '../../util' +import schema from './schema.js'; +import resolvers from './resolvers.js'; +import createLoader from './loader.js'; +import MediaWikiClient from './client.js'; +import { ONE_DAY } from '../../util.js'; export default { name: 'MediaWiki', description: `Retrieve information from MediaWiki image pages, like the actual image file URL and EXIF metadata.`, extendContext(context, { mediaWiki = {} } = {}) { - const client = new MediaWikiClient(mediaWiki) + const client = new MediaWikiClient(mediaWiki); const cacheSize = parseInt( process.env.MEDIAWIKI_CACHE_SIZE || process.env.GRAPHBRAINZ_CACHE_SIZE || 8192, 10 - ) + ); const cacheTTL = parseInt( process.env.MEDIAWIKI_CACHE_TTL || process.env.GRAPHBRAINZ_CACHE_TTL || ONE_DAY, 10 - ) + ); return { ...context, loaders: { ...context.loaders, - mediaWiki: createLoader({ client, cacheSize, cacheTTL }) - } - } + mediaWiki: createLoader({ client, cacheSize, cacheTTL }), + }, + }; }, extendSchema: { schemas: [schema], - resolvers - } -} + resolvers, + }, +}; diff --git a/src/extensions/mediawiki/loader.js b/src/extensions/mediawiki/loader.js index f6e0de5..61bdecb 100644 --- a/src/extensions/mediawiki/loader.js +++ b/src/extensions/mediawiki/loader.js @@ -1,25 +1,30 @@ -import DataLoader from 'dataloader' -import LRUCache from 'lru-cache' +import createDebug from 'debug'; +import DataLoader from 'dataloader'; +import LRUCache from 'lru-cache'; -const debug = require('debug')('graphbrainz:extensions/mediawiki') +const debug = createDebug('graphbrainz:extensions/mediawiki'); export default function createLoader(options) { - const { client } = options - const cache = LRUCache({ + const { client } = options; + const cache = new LRUCache({ max: options.cacheSize, maxAge: options.cacheTTL, dispose(key) { - debug(`Removed from cache. key=${key}`) - } - }) + debug(`Removed from cache. key=${key}`); + }, + }); // Make the cache Map-like. - cache.delete = cache.del - cache.clear = cache.reset + cache.delete = cache.del; + cache.clear = cache.reset; return new DataLoader( - keys => { - return Promise.all(keys.map(key => client.imageInfo(key))) + (keys) => { + return Promise.allSettled( + keys.map((key) => client.imageInfo(key)) + ).then((results) => + results.map((result) => result.reason || result.value) + ); }, { batch: false, cacheMap: cache } - ) + ); } diff --git a/src/extensions/mediawiki/resolvers.js b/src/extensions/mediawiki/resolvers.js index 7764db4..9b9061f 100644 --- a/src/extensions/mediawiki/resolvers.js +++ b/src/extensions/mediawiki/resolvers.js @@ -1,84 +1,80 @@ -import URL from 'url' - -function resolveMediaWikiImages(source, args, { loaders }) { - const isURL = relation => relation['target-type'] === 'url' - let rels = source.relations ? source.relations.filter(isURL) : [] +async function resolveMediaWikiImages(source, args, { loaders }) { + const isURL = (relation) => relation['target-type'] === 'url'; + let rels = source.relations ? source.relations.filter(isURL) : []; if (!rels.length) { - rels = loaders.lookup + rels = await loaders.lookup .load([source._type, source.id, { inc: 'url-rels' }]) - .then(source => source.relations.filter(isURL)) + .then((source) => source.relations.filter(isURL)); } - return Promise.resolve(rels).then(rels => { - const pages = rels - .filter(rel => { - if (rel.type === args.type) { - const url = URL.parse(rel.url.resource) - if (url.pathname.match(/^\/wiki\/(File|Image):/)) { - return true - } + const pages = rels + .filter((rel) => { + if (rel.type === args.type) { + const url = new URL(rel.url.resource); + if (url.pathname.match(/^\/wiki\/(File|Image):/)) { + return true; } - return false - }) - .map(rel => rel.url.resource) - return loaders.mediaWiki.loadMany(pages) - }) + } + return false; + }) + .map((rel) => rel.url.resource); + return Promise.all(pages.map((page) => loaders.mediaWiki.load(page))); } export default { MediaWikiImage: { - descriptionURL: imageInfo => imageInfo.descriptionurl, - canonicalTitle: imageInfo => imageInfo.canonicaltitle, - objectName: imageInfo => { - const data = imageInfo.extmetadata.ObjectName - return data ? data.value : null + descriptionURL: (imageInfo) => imageInfo.descriptionurl, + canonicalTitle: (imageInfo) => imageInfo.canonicaltitle, + objectName: (imageInfo) => { + const data = imageInfo.extmetadata.ObjectName; + return data ? data.value : null; }, - descriptionHTML: imageInfo => { - const data = imageInfo.extmetadata.ImageDescription - return data ? data.value : null + descriptionHTML: (imageInfo) => { + const data = imageInfo.extmetadata.ImageDescription; + return data ? data.value : null; }, - originalDateTimeHTML: imageInfo => { - const data = imageInfo.extmetadata.DateTimeOriginal - return data ? data.value : null + originalDateTimeHTML: (imageInfo) => { + const data = imageInfo.extmetadata.DateTimeOriginal; + return data ? data.value : null; }, - categories: imageInfo => { - const data = imageInfo.extmetadata.Categories - return data ? data.value.split('|') : [] + categories: (imageInfo) => { + const data = imageInfo.extmetadata.Categories; + return data ? data.value.split('|') : []; }, - artistHTML: imageInfo => { - const data = imageInfo.extmetadata.Artist - return data ? data.value : null + artistHTML: (imageInfo) => { + const data = imageInfo.extmetadata.Artist; + return data ? data.value : null; }, - creditHTML: imageInfo => { - const data = imageInfo.extmetadata.Credit - return data ? data.value : null + creditHTML: (imageInfo) => { + const data = imageInfo.extmetadata.Credit; + return data ? data.value : null; }, - licenseShortName: imageInfo => { - const data = imageInfo.extmetadata.LicenseShortName - return data ? data.value : null + licenseShortName: (imageInfo) => { + const data = imageInfo.extmetadata.LicenseShortName; + return data ? data.value : null; }, - licenseURL: imageInfo => { - const data = imageInfo.extmetadata.LicenseUrl - return data ? data.value : null + licenseURL: (imageInfo) => { + const data = imageInfo.extmetadata.LicenseUrl; + return data ? data.value : null; }, - metadata: imageInfo => - Object.keys(imageInfo.extmetadata).map(key => { - const data = imageInfo.extmetadata[key] - return { ...data, name: key } - }) + metadata: (imageInfo) => + Object.keys(imageInfo.extmetadata).map((key) => { + const data = imageInfo.extmetadata[key]; + return { ...data, name: key }; + }), }, MediaWikiImageMetadata: { - value: obj => (obj.value == null ? obj.value : `${obj.value}`) + value: (obj) => (obj.value == null ? obj.value : `${obj.value}`), }, Artist: { - mediaWikiImages: resolveMediaWikiImages + mediaWikiImages: resolveMediaWikiImages, }, Instrument: { - mediaWikiImages: resolveMediaWikiImages + mediaWikiImages: resolveMediaWikiImages, }, Label: { - mediaWikiImages: resolveMediaWikiImages + mediaWikiImages: resolveMediaWikiImages, }, Place: { - mediaWikiImages: resolveMediaWikiImages - } -} + mediaWikiImages: resolveMediaWikiImages, + }, +}; diff --git a/src/extensions/mediawiki/schema.js b/src/extensions/mediawiki/schema.js index fd70edd..f3b5eb3 100644 --- a/src/extensions/mediawiki/schema.js +++ b/src/extensions/mediawiki/schema.js @@ -1,4 +1,4 @@ -import gql from '../../tag' +import gql from '../../tag.js'; export default gql` """ @@ -165,4 +165,4 @@ export default gql` type: String = "image" ): [MediaWikiImage]! } -` +`; diff --git a/src/extensions/the-audio-db/client.js b/src/extensions/the-audio-db/client.js index 4607176..48d33da 100644 --- a/src/extensions/the-audio-db/client.js +++ b/src/extensions/the-audio-db/client.js @@ -1,4 +1,7 @@ -import Client from '../../api/client' +import ExtendableError from 'es6-error'; +import Client from '../../api/client.js'; + +export class TheAudioDBError extends ExtendableError {} export default class TheAudioDBClient extends Client { constructor({ @@ -9,66 +12,67 @@ export default class TheAudioDBClient extends Client { period = 1000, ...options } = {}) { - super({ baseURL, limit, period, ...options }) - this.apiKey = apiKey + super({ baseURL, limit, period, ...options }); + this.apiKey = apiKey; } get(path, options = {}) { - const ClientError = this.errorClass if (!this.apiKey) { return Promise.reject( - new ClientError('No API key was configured for TheAudioDB client.') - ) + new TheAudioDBError('No API key was configured for TheAudioDB client.') + ); } return super.get(`${this.apiKey}/${path}`, { - json: true, - // FIXME: TheAudioDB's SSL terminator seems to be broken and only works - // by forcing TLS 1.0. - agentOptions: { secureProtocol: 'TLSv1_method' }, - ...options - }) + resolveBodyOnly: true, + ...options, + }); } entity(entityType, mbid) { - const ClientError = this.errorClass switch (entityType) { case 'artist': - return this.artist(mbid) + return this.artist(mbid); case 'release-group': - return this.album(mbid) + return this.album(mbid); case 'recording': - return this.track(mbid) + return this.track(mbid); default: return Promise.reject( - new ClientError(`Entity type unsupported: ${entityType}`) - ) + new TheAudioDBError(`Entity type unsupported: ${entityType}`) + ); } } artist(mbid) { - return this.get('artist-mb.php', { qs: { i: mbid } }).then(body => { - if (body.artists && body.artists.length === 1) { - return body.artists[0] + return this.get('artist-mb.php', { searchParams: { i: mbid } }).then( + (body) => { + if (body.artists && body.artists.length === 1) { + return body.artists[0]; + } + return null; } - return null - }) + ); } album(mbid) { - return this.get('album-mb.php', { qs: { i: mbid } }).then(body => { - if (body.album && body.album.length === 1) { - return body.album[0] + return this.get('album-mb.php', { searchParams: { i: mbid } }).then( + (body) => { + if (body.album && body.album.length === 1) { + return body.album[0]; + } + return null; } - return null - }) + ); } track(mbid) { - return this.get('track-mb.php', { qs: { i: mbid } }).then(body => { - if (body.track && body.track.length === 1) { - return body.track[0] + return this.get('track-mb.php', { searchParams: { i: mbid } }).then( + (body) => { + if (body.track && body.track.length === 1) { + return body.track[0]; + } + return null; } - return null - }) + ); } } diff --git a/src/extensions/the-audio-db/index.js b/src/extensions/the-audio-db/index.js index 2014870..e47a2cd 100644 --- a/src/extensions/the-audio-db/index.js +++ b/src/extensions/the-audio-db/index.js @@ -1,37 +1,37 @@ -import schema from './schema' -import resolvers from './resolvers' -import createLoader from './loader' -import TheAudioDBClient from './client' -import { ONE_DAY } from '../../util' +import schema from './schema.js'; +import resolvers from './resolvers.js'; +import createLoader from './loader.js'; +import TheAudioDBClient from './client.js'; +import { ONE_DAY } from '../../util.js'; export default { name: 'TheAudioDB', description: `Retrieve images and information about artists, releases, and recordings from [TheAudioDB.com](http://www.theaudiodb.com/).`, extendContext(context, { theAudioDB = {} } = {}) { - const client = new TheAudioDBClient(theAudioDB) + const client = new TheAudioDBClient(theAudioDB); const cacheSize = parseInt( process.env.THEAUDIODB_CACHE_SIZE || process.env.GRAPHBRAINZ_CACHE_SIZE || 8192, 10 - ) + ); const cacheTTL = parseInt( process.env.THEAUDIODB_CACHE_TTL || process.env.GRAPHBRAINZ_CACHE_TTL || ONE_DAY, 10 - ) + ); return { ...context, loaders: { ...context.loaders, - theAudioDB: createLoader({ client, cacheSize, cacheTTL }) - } - } + theAudioDB: createLoader({ client, cacheSize, cacheTTL }), + }, + }; }, extendSchema: { schemas: [schema], - resolvers - } -} + resolvers, + }, +}; diff --git a/src/extensions/the-audio-db/loader.js b/src/extensions/the-audio-db/loader.js index 2259620..66ae778 100644 --- a/src/extensions/the-audio-db/loader.js +++ b/src/extensions/the-audio-db/loader.js @@ -1,34 +1,35 @@ -import DataLoader from 'dataloader' -import LRUCache from 'lru-cache' +import createDebug from 'debug'; +import DataLoader from 'dataloader'; +import LRUCache from 'lru-cache'; -const debug = require('debug')('graphbrainz:extensions/the-audio-db') +const debug = createDebug('graphbrainz:extensions/the-audio-db'); export default function createLoader(options) { - const { client } = options - const cache = LRUCache({ + const { client } = options; + const cache = new LRUCache({ max: options.cacheSize, maxAge: options.cacheTTL, dispose(key) { - debug(`Removed from cache. key=${key}`) - } - }) + debug(`Removed from cache. key=${key}`); + }, + }); // Make the cache Map-like. - cache.delete = cache.del - cache.clear = cache.reset + cache.delete = cache.del; + cache.clear = cache.reset; return new DataLoader( - keys => { + (keys) => { return Promise.all( - keys.map(key => { - const [entityType, id] = key - return client.entity(entityType, id) + keys.map((key) => { + const [entityType, id] = key; + return client.entity(entityType, id); }) - ) + ); }, { batch: false, cacheKeyFn: ([entityType, id]) => `${entityType}/${id}`, - cacheMap: cache + cacheMap: cache, } - ) + ); } diff --git a/src/extensions/the-audio-db/resolvers.js b/src/extensions/the-audio-db/resolvers.js index 431a5c7..18447f2 100644 --- a/src/extensions/the-audio-db/resolvers.js +++ b/src/extensions/the-audio-db/resolvers.js @@ -1,115 +1,118 @@ function handleImageSize(resolver) { return (source, args, context, info) => { - const getURL = url => (args.size === 'PREVIEW' ? `${url}/preview` : url) - const url = resolver(source, args, context, info) + const getURL = (url) => (args.size === 'PREVIEW' ? `${url}/preview` : url); + const url = resolver(source, args, context, info); if (!url) { - return null + return null; } else if (Array.isArray(url)) { - return url.map(getURL) + return url.map(getURL); } else { - return getURL(url) + return getURL(url); } - } + }; } export default { TheAudioDBArtist: { - artistID: artist => artist.idArtist, + artistID: (artist) => artist.idArtist, biography: (artist, args) => { - const lang = args.lang.toUpperCase() - return artist[`strBiography${lang}`] || null + const lang = args.lang.toUpperCase(); + return artist[`strBiography${lang}`] || null; }, - memberCount: artist => artist.intMembers, - banner: handleImageSize(artist => artist.strArtistBanner), - fanArt: handleImageSize(artist => { + memberCount: (artist) => artist.intMembers, + banner: handleImageSize((artist) => artist.strArtistBanner), + fanArt: handleImageSize((artist) => { return [ artist.strArtistFanart, artist.strArtistFanart2, - artist.strArtistFanart3 - ].filter(Boolean) + artist.strArtistFanart3, + ].filter(Boolean); }), - logo: handleImageSize(artist => artist.strArtistLogo), - thumbnail: handleImageSize(artist => artist.strArtistThumb), - genre: artist => artist.strGenre || null, - mood: artist => artist.strMood || null, - style: artist => artist.strStyle || null + logo: handleImageSize((artist) => artist.strArtistLogo), + thumbnail: handleImageSize((artist) => artist.strArtistThumb), + genre: (artist) => artist.strGenre || null, + mood: (artist) => artist.strMood || null, + style: (artist) => artist.strStyle || null, }, TheAudioDBAlbum: { - albumID: album => album.idAlbum, - artistID: album => album.idArtist, + albumID: (album) => album.idAlbum, + artistID: (album) => album.idArtist, description: (album, args) => { - const lang = args.lang.toUpperCase() - return album[`strDescription${lang}`] || null + const lang = args.lang.toUpperCase(); + return album[`strDescription${lang}`] || null; }, - salesCount: album => album.intSales, - score: album => album.intScore, - scoreVotes: album => album.intScoreVotes, - discImage: handleImageSize(album => album.strAlbumCDart), - spineImage: handleImageSize(album => album.strAlbumSpine), - frontImage: handleImageSize(album => album.strAlbumThumb), - backImage: handleImageSize(album => album.strAlbumThumbBack), - review: album => album.strReview || null, - genre: album => album.strGenre || null, - mood: album => album.strMood || null, - style: album => album.strStyle || null, - speed: album => album.strSpeed || null, - theme: album => album.strTheme || null + salesCount: (album) => album.intSales, + score: (album) => album.intScore, + scoreVotes: (album) => album.intScoreVotes, + discImage: handleImageSize((album) => album.strAlbumCDart), + spineImage: handleImageSize((album) => album.strAlbumSpine), + frontImage: handleImageSize((album) => album.strAlbumThumb), + backImage: handleImageSize((album) => album.strAlbumThumbBack), + review: (album) => album.strReview || null, + genre: (album) => album.strGenre || null, + mood: (album) => album.strMood || null, + style: (album) => album.strStyle || null, + speed: (album) => album.strSpeed || null, + theme: (album) => album.strTheme || null, }, TheAudioDBTrack: { - trackID: track => track.idTrack, - albumID: track => track.idAlbum, - artistID: track => track.idArtist, + trackID: (track) => track.idTrack, + albumID: (track) => track.idAlbum, + artistID: (track) => track.idArtist, description: (track, args) => { - const lang = args.lang.toUpperCase() - return track[`strDescription${lang}`] || null + const lang = args.lang.toUpperCase(); + return track[`strDescription${lang}`] || null; }, - thumbnail: handleImageSize(track => track.strTrackThumb), - score: track => track.intScore, - scoreVotes: track => track.intScoreVotes, - trackNumber: track => track.intTrackNumber, - musicVideo: track => track, - genre: track => track.strGenre || null, - mood: track => track.strMood || null, - style: track => track.strStyle || null, - theme: track => track.strTheme || null + thumbnail: handleImageSize((track) => track.strTrackThumb), + score: (track) => track.intScore, + scoreVotes: (track) => track.intScoreVotes, + trackNumber: (track) => track.intTrackNumber, + musicVideo: (track) => track, + genre: (track) => track.strGenre || null, + mood: (track) => track.strMood || null, + style: (track) => track.strStyle || null, + theme: (track) => track.strTheme || null, }, TheAudioDBMusicVideo: { - url: track => { - let url = track.strMusicVid || null + url: (track) => { + let url = track.strMusicVid || null; // Many of these are missing the protocol and start with www, so add it // in that case. if (url && url.startsWith('www.')) { - url = `https://${url}` + url = `https://${url}`; } - return url + return url; }, - companyName: track => track.strMusicVidCompany || null, - directorName: track => track.strMusicVidDirector || null, - screenshots: handleImageSize(track => { + companyName: (track) => track.strMusicVidCompany || null, + directorName: (track) => track.strMusicVidDirector || null, + screenshots: handleImageSize((track) => { return [ track.strMusicVidScreen1, track.strMusicVidScreen2, - track.strMusicVidScreen3 - ].filter(Boolean) + track.strMusicVidScreen3, + ].filter(Boolean); }), - viewCount: track => track.intMusicVidViews, - likeCount: track => track.intMusicVidLikes, - dislikeCount: track => track.intMusicVidDislikes, - commentCount: track => track.intMusicVidComments + viewCount: (track) => track.intMusicVidViews, + likeCount: (track) => track.intMusicVidLikes, + dislikeCount: (track) => track.intMusicVidDislikes, + commentCount: (track) => track.intMusicVidComments, }, Artist: { theAudioDB: (artist, args, context) => { - return context.loaders.theAudioDB.load(['artist', artist.id]) - } + return context.loaders.theAudioDB.load(['artist', artist.id]); + }, }, Recording: { theAudioDB: (recording, args, context) => { - return context.loaders.theAudioDB.load(['recording', recording.id]) - } + return context.loaders.theAudioDB.load(['recording', recording.id]); + }, }, ReleaseGroup: { theAudioDB: (releaseGroup, args, context) => { - return context.loaders.theAudioDB.load(['release-group', releaseGroup.id]) - } - } -} + return context.loaders.theAudioDB.load([ + 'release-group', + releaseGroup.id, + ]); + }, + }, +}; diff --git a/src/extensions/the-audio-db/schema.js b/src/extensions/the-audio-db/schema.js index fb58629..d1686d1 100644 --- a/src/extensions/the-audio-db/schema.js +++ b/src/extensions/the-audio-db/schema.js @@ -1,4 +1,4 @@ -import gql from '../../tag' +import gql from '../../tag.js'; export default gql` """ @@ -369,4 +369,4 @@ export default gql` """ theAudioDB: TheAudioDBAlbum } -` +`; diff --git a/src/index.js b/src/index.js index 82abeeb..5d7111d 100644 --- a/src/index.js +++ b/src/index.js @@ -1,71 +1,104 @@ -import express from 'express' -import graphqlHTTP from 'express-graphql' -import compression from 'compression' -import cors from 'cors' -import MusicBrainz from './api' -import schema, { createSchema } from './schema' -import { createContext } from './context' +import express from 'express'; +import ExpressGraphQL from 'express-graphql'; +import compression from 'compression'; +import cors from 'cors'; +import MusicBrainz from './api/index.js'; +import Client from './api/client.js'; +import { baseSchema, createSchema } from './schema.js'; +import { createContext } from './context.js'; +import { loadExtension } from './extensions/index.js'; +import gql from './tag.js'; -const formatError = err => ({ +const { graphqlHTTP } = ExpressGraphQL; + +const formatError = (err) => ({ message: err.message, locations: err.locations, - stack: err.stack -}) + stack: err.stack, +}); -export const defaultExtensions = [ - require.resolve('./extensions/cover-art-archive'), - require.resolve('./extensions/fanart-tv'), - require.resolve('./extensions/mediawiki'), - require.resolve('./extensions/the-audio-db') -] +const defaultExtensions = [ + 'graphbrainz/extensions/cover-art-archive', + 'graphbrainz/extensions/fanart-tv', + 'graphbrainz/extensions/mediawiki', + 'graphbrainz/extensions/the-audio-db', +]; -const middleware = ({ +function middleware({ client = new MusicBrainz(), extensions = process.env.GRAPHBRAINZ_EXTENSIONS ? JSON.parse(process.env.GRAPHBRAINZ_EXTENSIONS) : defaultExtensions, ...middlewareOptions -} = {}) => { - const options = { client, extensions, ...middlewareOptions } - const DEV = process.env.NODE_ENV !== 'production' - const graphiql = DEV || process.env.GRAPHBRAINZ_GRAPHIQL === 'true' - return graphqlHTTP({ - schema: createSchema(schema, options), - context: createContext(options), - pretty: DEV, - graphiql, - formatError: DEV ? formatError : undefined, - ...middlewareOptions - }) +} = {}) { + const DEV = process.env.NODE_ENV !== 'production'; + const graphiql = DEV || process.env.GRAPHBRAINZ_GRAPHIQL === 'true'; + const getAsyncMiddleware = async () => { + const loadedExtensions = await Promise.all( + extensions.map((extensionSpecifier) => loadExtension(extensionSpecifier)) + ); + const options = { + client, + extensions: loadedExtensions, + ...middlewareOptions, + }; + const schema = createSchema(baseSchema, options); + const context = createContext(options); + return graphqlHTTP({ + schema, + context, + pretty: DEV, + graphiql, + customFormatErrorFn: DEV ? formatError : undefined, + ...middlewareOptions, + }); + }; + const asyncMiddleware = getAsyncMiddleware(); + return async (req, res, next) => { + try { + const middleware = await asyncMiddleware; + middleware(req, res, next); + } catch (err) { + next(err); + } + }; } -export default middleware - -export function start(options) { - require('dotenv').config({ silent: true }) - const app = express() - const port = process.env.PORT || 3000 - const route = process.env.GRAPHBRAINZ_PATH || '/' +async function start(options) { + const dotenv = await import('dotenv'); + dotenv.config({ silent: true }); + const app = express(); + const port = process.env.PORT || 3000; + const route = process.env.GRAPHBRAINZ_PATH || '/'; const corsOptions = { origin: process.env.GRAPHBRAINZ_CORS_ORIGIN || false, - methods: 'HEAD,GET,POST' - } + methods: 'HEAD,GET,POST', + }; switch (corsOptions.origin) { case 'true': - corsOptions.origin = true - break + corsOptions.origin = true; + break; case 'false': - corsOptions.origin = false - break + corsOptions.origin = false; + break; default: - break + break; } - app.use(compression()) - app.use(route, cors(corsOptions), middleware(options)) - app.listen(port) - console.log(`Listening on port ${port}.`) + app.use(compression()); + app.use(route, cors(corsOptions), middleware(options)); + app.listen(port); + console.log(`Listening on port ${port}.`); } -if (require.main === module) { - start() -} +export { + Client, + MusicBrainz, + gql, + baseSchema, + createContext, + createSchema, + defaultExtensions, + loadExtension, + middleware, + start, +}; diff --git a/src/loaders.js b/src/loaders.js index 7499bce..c8bf031 100644 --- a/src/loaders.js +++ b/src/loaders.js @@ -1,92 +1,92 @@ -import DataLoader from 'dataloader' -import LRUCache from 'lru-cache' -import { toPlural } from './types/helpers' -import { ONE_DAY } from './util' +import createDebug from 'debug'; +import DataLoader from 'dataloader'; +import LRUCache from 'lru-cache'; +import { ONE_DAY, toPlural } from './util.js'; -const debug = require('debug')('graphbrainz:loaders') +const debug = createDebug('graphbrainz:loaders'); export default function createLoaders(client) { // All loaders share a single LRU cache that will remember 8192 responses, // each cached for 1 day. - const cache = LRUCache({ + const cache = new LRUCache({ max: parseInt(process.env.GRAPHBRAINZ_CACHE_SIZE || 8192, 10), maxAge: parseInt(process.env.GRAPHBRAINZ_CACHE_TTL || ONE_DAY, 10), dispose(key) { - debug(`Removed from cache. key=${key}`) - } - }) + debug(`Removed from cache. key=${key}`); + }, + }); // Make the cache Map-like. - cache.delete = cache.del - cache.clear = cache.reset + cache.delete = cache.del; + cache.clear = cache.reset; const lookup = new DataLoader( - keys => { + (keys) => { return Promise.all( - keys.map(key => { - const [entityType, id, params = {}] = key - return client.lookup(entityType, id, params).then(entity => { + keys.map((key) => { + const [entityType, id, params = {}] = key; + return client.lookup(entityType, id, params).then((entity) => { if (entity) { // Store the entity type so we can determine what type of object this // is elsewhere in the code. - entity._type = entityType + entity._type = entityType; } - return entity - }) + return entity; + }); }) - ) + ); }, { batch: false, - cacheKeyFn: key => client.getLookupURL(...key), - cacheMap: cache + cacheKeyFn: (key) => client.getLookupURL(...key), + cacheMap: cache, } - ) + ); const browse = new DataLoader( - keys => { + (keys) => { return Promise.all( - keys.map(key => { - const [entityType, params = {}] = key - return client.browse(entityType, params).then(list => { - list[toPlural(entityType)].forEach(entity => { + keys.map((key) => { + const [entityType, params = {}] = key; + return client.browse(entityType, params).then((list) => { + list[toPlural(entityType)].forEach((entity) => { // Store the entity type so we can determine what type of object this // is elsewhere in the code. - entity._type = entityType - }) - return list - }) + entity._type = entityType; + }); + return list; + }); }) - ) + ); }, { batch: false, - cacheKeyFn: key => client.getBrowseURL(...key), - cacheMap: cache + cacheKeyFn: (key) => client.getBrowseURL(...key), + cacheMap: cache, } - ) + ); const search = new DataLoader( - keys => { + (keys) => { return Promise.all( - keys.map(key => { - const [entityType, query, params = {}] = key - return client.search(entityType, query, params).then(list => { - list[toPlural(entityType)].forEach(entity => { + keys.map((key) => { + const [entityType, query, params = {}] = key; + return client.search(entityType, query, params).then((list) => { + list[toPlural(entityType)].forEach((entity) => { // Store the entity type so we can determine what type of object this // is elsewhere in the code. - entity._type = entityType - }) - return list - }) + entity._type = entityType; + }); + return list; + }); }) - ) + ); }, { batch: false, - cacheKeyFn: key => client.getSearchURL(...key), - cacheMap: cache + cacheKeyFn: (key) => client.getSearchURL(...key), + cacheMap: cache, } - ) + ); - return { lookup, browse, search } + return { lookup, browse, search }; } diff --git a/src/queries/browse.js b/src/queries/browse.js index c3ec6ed..6dd06fd 100644 --- a/src/queries/browse.js +++ b/src/queries/browse.js @@ -1,6 +1,6 @@ -import { GraphQLObjectType, GraphQLString } from 'graphql' -import { forwardConnectionArgs } from 'graphql-relay' -import { resolveBrowse } from '../resolvers' +import GraphQL from 'graphql'; +import GraphQLRelay from 'graphql-relay'; +import { resolveBrowse } from '../resolvers.js'; import { MBID, AreaConnection, @@ -15,62 +15,66 @@ import { RecordingConnection, ReleaseConnection, ReleaseGroupConnection, - WorkConnection -} from '../types' -import { toWords, releaseGroupType, releaseStatus } from '../types/helpers' + WorkConnection, +} from '../types/index.js'; +import { releaseGroupType, releaseStatus } from '../types/helpers.js'; +import { toWords } from '../util.js'; + +const { GraphQLObjectType, GraphQLString } = GraphQL; +const { forwardConnectionArgs } = GraphQLRelay; const area = { type: MBID, - description: 'The MBID of an area to which the entity is linked.' -} + description: 'The MBID of an area to which the entity is linked.', +}; const artist = { type: MBID, - description: 'The MBID of an artist to which the entity is linked.' -} + description: 'The MBID of an artist to which the entity is linked.', +}; const collection = { type: MBID, - description: 'The MBID of a collection in which the entity is found.' -} + description: 'The MBID of a collection in which the entity is found.', +}; const event = { type: MBID, - description: 'The MBID of an event to which the entity is linked.' -} + description: 'The MBID of an event to which the entity is linked.', +}; const label = { type: MBID, - description: 'The MBID of a label to which the entity is linked.' -} + description: 'The MBID of a label to which the entity is linked.', +}; const place = { type: MBID, - description: 'The MBID of a place to which the entity is linked.' -} + description: 'The MBID of a place to which the entity is linked.', +}; const recording = { type: MBID, - description: 'The MBID of a recording to which the entity is linked.' -} + description: 'The MBID of a recording to which the entity is linked.', +}; const release = { type: MBID, - description: 'The MBID of a release to which the entity is linked.' -} + description: 'The MBID of a release to which the entity is linked.', +}; const releaseGroup = { type: MBID, - description: 'The MBID of a release group to which the entity is linked.' -} + description: 'The MBID of a release group to which the entity is linked.', +}; const work = { type: MBID, - description: 'The MBID of a work to which the entity is linked.' -} + description: 'The MBID of a work to which the entity is linked.', +}; function createBrowseField(connectionType, args) { - const typeName = toWords(connectionType.name.slice(0, -10)) + const typeName = toWords(connectionType.name.slice(0, -10)); return { type: connectionType, description: `Browse ${typeName} entities linked to the given arguments.`, args: { ...args, - ...forwardConnectionArgs + ...forwardConnectionArgs, }, - resolve: resolveBrowse - } + resolve: resolveBrowse, + }; } export const BrowseQuery = new GraphQLObjectType({ @@ -79,7 +83,7 @@ export const BrowseQuery = new GraphQLObjectType({ entity.`, fields: { areas: createBrowseField(AreaConnection, { - collection + collection, }), artists: createBrowseField(ArtistConnection, { area, @@ -87,14 +91,14 @@ entity.`, recording, release, releaseGroup, - work + work, }), collections: createBrowseField(CollectionConnection, { area, artist, editor: { type: GraphQLString, - description: 'The username of the editor who created the collection.' + description: 'The username of the editor who created the collection.', }, event, label, @@ -102,22 +106,22 @@ entity.`, recording, release, releaseGroup, - work + work, }), events: createBrowseField(EventConnection, { area, artist, collection, - place + place, }), labels: createBrowseField(LabelConnection, { area, collection, - release + release, }), places: createBrowseField(PlaceConnection, { area, - collection + collection, }), recordings: createBrowseField(RecordingConnection, { artist, @@ -125,9 +129,9 @@ entity.`, isrc: { type: ISRC, description: `The [International Standard Recording Code](https://musicbrainz.org/doc/ISRC) -(ISRC) of the recording.` +(ISRC) of the recording.`, }, - release + release, }), releases: createBrowseField(ReleaseConnection, { area, @@ -136,28 +140,28 @@ entity.`, discID: { type: DiscID, description: `A [disc ID](https://musicbrainz.org/doc/Disc_ID) -associated with the release.` +associated with the release.`, }, label, recording, releaseGroup, track: { type: MBID, - description: 'The MBID of a track that is included in the release.' + description: 'The MBID of a track that is included in the release.', }, trackArtist: { type: MBID, description: `The MBID of an artist that appears on a track in the -release, but is not included in the credits for the release itself.` +release, but is not included in the credits for the release itself.`, }, type: releaseGroupType, - status: releaseStatus + status: releaseStatus, }), releaseGroups: createBrowseField(ReleaseGroupConnection, { artist, collection, release, - type: releaseGroupType + type: releaseGroupType, }), works: createBrowseField(WorkConnection, { artist, @@ -165,11 +169,11 @@ release, but is not included in the credits for the release itself.` iswc: { type: ISWC, description: `The [International Standard Musical Work Code](https://musicbrainz.org/doc/ISWC) -(ISWC) of the work.` - } - }) - } -}) +(ISWC) of the work.`, + }, + }), + }, +}); export const browse = { type: BrowseQuery, @@ -177,7 +181,7 @@ export const browse = { 'Browse all MusicBrainz entities directly linked to another entity.', // We only have work to do once we know what entity types are being requested, // so this can just resolve to an empty object. - resolve: () => ({}) -} + resolve: () => ({}), +}; -export default BrowseQuery +export default BrowseQuery; diff --git a/src/queries/index.js b/src/queries/index.js index 5bd9800..a0851c0 100644 --- a/src/queries/index.js +++ b/src/queries/index.js @@ -1,3 +1,3 @@ -export { LookupQuery, lookup } from './lookup' -export { BrowseQuery, browse } from './browse' -export { SearchQuery, search } from './search' +export { LookupQuery, lookup } from './lookup.js'; +export { BrowseQuery, browse } from './browse.js'; +export { SearchQuery, search } from './search.js'; diff --git a/src/queries/lookup.js b/src/queries/lookup.js index 9f6c9ac..445a4f1 100644 --- a/src/queries/lookup.js +++ b/src/queries/lookup.js @@ -1,6 +1,6 @@ -import { GraphQLObjectType, GraphQLNonNull } from 'graphql' -import { resolveLookup } from '../resolvers' -import { mbid, toWords } from '../types/helpers' +import GraphQL from 'graphql'; +import { resolveLookup } from '../resolvers.js'; +import { mbid } from '../types/helpers.js'; import { Area, Artist, @@ -18,17 +18,20 @@ import { Series, URL, URLString, - Work -} from '../types' + Work, +} from '../types/index.js'; +import { toWords } from '../util.js'; + +const { GraphQLObjectType, GraphQLNonNull } = GraphQL; function createLookupField(entity, args) { - const typeName = toWords(entity.name) + const typeName = toWords(entity.name); return { type: entity, description: `Look up a specific ${typeName} by its MBID.`, args: { mbid, ...args }, - resolve: resolveLookup - } + resolve: resolveLookup, + }; } export const LookupQuery = new GraphQLObjectType({ @@ -45,12 +48,12 @@ export const LookupQuery = new GraphQLObjectType({ discID: { type: new GraphQLNonNull(DiscID), description: `The [disc ID](https://musicbrainz.org/doc/Disc_ID) -of the disc.` - } +of the disc.`, + }, }, resolve: (root, { discID }, { loaders }, info) => { - return loaders.lookup.load(['discid', discID]) - } + return loaders.lookup.load(['discid', discID]); + }, }, event: createLookupField(Event), instrument: createLookupField(Instrument), @@ -65,23 +68,23 @@ of the disc.` ...mbid, // Remove the non-null requirement that is usually on the `mbid` field // so that URLs can be looked up by `resource`. - type: MBID + type: MBID, }, resource: { type: URLString, - description: 'The web address of the URL entity to look up.' - } + description: 'The web address of the URL entity to look up.', + }, }), - work: createLookupField(Work) - } -}) + work: createLookupField(Work), + }, +}); export const lookup = { type: LookupQuery, description: 'Perform a lookup of a MusicBrainz entity by its MBID.', // We only have work to do once we know what entity types are being requested, // so this can just resolve to an empty object. - resolve: () => ({}) -} + resolve: () => ({}), +}; -export default LookupQuery +export default LookupQuery; diff --git a/src/queries/search.js b/src/queries/search.js index b9cf6bb..44a934f 100644 --- a/src/queries/search.js +++ b/src/queries/search.js @@ -1,6 +1,6 @@ -import { GraphQLObjectType, GraphQLNonNull, GraphQLString } from 'graphql' -import { forwardConnectionArgs } from 'graphql-relay' -import { resolveSearch } from '../resolvers' +import GraphQL from 'graphql'; +import GraphQLRelay from 'graphql-relay'; +import { resolveSearch } from '../resolvers.js'; import { AreaConnection, ArtistConnection, @@ -12,12 +12,15 @@ import { ReleaseConnection, ReleaseGroupConnection, SeriesConnection, - WorkConnection -} from '../types' -import { toWords } from '../types/helpers' + WorkConnection, +} from '../types/index.js'; +import { toWords } from '../util.js'; + +const { GraphQLObjectType, GraphQLNonNull, GraphQLString } = GraphQL; +const { forwardConnectionArgs } = GraphQLRelay; function createSearchField(connectionType) { - const typeName = toWords(connectionType.name.slice(0, -10)) + const typeName = toWords(connectionType.name.slice(0, -10)); return { type: connectionType, description: `Search for ${typeName} entities matching the given query.`, @@ -25,12 +28,12 @@ function createSearchField(connectionType) { query: { type: new GraphQLNonNull(GraphQLString), description: `The query terms, in Lucene search syntax. See [examples -and search fields](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2/Search).` +and search fields](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2/Search).`, }, - ...forwardConnectionArgs + ...forwardConnectionArgs, }, - resolve: resolveSearch - } + resolve: resolveSearch, + }; } export const SearchQuery = new GraphQLObjectType({ @@ -47,16 +50,16 @@ export const SearchQuery = new GraphQLObjectType({ releases: createSearchField(ReleaseConnection), releaseGroups: createSearchField(ReleaseGroupConnection), series: createSearchField(SeriesConnection), - works: createSearchField(WorkConnection) - } -}) + works: createSearchField(WorkConnection), + }, +}); export const search = { type: SearchQuery, description: 'Search for MusicBrainz entities using Lucene query syntax.', // We only have work to do once we know what entity types are being requested, // so this can just resolve to an empty object. - resolve: () => ({}) -} + resolve: () => ({}), +}; -export default SearchQuery +export default SearchQuery; diff --git a/src/rate-limit.js b/src/rate-limit.js index 5eb1c1f..df8a7ac 100644 --- a/src/rate-limit.js +++ b/src/rate-limit.js @@ -1,101 +1,103 @@ -const debug = require('debug')('graphbrainz:rate-limit') +import createDebug from 'debug'; + +const debug = createDebug('graphbrainz:rate-limit'); export default class RateLimit { constructor({ limit = 1, period = 1000, concurrency = limit || 1, - defaultPriority = 1 + defaultPriority = 1, } = {}) { - this.limit = limit - this.period = period - this.defaultPriority = defaultPriority - this.concurrency = concurrency - this.queues = [] - this.numPending = 0 - this.periodStart = null - this.periodCapacity = this.limit - this.timer = null - this.pendingFlush = false - this.prevTaskID = null + this.limit = limit; + this.period = period; + this.defaultPriority = defaultPriority; + this.concurrency = concurrency; + this.queues = []; + this.numPending = 0; + this.periodStart = null; + this.periodCapacity = this.limit; + this.timer = null; + this.pendingFlush = false; + this.prevTaskID = null; } nextTaskID(prevTaskID = this.prevTaskID) { - const id = (prevTaskID || 0) + 1 - this.prevTaskID = id - return id + const id = (prevTaskID || 0) + 1; + this.prevTaskID = id; + return id; } enqueue(fn, args, priority = this.defaultPriority) { - priority = Math.max(0, priority) + priority = Math.max(0, priority); return new Promise((resolve, reject) => { - const queue = (this.queues[priority] = this.queues[priority] || []) - const id = this.nextTaskID() - debug(`Enqueuing task. id=${id} priority=${priority}`) - queue.push({ fn, args, resolve, reject, id }) + const queue = (this.queues[priority] = this.queues[priority] || []); + const id = this.nextTaskID(); + debug(`Enqueuing task. id=${id} priority=${priority}`); + queue.push({ fn, args, resolve, reject, id }); if (!this.pendingFlush) { - this.pendingFlush = true + this.pendingFlush = true; process.nextTick(() => { - this.pendingFlush = false - this.flush() - }) + this.pendingFlush = false; + this.flush(); + }); } - }) + }); } dequeue() { - let task + let task; for (let i = this.queues.length - 1; i >= 0; i--) { - const queue = this.queues[i] + const queue = this.queues[i]; if (queue && queue.length) { - task = queue.shift() + task = queue.shift(); } if (!queue || !queue.length) { - this.queues.length = i + this.queues.length = i; } if (task) { - break + break; } } - return task + return task; } flush() { if (this.numPending < this.concurrency && this.periodCapacity > 0) { - const task = this.dequeue() + const task = this.dequeue(); if (task) { - const { resolve, reject, fn, args, id } = task + const { resolve, reject, fn, args, id } = task; if (this.timer == null) { - const now = Date.now() - let timeout = this.period + const now = Date.now(); + let timeout = this.period; if (this.periodStart != null) { - const delay = now - (this.periodStart + timeout) + const delay = now - (this.periodStart + timeout); if (delay > 0 && delay <= timeout) { - timeout -= delay + timeout -= delay; } } - this.periodStart = now + this.periodStart = now; this.timer = setTimeout(() => { - this.timer = null - this.periodCapacity = this.limit - this.flush() - }, timeout) + this.timer = null; + this.periodCapacity = this.limit; + this.flush(); + }, timeout); } - this.numPending += 1 - this.periodCapacity -= 1 - const onResolve = value => { - this.numPending -= 1 - resolve(value) - this.flush() - } - const onReject = err => { - this.numPending -= 1 - reject(err) - this.flush() - } - debug(`Running task. id=${id}`) - fn(...args).then(onResolve, onReject) - this.flush() + this.numPending += 1; + this.periodCapacity -= 1; + const onResolve = (value) => { + this.numPending -= 1; + resolve(value); + this.flush(); + }; + const onReject = (err) => { + this.numPending -= 1; + reject(err); + this.flush(); + }; + debug(`Running task. id=${id}`); + fn(...args).then(onResolve, onReject); + this.flush(); } } } diff --git a/src/resolvers.js b/src/resolvers.js index 5a12b32..5fbc3d2 100644 --- a/src/resolvers.js +++ b/src/resolvers.js @@ -1,39 +1,40 @@ -import { toDashed, toSingular } from './types/helpers' -import { +import GraphQLRelay from 'graphql-relay'; +import { getFields, extendIncludes, toDashed, toSingular } from './util.js'; + +const { getOffsetWithDefault, connectionFromArray, - connectionFromArraySlice -} from 'graphql-relay' -import { getFields, extendIncludes } from './util' + connectionFromArraySlice, +} = GraphQLRelay; export function includeRelationships(params, info, fragments = info.fragments) { - let fields = getFields(info, fragments) + let fields = getFields(info, fragments); if (info.fieldName !== 'relationships') { if (fields.relationships) { - fields = getFields(fields.relationships, fragments) + fields = getFields(fields.relationships, fragments); } else { if (fields.edges) { - fields = getFields(fields.edges, fragments) + fields = getFields(fields.edges, fragments); if (fields.node) { - return includeRelationships(params, fields.node, fragments) + return includeRelationships(params, fields.node, fragments); } } - return params + return params; } } if (fields) { - const relationships = Object.keys(fields) - const includeRels = relationships.map(field => { - return `${toDashed(toSingular(field))}-rels` - }) + const relationships = Object.keys(fields); + const includeRels = relationships.map((field) => { + return `${toDashed(toSingular(field))}-rels`; + }); if (includeRels.length) { params = { ...params, - inc: extendIncludes(params.inc, includeRels) - } + inc: extendIncludes(params.inc, includeRels), + }; } } - return params + return params; } export function includeSubqueries(params, info, fragments = info.fragments) { @@ -46,35 +47,37 @@ export function includeSubqueries(params, info, fragments = info.fragments) { 'media.discs': ['discids'], 'media.tracks': ['recordings'], rating: ['ratings'], - tags: ['tags'] - } - let fields = getFields(info, fragments, 1) - const include = [] + tags: ['tags'], + }; + let fields = getFields(info, fragments, 1); + const include = []; for (const key in subqueryIncludes) { - const field = fields[key] + const field = fields[key]; if (field) { - const value = subqueryIncludes[key] - include.push(...value) + const value = subqueryIncludes[key]; + include.push(...value); } } params = { ...params, - inc: extendIncludes(params.inc, include) - } + inc: extendIncludes(params.inc, include), + }; if (fields['edges.node']) { - params = includeSubqueries(params, fields['edges.node'], fragments) + params = includeSubqueries(params, fields['edges.node'], fragments); } - return params + return params; } export function resolveLookup(root, { mbid, ...params }, { loaders }, info) { if (!mbid && !params.resource) { - throw new Error('Lookups by a field other than MBID must provide: resource') + throw new Error( + 'Lookups by a field other than MBID must provide: resource' + ); } - const entityType = toDashed(info.fieldName) - params = includeSubqueries(params, info) - params = includeRelationships(params, info) - return loaders.lookup.load([entityType, mbid, params]) + const entityType = toDashed(info.fieldName); + params = includeSubqueries(params, info); + params = includeRelationships(params, info); + return loaders.lookup.load([entityType, mbid, params]); } export function resolveBrowse( @@ -83,62 +86,62 @@ export function resolveBrowse( { loaders }, info ) { - const pluralName = toDashed(info.fieldName) - const singularName = toSingular(pluralName) + const pluralName = toDashed(info.fieldName); + const singularName = toSingular(pluralName); let params = { ...args, type, status, limit: first, - offset: getOffsetWithDefault(after, -1) + 1 || undefined - } - params = includeSubqueries(params, info) - params = includeRelationships(params, info, info.fragments) - const formatParam = value => value.toLowerCase().replace(/ /g, '') - params.type = params.type.map(formatParam) - params.status = params.status.map(formatParam) - let request + offset: getOffsetWithDefault(after, -1) + 1 || undefined, + }; + params = includeSubqueries(params, info); + params = includeRelationships(params, info, info.fragments); + const formatParam = (value) => value.toLowerCase().replace(/ /g, ''); + params.type = params.type.map(formatParam); + params.status = params.status.map(formatParam); + let request; if (discID) { - request = loaders.lookup.load(['discid', discID, params]) + request = loaders.lookup.load(['discid', discID, params]); // If fetching releases by disc ID, they will already include the `media` // and `discids` subqueries, and it is invalid to specify them. if (params.inc) { - params.inc = params.inc.filter(value => { - return value !== 'media' && value !== 'discids' - }) + params.inc = params.inc.filter((value) => { + return value !== 'media' && value !== 'discids'; + }); } } else if (isrc) { - request = loaders.lookup.load(['isrc', isrc, params]).then(result => { - result[pluralName].forEach(entity => { - entity._type = singularName - }) - return result - }) + request = loaders.lookup.load(['isrc', isrc, params]).then((result) => { + result[pluralName].forEach((entity) => { + entity._type = singularName; + }); + return result; + }); } else if (iswc) { - request = loaders.lookup.load(['iswc', iswc, params]) + request = loaders.lookup.load(['iswc', iswc, params]); } else { - request = loaders.browse.load([singularName, params]) + request = loaders.browse.load([singularName, params]); } - return request.then(list => { + return request.then((list) => { // Grab the list, offet, and count from the response and use them to build // a Relay connection object. const { [pluralName]: arraySlice, [`${singularName}-offset`]: sliceStart = 0, - [`${singularName}-count`]: arrayLength = arraySlice.length - } = list - const meta = { sliceStart, arrayLength } + [`${singularName}-count`]: arrayLength = arraySlice.length, + } = list; + const meta = { sliceStart, arrayLength }; const connection = connectionFromArraySlice( arraySlice, { first, after }, meta - ) + ); return { - nodes: connection.edges.map(edge => edge.node), + nodes: connection.edges.map((edge) => edge.node), totalCount: arrayLength, - ...connection - } - }) + ...connection, + }; + }); } export function resolveSearch( @@ -147,67 +150,67 @@ export function resolveSearch( { loaders }, info ) { - const pluralName = toDashed(info.fieldName) - const singularName = toSingular(pluralName) + const pluralName = toDashed(info.fieldName); + const singularName = toSingular(pluralName); let params = { ...args, limit: first, - offset: getOffsetWithDefault(after, -1) + 1 || undefined - } - params = includeSubqueries(params, info) - return loaders.search.load([singularName, query, params]).then(list => { + offset: getOffsetWithDefault(after, -1) + 1 || undefined, + }; + params = includeSubqueries(params, info); + return loaders.search.load([singularName, query, params]).then((list) => { const { [pluralName]: arraySlice, offset: sliceStart, - count: arrayLength - } = list - const meta = { sliceStart, arrayLength } + count: arrayLength, + } = list; + const meta = { sliceStart, arrayLength }; const connection = connectionFromArraySlice( arraySlice, { first, after }, meta - ) + ); // Move the `score` field up to the edge object and make sure it's a // number (MusicBrainz returns a string). - const edges = connection.edges.map(edge => ({ + const edges = connection.edges.map((edge) => ({ ...edge, - score: +edge.node.score - })) + score: +edge.node.score, + })); const connectionWithExtras = { - nodes: edges.map(edge => edge.node), + nodes: edges.map((edge) => edge.node), totalCount: arrayLength, ...connection, - edges - } - return connectionWithExtras - }) + edges, + }; + return connectionWithExtras; + }); } export function resolveRelationship(rels, args, context, info) { - const targetType = toDashed(toSingular(info.fieldName)).replace('-', '_') - let matches = rels.filter(rel => rel['target-type'] === targetType) + const targetType = toDashed(toSingular(info.fieldName)).replace('-', '_'); + let matches = rels.filter((rel) => rel['target-type'] === targetType); // There's no way to filter these at the API level, so do it here. if (args.direction != null) { - matches = matches.filter(rel => rel.direction === args.direction) + matches = matches.filter((rel) => rel.direction === args.direction); } if (args.type != null) { - matches = matches.filter(rel => rel.type === args.type) + matches = matches.filter((rel) => rel.type === args.type); } if (args.typeID != null) { - matches = matches.filter(rel => rel['type-id'] === args.typeID) + matches = matches.filter((rel) => rel['type-id'] === args.typeID); } - const connection = connectionFromArray(matches, args) + const connection = connectionFromArray(matches, args); return { - nodes: connection.edges.map(edge => edge.node), + nodes: connection.edges.map((edge) => edge.node), totalCount: matches.length, - ...connection - } + ...connection, + }; } export function resolveLinked(entity, args, context, info) { - const parentEntity = toDashed(info.parentType.name) - args = { ...args, [parentEntity]: entity.id } - return resolveBrowse(entity, args, context, info) + const parentEntity = toDashed(info.parentType.name); + args = { ...args, [parentEntity]: entity.id }; + return resolveBrowse(entity, args, context, info); } /** @@ -217,32 +220,32 @@ export function resolveLinked(entity, args, context, info) { */ export function createSubqueryResolver( { inc, key } = {}, - handler = value => value + handler = (value) => value ) { return (entity, args, { loaders }, info) => { - key = key || toDashed(info.fieldName) - let promise + key = key || toDashed(info.fieldName); + let promise; if (key in entity) { - promise = Promise.resolve(entity) + promise = Promise.resolve(entity); } else { - const { _type: entityType, id } = entity - const params = { inc: [inc || key] } - promise = loaders.lookup.load([entityType, id, params]) + const { _type: entityType, id } = entity; + const params = { inc: [inc || key] }; + promise = loaders.lookup.load([entityType, id, params]); } - return promise.then(entity => handler(entity[key], args)) - } + return promise.then((entity) => handler(entity[key], args)); + }; } export function resolveDiscReleases(disc, args, context, info) { - const { releases } = disc + const { releases } = disc; if (releases != null) { - const connection = connectionFromArray(releases, args) + const connection = connectionFromArray(releases, args); return { - nodes: connection.edges.map(edge => edge.node), + nodes: connection.edges.map((edge) => edge.node), totalCount: releases.length, - ...connection - } + ...connection, + }; } - args = { ...args, discID: disc.id } - return resolveBrowse(disc, args, context, info) + args = { ...args, discID: disc.id }; + return resolveBrowse(disc, args, context, info); } diff --git a/src/schema.js b/src/schema.js index 9a31a30..48e6ff5 100644 --- a/src/schema.js +++ b/src/schema.js @@ -1,56 +1,62 @@ -import { GraphQLSchema, GraphQLObjectType, extendSchema, parse } from 'graphql' -import { addResolveFunctionsToSchema } from 'graphql-tools' -import { lookup, browse, search } from './queries' -import { nodeField } from './types/node' -import { loadExtension } from './extensions' +import createDebug from 'debug'; +import GraphQL from 'graphql'; +import GraphQLToolsSchema from '@graphql-tools/schema'; +import { lookup, browse, search } from './queries/index.js'; +import { nodeField } from './types/node.js'; -const debug = require('debug')('graphbrainz:schema') +const { GraphQLSchema, GraphQLObjectType, extendSchema, parse } = GraphQL; +const { addResolversToSchema } = GraphQLToolsSchema; + +const debug = createDebug('graphbrainz:schema'); export function applyExtension(extension, schema, options = {}) { - let outputSchema = schema + let outputSchema = schema; if (extension.extendSchema) { if (typeof extension.extendSchema === 'object') { debug( `Extending schema via an object from the “${extension.name}” extension.` - ) - const { schemas = [], resolvers } = extension.extendSchema + ); + const { schemas = [], resolvers } = extension.extendSchema; outputSchema = schemas.reduce((updatedSchema, extensionSchema) => { if (typeof extensionSchema === 'string') { - extensionSchema = parse(extensionSchema) + extensionSchema = parse(extensionSchema); } - return extendSchema(updatedSchema, extensionSchema) - }, outputSchema) + return extendSchema(updatedSchema, extensionSchema); + }, outputSchema); if (resolvers) { - addResolveFunctionsToSchema({ schema: outputSchema, resolvers }) + outputSchema = addResolversToSchema({ + schema: outputSchema, + resolvers, + }); } } else if (typeof extension.extendSchema === 'function') { debug( `Extending schema via a function from the “${extension.name}” extension.` - ) - outputSchema = extension.extendSchema(schema, options) + ); + outputSchema = extension.extendSchema(schema, options); } else { throw new Error( `The “${extension.name}” extension contains an invalid ` + `\`extendSchema\` value: ${extension.extendSchema}` - ) + ); } } // Fix for `graphql-tools` creating a new Query type with no description. if (outputSchema._queryType.description === undefined) { - outputSchema._queryType.description = schema._queryType.description + outputSchema._queryType.description = schema._queryType.description; } - return outputSchema + return outputSchema; } export function createSchema(schema, options = {}) { - const { extensions = [] } = options + const { extensions = [] } = options; return extensions.reduce((updatedSchema, extension) => { - return applyExtension(loadExtension(extension), updatedSchema, options) - }, schema) + return applyExtension(extension, updatedSchema, options); + }, schema); } -export default new GraphQLSchema({ +export const baseSchema = new GraphQLSchema({ query: new GraphQLObjectType({ name: 'Query', description: `The query root, from which multiple types of MusicBrainz @@ -59,7 +65,7 @@ requests can be made.`, lookup, browse, search, - node: nodeField - }) - }) -}) + node: nodeField, + }), + }), +}); diff --git a/src/tag.js b/src/tag.js index 913afc0..c41187f 100644 --- a/src/tag.js +++ b/src/tag.js @@ -5,11 +5,13 @@ * whatsoever, but will parse the GraphQL document, allow syntax highlighting, * and enable Prettier formatting. */ -import { parse } from 'graphql' +import GraphQL from 'graphql'; + +const { parse } = GraphQL; export default function gql(literals, ...interpolations) { if (literals.length !== 1 || interpolations.length) { - throw new Error('The gql template tag does not support interpolation.') + throw new Error('The gql template tag does not support interpolation.'); } - return parse(literals[0]) + return parse(literals[0]); } diff --git a/src/types/alias.js b/src/types/alias.js index 2fd605c..a5ccf4e 100644 --- a/src/types/alias.js +++ b/src/types/alias.js @@ -1,8 +1,11 @@ -import { GraphQLObjectType, GraphQLBoolean } from 'graphql/type' -import { Locale } from './scalars' -import { name, sortName, fieldWithID } from './helpers' +import GraphQL from 'graphql'; +import { Locale } from './scalars.js'; +import { name, sortName, fieldWithID } from './helpers.js'; +import { createSubqueryResolver } from '../resolvers.js'; -export default new GraphQLObjectType({ +const { GraphQLObjectType, GraphQLBoolean, GraphQLList } = GraphQL; + +export const Alias = new GraphQLObjectType({ name: 'Alias', description: `[Aliases](https://musicbrainz.org/doc/Aliases) are variant names that are mostly used as search help: if a search matches an entity’s alias, the @@ -10,22 +13,29 @@ entity will be given as a result – even if the actual name wouldn’t be.`, fields: () => ({ name: { ...name, - description: 'The aliased name of the entity.' + description: 'The aliased name of the entity.', }, sortName, locale: { type: Locale, description: `The locale (language and/or country) in which the alias is -used.` +used.`, }, primary: { type: GraphQLBoolean, description: `Whether this is the main alias for the entity in the -specified locale (this could mean the most recent or the most common).` +specified locale (this could mean the most recent or the most common).`, }, ...fieldWithID('type', { description: `The type or purpose of the alias – whether it is a variant, -search hint, etc.` - }) - }) -}) +search hint, etc.`, + }), + }), +}); + +export const aliases = { + type: new GraphQLList(Alias), + description: `[Aliases](https://musicbrainz.org/doc/Aliases) are used to store +alternate names or misspellings.`, + resolve: createSubqueryResolver(), +}; diff --git a/src/types/area.js b/src/types/area.js index 9761ada..33a9c60 100644 --- a/src/types/area.js +++ b/src/types/area.js @@ -1,26 +1,29 @@ -import { GraphQLObjectType, GraphQLString, GraphQLList } from 'graphql' -import Node from './node' -import Entity from './entity' +import GraphQL from 'graphql'; +import { Node } from './node.js'; +import { Entity } from './entity.js'; import { id, mbid, name, sortName, disambiguation, - aliases, - artists, - events, - labels, - places, - releases, - relationships, - collections, - tags, fieldWithID, - connectionWithExtras -} from './helpers' + connectionWithExtras, + linkedQuery, +} from './helpers.js'; +import { events } from './event.js'; +import { aliases } from './alias.js'; +import { artists } from './artist.js'; +import { labels } from './label.js'; +import { places } from './place.js'; +import { releases } from './release.js'; +import { relationships } from './relationship.js'; +import { collections } from './collection.js'; +import { tags } from './tag.js'; -const Area = new GraphQLObjectType({ +const { GraphQLObjectType, GraphQLString, GraphQLList } = GraphQL; + +export const Area = new GraphQLObjectType({ name: 'Area', description: `[Areas](https://musicbrainz.org/doc/Area) are geographic regions or settlements (countries, cities, or the like).`, @@ -41,17 +44,17 @@ the codes assigned by ISO to countries and subdivisions.`, type: GraphQLString, description: `Specify the particular ISO standard codes to retrieve. Available ISO standards are 3166-1, 3166-2, and 3166-3.`, - defaultValue: '3166-1' - } + defaultValue: '3166-1', + }, }, resolve: (data, args) => { - const { standard = '3166-1' } = args - return data[`iso-${standard}-codes`] - } + const { standard = '3166-1' } = args; + return data[`iso-${standard}-codes`]; + }, }, ...fieldWithID('type', { description: `The type of area (country, city, etc. – see the [possible -values](https://musicbrainz.org/doc/Area)).` +values](https://musicbrainz.org/doc/Area)).`, }), artists, events, @@ -60,9 +63,10 @@ values](https://musicbrainz.org/doc/Area)).` releases, relationships, collections, - tags - }) -}) + tags, + }), +}); -export const AreaConnection = connectionWithExtras(Area) -export default Area +export const AreaConnection = connectionWithExtras(Area); + +export const areas = linkedQuery(AreaConnection); diff --git a/src/types/artist-credit.js b/src/types/artist-credit.js index 65ea446..26b68ee 100644 --- a/src/types/artist-credit.js +++ b/src/types/artist-credit.js @@ -1,7 +1,10 @@ -import { GraphQLObjectType, GraphQLString } from 'graphql/type' -import Artist from './artist' +import GraphQL from 'graphql'; +import { Artist } from './artist.js'; +import { createSubqueryResolver } from '../resolvers.js'; -export default new GraphQLObjectType({ +const { GraphQLObjectType, GraphQLString, GraphQLList } = GraphQL; + +export const ArtistCredit = new GraphQLObjectType({ name: 'ArtistCredit', description: `[Artist credits](https://musicbrainz.org/doc/Artist_Credits) indicate who is the main credited artist (or artists) for releases, release @@ -13,24 +16,42 @@ track, etc., and join phrases between them.`, type: Artist, description: `The entity representing the artist referenced in the credits.`, - resolve: source => { - const { artist } = source + resolve: (source) => { + const { artist } = source; if (artist) { - artist._type = 'artist' + artist._type = 'artist'; } - return artist - } + return artist; + }, }, name: { type: GraphQLString, description: `The name of the artist as credited in the specific release, -track, etc.` +track, etc.`, }, joinPhrase: { type: GraphQLString, description: `Join phrases might include words and/or punctuation to separate artist names as they appear on the release, track, etc.`, - resolve: data => data.joinphrase - } - }) -}) + resolve: (data) => data.joinphrase, + }, + }), +}); + +export const artistCredits = { + type: new GraphQLList(ArtistCredit), + description: 'The main credited artist(s).', + resolve: createSubqueryResolver({ + inc: 'artist-credits', + key: 'artist-credit', + }), +}; + +export const artistCredit = { + ...artistCredits, + deprecationReason: `The \`artistCredit\` field has been renamed to +\`artistCredits\`, since it is a list of credits and is referred to in the +plural form throughout the MusicBrainz documentation. This field is deprecated +and will be removed in a major release in the future. Use the equivalent +\`artistCredits\` field.`, +}; diff --git a/src/types/artist.js b/src/types/artist.js index a1dc256..291b89b 100644 --- a/src/types/artist.js +++ b/src/types/artist.js @@ -1,8 +1,18 @@ -import { GraphQLObjectType, GraphQLString, GraphQLList } from 'graphql/type' -import Node from './node' -import Entity from './entity' -import Area from './area' -import { IPI, ISNI } from './scalars' +import GraphQL from 'graphql'; +import { Node } from './node.js'; +import { Entity } from './entity.js'; +import { Area } from './area.js'; +import { aliases } from './alias.js'; +import { collections } from './collection.js'; +import { lifeSpan } from './life-span.js'; +import { recordings } from './recording.js'; +import { releases } from './release.js'; +import { releaseGroups } from './release-group.js'; +import { works } from './work.js'; +import { relationships } from './relationship.js'; +import { rating } from './rating.js'; +import { tags } from './tag.js'; +import { IPI, ISNI } from './scalars.js'; import { resolveWithFallback, fieldWithID, @@ -11,20 +21,13 @@ import { name, sortName, disambiguation, - aliases, - lifeSpan, - recordings, - releases, - releaseGroups, - works, - relationships, - collections, - rating, - tags, - connectionWithExtras -} from './helpers' + connectionWithExtras, + linkedQuery, +} from './helpers.js'; -const Artist = new GraphQLObjectType({ +const { GraphQLObjectType, GraphQLString, GraphQLList } = GraphQL; + +export const Artist = new GraphQLObjectType({ name: 'Artist', description: `An [artist](https://musicbrainz.org/doc/Artist) is generally a musician, group of musicians, or other music professional (like a producer or @@ -42,42 +45,42 @@ even a fictional character.`, country: { type: GraphQLString, description: `The country with which an artist is primarily identified. It -is often, but not always, its birth/formation country.` +is often, but not always, its birth/formation country.`, }, area: { type: Area, description: `The area with which an artist is primarily identified. It -is often, but not always, its birth/formation country.` +is often, but not always, its birth/formation country.`, }, beginArea: { type: Area, description: `The area in which an artist began their career (or where they were born, if the artist is a person).`, - resolve: resolveWithFallback(['begin-area', 'begin_area']) + resolve: resolveWithFallback(['begin-area', 'begin_area']), }, endArea: { type: Area, description: `The area in which an artist ended their career (or where they died, if the artist is a person).`, - resolve: resolveWithFallback(['end-area', 'end_area']) + resolve: resolveWithFallback(['end-area', 'end_area']), }, lifeSpan, ...fieldWithID('gender', { description: `Whether a person or character identifies as male, female, or -neither. Groups do not have genders.` +neither. Groups do not have genders.`, }), ...fieldWithID('type', { - description: 'Whether an artist is a person, a group, or something else.' + description: 'Whether an artist is a person, a group, or something else.', }), ipis: { type: new GraphQLList(IPI), description: `List of [Interested Parties Information](https://musicbrainz.org/doc/IPI) -(IPI) codes for the artist.` +(IPI) codes for the artist.`, }, isnis: { type: new GraphQLList(ISNI), description: `List of [International Standard Name Identifier](https://musicbrainz.org/doc/ISNI) -(ISNI) codes for the artist.` +(ISNI) codes for the artist.`, }, recordings, releases, @@ -86,9 +89,10 @@ neither. Groups do not have genders.` relationships, collections, rating, - tags - }) -}) + tags, + }), +}); -export const ArtistConnection = connectionWithExtras(Artist) -export default Artist +export const ArtistConnection = connectionWithExtras(Artist); + +export const artists = linkedQuery(ArtistConnection); diff --git a/src/types/collection.js b/src/types/collection.js index 9388761..92f1f8e 100644 --- a/src/types/collection.js +++ b/src/types/collection.js @@ -1,28 +1,31 @@ -import { GraphQLObjectType, GraphQLNonNull, GraphQLString } from 'graphql/type' -import Node from './node' -import Entity from './entity' +import GraphQL from 'graphql'; +import { Node } from './node.js'; +import { Entity } from './entity.js'; import { id, mbid, name, - areas, - artists, - events, - instruments, - labels, - places, - recordings, - releases, - releaseGroups, - series, - works, fieldWithID, resolveHyphenated, createCollectionField, - connectionWithExtras -} from './helpers' + connectionWithExtras, + linkedQuery, +} from './helpers.js'; +import { areas } from './area.js'; +import { artists } from './artist.js'; +import { events } from './event.js'; +import { instruments } from './instrument.js'; +import { labels } from './label.js'; +import { places } from './place.js'; +import { recordings } from './recording.js'; +import { releases } from './release.js'; +import { releaseGroups } from './release-group.js'; +import { series } from './series.js'; +import { works } from './work.js'; -const Collection = new GraphQLObjectType({ +const { GraphQLObjectType, GraphQLNonNull, GraphQLString } = GraphQL; + +export const Collection = new GraphQLObjectType({ name: 'Collection', description: `[Collections](https://musicbrainz.org/doc/Collections) are lists of entities that users can create.`, @@ -33,15 +36,15 @@ lists of entities that users can create.`, name, editor: { type: new GraphQLNonNull(GraphQLString), - description: 'The username of the editor who created the collection.' + description: 'The username of the editor who created the collection.', }, entityType: { type: new GraphQLNonNull(GraphQLString), description: 'The type of entity listed in the collection.', - resolve: resolveHyphenated + resolve: resolveHyphenated, }, ...fieldWithID('type', { - description: 'The type of collection.' + description: 'The type of collection.', }), areas: createCollectionField(areas), artists: createCollectionField(artists), @@ -53,9 +56,12 @@ lists of entities that users can create.`, releases: createCollectionField(releases), releaseGroups: createCollectionField(releaseGroups), series: createCollectionField(series), - works: createCollectionField(works) - }) -}) + works: createCollectionField(works), + }), +}); -export const CollectionConnection = connectionWithExtras(Collection) -export default Collection +export const CollectionConnection = connectionWithExtras(Collection); + +export const collections = linkedQuery(CollectionConnection, { + description: 'A list of collections containing this entity.', +}); diff --git a/src/types/disc.js b/src/types/disc.js index 1c89193..caa4396 100644 --- a/src/types/disc.js +++ b/src/types/disc.js @@ -1,17 +1,15 @@ -import { - GraphQLObjectType, - GraphQLNonNull, - GraphQLList, - GraphQLInt -} from 'graphql/type' -import { forwardConnectionArgs } from 'graphql-relay' -import Node from './node' -import { DiscID } from './scalars' -import { ReleaseConnection } from './release' -import { resolveDiscReleases } from '../resolvers' -import { id, resolveHyphenated } from './helpers' +import GraphQL from 'graphql'; +import GraphQLRelay from 'graphql-relay'; +import { Node } from './node.js'; +import { DiscID } from './scalars.js'; +import { ReleaseConnection } from './release.js'; +import { resolveDiscReleases } from '../resolvers.js'; +import { id, resolveHyphenated } from './helpers.js'; -export default new GraphQLObjectType({ +const { GraphQLObjectType, GraphQLNonNull, GraphQLList, GraphQLInt } = GraphQL; +const { forwardConnectionArgs } = GraphQLRelay; + +export const Disc = new GraphQLObjectType({ name: 'Disc', description: `Information about the physical CD and releases associated with a particular [disc ID](https://musicbrainz.org/doc/Disc_ID).`, @@ -21,26 +19,26 @@ particular [disc ID](https://musicbrainz.org/doc/Disc_ID).`, discID: { type: new GraphQLNonNull(DiscID), description: `The [disc ID](https://musicbrainz.org/doc/Disc_ID) of this disc.`, - resolve: disc => disc.id + resolve: (disc) => disc.id, }, offsetCount: { type: new GraphQLNonNull(GraphQLInt), description: 'The number of offsets (tracks) on the disc.', - resolve: resolveHyphenated + resolve: resolveHyphenated, }, offsets: { type: new GraphQLList(GraphQLInt), - description: 'The sector offset of each track on the disc.' + description: 'The sector offset of each track on the disc.', }, sectors: { type: new GraphQLNonNull(GraphQLInt), - description: 'The sector offset of the lead-out (the end of the disc).' + description: 'The sector offset of the lead-out (the end of the disc).', }, releases: { type: ReleaseConnection, description: 'The list of releases linked to this disc ID.', args: forwardConnectionArgs, - resolve: resolveDiscReleases - } - }) -}) + resolve: resolveDiscReleases, + }, + }), +}); diff --git a/src/types/entity.js b/src/types/entity.js index 81ca130..7123d2d 100644 --- a/src/types/entity.js +++ b/src/types/entity.js @@ -1,29 +1,13 @@ -import { GraphQLInterfaceType } from 'graphql' -import { mbid, connectionWithExtras } from './helpers' +import GraphQL from 'graphql'; +import { mbid, connectionWithExtras, resolveType } from './helpers.js'; -const debug = require('debug')('graphbrainz:types/entity') +const { GraphQLInterfaceType } = GraphQL; -const Entity = new GraphQLInterfaceType({ +export const Entity = new GraphQLInterfaceType({ name: 'Entity', description: 'An entity in the MusicBrainz schema.', - resolveType(value, context, info) { - if (value._type) { - let originalType - try { - originalType = require(`./${value._type}`).default - } catch (err) { - debug(`Failed to load type: ${value._type}`) - return - } - // Don't use `originalType`! The schema may have been extended in which - // case the types have all been replaced. Instead, find the current type - // of the same name. - const typeMap = info.schema.getTypeMap() - return typeMap[originalType.name] - } - }, - fields: () => ({ mbid }) -}) + resolveType, + fields: () => ({ mbid }), +}); -export const EntityConnection = connectionWithExtras(Entity) -export default Entity +export const EntityConnection = connectionWithExtras(Entity); diff --git a/src/types/enums.js b/src/types/enums.js index c87f438..86e1339 100644 --- a/src/types/enums.js +++ b/src/types/enums.js @@ -1,4 +1,6 @@ -import { GraphQLEnumType } from 'graphql/type' +import GraphQL from 'graphql'; + +const { GraphQLEnumType } = GraphQL; export const ArtistType = new GraphQLEnumType({ name: 'ArtistType', @@ -8,37 +10,37 @@ etc.`, PERSON: { name: 'Person', description: 'This indicates an individual person.', - value: 'Person' + value: 'Person', }, GROUP: { name: 'Group', description: `This indicates a group of people that may or may not have a distinctive name.`, - value: 'Group' + value: 'Group', }, ORCHESTRA: { name: 'Orchestra', description: 'This indicates an orchestra (a large instrumental ensemble).', - value: 'Orchestra' + value: 'Orchestra', }, CHOIR: { name: 'Choir', description: 'This indicates a choir/chorus (a large vocal ensemble).', - value: 'Choir' + value: 'Choir', }, CHARACTER: { name: 'Character', description: 'This indicates an individual fictional character.', - value: 'Character' + value: 'Character', }, OTHER: { name: 'Other', description: 'An artist which does not fit into the other categories.', - value: 'Other' - } - } -}) + value: 'Other', + }, + }, +}); export const CoverArtImageSize = new GraphQLEnumType({ name: 'CoverArtImageSize', @@ -48,20 +50,20 @@ Archive](https://musicbrainz.org/doc/Cover_Art_Archive).`, SMALL: { name: 'Small', description: 'A maximum dimension of 250px.', - value: 250 + value: 250, }, LARGE: { name: 'Large', description: 'A maximum dimension of 500px.', - value: 500 + value: 500, }, FULL: { name: 'Full', description: 'The image’s original dimensions, with no maximum.', - value: null - } - } -}) + value: null, + }, + }, +}); export const ReleaseStatus = new GraphQLEnumType({ name: 'ReleaseStatus', @@ -72,29 +74,29 @@ bootleg, etc.`, name: 'Official', description: `Any release officially sanctioned by the artist and/or their record company. (Most releases will fit into this category.)`, - value: 'Official' + value: 'Official', }, PROMOTION: { name: 'Promotion', description: `A giveaway release or a release intended to promote an upcoming official release, e.g. prerelease albums or releases included with a magazine.`, - value: 'Promotion' + value: 'Promotion', }, BOOTLEG: { name: 'Bootleg', description: `An unofficial/underground release that was not sanctioned by the artist and/or the record company.`, - value: 'Bootleg' + value: 'Bootleg', }, PSEUDORELEASE: { name: 'Pseudo-Release', description: `A pseudo-release is a duplicate release for translation/transliteration purposes.`, - value: 'Pseudo-Release' - } - } -}) + value: 'Pseudo-Release', + }, + }, +}); export const ReleaseGroupType = new GraphQLEnumType({ name: 'ReleaseGroupType', @@ -107,14 +109,14 @@ etc.`, release, generally consists of previously unreleased material (unless this type is combined with secondary types which change that, such as “Compilation”). This includes album re-issues, with or without bonus tracks.`, - value: 'Album' + value: 'Album', }, SINGLE: { name: 'Single', description: `A single typically has one main song and possibly a handful of additional tracks or remixes of the main track. A single is usually named after its main song.`, - value: 'Single' + value: 'Single', }, EP: { name: 'EP', @@ -124,57 +126,57 @@ full length release (an LP or “Long Play”) and the tracks are usually exclus to the EP, in other words the tracks don’t come from a previously issued release. EP is fairly difficult to define; usually it should only be assumed that a release is an EP if the artist defines it as such.`, - value: 'EP' + value: 'EP', }, OTHER: { name: 'Other', description: 'Any release that does not fit any of the other categories.', - value: 'Other' + value: 'Other', }, BROADCAST: { name: 'Broadcast', description: `An episodic release that was originally broadcast via radio, television, or the Internet, including podcasts.`, - value: 'Broadcast' + value: 'Broadcast', }, COMPILATION: { name: 'Compilation', description: `A compilation is a collection of previously released tracks by one or more artists.`, - value: 'Compilation' + value: 'Compilation', }, SOUNDTRACK: { name: 'Soundtrack', description: `A soundtrack is the musical score to a movie, TV series, stage show, computer game, etc.`, - value: 'Soundtrack' + value: 'Soundtrack', }, SPOKENWORD: { name: 'Spoken Word', description: 'A non-music spoken word release.', - value: 'Spoken Word' + value: 'Spoken Word', }, INTERVIEW: { name: 'Interview', description: `An interview release contains an interview, generally with an artist.`, - value: 'Interview' + value: 'Interview', }, AUDIOBOOK: { name: 'Audiobook', description: 'An audiobook is a book read by a narrator without music.', - value: 'Audiobook' + value: 'Audiobook', }, LIVE: { name: 'Live', description: 'A release that was recorded live.', - value: 'Live' + value: 'Live', }, REMIX: { name: 'Remix', description: `A release that was (re)mixed from previously released material.`, - value: 'Remix' + value: 'Remix', }, DJMIX: { name: 'DJ-mix', @@ -183,7 +185,7 @@ after the other, each one modified so that they blend together into a continuous flow of music. A DJ mix release requires that the recordings be modified in some manner, and the DJ who does this modification is usually (although not always) credited in a fairly prominent way.`, - value: 'DJ-mix' + value: 'DJ-mix', }, MIXTAPE: { name: 'Mixtape/Street', @@ -199,18 +201,18 @@ significant proportion of new material, including original production or original vocals over top of other artists’ instrumentals. They are distinct from demos in that they are designed for release directly to the public and fans, not to labels.`, - value: 'Mixtape/Street' + value: 'Mixtape/Street', }, DEMO: { name: 'Demo', description: `A release that was recorded for limited circulation or reference use rather than for general public release.`, - value: 'Demo' + value: 'Demo', }, NAT: { name: 'Non-Album Track', description: 'A non-album track (special case).', - value: 'NAT' - } - } -}) + value: 'NAT', + }, + }, +}); diff --git a/src/types/event.js b/src/types/event.js index 4342062..76edda0 100644 --- a/src/types/event.js +++ b/src/types/event.js @@ -1,23 +1,26 @@ -import { GraphQLObjectType, GraphQLString, GraphQLBoolean } from 'graphql/type' -import Node from './node' -import Entity from './entity' -import { Time } from './scalars' +import GraphQL from 'graphql'; +import { Node } from './node.js'; +import { Entity } from './entity.js'; +import { Time } from './scalars.js'; import { fieldWithID, id, mbid, name, disambiguation, - aliases, - lifeSpan, - relationships, - collections, - rating, - tags, - connectionWithExtras -} from './helpers' + connectionWithExtras, + linkedQuery, +} from './helpers.js'; +import { aliases } from './alias.js'; +import { collections } from './collection.js'; +import { lifeSpan } from './life-span.js'; +import { rating } from './rating.js'; +import { relationships } from './relationship.js'; +import { tags } from './tag.js'; -const Event = new GraphQLObjectType({ +const { GraphQLObjectType, GraphQLString, GraphQLBoolean } = GraphQL; + +export const Event = new GraphQLObjectType({ name: 'Event', description: `An [event](https://musicbrainz.org/doc/Event) refers to an organised event which people can attend, and is relevant to MusicBrainz. @@ -32,28 +35,29 @@ Generally this means live performances, like concerts and festivals.`, lifeSpan, time: { type: Time, - description: 'The start time of the event.' + description: 'The start time of the event.', }, cancelled: { type: GraphQLBoolean, - description: 'Whether or not the event took place.' + description: 'Whether or not the event took place.', }, setlist: { type: GraphQLString, description: `A list of songs performed, optionally including links to artists and works. See the [setlist documentation](https://musicbrainz.org/doc/Event/Setlist) -for syntax and examples.` +for syntax and examples.`, }, ...fieldWithID('type', { description: - 'What kind of event the event is, e.g. concert, festival, etc.' + 'What kind of event the event is, e.g. concert, festival, etc.', }), relationships, collections, rating, - tags - }) -}) + tags, + }), +}); -export const EventConnection = connectionWithExtras(Event) -export default Event +export const EventConnection = connectionWithExtras(Event); + +export const events = linkedQuery(EventConnection); diff --git a/src/types/helpers.js b/src/types/helpers.js index 9b3c37f..5a7efff 100644 --- a/src/types/helpers.js +++ b/src/types/helpers.js @@ -1,301 +1,134 @@ -import dashify from 'dashify' -import pascalCase from 'pascalcase' -import { - GraphQLObjectType, - GraphQLString, - GraphQLInt, - GraphQLList, - GraphQLNonNull -} from 'graphql' -import { +import GraphQL from 'graphql'; +import GraphQLRelay from 'graphql-relay'; +import { MBID } from './scalars.js'; +import { ReleaseGroupType, ReleaseStatus } from './enums.js'; +import { resolveLinked } from '../resolvers.js'; +import { toDashed, toPascal, toSingular, toPlural, toWords } from '../util.js'; + +const { GraphQLString, GraphQLInt, GraphQLList, GraphQLNonNull } = GraphQL; +const { globalIdField, - connectionArgs, connectionDefinitions, - connectionFromArray, - forwardConnectionArgs -} from 'graphql-relay' -import { MBID } from './scalars' -import { ReleaseGroupType, ReleaseStatus } from './enums' -import Alias from './alias' -import ArtistCredit from './artist-credit' -import { AreaConnection } from './area' -import { ArtistConnection } from './artist' -import { CollectionConnection } from './collection' -import { EventConnection } from './event' -import { InstrumentConnection } from './instrument' -import { LabelConnection } from './label' -import LifeSpan from './life-span' -import { PlaceConnection } from './place' -import Rating from './rating' -import { RecordingConnection } from './recording' -import { RelationshipConnection } from './relationship' -import { ReleaseConnection } from './release' -import { ReleaseGroupConnection } from './release-group' -import { SeriesConnection } from './series' -import { TagConnection } from './tag' -import { WorkConnection } from './work' -import { - resolveLinked, - resolveRelationship, - createSubqueryResolver, - includeRelationships -} from '../resolvers' + forwardConnectionArgs, +} = GraphQLRelay; -export const toPascal = pascalCase -export const toDashed = dashify +const TYPE_NAMES = { + discid: 'Disc', + url: 'URL', +}; -export function toPlural(name) { - return name.endsWith('s') ? name : name + 's' -} - -export function toSingular(name) { - return name.endsWith('s') && !/series/i.test(name) ? name.slice(0, -1) : name -} - -export function toWords(name) { - return toPascal(name).replace(/([^A-Z])?([A-Z]+)/g, (match, tail, head) => { - tail = tail ? tail + ' ' : '' - head = head.length > 1 ? head : head.toLowerCase() - return `${tail}${head}` - }) +export function resolveType(value, context, info) { + const typeName = TYPE_NAMES[value._type] || toPascal(value._type); + const typeMap = info.schema.getTypeMap(); + return typeMap[typeName]; } export function resolveHyphenated(obj, args, context, info) { - const name = toDashed(info.fieldName) - return obj[name] + const name = toDashed(info.fieldName); + return obj[name]; } export function resolveWithFallback(keys) { - return obj => { + return (obj) => { for (let i = 0; i < keys.length; i++) { - const key = keys[i] + const key = keys[i]; if (key in obj) { - return obj[key] + return obj[key]; } } - } + }; } export function fieldWithID(name, config = {}) { config = { type: GraphQLString, resolve: resolveHyphenated, - ...config - } - const isPlural = config.type instanceof GraphQLList - const singularName = isPlural ? toSingular(name) : name - const idName = isPlural ? `${singularName}IDs` : `${name}ID` - const s = isPlural ? 's' : '' + ...config, + }; + const isPlural = config.type instanceof GraphQLList; + const singularName = isPlural ? toSingular(name) : name; + const idName = isPlural ? `${singularName}IDs` : `${name}ID`; + const s = isPlural ? 's' : ''; const idConfig = { type: isPlural ? new GraphQLList(MBID) : MBID, description: `The MBID${s} associated with the value${s} of the \`${name}\` field.`, resolve: (entity, args, { loaders }) => { - const fieldName = toDashed(idName) + const fieldName = toDashed(idName); if (fieldName in entity) { - return entity[fieldName] + return entity[fieldName]; } return loaders.lookup .load([entity._type, entity.id]) - .then(data => data[fieldName]) - } - } + .then((data) => data[fieldName]); + }, + }; return { [name]: config, - [idName]: idConfig - } + [idName]: idConfig, + }; } export function createCollectionField(config) { - const typeName = toPlural(toWords(config.type.name.slice(0, -10))) + const typeName = toPlural(toWords(config.type.name.slice(0, -10))); return { ...config, - description: `The list of ${typeName} found in this collection.` - } + description: `The list of ${typeName} found in this collection.`, + }; } -export const id = globalIdField() +export const id = globalIdField(); export const mbid = { type: new GraphQLNonNull(MBID), description: 'The MBID of the entity.', - resolve: entity => entity.id -} + resolve: (entity) => entity.id, +}; export const name = { type: GraphQLString, - description: 'The official name of the entity.' -} + description: 'The official name of the entity.', +}; export const sortName = { type: GraphQLString, description: `The string to use for the purpose of ordering by name (for example, by moving articles like ‘the’ to the end or a person’s last name to the front).`, - resolve: resolveHyphenated -} + resolve: resolveHyphenated, +}; export const title = { type: GraphQLString, - description: 'The official title of the entity.' -} + description: 'The official title of the entity.', +}; export const disambiguation = { type: GraphQLString, - description: 'A comment used to help distinguish identically named entitites.' -} -export const lifeSpan = { - type: LifeSpan, - description: `The begin and end dates of the entity’s existence. Its exact -meaning depends on the type of entity.`, - resolve: resolveHyphenated -} + description: + 'A comment used to help distinguish identically named entitites.', +}; -function linkedQuery(connectionType, { args, ...config } = {}) { - const typeName = toPlural(toWords(connectionType.name.slice(0, -10))) +export function linkedQuery(connectionType, { args, ...config } = {}) { + const typeName = toPlural(toWords(connectionType.name.slice(0, -10))); return { type: connectionType, description: `A list of ${typeName} linked to this entity.`, args: { ...args, - ...forwardConnectionArgs + ...forwardConnectionArgs, }, resolve: resolveLinked, - ...config - } + ...config, + }; } -export const relationship = { - type: RelationshipConnection, - description: 'A list of relationships between these two entity types.', - args: { - direction: { - type: GraphQLString, - description: 'Filter by the relationship direction.' - }, - ...fieldWithID('type', { - description: 'Filter by the relationship type.' - }), - ...connectionArgs - }, - resolve: resolveRelationship -} - -export const relationships = { - type: new GraphQLObjectType({ - name: 'Relationships', - description: 'Lists of entity relationships for each entity type.', - fields: () => ({ - areas: relationship, - artists: relationship, - events: relationship, - instruments: relationship, - labels: relationship, - places: relationship, - recordings: relationship, - releases: relationship, - releaseGroups: relationship, - series: relationship, - urls: relationship, - works: relationship - }) - }), - description: 'Relationships between this entity and other entitites.', - resolve: (entity, args, { loaders }, info) => { - let promise - if (entity.relations != null) { - promise = Promise.resolve(entity) - } else { - const entityType = toDashed(info.parentType.name) - const id = entity.id - const params = includeRelationships({}, info) - promise = loaders.lookup.load([entityType, id, params]) - } - return promise.then(entity => entity.relations) - } -} - -export const aliases = { - type: new GraphQLList(Alias), - description: `[Aliases](https://musicbrainz.org/doc/Aliases) are used to store -alternate names or misspellings.`, - resolve: createSubqueryResolver() -} - -export const artistCredits = { - type: new GraphQLList(ArtistCredit), - description: 'The main credited artist(s).', - resolve: createSubqueryResolver({ - inc: 'artist-credits', - key: 'artist-credit' - }) -} - -export const artistCredit = { - ...artistCredits, - deprecationReason: `The \`artistCredit\` field has been renamed to -\`artistCredits\`, since it is a list of credits and is referred to in the -plural form throughout the MusicBrainz documentation. This field is deprecated -and will be removed in a major release in the future. Use the equivalent -\`artistCredits\` field.` -} - -export const rating = { - type: Rating, - description: 'The rating users have given to this entity.', - resolve: createSubqueryResolver({ inc: 'ratings' }) -} - -export const releaseGroupType = { - type: new GraphQLList(ReleaseGroupType), - description: 'Filter by one or more release group types.' -} - -export const releaseStatus = { - type: new GraphQLList(ReleaseStatus), - description: 'Filter by one or more release statuses.' -} - -export const areas = linkedQuery(AreaConnection) -export const artists = linkedQuery(ArtistConnection) -export const collections = linkedQuery(CollectionConnection, { - description: 'A list of collections containing this entity.' -}) -export const events = linkedQuery(EventConnection) -export const instruments = linkedQuery(InstrumentConnection) -export const labels = linkedQuery(LabelConnection) -export const places = linkedQuery(PlaceConnection) -export const recordings = linkedQuery(RecordingConnection) -export const releases = linkedQuery(ReleaseConnection, { - args: { - type: releaseGroupType, - status: releaseStatus - } -}) -export const releaseGroups = linkedQuery(ReleaseGroupConnection, { - args: { - type: releaseGroupType - } -}) -export const series = linkedQuery(SeriesConnection) -export const tags = linkedQuery(TagConnection, { - resolve: createSubqueryResolver({}, (value = [], args) => { - const connection = connectionFromArray(value, args) - return { - nodes: connection.edges.map(edge => edge.node), - totalCount: value.length, - ...connection - } - }) -}) -export const works = linkedQuery(WorkConnection) - export const totalCount = { type: GraphQLInt, description: `A count of the total number of items in this connection, -ignoring pagination.` -} +ignoring pagination.`, +}; export const score = { type: GraphQLInt, description: `The relevancy score (0–100) assigned by the search engine, if -these results were found through a search.` -} +these results were found through a search.`, +}; export function connectionWithExtras(nodeType) { return connectionDefinitions({ @@ -304,10 +137,20 @@ export function connectionWithExtras(nodeType) { nodes: { type: new GraphQLList(nodeType), description: `A list of nodes in the connection (without going through the -\`edges\` field).` +\`edges\` field).`, }, - totalCount + totalCount, }), - edgeFields: () => ({ score }) - }).connectionType + edgeFields: () => ({ score }), + }).connectionType; } + +export const releaseGroupType = { + type: new GraphQLList(ReleaseGroupType), + description: 'Filter by one or more release group types.', +}; + +export const releaseStatus = { + type: new GraphQLList(ReleaseStatus), + description: 'Filter by one or more release statuses.', +}; diff --git a/src/types/index.js b/src/types/index.js index 0651012..25cb77b 100644 --- a/src/types/index.js +++ b/src/types/index.js @@ -1,22 +1,27 @@ -export { DateType, DiscID, IPI, ISRC, ISWC, MBID, URLString } from './scalars' -export { ReleaseGroupType, ReleaseStatus } from './enums' -export { default as Node } from './node' -export { default as Entity, EntityConnection } from './entity' -export { default as Area, AreaConnection } from './area' -export { default as Artist, ArtistConnection } from './artist' -export { default as Collection, CollectionConnection } from './collection' -export { default as Disc } from './disc' -export { default as Event, EventConnection } from './event' -export { default as Instrument, InstrumentConnection } from './instrument' -export { default as Label, LabelConnection } from './label' -export { default as Place, PlaceConnection } from './place' -export { default as Recording, RecordingConnection } from './recording' -export { default as Release, ReleaseConnection } from './release' export { - default as ReleaseGroup, - ReleaseGroupConnection -} from './release-group' -export { default as Series, SeriesConnection } from './series' -export { default as Tag, TagConnection } from './tag' -export { default as URL, URLConnection } from './url' -export { default as Work, WorkConnection } from './work' + DateType, + DiscID, + IPI, + ISRC, + ISWC, + MBID, + URLString, +} from './scalars.js'; +export { ReleaseGroupType, ReleaseStatus } from './enums.js'; +export { Node } from './node.js'; +export { Entity, EntityConnection } from './entity.js'; +export { Area, AreaConnection } from './area.js'; +export { Artist, ArtistConnection } from './artist.js'; +export { Collection, CollectionConnection } from './collection.js'; +export { Disc } from './disc.js'; +export { Event, EventConnection } from './event.js'; +export { Instrument, InstrumentConnection } from './instrument.js'; +export { Label, LabelConnection } from './label.js'; +export { Place, PlaceConnection } from './place.js'; +export { Recording, RecordingConnection } from './recording.js'; +export { Release, ReleaseConnection } from './release.js'; +export { ReleaseGroup, ReleaseGroupConnection } from './release-group.js'; +export { Series, SeriesConnection } from './series.js'; +export { Tag, TagConnection } from './tag.js'; +export { URL, URLConnection } from './url.js'; +export { Work, WorkConnection } from './work.js'; diff --git a/src/types/instrument.js b/src/types/instrument.js index f2ee29e..230ca9e 100644 --- a/src/types/instrument.js +++ b/src/types/instrument.js @@ -1,20 +1,23 @@ -import { GraphQLObjectType, GraphQLString } from 'graphql/type' -import Node from './node' -import Entity from './entity' +import GraphQL from 'graphql'; +import { Node } from './node.js'; +import { Entity } from './entity.js'; import { fieldWithID, id, mbid, name, disambiguation, - aliases, - relationships, - collections, - tags, - connectionWithExtras -} from './helpers' + connectionWithExtras, + linkedQuery, +} from './helpers.js'; +import { aliases } from './alias.js'; +import { collections } from './collection.js'; +import { relationships } from './relationship.js'; +import { tags } from './tag.js'; -const Instrument = new GraphQLObjectType({ +const { GraphQLObjectType, GraphQLString } = GraphQL; + +export const Instrument = new GraphQLObjectType({ name: 'Instrument', description: `[Instruments](https://musicbrainz.org/doc/Instrument) are devices created or adapted to make musical sounds. Instruments are primarily @@ -29,18 +32,19 @@ used in relationships between two other entities.`, description: { type: GraphQLString, description: `A brief description of the main characteristics of the -instrument.` +instrument.`, }, ...fieldWithID('type', { description: `The type categorises the instrument by the way the sound is created, similar to the [Hornbostel-Sachs](https://en.wikipedia.org/wiki/Hornbostel%E2%80%93Sachs) -classification.` +classification.`, }), relationships, collections, - tags - }) -}) + tags, + }), +}); -export const InstrumentConnection = connectionWithExtras(Instrument) -export default Instrument +export const InstrumentConnection = connectionWithExtras(Instrument); + +export const instruments = linkedQuery(InstrumentConnection); diff --git a/src/types/label.js b/src/types/label.js index 760fe5d..dfcea8c 100644 --- a/src/types/label.js +++ b/src/types/label.js @@ -1,31 +1,29 @@ -import { - GraphQLObjectType, - GraphQLList, - GraphQLString, - GraphQLInt -} from 'graphql/type' -import Node from './node' -import Entity from './entity' -import { IPI } from './scalars' -import Area from './area' +import GraphQL from 'graphql'; +import { Node } from './node.js'; +import { Entity } from './entity.js'; +import { IPI } from './scalars.js'; +import { Area } from './area.js'; import { id, mbid, name, sortName, disambiguation, - aliases, - lifeSpan, - releases, - relationships, - collections, - tags, - rating, fieldWithID, - connectionWithExtras -} from './helpers' + connectionWithExtras, + linkedQuery, +} from './helpers.js'; +import { aliases } from './alias.js'; +import { collections } from './collection.js'; +import { lifeSpan } from './life-span.js'; +import { tags } from './tag.js'; +import { rating } from './rating.js'; +import { relationships } from './relationship.js'; +import { releases } from './release.js'; -const Label = new GraphQLObjectType({ +const { GraphQLObjectType, GraphQLList, GraphQLString, GraphQLInt } = GraphQL; + +export const Label = new GraphQLObjectType({ name: 'Label', description: `[Labels](https://musicbrainz.org/doc/Label) represent mostly (but not only) imprints. To a lesser extent, a label entity may be created to @@ -40,34 +38,35 @@ represent a record company.`, aliases, country: { type: GraphQLString, - description: 'The country of origin for the label.' + description: 'The country of origin for the label.', }, area: { type: Area, - description: 'The area in which the label is based.' + description: 'The area in which the label is based.', }, lifeSpan, labelCode: { type: GraphQLInt, description: `The [“LC” code](https://musicbrainz.org/doc/Label/Label_Code) -of the label.` +of the label.`, }, ipis: { type: new GraphQLList(IPI), description: `List of [Interested Parties Information](https://musicbrainz.org/doc/IPI) -codes for the label.` +codes for the label.`, }, ...fieldWithID('type', { description: `A type describing the main activity of the label, e.g. -imprint, production, distributor, rights society, etc.` +imprint, production, distributor, rights society, etc.`, }), releases, relationships, collections, rating, - tags - }) -}) + tags, + }), +}); -export const LabelConnection = connectionWithExtras(Label) -export default Label +export const LabelConnection = connectionWithExtras(Label); + +export const labels = linkedQuery(LabelConnection); diff --git a/src/types/life-span.js b/src/types/life-span.js index 9633a55..34eca40 100644 --- a/src/types/life-span.js +++ b/src/types/life-span.js @@ -1,22 +1,32 @@ -import { GraphQLObjectType, GraphQLBoolean } from 'graphql/type' -import { DateType } from './scalars' +import GraphQL from 'graphql'; +import { DateType } from './scalars.js'; +import { resolveHyphenated } from './helpers.js'; -export default new GraphQLObjectType({ +const { GraphQLObjectType, GraphQLBoolean } = GraphQL; + +export const LifeSpan = new GraphQLObjectType({ name: 'LifeSpan', description: `Fields indicating the begin and end date of an entity’s lifetime, including whether it has ended (even if the date is unknown).`, fields: () => ({ begin: { type: DateType, - description: 'The start date of the entity’s life span.' + description: 'The start date of the entity’s life span.', }, end: { type: DateType, - description: 'The end date of the entity’s life span.' + description: 'The end date of the entity’s life span.', }, ended: { type: GraphQLBoolean, - description: 'Whether or not the entity’s life span has ended.' - } - }) -}) + description: 'Whether or not the entity’s life span has ended.', + }, + }), +}); + +export const lifeSpan = { + type: LifeSpan, + description: `The begin and end dates of the entity’s existence. Its exact +meaning depends on the type of entity.`, + resolve: resolveHyphenated, +}; diff --git a/src/types/media.js b/src/types/media.js index 23747f3..fad8987 100644 --- a/src/types/media.js +++ b/src/types/media.js @@ -1,15 +1,12 @@ -import { - GraphQLObjectType, - GraphQLList, - GraphQLString, - GraphQLInt -} from 'graphql/type' -import Disc from './disc' -import Track from './track' -import { resolveHyphenated, fieldWithID } from './helpers' -import { createSubqueryResolver } from '../resolvers' +import GraphQL from 'graphql'; +import { Disc } from './disc.js'; +import { Track } from './track.js'; +import { resolveHyphenated, fieldWithID } from './helpers.js'; +import { createSubqueryResolver } from '../resolvers.js'; -export default new GraphQLObjectType({ +const { GraphQLObjectType, GraphQLList, GraphQLString, GraphQLInt } = GraphQL; + +export const Media = new GraphQLObjectType({ name: 'Medium', description: `A medium is the actual physical medium the audio content is stored upon. This means that each CD in a multi-disc release will be entered as @@ -19,34 +16,34 @@ cassette) and can optionally also have a title.`, fields: () => ({ title: { type: GraphQLString, - description: 'The title of this particular medium.' + description: 'The title of this particular medium.', }, ...fieldWithID('format', { description: `The [format](https://musicbrainz.org/doc/Release/Format) of -the medium (e.g. CD, DVD, vinyl, cassette).` +the medium (e.g. CD, DVD, vinyl, cassette).`, }), position: { type: GraphQLInt, description: `The order of this medium in the release (for example, in a -multi-disc release).` +multi-disc release).`, }, trackCount: { type: GraphQLInt, description: 'The number of audio tracks on this medium.', - resolve: resolveHyphenated + resolve: resolveHyphenated, }, discs: { type: new GraphQLList(Disc), description: - 'A list of physical discs and their disc IDs for this medium.' + 'A list of physical discs and their disc IDs for this medium.', }, tracks: { type: new GraphQLList(Track), description: 'The list of tracks on the given media.', resolve: createSubqueryResolver({ inc: 'recordings', - key: 'tracks' - }) - } - }) -}) + key: 'tracks', + }), + }, + }), +}); diff --git a/src/types/node.js b/src/types/node.js index 210acb1..7c8c70b 100644 --- a/src/types/node.js +++ b/src/types/node.js @@ -1,36 +1,17 @@ -import { nodeDefinitions, fromGlobalId } from 'graphql-relay' -import { toDashed } from './helpers' +import GraphQLRelay from 'graphql-relay'; +import { toDashed } from '../util.js'; +import { resolveType } from './helpers.js'; -const debug = require('debug')('graphbrainz:types/node') - -const TYPE_MODULES = { - discid: 'disc' -} +const { nodeDefinitions, fromGlobalId } = GraphQLRelay; const { nodeInterface, nodeField } = nodeDefinitions( (globalID, { loaders }) => { - const { type, id } = fromGlobalId(globalID) - const entityType = toDashed(type) - return loaders.lookup.load([entityType, id]) + const { type, id } = fromGlobalId(globalID); + const entityType = toDashed(type); + return loaders.lookup.load([entityType, id]); }, - (obj, context, info) => { - const type = TYPE_MODULES[obj._type] || obj._type - if (type) { - let originalType - try { - originalType = require(`./${type}`).default - } catch (err) { - debug(`Failed to load type: ${type}`) - return - } - // Don't use `originalType`! The schema may have been extended in which - // case the types have all been replaced. Instead, find the current type - // of the same name. - const typeMap = info.schema.getTypeMap() - return typeMap[originalType.name] - } - } -) + resolveType +); -export default nodeInterface -export { nodeInterface, nodeField } +export const Node = nodeInterface; +export { nodeInterface, nodeField }; diff --git a/src/types/place.js b/src/types/place.js index 5de70e7..87ce452 100644 --- a/src/types/place.js +++ b/src/types/place.js @@ -1,22 +1,25 @@ -import { GraphQLObjectType, GraphQLString } from 'graphql/type' -import Node from './node' -import Entity from './entity' -import { Degrees } from './scalars' -import Area from './area' +import GraphQL from 'graphql'; +import { Node } from './node.js'; +import { Entity } from './entity.js'; +import { Degrees } from './scalars.js'; +import { Area } from './area.js'; import { id, mbid, name, disambiguation, - aliases, - lifeSpan, - events, fieldWithID, - relationships, - collections, - tags, - connectionWithExtras -} from './helpers' + connectionWithExtras, + linkedQuery, +} from './helpers.js'; +import { aliases } from './alias.js'; +import { collections } from './collection.js'; +import { events } from './event.js'; +import { lifeSpan } from './life-span.js'; +import { relationships } from './relationship.js'; +import { tags } from './tag.js'; + +const { GraphQLObjectType, GraphQLString } = GraphQL; export const Coordinates = new GraphQLObjectType({ name: 'Coordinates', @@ -24,16 +27,17 @@ export const Coordinates = new GraphQLObjectType({ fields: () => ({ latitude: { type: Degrees, - description: 'The north–south position of a point on the Earth’s surface.' + description: + 'The north–south position of a point on the Earth’s surface.', }, longitude: { type: Degrees, - description: 'The east–west position of a point on the Earth’s surface.' - } - }) -}) + description: 'The east–west position of a point on the Earth’s surface.', + }, + }), +}); -const Place = new GraphQLObjectType({ +export const Place = new GraphQLObjectType({ name: 'Place', description: `A [place](https://musicbrainz.org/doc/Place) is a venue, studio, or other place where music is performed, recorded, engineered, etc.`, @@ -47,28 +51,29 @@ or other place where music is performed, recorded, engineered, etc.`, address: { type: GraphQLString, description: `The address describes the location of the place using the -standard addressing format for the country it is located in.` +standard addressing format for the country it is located in.`, }, area: { type: Area, description: `The area entity representing the area, such as the city, in -which the place is located.` +which the place is located.`, }, coordinates: { type: Coordinates, - description: 'The geographic coordinates of the place.' + description: 'The geographic coordinates of the place.', }, lifeSpan, ...fieldWithID('type', { description: `The type categorises the place based on its primary -function.` +function.`, }), events, relationships, collections, - tags - }) -}) + tags, + }), +}); -export const PlaceConnection = connectionWithExtras(Place) -export default Place +export const PlaceConnection = connectionWithExtras(Place); + +export const places = linkedQuery(PlaceConnection); diff --git a/src/types/rating.js b/src/types/rating.js index 8e5ab47..492c3e9 100644 --- a/src/types/rating.js +++ b/src/types/rating.js @@ -1,11 +1,9 @@ -import { - GraphQLObjectType, - GraphQLNonNull, - GraphQLInt, - GraphQLFloat -} from 'graphql/type' +import GraphQL from 'graphql'; +import { createSubqueryResolver } from '../resolvers.js'; -export default new GraphQLObjectType({ +const { GraphQLObjectType, GraphQLNonNull, GraphQLInt, GraphQLFloat } = GraphQL; + +export const Rating = new GraphQLObjectType({ name: 'Rating', description: `[Ratings](https://musicbrainz.org/doc/Rating_System) allow users to rate MusicBrainz entities. User may assign a value between 1 and 5; these @@ -15,11 +13,17 @@ for the entity.`, voteCount: { type: new GraphQLNonNull(GraphQLInt), description: 'The number of votes that have contributed to the rating.', - resolve: rating => rating['votes-count'] + resolve: (rating) => rating['votes-count'], }, value: { type: GraphQLFloat, - description: 'The average rating value based on the aggregated votes.' - } - }) -}) + description: 'The average rating value based on the aggregated votes.', + }, + }), +}); + +export const rating = { + type: Rating, + description: 'The rating users have given to this entity.', + resolve: createSubqueryResolver({ inc: 'ratings' }), +}; diff --git a/src/types/recording.js b/src/types/recording.js index ce4a23d..a4171d0 100644 --- a/src/types/recording.js +++ b/src/types/recording.js @@ -1,25 +1,27 @@ -import { GraphQLObjectType, GraphQLList, GraphQLBoolean } from 'graphql/type' -import Node from './node' -import Entity from './entity' -import { Duration, ISRC } from './scalars' +import GraphQL from 'graphql'; +import { Node } from './node.js'; +import { Entity } from './entity.js'; +import { Duration, ISRC } from './scalars.js'; import { id, mbid, title, disambiguation, - aliases, - artistCredit, - artistCredits, - artists, - releases, - relationships, - collections, - rating, - tags, - connectionWithExtras -} from './helpers' + connectionWithExtras, + linkedQuery, +} from './helpers.js'; +import { aliases } from './alias.js'; +import { artists } from './artist.js'; +import { artistCredit, artistCredits } from './artist-credit.js'; +import { collections } from './collection.js'; +import { tags } from './tag.js'; +import { rating } from './rating.js'; +import { relationships } from './relationship.js'; +import { releases } from './release.js'; -const Recording = new GraphQLObjectType({ +const { GraphQLObjectType, GraphQLList, GraphQLBoolean } = GraphQL; + +export const Recording = new GraphQLObjectType({ name: 'Recording', description: `A [recording](https://musicbrainz.org/doc/Recording) is an entity in MusicBrainz which can be linked to tracks on releases. Each track must @@ -48,33 +50,34 @@ or mixing.`, (ISRCs) for this recording.`, resolve: (source, args, context) => { if (source.isrcs) { - return source.isrcs + return source.isrcs; } // TODO: Add support for parent entities knowing to include this `inc` // parameter in their own calls by inspecting what fields are requested // or batching things at the loader level. return context.loaders.lookup .load(['recording', source.id, { inc: 'isrcs' }]) - .then(recording => recording.isrcs) - } + .then((recording) => recording.isrcs); + }, }, length: { type: Duration, description: `An approximation to the length of the recording, calculated -from the lengths of the tracks using it.` +from the lengths of the tracks using it.`, }, video: { type: GraphQLBoolean, - description: 'Whether this is a video recording.' + description: 'Whether this is a video recording.', }, artists, releases, relationships, collections, rating, - tags - }) -}) + tags, + }), +}); -export const RecordingConnection = connectionWithExtras(Recording) -export default Recording +export const RecordingConnection = connectionWithExtras(Recording); + +export const recordings = linkedQuery(RecordingConnection); diff --git a/src/types/relationship.js b/src/types/relationship.js index 0a08f90..bd375ca 100644 --- a/src/types/relationship.js +++ b/src/types/relationship.js @@ -1,15 +1,25 @@ +import GraphQL from 'graphql'; +import GraphQLRelay from 'graphql-relay'; +import { DateType } from './scalars.js'; +import { Entity } from './entity.js'; import { + resolveHyphenated, + fieldWithID, + connectionWithExtras, +} from './helpers.js'; +import { resolveRelationship, includeRelationships } from '../resolvers.js'; +import { toDashed } from '../util.js'; + +const { GraphQLObjectType, GraphQLNonNull, GraphQLString, GraphQLList, - GraphQLBoolean -} from 'graphql/type' -import { DateType } from './scalars' -import Entity from './entity' -import { resolveHyphenated, fieldWithID, connectionWithExtras } from './helpers' + GraphQLBoolean, +} = GraphQL; +const { connectionArgs } = GraphQLRelay; -const Relationship = new GraphQLObjectType({ +export const Relationship = new GraphQLObjectType({ name: 'Relationship', description: `[Relationships](https://musicbrainz.org/doc/Relationships) are a way to represent all the different ways in which entities are connected to each @@ -18,63 +28,112 @@ other and to URLs outside MusicBrainz.`, target: { type: new GraphQLNonNull(Entity), description: 'The target entity.', - resolve: source => { - const targetType = source['target-type'] - const target = source[targetType] - target._type = targetType.replace('_', '-') - return target - } + resolve: (source) => { + const targetType = source['target-type']; + const target = source[targetType]; + target._type = targetType.replace('_', '-'); + return target; + }, }, direction: { type: new GraphQLNonNull(GraphQLString), - description: 'The direction of the relationship.' + description: 'The direction of the relationship.', }, targetType: { type: new GraphQLNonNull(GraphQLString), description: 'The type of entity on the receiving end of the relationship.', - resolve: resolveHyphenated + resolve: resolveHyphenated, }, sourceCredit: { type: GraphQLString, description: `How the source entity was actually credited, if different from its main (performance) name.`, - resolve: resolveHyphenated + resolve: resolveHyphenated, }, targetCredit: { type: GraphQLString, description: `How the target entity was actually credited, if different from its main (performance) name.`, - resolve: resolveHyphenated + resolve: resolveHyphenated, }, begin: { type: DateType, - description: 'The date on which the relationship became applicable.' + description: 'The date on which the relationship became applicable.', }, end: { type: DateType, description: - 'The date on which the relationship became no longer applicable.' + 'The date on which the relationship became no longer applicable.', }, ended: { type: GraphQLBoolean, - description: 'Whether the relationship still applies.' + description: 'Whether the relationship still applies.', }, attributes: { type: new GraphQLList(GraphQLString), description: `Attributes which modify the relationship. There is a [list of all attributes](https://musicbrainz.org/relationship-attributes), but the attributes which are available, and how they should be used, depends on the -relationship type.` +relationship type.`, }, // There doesn't seem to be any documentation for the `attribute-values` // field. // attributeValues: {}, ...fieldWithID('type', { - description: 'The type of relationship.' - }) - }) -}) + description: 'The type of relationship.', + }), + }), +}); -export const RelationshipConnection = connectionWithExtras(Relationship) -export default Relationship +export const RelationshipConnection = connectionWithExtras(Relationship); + +export const relationship = { + type: RelationshipConnection, + description: 'A list of relationships between these two entity types.', + args: { + direction: { + type: GraphQLString, + description: 'Filter by the relationship direction.', + }, + ...fieldWithID('type', { + description: 'Filter by the relationship type.', + }), + ...connectionArgs, + }, + resolve: resolveRelationship, +}; + +export const relationships = { + type: new GraphQLObjectType({ + name: 'Relationships', + description: 'Lists of entity relationships for each entity type.', + fields: () => ({ + areas: relationship, + artists: relationship, + events: relationship, + instruments: relationship, + labels: relationship, + places: relationship, + recordings: relationship, + releases: relationship, + releaseGroups: relationship, + series: relationship, + urls: relationship, + works: relationship, + }), + }), + description: 'Relationships between this entity and other entitites.', + resolve: (entity, args, { loaders }, info) => { + let promise; + if (entity.relations != null) { + promise = Promise.resolve(entity); + } else { + const entityType = toDashed(info.parentType.name); + const id = entity.id; + const params = includeRelationships({}, info); + promise = loaders.lookup.load([entityType, id, params]); + } + return promise.then((entity) => entity.relations); + }, +}; diff --git a/src/types/release-event.js b/src/types/release-event.js index a8d4373..7c5b9a7 100644 --- a/src/types/release-event.js +++ b/src/types/release-event.js @@ -1,13 +1,15 @@ -import { GraphQLObjectType } from 'graphql/type' -import { DateType } from './scalars' -import Area from './area' +import GraphQL from 'graphql'; +import { DateType } from './scalars.js'; +import { Area } from './area.js'; -export default new GraphQLObjectType({ +const { GraphQLObjectType } = GraphQL; + +export const ReleaseEvent = new GraphQLObjectType({ name: 'ReleaseEvent', description: `The date on which a release was issued in a country/region with a particular label, catalog number, barcode, and format.`, fields: () => ({ area: { type: Area }, - date: { type: DateType } - }) -}) + date: { type: DateType }, + }), +}); diff --git a/src/types/release-group.js b/src/types/release-group.js index 6161202..cd2317a 100644 --- a/src/types/release-group.js +++ b/src/types/release-group.js @@ -1,28 +1,31 @@ -import { GraphQLObjectType, GraphQLList } from 'graphql/type' -import Node from './node' -import Entity from './entity' -import { DateType } from './scalars' -import { ReleaseGroupType } from './enums' +import GraphQL from 'graphql'; +import { Node } from './node.js'; +import { Entity } from './entity.js'; +import { DateType } from './scalars.js'; +import { ReleaseGroupType } from './enums.js'; import { id, mbid, title, disambiguation, - aliases, - artistCredit, - artistCredits, - artists, - releases, - relationships, - collections, - rating, - tags, fieldWithID, + releaseGroupType, resolveHyphenated, - connectionWithExtras -} from './helpers' + connectionWithExtras, + linkedQuery, +} from './helpers.js'; +import { aliases } from './alias.js'; +import { artistCredit, artistCredits } from './artist-credit.js'; +import { artists } from './artist.js'; +import { releases } from './release.js'; +import { relationships } from './relationship.js'; +import { collections } from './collection.js'; +import { rating } from './rating.js'; +import { tags } from './tag.js'; -const ReleaseGroup = new GraphQLObjectType({ +const { GraphQLObjectType, GraphQLList } = GraphQL; + +export const ReleaseGroup = new GraphQLObjectType({ name: 'ReleaseGroup', description: `A [release group](https://musicbrainz.org/doc/Release_Group) is used to group several different releases into a single logical entity. Every @@ -44,28 +47,33 @@ album – it doesn’t matter how many CDs or editions/versions it had.`, firstReleaseDate: { type: DateType, description: 'The date of the earliest release in the group.', - resolve: resolveHyphenated + resolve: resolveHyphenated, }, ...fieldWithID('primaryType', { type: ReleaseGroupType, description: `The [type](https://musicbrainz.org/doc/Release_Group/Type) of a release group describes what kind of releases the release group represents, e.g. album, single, soundtrack, compilation, etc. A release group can have a -“main” type and an unspecified number of additional types.` +“main” type and an unspecified number of additional types.`, }), ...fieldWithID('secondaryTypes', { type: new GraphQLList(ReleaseGroupType), description: `Additional [types](https://musicbrainz.org/doc/Release_Group/Type) -that apply to this release group.` +that apply to this release group.`, }), artists, releases, relationships, collections, rating, - tags - }) -}) + tags, + }), +}); -export const ReleaseGroupConnection = connectionWithExtras(ReleaseGroup) -export default ReleaseGroup +export const ReleaseGroupConnection = connectionWithExtras(ReleaseGroup); + +export const releaseGroups = linkedQuery(ReleaseGroupConnection, { + args: { + type: releaseGroupType, + }, +}); diff --git a/src/types/release.js b/src/types/release.js index 80f8abc..527519a 100644 --- a/src/types/release.js +++ b/src/types/release.js @@ -1,31 +1,35 @@ -import { GraphQLObjectType, GraphQLString, GraphQLList } from 'graphql/type' -import Node from './node' -import Entity from './entity' -import { ASIN, DateType } from './scalars' -import Media from './media' -import { ReleaseStatus } from './enums' -import ReleaseEvent from './release-event' +import GraphQL from 'graphql'; +import { Node } from './node.js'; +import { Entity } from './entity.js'; +import { ASIN, DateType } from './scalars.js'; +import { Media } from './media.js'; +import { ReleaseStatus } from './enums.js'; +import { ReleaseEvent } from './release-event.js'; import { id, mbid, title, disambiguation, - aliases, - artistCredit, - artistCredits, - artists, - labels, - recordings, - releaseGroups, - relationships, - collections, - tags, fieldWithID, + releaseGroupType, + releaseStatus, resolveHyphenated, - connectionWithExtras -} from './helpers' + connectionWithExtras, + linkedQuery, +} from './helpers.js'; +import { aliases } from './alias.js'; +import { artistCredit, artistCredits } from './artist-credit.js'; +import { artists } from './artist.js'; +import { collections } from './collection.js'; +import { labels } from './label.js'; +import { recordings } from './recording.js'; +import { relationships } from './relationship.js'; +import { releaseGroups } from './release-group.js'; +import { tags } from './tag.js'; -const Release = new GraphQLObjectType({ +const { GraphQLObjectType, GraphQLString, GraphQLList } = GraphQL; + +export const Release = new GraphQLObjectType({ name: 'Release', description: `A [release](https://musicbrainz.org/doc/Release) represents the unique release (i.e. issuing) of a product on a specific date with specific @@ -44,48 +48,48 @@ MusicBrainz as one release.`, releaseEvents: { type: new GraphQLList(ReleaseEvent), description: 'The release events for this release.', - resolve: resolveHyphenated + resolve: resolveHyphenated, }, date: { type: DateType, description: `The [release date](https://musicbrainz.org/doc/Release/Date) is the date in which a release was made available through some sort of -distribution mechanism.` +distribution mechanism.`, }, country: { type: GraphQLString, - description: 'The country in which the release was issued.' + description: 'The country in which the release was issued.', }, asin: { type: ASIN, description: `The [Amazon Standard Identification Number](https://musicbrainz.org/doc/ASIN) -of the release.` +of the release.`, }, barcode: { type: GraphQLString, description: `The [barcode](https://en.wikipedia.org/wiki/Barcode), if the release has one. The most common types found on releases are 12-digit [UPCs](https://en.wikipedia.org/wiki/Universal_Product_Code) and 13-digit -[EANs](https://en.wikipedia.org/wiki/International_Article_Number).` +[EANs](https://en.wikipedia.org/wiki/International_Article_Number).`, }, ...fieldWithID('status', { type: ReleaseStatus, - description: 'The status describes how “official” a release is.' + description: 'The status describes how “official” a release is.', }), ...fieldWithID('packaging', { description: `The physical packaging that accompanies the release. See the [list of packaging](https://musicbrainz.org/doc/Release/Packaging) for more -information.` +information.`, }), quality: { type: GraphQLString, description: `Data quality indicates how good the data for a release is. It is not a mark of how good or bad the music itself is – for that, use -[ratings](https://musicbrainz.org/doc/Rating_System).` +[ratings](https://musicbrainz.org/doc/Rating_System).`, }, media: { type: new GraphQLList(Media), - description: 'The media on which the release was distributed.' + description: 'The media on which the release was distributed.', }, artists, labels, @@ -93,9 +97,15 @@ It is not a mark of how good or bad the music itself is – for that, use releaseGroups, relationships, collections, - tags - }) -}) + tags, + }), +}); -export const ReleaseConnection = connectionWithExtras(Release) -export default Release +export const ReleaseConnection = connectionWithExtras(Release); + +export const releases = linkedQuery(ReleaseConnection, { + args: { + type: releaseGroupType, + status: releaseStatus, + }, +}); diff --git a/src/types/scalars.js b/src/types/scalars.js index 5a515eb..1043c6b 100644 --- a/src/types/scalars.js +++ b/src/types/scalars.js @@ -1,70 +1,71 @@ -import { Kind } from 'graphql/language' -import { GraphQLScalarType } from 'graphql/type' +import GraphQL from 'graphql'; + +const { Kind, GraphQLScalarType } = GraphQL; function createScalar(config) { return new GraphQLScalarType({ - serialize: value => value, - parseValue: value => value, + serialize: (value) => value, + parseValue: (value) => value, parseLiteral(ast) { if (ast.kind === Kind.STRING) { - return ast.value + return ast.value; } - return undefined + return undefined; }, - ...config - }) + ...config, + }); } -const uuid = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/ -const locale = /^([a-z]{2})(_[A-Z]{2})?(\.[a-zA-Z0-9-]+)?$/ +const uuid = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/; +const locale = /^([a-z]{2})(_[A-Z]{2})?(\.[a-zA-Z0-9-]+)?$/; // Be extremely lenient; just prevent major input errors. -const url = /^\w+:\/\/[\w-]+\.\w+/ +const url = /^\w+:\/\/[\w-]+\.\w+/; function validateMBID(value) { if (typeof value === 'string' && uuid.test(value)) { - return value + return value; } - throw new TypeError(`Malformed MBID: ${value}`) + throw new TypeError(`Malformed MBID: ${value}`); } function validatePositive(value) { if (value >= 0) { - return value + return value; } - throw new TypeError(`Expected positive value: ${value}`) + throw new TypeError(`Expected positive value: ${value}`); } function validateLocale(value) { if (typeof value === 'string' && locale.test(value)) { - return value + return value; } - throw new TypeError(`Malformed locale: ${value}`) + throw new TypeError(`Malformed locale: ${value}`); } function validateURL(value) { if (typeof value === 'string' && url.test(value)) { - return value + return value; } - throw new TypeError(`Malformed URL: ${value}`) + throw new TypeError(`Malformed URL: ${value}`); } export const ASIN = createScalar({ name: 'ASIN', description: `An [Amazon Standard Identification Number](https://musicbrainz.org/doc/ASIN) (ASIN) is a 10-character alphanumeric unique identifier assigned by Amazon.com -and its partners for product identification within the Amazon organization.` -}) +and its partners for product identification within the Amazon organization.`, +}); export const DateType = createScalar({ name: 'Date', description: - 'Year, month (optional), and day (optional) in YYYY-MM-DD format.' -}) + 'Year, month (optional), and day (optional) in YYYY-MM-DD format.', +}); export const Degrees = createScalar({ name: 'Degrees', - description: 'Decimal degrees, used for latitude and longitude.' -}) + description: 'Decimal degrees, used for latitude and longitude.', +}); export const DiscID = createScalar({ name: 'DiscID', @@ -80,8 +81,8 @@ Different pressing of a CD often have slightly different frame offsets, and hence different disc IDs. Conversely, two different CDs may happen to have exactly the same set of frame -offsets and hence the same disc ID.` -}) +offsets and hence the same disc ID.`, +}); export const Duration = createScalar({ name: 'Duration', @@ -90,25 +91,25 @@ export const Duration = createScalar({ parseValue: validatePositive, parseLiteral(ast) { if (ast.kind === Kind.INT) { - return validatePositive(parseInt(ast.value, 10)) + return validatePositive(parseInt(ast.value, 10)); } - return undefined - } -}) + return undefined; + }, +}); export const IPI = createScalar({ name: 'IPI', description: `An [Interested Parties Information](https://musicbrainz.org/doc/IPI) (IPI) code is an identifying number assigned by the CISAC database for musical -rights management.` -}) +rights management.`, +}); export const ISNI = createScalar({ name: 'ISNI', description: `The [International Standard Name Identifier](https://musicbrainz.org/doc/ISNI) (ISNI) is an ISO standard for uniquely identifying the public identities of -contributors to media content.` -}) +contributors to media content.`, +}); export const ISRC = createScalar({ name: 'ISRC', @@ -121,15 +122,15 @@ not the song itself. Therefore, different recordings, edits, remixes and remasters of the same song will each be assigned their own ISRC. However, note that same recording should carry the same ISRC in all countries/territories. Songs are identified by analogous [International Standard Musical Work Codes](https://musicbrainz.org/doc/ISWC) -(ISWCs).` -}) +(ISWCs).`, +}); export const ISWC = createScalar({ name: 'ISWC', description: `The [International Standard Musical Work Code](https://musicbrainz.org/doc/ISWC) (ISWC) is an ISO standard similar to ISBNs for identifying musical works / -compositions.` -}) +compositions.`, +}); export const Locale = createScalar({ name: 'Locale', @@ -138,11 +139,11 @@ export const Locale = createScalar({ parseValue: validateLocale, parseLiteral(ast) { if (ast.kind === Kind.STRING) { - return validateLocale(ast.value) + return validateLocale(ast.value); } - return undefined - } -}) + return undefined; + }, +}); export const MBID = createScalar({ name: 'MBID', @@ -152,16 +153,16 @@ export const MBID = createScalar({ parseValue: validateMBID, parseLiteral(ast) { if (ast.kind === Kind.STRING) { - return validateMBID(ast.value) + return validateMBID(ast.value); } - return undefined - } -}) + return undefined; + }, +}); export const Time = createScalar({ name: 'Time', - description: 'A time of day, in 24-hour hh:mm notation.' -}) + description: 'A time of day, in 24-hour hh:mm notation.', +}); export const URLString = createScalar({ name: 'URLString', @@ -170,8 +171,8 @@ export const URLString = createScalar({ parseValue: validateURL, parseLiteral(ast) { if (ast.kind === Kind.STRING) { - return validateURL(ast.value) + return validateURL(ast.value); } - return undefined - } -}) + return undefined; + }, +}); diff --git a/src/types/series.js b/src/types/series.js index 335dc2c..9c2e589 100644 --- a/src/types/series.js +++ b/src/types/series.js @@ -1,19 +1,22 @@ -import { GraphQLObjectType } from 'graphql/type' -import Node from './node' -import Entity from './entity' +import GraphQL from 'graphql'; +import { Node } from './node.js'; +import { Entity } from './entity.js'; import { id, mbid, name, disambiguation, - relationships, - collections, - tags, fieldWithID, - connectionWithExtras -} from './helpers' + connectionWithExtras, + linkedQuery, +} from './helpers.js'; +import { collections } from './collection.js'; +import { relationships } from './relationship.js'; +import { tags } from './tag.js'; -const Series = new GraphQLObjectType({ +const { GraphQLObjectType } = GraphQL; + +export const Series = new GraphQLObjectType({ name: 'Series', description: `A [series](https://musicbrainz.org/doc/Series) is a sequence of separate release groups, releases, recordings, works or events with a common @@ -26,13 +29,14 @@ theme.`, disambiguation, ...fieldWithID('type', { description: `The type primarily describes what type of entity the series -contains.` +contains.`, }), relationships, collections, - tags - }) -}) + tags, + }), +}); -export const SeriesConnection = connectionWithExtras(Series) -export default Series +export const SeriesConnection = connectionWithExtras(Series); + +export const series = linkedQuery(SeriesConnection); diff --git a/src/types/tag.js b/src/types/tag.js index 975d08f..5de16d7 100644 --- a/src/types/tag.js +++ b/src/types/tag.js @@ -1,12 +1,17 @@ -import { +import GraphQL from 'graphql'; +import GraphQLRelay from 'graphql-relay'; +import { connectionWithExtras, linkedQuery } from './helpers.js'; +import { createSubqueryResolver } from '../resolvers.js'; + +const { GraphQLObjectType, GraphQLNonNull, GraphQLString, - GraphQLInt -} from 'graphql/type' -import { connectionWithExtras } from './helpers' + GraphQLInt, +} = GraphQL; +const { connectionFromArray } = GraphQLRelay; -const Tag = new GraphQLObjectType({ +export const Tag = new GraphQLObjectType({ name: 'Tag', description: `[Tags](https://musicbrainz.org/tags) are a way to mark entities with extra information – for example, the genres that apply to an artist, @@ -14,14 +19,24 @@ release, or recording.`, fields: () => ({ name: { type: new GraphQLNonNull(GraphQLString), - description: 'The tag label.' + description: 'The tag label.', }, count: { type: GraphQLInt, - description: 'How many times this tag has been applied to the entity.' - } - }) -}) + description: 'How many times this tag has been applied to the entity.', + }, + }), +}); -export const TagConnection = connectionWithExtras(Tag) -export default Tag +export const TagConnection = connectionWithExtras(Tag); + +export const tags = linkedQuery(TagConnection, { + resolve: createSubqueryResolver({}, (value = [], args) => { + const connection = connectionFromArray(value, args); + return { + nodes: connection.edges.map((edge) => edge.node), + totalCount: value.length, + ...connection, + }; + }), +}); diff --git a/src/types/track.js b/src/types/track.js index fdfded8..40c58b4 100644 --- a/src/types/track.js +++ b/src/types/track.js @@ -1,10 +1,12 @@ -import { GraphQLObjectType, GraphQLInt, GraphQLString } from 'graphql/type' -import Entity from './entity' -import { Duration } from './scalars' -import Recording from './recording' -import { mbid, title } from './helpers' +import GraphQL from 'graphql'; +import { Entity } from './entity.js'; +import { Duration } from './scalars.js'; +import { Recording } from './recording.js'; +import { mbid, title } from './helpers.js'; -export default new GraphQLObjectType({ +const { GraphQLObjectType, GraphQLInt, GraphQLString } = GraphQL; + +export const Track = new GraphQLObjectType({ name: 'Track', description: `A track is the way a recording is represented on a particular release (or, more exactly, on a particular medium). Every track has a title @@ -16,27 +18,27 @@ export default new GraphQLObjectType({ position: { type: GraphQLInt, description: `The track’s position on the overall release (including all -tracks from all discs).` +tracks from all discs).`, }, number: { type: GraphQLString, description: `The track number, which may include information about the -disc or side it appears on, e.g. “A1” or “B3”.` +disc or side it appears on, e.g. “A1” or “B3”.`, }, length: { type: Duration, - description: 'The length of the track.' + description: 'The length of the track.', }, recording: { type: Recording, description: 'The recording that appears on the track.', - resolve: source => { - const { recording } = source + resolve: (source) => { + const { recording } = source; if (recording) { - recording._type = 'recording' + recording._type = 'recording'; } - return recording - } - } - }) -}) + return recording; + }, + }, + }), +}); diff --git a/src/types/url.js b/src/types/url.js index dc00530..c9e6fc8 100644 --- a/src/types/url.js +++ b/src/types/url.js @@ -1,10 +1,13 @@ -import { GraphQLObjectType, GraphQLNonNull } from 'graphql/type' -import Node from './node' -import Entity from './entity' -import { URLString } from './scalars' -import { id, mbid, relationships, connectionWithExtras } from './helpers' +import GraphQL from 'graphql'; +import { Node } from './node.js'; +import { Entity } from './entity.js'; +import { URLString } from './scalars.js'; +import { id, mbid, connectionWithExtras } from './helpers.js'; +import { relationships } from './relationship.js'; -const URL = new GraphQLObjectType({ +const { GraphQLObjectType, GraphQLNonNull } = GraphQL; + +export const URL = new GraphQLObjectType({ name: 'URL', description: `A [URL](https://musicbrainz.org/doc/URL) pointing to a resource external to MusicBrainz, i.e. an official homepage, a site where music can be @@ -15,11 +18,10 @@ acquired, an entry in another database, etc.`, mbid, resource: { type: new GraphQLNonNull(URLString), - description: 'The actual URL string.' + description: 'The actual URL string.', }, - relationships - }) -}) + relationships, + }), +}); -export const URLConnection = connectionWithExtras(URL) -export default URL +export const URLConnection = connectionWithExtras(URL); diff --git a/src/types/work.js b/src/types/work.js index 4628ee6..42a340a 100644 --- a/src/types/work.js +++ b/src/types/work.js @@ -1,22 +1,25 @@ -import { GraphQLObjectType, GraphQLString, GraphQLList } from 'graphql/type' -import Node from './node' -import Entity from './entity' +import GraphQL from 'graphql'; +import { Node } from './node.js'; +import { Entity } from './entity.js'; import { id, mbid, title, disambiguation, - aliases, - artists, - relationships, - collections, - rating, - tags, fieldWithID, - connectionWithExtras -} from './helpers' + connectionWithExtras, + linkedQuery, +} from './helpers.js'; +import { aliases } from './alias.js'; +import { artists } from './artist.js'; +import { collections } from './collection.js'; +import { rating } from './rating.js'; +import { relationships } from './relationship.js'; +import { tags } from './tag.js'; -const Work = new GraphQLObjectType({ +const { GraphQLObjectType, GraphQLString, GraphQLList } = GraphQL; + +export const Work = new GraphQLObjectType({ name: 'Work', description: `A [work](https://musicbrainz.org/doc/Work) is a distinct intellectual or artistic creation, which can be expressed in the form of one or @@ -31,22 +34,23 @@ more audio recordings.`, iswcs: { type: new GraphQLList(GraphQLString), description: `A list of [ISWCs](https://musicbrainz.org/doc/ISWC) assigned -to the work by copyright collecting agencies.` +to the work by copyright collecting agencies.`, }, language: { type: GraphQLString, - description: 'The language in which the work was originally written.' + description: 'The language in which the work was originally written.', }, ...fieldWithID('type', { - description: 'The type of work.' + description: 'The type of work.', }), artists, relationships, collections, rating, - tags - }) -}) + tags, + }), +}); -export const WorkConnection = connectionWithExtras(Work) -export default Work +export const WorkConnection = connectionWithExtras(Work); + +export const works = linkedQuery(WorkConnection); diff --git a/src/util.js b/src/util.js index dab9adc..36fb52a 100644 --- a/src/util.js +++ b/src/util.js @@ -1,6 +1,8 @@ -import util from 'util' +import util from 'util'; +import dashify from 'dashify'; +import pascalCase from 'pascalcase'; -export const ONE_DAY = 24 * 60 * 60 * 1000 +export const ONE_DAY = 24 * 60 * 60 * 1000; export function getFields( info, @@ -9,57 +11,89 @@ export function getFields( prefix = '' ) { if (info.kind !== 'Field') { - info = info.fieldNodes[0] + info = info.fieldNodes[0]; } - const selections = info.selectionSet.selections + const selections = info.selectionSet.selections; const reducer = (fields, selection) => { if (selection.kind === 'FragmentSpread') { - const name = selection.name.value - const fragment = fragments[name] + const name = selection.name.value; + const fragment = fragments[name]; if (!fragment) { - throw new Error(`Fragment '${name}' was not passed to getFields()`) + throw new Error(`Fragment '${name}' was not passed to getFields()`); } - fragment.selectionSet.selections.reduce(reducer, fields) + fragment.selectionSet.selections.reduce(reducer, fields); } else if (selection.kind === 'InlineFragment') { - selection.selectionSet.selections.reduce(reducer, fields) + selection.selectionSet.selections.reduce(reducer, fields); } else { - const prefixedName = prefix + selection.name.value - fields[prefixedName] = selection + const prefixedName = prefix + selection.name.value; + fields[prefixedName] = selection; if (depth > 0 && selection.selectionSet) { const subFields = getFields( selection, fragments, depth - 1, `${prefixedName}.` - ) - Object.assign(fields, subFields) + ); + Object.assign(fields, subFields); } } - return fields - } - return selections.reduce(reducer, {}) + return fields; + }; + return selections.reduce(reducer, {}); } export function prettyPrint( obj, { depth = 5, colors = true, breakLength = 120 } = {} ) { - console.log(util.inspect(obj, { depth, colors, breakLength })) + console.log(util.inspect(obj, { depth, colors, breakLength })); } export function toFilteredArray(obj) { - return (Array.isArray(obj) ? obj : [obj]).filter(x => x) + return (Array.isArray(obj) ? obj : [obj]).filter((x) => x); } export function extendIncludes(includes, moreIncludes) { - includes = toFilteredArray(includes) - moreIncludes = toFilteredArray(moreIncludes) - const seen = {} - return includes.concat(moreIncludes).filter(x => { + includes = toFilteredArray(includes); + moreIncludes = toFilteredArray(moreIncludes); + const seen = {}; + return includes.concat(moreIncludes).filter((x) => { if (seen[x]) { - return false + return false; } - seen[x] = true - return true - }) + seen[x] = true; + return true; + }); +} + +export const toPascal = pascalCase; +export const toDashed = dashify; + +export function toPlural(name) { + return name.endsWith('s') ? name : name + 's'; +} + +export function toSingular(name) { + return name.endsWith('s') && !/series/i.test(name) ? name.slice(0, -1) : name; +} + +export function toWords(name) { + return toPascal(name).replace(/([^A-Z])?([A-Z]+)/g, (match, tail, head) => { + tail = tail ? tail + ' ' : ''; + head = head.length > 1 ? head : head.toLowerCase(); + return `${tail}${head}`; + }); +} + +export function filterObjectValues(obj, filter) { + return Object.entries(obj).reduce((obj, [key, value]) => { + if (filter(value)) { + obj[key] = value; + } + return obj; + }, {}); +} + +export function getTypeName(value) { + return Object.prototype.toString.call(value).slice(8, -1); } diff --git a/test/_schema.js b/test/_schema.js index c24a1fe..e402824 100644 --- a/test/_schema.js +++ b/test/_schema.js @@ -1,27 +1,25 @@ -import test from 'ava' -import { graphql } from 'graphql' -import schemas from './helpers/schema' -import context from './helpers/context' +import test from 'ava'; +import GraphQL from 'graphql'; +import context from './helpers/context.js'; -const TEST_SCHEMA = process.env.TEST_SCHEMA || 'baseSchema' -const schema = schemas[TEST_SCHEMA] +const { graphql } = GraphQL; function testData(t, query, handler) { - return graphql(schema, query, null, context).then(result => { + return graphql(t.context.schema, query, null, context).then((result) => { if (result.errors !== undefined) { - result.errors.forEach(error => t.log(error)) + result.errors.forEach((error) => t.log(error)); } - t.is(result.errors, undefined) - return handler(t, result.data) - }) + t.is(result.errors, undefined); + return handler(t, result.data); + }); } function testError(t, query, handler) { - return graphql(schema, query, null, context).then(result => { - t.truthy(result.errors) - t.true(result.errors.length > 0) - return handler(t, result.errors) - }) + return graphql(t.context.schema, query, null, context).then((result) => { + t.truthy(result.errors); + t.true(result.errors.length > 0); + return handler(t, result.errors); + }); } test( @@ -41,11 +39,11 @@ test( t.deepEqual(data, { node: { __typename: 'ReleaseGroup', - mbid: 'e37d2740-4503-4e3f-ab6d-e622a25e964d' - } - }) + mbid: 'e37d2740-4503-4e3f-ab6d-e622a25e964d', + }, + }); } -) +); test( 'schema has a lookup query', @@ -67,12 +65,12 @@ test( artist: { mbid: 'c8da2e40-bd28-4d4e-813a-bd2f51958ba8', name: 'Lures', - type: 'Group' - } - } - }) + type: 'Group', + }, + }, + }); } -) +); test( 'schema has a search query', @@ -94,12 +92,12 @@ test( } `, (t, data) => { - const { recordings } = data.search - t.true(recordings.totalCount > 0) - t.true(recordings.edges.length === 25) - recordings.edges.forEach(edge => t.true(edge.score > 0)) + const { recordings } = data.search; + t.true(recordings.totalCount > 0); + t.true(recordings.edges.length === 25); + recordings.edges.forEach((edge) => t.true(edge.score > 0)); } -) +); test( 'schema has a browse query', @@ -127,12 +125,12 @@ test( } `, (t, data) => { - const { releaseGroups } = data.browse - t.true(releaseGroups.totalCount > 0) - t.true(releaseGroups.edges.length > 0) - releaseGroups.edges.forEach(edge => t.truthy(edge.node.title)) + const { releaseGroups } = data.browse; + t.true(releaseGroups.totalCount > 0); + t.true(releaseGroups.edges.length > 0); + releaseGroups.edges.forEach((edge) => t.truthy(edge.node.title)); } -) +); test( 'supports deeply nested queries', @@ -207,11 +205,11 @@ test( } `, (t, data) => { - const { labels } = data.search - t.true(labels.edges.length > 0) - t.is(labels.edges[0].node.releases.edges.length, 1) + const { labels } = data.search; + t.true(labels.edges.length > 0); + t.is(labels.edges[0].node.releases.edges.length, 1); } -) +); test( 'connections have a nodes shortcut field', @@ -276,11 +274,11 @@ test( } `, (t, data) => { - const { labels } = data.search - t.true(labels.nodes.length > 0) - t.is(labels.nodes[0].releases.nodes.length, 1) + const { labels } = data.search; + t.true(labels.nodes.length > 0); + t.is(labels.nodes[0].releases.nodes.length, 1); } -) +); test( 'throws an error if given a malformed MBID', @@ -295,9 +293,9 @@ test( } `, (t, errors) => { - t.regex(errors[0].message, /Malformed MBID: ABC123/) + t.regex(errors[0].message, /Malformed MBID: ABC123/); } -) +); test( 'artist areas access begin_area/end_area for lookup queries', @@ -317,11 +315,11 @@ test( } `, (t, data) => { - const { artist } = data.lookup - t.is(artist.beginArea.name, 'Westmount') - t.is(artist.endArea.name, 'Los Angeles') + const { artist } = data.lookup; + t.is(artist.beginArea.name, 'Westmount'); + t.is(artist.endArea.name, 'Los Angeles'); } -) +); test( 'artist areas access begin_area/end_area for browse queries', @@ -345,12 +343,12 @@ test( } `, (t, data) => { - const artists = data.browse.artists.edges.map(edge => edge.node) - t.true(artists.length > 1) - t.true(artists.some(artist => artist.beginArea)) - t.true(artists.some(artist => artist.endArea)) + const artists = data.browse.artists.edges.map((edge) => edge.node); + t.true(artists.length > 1); + t.true(artists.some((artist) => artist.beginArea)); + t.true(artists.some((artist) => artist.endArea)); } -) +); test( 'artist areas access begin-area/end-area for search queries', @@ -374,12 +372,12 @@ test( } `, (t, data) => { - const artists = data.search.artists.edges.map(edge => edge.node) - t.true(artists.length === 1) - t.is(artists[0].beginArea.name, 'Westmount') - t.is(artists[0].endArea.name, 'Los Angeles') + const artists = data.search.artists.edges.map((edge) => edge.node); + t.true(artists.length === 1); + t.is(artists[0].beginArea.name, 'Westmount'); + t.is(artists[0].endArea.name, 'Los Angeles'); } -) +); test( 'relationships are grouped by target type', @@ -425,24 +423,24 @@ test( } `, (t, data) => { - const { relationships } = data.lookup.artist - t.is(relationships.artists.edges.length, 5) - relationships.artists.edges.forEach(edge => { - t.is(edge.node.targetType, 'artist') - t.is(edge.node.target.__typename, 'Artist') - }) - t.is(relationships.recordings.edges.length, 5) - relationships.recordings.edges.forEach(edge => { - t.is(edge.node.targetType, 'recording') - t.is(edge.node.target.__typename, 'Recording') - }) - t.is(relationships.releases.edges.length, 5) - relationships.releases.edges.forEach(edge => { - t.is(edge.node.targetType, 'release') - t.is(edge.node.target.__typename, 'Release') - }) + const { relationships } = data.lookup.artist; + t.is(relationships.artists.edges.length, 5); + relationships.artists.edges.forEach((edge) => { + t.is(edge.node.targetType, 'artist'); + t.is(edge.node.target.__typename, 'Artist'); + }); + t.is(relationships.recordings.edges.length, 5); + relationships.recordings.edges.forEach((edge) => { + t.is(edge.node.targetType, 'recording'); + t.is(edge.node.target.__typename, 'Recording'); + }); + t.is(relationships.releases.edges.length, 5); + relationships.releases.edges.forEach((edge) => { + t.is(edge.node.targetType, 'release'); + t.is(edge.node.target.__typename, 'Release'); + }); } -) +); test( 'relationships can be filtered by type', @@ -466,15 +464,15 @@ test( } `, (t, data) => { - const { artist } = data.lookup - const rels = artist.relationships.artists.edges.map(edge => edge.node) - t.is(rels.length, 2) - rels.forEach(rel => { - t.is(rel.targetType, 'artist') - t.is(rel.type, 'parent') - }) + const { artist } = data.lookup; + const rels = artist.relationships.artists.edges.map((edge) => edge.node); + t.is(rels.length, 2); + rels.forEach((rel) => { + t.is(rel.targetType, 'artist'); + t.is(rel.type, 'parent'); + }); } -) +); test( 'relationships can be filtered by type ID', @@ -498,15 +496,15 @@ test( } `, (t, data) => { - const { artist } = data.lookup - const rels = artist.relationships.artists.edges.map(edge => edge.node) - t.is(rels.length, 1) - rels.forEach(rel => { - t.is(rel.targetType, 'artist') - t.is(rel.type, 'involved with') - }) + const { artist } = data.lookup; + const rels = artist.relationships.artists.edges.map((edge) => edge.node); + t.is(rels.length, 1); + rels.forEach((rel) => { + t.is(rel.targetType, 'artist'); + t.is(rel.type, 'involved with'); + }); } -) +); test( 'relationships can be filtered by direction', @@ -538,21 +536,21 @@ test( } `, (t, data) => { - const { area } = data.lookup - const isPartOf = area.relationships.isPartOf.edges.map(edge => edge.node) - const hasParts = area.relationships.hasParts.edges.map(edge => edge.node) - t.true(isPartOf.length > 0) - t.true(hasParts.length > 0) - isPartOf.forEach(rel => { - t.is(rel.type, 'part of') - t.is(rel.direction, 'backward') - }) - hasParts.forEach(rel => { - t.is(rel.type, 'part of') - t.is(rel.direction, 'forward') - }) + const { area } = data.lookup; + const isPartOf = area.relationships.isPartOf.edges.map((edge) => edge.node); + const hasParts = area.relationships.hasParts.edges.map((edge) => edge.node); + t.true(isPartOf.length > 0); + t.true(hasParts.length > 0); + isPartOf.forEach((rel) => { + t.is(rel.type, 'part of'); + t.is(rel.direction, 'backward'); + }); + hasParts.forEach((rel) => { + t.is(rel.type, 'part of'); + t.is(rel.direction, 'forward'); + }); } -) +); test( 'area maps iso-3166-1-codes to isoCodes', @@ -568,9 +566,9 @@ test( } `, (t, data) => { - t.deepEqual(data.lookup.area.isoCodes, ['US']) + t.deepEqual(data.lookup.area.isoCodes, ['US']); } -) +); test( 'area isoCodes accepts an argument to retrieve 3166-1, 3166-2, or 3166-3 codes', @@ -596,17 +594,17 @@ test( } `, (t, data) => { - t.deepEqual(data.lookup.eastGermany.isoDefault, ['XG']) - t.deepEqual(data.lookup.eastGermany.iso3166_1, ['XG']) - t.is(data.lookup.eastGermany.iso3166_2, null) - t.deepEqual(data.lookup.eastGermany.iso3166_3, ['DDDE']) + t.deepEqual(data.lookup.eastGermany.isoDefault, ['XG']); + t.deepEqual(data.lookup.eastGermany.iso3166_1, ['XG']); + t.is(data.lookup.eastGermany.iso3166_2, null); + t.deepEqual(data.lookup.eastGermany.iso3166_3, ['DDDE']); - t.is(data.lookup.newYork.isoDefault, null) - t.is(data.lookup.newYork.iso3166_1, null) - t.deepEqual(data.lookup.newYork.iso3166_2, ['US-NY']) - t.is(data.lookup.newYork.iso3166_3, null) + t.is(data.lookup.newYork.isoDefault, null); + t.is(data.lookup.newYork.iso3166_1, null); + t.deepEqual(data.lookup.newYork.iso3166_2, ['US-NY']); + t.is(data.lookup.newYork.iso3166_3, null); } -) +); test( 'areas have a type and typeID', @@ -625,9 +623,9 @@ test( } `, (t, data) => { - t.snapshot(data) + t.snapshot(data); } -) +); test( 'alias locales use the locale scalar', @@ -645,11 +643,15 @@ test( } `, (t, data) => { - const { aliases } = data.lookup.artist - t.is(aliases.find(alias => alias.locale === 'en').name, 'PSY') - t.is(aliases.find(alias => alias.locale === 'ko').name, '싸이') + const { aliases } = data.lookup.artist; + t.true( + aliases.some((alias) => alias.locale === 'en' && alias.name === 'PSY') + ); + t.true( + aliases.some((alias) => alias.locale === 'ko' && alias.name === '싸이') + ); } -) +); test( 'work ISWCs use the ISWC scalar', @@ -665,11 +667,11 @@ test( } `, (t, data) => { - const { work } = data.lookup - t.is(work.title, 'The Partisan') - t.deepEqual(work.iswcs, ['T-900.755.682-3']) + const { work } = data.lookup; + t.is(work.title, 'The Partisan'); + t.deepEqual(work.iswcs, ['T-900.755.682-3']); } -) +); test( 'URLs may be looked up by resource', @@ -685,11 +687,11 @@ test( } `, (t, data) => { - const { url } = data.lookup - t.is(url.mbid, '4347ffe2-82ec-4059-9520-6a1a3f73a304') - t.is(url.resource, 'http://www.nirvana.com/') + const { url } = data.lookup; + t.is(url.mbid, '4347ffe2-82ec-4059-9520-6a1a3f73a304'); + t.is(url.resource, 'http://www.nirvana.com/'); } -) +); test( 'throws an error if given a malformed resource URL', @@ -705,9 +707,9 @@ test( } `, (t, errors) => { - t.regex(errors[0].message, /Malformed URL: http:foo/) + t.regex(errors[0].message, /Malformed URL: http:foo/); } -) +); test( 'release groups can be browsed by type', @@ -726,11 +728,15 @@ test( } `, (t, data) => { - const releaseGroups = data.browse.releaseGroups.edges.map(edge => edge.node) - t.is(releaseGroups.length, 8) - releaseGroups.forEach(releaseGroup => t.is(releaseGroup.primaryType, 'EP')) + const releaseGroups = data.browse.releaseGroups.edges.map( + (edge) => edge.node + ); + t.is(releaseGroups.length, 8); + releaseGroups.forEach((releaseGroup) => + t.is(releaseGroup.primaryType, 'EP') + ); } -) +); test( 'releases can be browsed by type and status', @@ -749,11 +755,11 @@ test( } `, (t, data) => { - const releases = data.browse.releases.edges.map(edge => edge.node) - t.is(releases.length, 6) - releases.forEach(release => t.is(release.status, 'BOOTLEG')) + const releases = data.browse.releases.edges.map((edge) => edge.node); + t.is(releases.length, 6); + releases.forEach((release) => t.is(release.status, 'BOOTLEG')); } -) +); test( 'releases have an ASIN field', @@ -768,10 +774,10 @@ test( } `, (t, data) => { - const { release } = data.lookup - t.is(release.asin, 'B01KN6XDS6') + const { release } = data.lookup; + t.is(release.asin, 'B01KN6XDS6'); } -) +); test( 'artists have a list of ISNIs and IPIs', @@ -787,11 +793,11 @@ test( } `, (t, data) => { - const { artist } = data.lookup - t.deepEqual(artist.ipis, ['00006457004']) - t.deepEqual(artist.isnis, ['0000000110273481']) + const { artist } = data.lookup; + t.deepEqual(artist.ipis, ['00006457004']); + t.deepEqual(artist.isnis, ['0000000110273481']); } -) +); test( 'artistCredits is an alias for artistCredit', @@ -833,24 +839,42 @@ test( } `, (t, data) => { - const { recording, release, releaseGroup } = data.lookup + const { recording, release, releaseGroup } = data.lookup; t.deepEqual(recording.artistCredit, [ - { name: 'Holly Golightly & The Brokeoffs', joinPhrase: '' } - ]) - t.deepEqual(recording.artistCredits, recording.artistCredit) + { name: 'Holly Golightly & The Brokeoffs', joinPhrase: '' }, + ]); + t.deepEqual(recording.artistCredits, recording.artistCredit); t.deepEqual(release.artistCredit, [ - { name: 'Leonard Cohen', joinPhrase: '' } - ]) - t.deepEqual(release.artistCredits, release.artistCredit) + { name: 'Leonard Cohen', joinPhrase: '' }, + ]); + t.deepEqual(release.artistCredits, release.artistCredit); t.deepEqual(releaseGroup.artistCredit, [ { name: 'DJ Muggs', joinPhrase: ' vs. ' }, - { name: 'Ill Bill', joinPhrase: '' } - ]) - t.deepEqual(releaseGroup.artistCredits, releaseGroup.artistCredit) + { name: 'Ill Bill', joinPhrase: '' }, + ]); + t.deepEqual(releaseGroup.artistCredits, releaseGroup.artistCredit); } -) +); + +test( + 'recordings have a list of ISRCs', + testData, + ` + { + lookup { + recording(mbid: "9f9cf187-d6f9-437f-9d98-d59cdbd52757") { + isrcs + } + } + } + `, + (t, data) => { + t.true(data.lookup.recording.isrcs.includes('GBAYE9701376')); + t.true(data.lookup.recording.isrcs.includes('GBBKS1700108')); + } +); test( 'recordings can be browsed by ISRC', @@ -871,13 +895,13 @@ test( } `, (t, data) => { - const recordings = data.browse.recordings.edges.map(edge => edge.node) - t.is(data.browse.recordings.totalCount, 1) - t.deepEqual(recordings, [ - { title: 'About a Girl', isrcs: ['USSUB0200002', 'USUG10200084'] } - ]) + const recordings = data.browse.recordings.edges.map((edge) => edge.node); + t.true(data.browse.recordings.totalCount >= 1); + t.true( + recordings.every((recording) => recording.isrcs.includes('USSUB0200002')) + ); } -) +); test( 'releases can be browsed by Disc ID', @@ -898,20 +922,20 @@ test( } `, (t, data) => { - const releases = data.browse.releases.edges.map(edge => edge.node) - t.true(data.browse.releases.totalCount >= 2) + const releases = data.browse.releases.edges.map((edge) => edge.node); + t.true(data.browse.releases.totalCount >= 2); t.true( releases.some( - release => release.mbid === '5a6e5ad7-c2bd-3484-a20e-121bf981c883' + (release) => release.mbid === '5a6e5ad7-c2bd-3484-a20e-121bf981c883' ) - ) + ); t.true( releases.some( - release => release.mbid === '96f6f90e-d831-4f37-bf72-ce2982e459fb' + (release) => release.mbid === '96f6f90e-d831-4f37-bf72-ce2982e459fb' ) - ) + ); } -) +); test( 'works can be browsed by ISWC', @@ -932,11 +956,11 @@ test( } `, (t, data) => { - const works = data.browse.works.edges.map(edge => edge.node) - t.is(data.browse.works.totalCount, 1) - t.deepEqual(works, [{ title: 'The Partisan', iswcs: ['T-900.755.682-3'] }]) + const works = data.browse.works.edges.map((edge) => edge.node); + t.is(data.browse.works.totalCount, 1); + t.deepEqual(works, [{ title: 'The Partisan', iswcs: ['T-900.755.682-3'] }]); } -) +); test( 'recordings have a length in milliseconds', @@ -951,10 +975,10 @@ test( } `, (t, data) => { - const { recording } = data.lookup - t.is(recording.length, 383493) + const { recording } = data.lookup; + t.is(recording.length, 383813); } -) +); test( 'collections can be browsed by the entities they contain', @@ -986,20 +1010,20 @@ test( } `, (t, data) => { - const collections = data.browse.collections.edges.map(edge => edge.node) - t.true(collections.length >= 2) - t.true(collections.some(collection => collection.editor === 'arist.on')) + const collections = data.browse.collections.edges.map((edge) => edge.node); + t.true(collections.length >= 2); + t.true(collections.some((collection) => collection.editor === 'arist.on')); t.true( - collections.some(collection => collection.editor === 'ListMyCDs.com') - ) - collections.forEach(collection => { - t.is(collection.entityType, 'artist') - t.is(collection.type, 'Artist') - t.true(collection.artists.totalCount > 0) - t.true(collection.artists.edges.length > 0) - }) + collections.some((collection) => collection.editor === 'ListMyCDs.com') + ); + collections.forEach((collection) => { + t.is(collection.entityType, 'artist'); + t.is(collection.type, 'Artist'); + t.true(collection.artists.totalCount > 0); + t.true(collection.artists.edges.length > 0); + }); } -) +); test( 'collections can be looked up by MBID', @@ -1021,11 +1045,11 @@ test( } `, (t, data) => { - const { collection } = data.lookup - t.is(collection.name, 'Beets Music Collection') - t.is(collection.releases.edges.length, 25) + const { collection } = data.lookup; + t.is(collection.name, 'Beets Music Collection'); + t.is(collection.releases.edges.length, 25); } -) +); test( 'entities have a collections field', @@ -1059,12 +1083,12 @@ test( } `, (t, data) => { - const { release, artist } = data.lookup - t.true(release.collections.totalCount > 0) - t.true(release.collections.edges.length > 0) - t.true(artist.collections.edges.length > 0) + const { release, artist } = data.lookup; + t.true(release.collections.totalCount > 0); + t.true(release.collections.edges.length > 0); + t.true(artist.collections.edges.length > 0); } -) +); test( 'releases support a list of media', @@ -1085,25 +1109,25 @@ test( } `, (t, data) => { - const { release } = data.lookup + const { release } = data.lookup; t.deepEqual(release.media, [ { title: 'Left', format: 'CD', formatID: '9712d52a-4509-3d4b-a1a2-67c88c643e31', position: 1, - trackCount: 12 + trackCount: 12, }, { title: 'Right', format: 'CD', formatID: '9712d52a-4509-3d4b-a1a2-67c88c643e31', position: 2, - trackCount: 11 - } - ]) + trackCount: 11, + }, + ]); } -) +); test( 'throws an error if looking up a URL without an argument', @@ -1121,9 +1145,9 @@ test( t.is( errors[0].message, 'Lookups by a field other than MBID must provide: resource' - ) + ); } -) +); test( 'some entities support ratings', @@ -1191,27 +1215,29 @@ test( } `, (t, data) => { - const { event, work } = data.lookup - const artists = data.browse.artists.edges.map(edge => edge.node) - const recordings = data.browse.recordings.edges.map(edge => edge.node) - const labels = data.search.labels.edges.map(edge => edge.node) - const releaseGroups = data.search.releaseGroups.edges.map(edge => edge.node) - t.is(event.rating.voteCount, 0) - t.is(event.rating.value, null) - t.true(work.rating.voteCount > 0) - t.true(work.rating.value >= 4) - t.true(artists.some(artist => artist.rating.voteCount > 0)) - t.true(artists.some(artist => artist.rating.value > 3)) - t.true(recordings.some(recording => recording.rating.voteCount > 0)) - t.true(recordings.some(recording => recording.rating.value > 3)) - t.true(labels.some(label => label.rating.voteCount > 0)) - t.true(labels.some(label => label.rating.value > 3)) + const { event, work } = data.lookup; + const artists = data.browse.artists.edges.map((edge) => edge.node); + const recordings = data.browse.recordings.edges.map((edge) => edge.node); + const labels = data.search.labels.edges.map((edge) => edge.node); + const releaseGroups = data.search.releaseGroups.edges.map( + (edge) => edge.node + ); + t.is(event.rating.voteCount, 0); + t.is(event.rating.value, null); + t.true(work.rating.voteCount > 0); + t.true(work.rating.value >= 4); + t.true(artists.some((artist) => artist.rating.voteCount > 0)); + t.true(artists.some((artist) => artist.rating.value > 3)); + t.true(recordings.some((recording) => recording.rating.voteCount > 0)); + t.true(recordings.some((recording) => recording.rating.value > 3)); + t.true(labels.some((label) => label.rating.voteCount > 0)); + t.true(labels.some((label) => label.rating.value > 3)); t.true( - releaseGroups.some(releaseGroup => releaseGroup.rating.voteCount > 0) - ) - t.true(releaseGroups.some(releaseGroup => releaseGroup.rating.value > 3)) + releaseGroups.some((releaseGroup) => releaseGroup.rating.voteCount > 0) + ); + t.true(releaseGroups.some((releaseGroup) => releaseGroup.rating.value > 3)); } -) +); test( 'discs can be looked up by disc ID', @@ -1238,10 +1264,10 @@ test( } `, (t, data) => { - const { disc } = data.lookup - t.is(disc.discID, 'TMXdzZkTcc9Jq24PD0w5J9_AXms-') - t.is(disc.offsetCount, 9) - t.is(disc.sectors, 193443) + const { disc } = data.lookup; + t.is(disc.discID, 'TMXdzZkTcc9Jq24PD0w5J9_AXms-'); + t.is(disc.offsetCount, 9); + t.is(disc.sectors, 193443); t.deepEqual(disc.offsets, [ 150, 18190, @@ -1251,16 +1277,16 @@ test( 116853, 151413, 166833, - 184123 - ]) - t.is(disc.releases.totalCount, 1) - t.is(disc.releases.edges.length, 1) + 184123, + ]); + t.is(disc.releases.totalCount, 1); + t.is(disc.releases.edges.length, 1); t.is( disc.releases.edges[0].node.mbid, '7f6d3088-837d-495e-905f-be5c70ac2d82' - ) + ); } -) +); test( 'release media has a list of discs', @@ -1287,14 +1313,14 @@ test( } `, (t, data) => { - const { release } = data.lookup - t.is(release.media.length, 1) - t.is(release.media[0].discs.length, 2) + const { release } = data.lookup; + t.is(release.media.length, 1); + t.is(release.media[0].discs.length, 2); } -) +); // FIXME: API seems to have changed, potentially a bug in MusicBrainz. -test.skip( +test( 'disc queries can be deeply nested', testData, ` @@ -1344,25 +1370,25 @@ test.skip( } `, (t, data) => { - const { disc } = data.lookup - t.true(disc.releases.edges.length > 0) - disc.releases.edges.forEach(release => { - t.true(release.node.media.length > 0) - release.node.media.forEach(medium => { - t.true(medium.discs.length > 0) - medium.discs.forEach(disc => { - t.true(disc.releases.edges.length > 0) - disc.releases.edges.forEach(release => { - t.true(release.node.media.length > 0) - release.node.media.forEach(medium => { - t.true(medium.discs.length > 0) - }) - }) - }) - }) - }) + const { disc } = data.lookup; + t.true(disc.releases.edges.length > 0); + disc.releases.edges.forEach((release) => { + t.true(release.node.media.length > 0); + release.node.media.forEach((medium) => { + t.true(medium.discs.length > 0); + medium.discs.forEach((disc) => { + t.true(disc.releases.edges.length > 0); + disc.releases.edges.forEach((release) => { + t.true(release.node.media.length > 0); + release.node.media.forEach((medium) => { + t.true(medium.discs.length > 0); + }); + }); + }); + }); + }); } -) +); test( 'entities support tags', @@ -1400,14 +1426,16 @@ test( } `, (t, data) => { - const { label } = data.lookup - const artists = data.search.artists.edges.map(edge => edge.node) - t.true(label.tags.edges.some(edge => edge.node.name === 'indie folk')) - t.true(label.tags.edges.some(edge => edge.node.count > 0)) - t.true(artists[0].tags.edges.some(edge => edge.node.name === 'blues rock')) - t.true(artists[0].tags.edges.some(edge => edge.node.count > 0)) + const { label } = data.lookup; + const artists = data.search.artists.edges.map((edge) => edge.node); + t.true(label.tags.edges.some((edge) => edge.node.name === 'indie folk')); + t.true(label.tags.edges.some((edge) => edge.node.count > 0)); + t.true( + artists[0].tags.edges.some((edge) => edge.node.name === 'blues rock') + ); + t.true(artists[0].tags.edges.some((edge) => edge.node.count > 0)); } -) +); test( 'releases can include tracks', @@ -1437,11 +1465,11 @@ test( } `, (t, data) => { - t.true(data.lookup.release.media.every(media => media.tracks.length > 0)) + t.true(data.lookup.release.media.every((media) => media.tracks.length > 0)); t.true( - data.lookup.release.media.every(media => - media.tracks.every(track => track.recording) + data.lookup.release.media.every((media) => + media.tracks.every((track) => track.recording) ) - ) + ); } -) +); diff --git a/test/api/client.js b/test/api/client.js index 74fd5e8..618df77 100644 --- a/test/api/client.js +++ b/test/api/client.js @@ -1,12 +1,14 @@ -import test from 'ava' -import Client from '../../src/api/client' +import test from 'ava'; +import Client from '../../src/api/client.js'; -test('parseErrorMessage() returns the body or status code', t => { - const client = new Client() - t.is( - client.parseErrorMessage({ statusCode: 500 }, 'something went wrong'), - 'something went wrong' - ) - t.is(client.parseErrorMessage({ statusCode: 500 }, ''), '500') - t.is(client.parseErrorMessage({ statusCode: 404 }, {}), '404') -}) +test('parseErrorMessage() returns the input error by default', (t) => { + const client = new Client(); + const error = { + name: 'HTTPError', + response: { + statusCode: 500, + body: 'something went wrong', + }, + }; + t.is(client.parseErrorMessage(error), error); +}); diff --git a/test/api/fixtures/musicbrainz.js.nock b/test/api/fixtures/musicbrainz.js.nock new file mode 100644 index 0000000..246cad5 --- /dev/null +++ b/test/api/fixtures/musicbrainz.js.nock @@ -0,0 +1,116 @@ +[ + [ + "getBrowseURL() generates a browse URL", + [ + ] + ], + [ + "getLookupURL() generates a lookup URL", + [ + ] + ], + [ + "getSearchURL() generates a search URL", + [ + ] + ], + [ + "lookup() sends a lookup query", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/artist/c8da2e40-bd28-4d4e-813a-bd2f51958ba8?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:10 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "783", + "X-RateLimit-Reset", + "1618477631", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"80f1f0e96231d62805a0ac7d54414c6f\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "STALE" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"life-span\":{\"end\":null,\"ended\":false,\"begin\":\"2013\"},\"id\":\"c8da2e40-bd28-4d4e-813a-bd2f51958ba8\",\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"begin_area\":{\"type-id\":null,\"id\":\"10adc6b5-63bf-4b4e-993e-ed83b05c22fc\",\"sort-name\":\"Seattle\",\"name\":\"Seattle\",\"type\":null,\"disambiguation\":\"\"},\"country\":null,\"gender-id\":null,\"disambiguation\":\"Seattle trio\",\"isnis\":[],\"gender\":null,\"sort-name\":\"Lures\",\"name\":\"Lures\",\"end-area\":null,\"begin-area\":{\"type-id\":null,\"id\":\"10adc6b5-63bf-4b4e-993e-ed83b05c22fc\",\"sort-name\":\"Seattle\",\"name\":\"Seattle\",\"type\":null,\"disambiguation\":\"\"},\"end_area\":null,\"ipis\":[],\"type\":\"Group\",\"area\":{\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"10adc6b5-63bf-4b4e-993e-ed83b05c22fc\",\"name\":\"Seattle\",\"sort-name\":\"Seattle\"}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "rejects non-MusicBrainz errors", + [ + ] + ], + [ + "rejects the promise when the API returns an error", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/artist/5b11f4ce-a62d-471e-81fc-a69a8278c7da?inc=foobar&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:10 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Content-Length", + "144", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "664", + "X-RateLimit-Reset", + "1618477631", + "Server", + "Plack::Handler::Starlet", + "ETag", + "\"294308a5f1930ea2b39414c0b8ec853c\"", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": { + "error": "foobar is not a valid inc parameter for the artist resource.", + "help": "For usage, please see: https://musicbrainz.org/development/mmd" + }, + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 400 + } + ] + ], + [ + "uses the default error impementation if there is no JSON error", + [ + ] + ] +] diff --git a/test/api/musicbrainz.js b/test/api/musicbrainz.js index 4b5d9fd..e49ecff 100644 --- a/test/api/musicbrainz.js +++ b/test/api/musicbrainz.js @@ -1,84 +1,87 @@ -import test from 'ava' -import MusicBrainz, { MusicBrainzError } from '../../src/api' -import client from '../helpers/client/musicbrainz' +import test from 'ava'; +import MusicBrainz from '../../src/api/index.js'; +import client from '../helpers/client/musicbrainz.js'; -test('getLookupURL() generates a lookup URL', t => { +test('getLookupURL() generates a lookup URL', (t) => { t.is( client.getLookupURL('artist', 'c8da2e40-bd28-4d4e-813a-bd2f51958ba8', { - inc: ['recordings', 'release-groups'] + inc: ['recordings', 'release-groups'], }), 'artist/c8da2e40-bd28-4d4e-813a-bd2f51958ba8?inc=recordings%2Brelease-groups' - ) -}) + ); +}); -test('getBrowseURL() generates a browse URL', t => { +test('getBrowseURL() generates a browse URL', (t) => { t.is( client.getBrowseURL('recording', { artist: 'c8da2e40-bd28-4d4e-813a-bd2f51958ba8', limit: null, - offset: 0 + offset: 0, }), 'recording?artist=c8da2e40-bd28-4d4e-813a-bd2f51958ba8&offset=0' - ) -}) + ); +}); -test('getSearchURL() generates a search URL', t => { +test('getSearchURL() generates a search URL', (t) => { t.is( client.getSearchURL('artist', 'Lures', { inc: null }), 'artist?query=Lures' - ) -}) + ); +}); -test('lookup() sends a lookup query', t => { - return client - .lookup('artist', 'c8da2e40-bd28-4d4e-813a-bd2f51958ba8') - .then(response => { - t.is(response.id, 'c8da2e40-bd28-4d4e-813a-bd2f51958ba8') - t.is(response.type, 'Group') - }) -}) +test('lookup() sends a lookup query', async (t) => { + const response = await client.lookup( + 'artist', + 'c8da2e40-bd28-4d4e-813a-bd2f51958ba8' + ); -test('rejects the promise when the API returns an error', t => { + t.is(response.id, 'c8da2e40-bd28-4d4e-813a-bd2f51958ba8'); + t.is(response.type, 'Group'); +}); + +test('rejects the promise when the API returns an error', (t) => { const req = client.lookup('artist', '5b11f4ce-a62d-471e-81fc-a69a8278c7da', { - inc: ['foobar'] - }) - return t.throws(req, MusicBrainzError) -}) + inc: ['foobar'], + }); + return t.throwsAsync(req, { + name: 'MusicBrainzError', + message: 'foobar is not a valid inc parameter for the artist resource.', + }); +}); -test('shouldRetry() retries only 5xx responses from MusicBrainz', t => { - t.true(client.shouldRetry(new MusicBrainzError('error', 500))) - t.true(client.shouldRetry(new MusicBrainzError('error', 501))) - t.true(client.shouldRetry(new MusicBrainzError('error', 598))) - t.true(client.shouldRetry(new MusicBrainzError('error', 599))) - t.false(client.shouldRetry(new MusicBrainzError('error', 404))) - t.false(client.shouldRetry(new MusicBrainzError('error', 499))) - t.false(client.shouldRetry(new MusicBrainzError('error', 600))) -}) - -test('shouldRetry() retries only transient local connection issues', t => { - t.true(client.shouldRetry({ code: 'ECONNRESET' })) - t.true(client.shouldRetry({ code: 'ENOTFOUND' })) - t.true(client.shouldRetry({ code: 'ESOCKETTIMEDOUT' })) - t.true(client.shouldRetry({ code: 'ETIMEDOUT' })) - t.true(client.shouldRetry({ code: 'ECONNREFUSED' })) - t.true(client.shouldRetry({ code: 'EHOSTUNREACH' })) - t.true(client.shouldRetry({ code: 'EPIPE' })) - t.true(client.shouldRetry({ code: 'EAI_AGAIN' })) - t.false(client.shouldRetry({ code: 'ENOENT' })) - t.false(client.shouldRetry({ code: 'EACCES' })) - t.false(client.shouldRetry({ code: 'EPERM' })) -}) - -test('rejects non-MusicBrainz errors', t => { - const client = new MusicBrainz({ baseURL: '$!@#$' }) - return t.throws( +test('rejects non-MusicBrainz errors', (t) => { + const client = new MusicBrainz({ baseURL: '$!@#$' }); + return t.throwsAsync( client.get('artist/5b11f4ce-a62d-471e-81fc-a69a8278c7da'), - Error - ) -}) + { + name: 'TypeError', + } + ); +}); -test('uses the default error impementation if there is no JSON error', t => { - t.is(client.parseErrorMessage({ statusCode: 501 }, 'yikes'), 'yikes') - t.is(client.parseErrorMessage({ statusCode: 500 }, {}), '500') - t.is(client.parseErrorMessage({ statusCode: 404 }, null), '404') -}) +test('uses the default error impementation if there is no JSON error', (t) => { + let error = { + name: 'HTTPError', + response: { + statusCode: 501, + body: 'yikes', + }, + }; + t.is(client.parseErrorMessage(error), error); + error = { + name: 'HTTPError', + response: { + statusCode: 500, + body: {}, + }, + }; + t.is(client.parseErrorMessage(error), error); + error = { + name: 'HTTPError', + response: { + statusCode: 404, + body: null, + }, + }; + t.is(client.parseErrorMessage(error), error); +}); diff --git a/test/base-schema.js b/test/base-schema.js index 21a1322..9843fbe 100644 --- a/test/base-schema.js +++ b/test/base-schema.js @@ -1,2 +1,8 @@ -process.env.TEST_SCHEMA = 'baseSchema' -require('./_schema') +import test from 'ava'; +import { baseSchema } from '../src/schema.js'; + +test.before((t) => { + t.context.schema = baseSchema; +}); + +import './_schema.js'; diff --git a/test/extended-schema.js b/test/extended-schema.js index 5092790..6e5adf2 100644 --- a/test/extended-schema.js +++ b/test/extended-schema.js @@ -1,2 +1,13 @@ -process.env.TEST_SCHEMA = 'extendedSchema' -require('./_schema') +import test from 'ava'; +import { baseSchema, createSchema } from '../src/schema.js'; +import { defaultExtensions, loadExtension } from '../src/index.js'; + +test.before(async (t) => { + const extensions = await Promise.all( + defaultExtensions.map((extension) => loadExtension(extension)) + ); + const schema = createSchema(baseSchema, { extensions }); + t.context.schema = schema; +}); + +import './_schema.js'; diff --git a/test/extensions/cover-art-archive/client.js b/test/extensions/cover-art-archive/client.js index b913203..fb400f2 100644 --- a/test/extensions/cover-art-archive/client.js +++ b/test/extensions/cover-art-archive/client.js @@ -1,58 +1,87 @@ -import test from 'ava' -import client from '../../helpers/client/cover-art-archive' +import test from 'ava'; +import client from '../../helpers/client/cover-art-archive.js'; -test('can retrieve a front image URL', t => { - return client - .imageURL('release', '76df3287-6cda-33eb-8e9a-044b5e15ffdd', 'front') - .then(url => { - t.is( - url, - 'http://archive.org/download/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd-829521842.jpg' - ) - }) -}) +test('can retrieve a front image URL', async (t) => { + const url = await client.imageURL( + 'release', + '76df3287-6cda-33eb-8e9a-044b5e15ffdd', + 'front' + ); -test('can retrieve a back image URL', t => { - return client - .imageURL('release', '76df3287-6cda-33eb-8e9a-044b5e15ffdd', 'back') - .then(url => { - t.is( - url, - 'http://archive.org/download/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd-5769317885.jpg' - ) - }) -}) + t.is( + url, + 'http://archive.org/download/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd-829521842.jpg' + ); +}); -test('can retrieve a list of release images', t => { - return client - .images('release', '76df3287-6cda-33eb-8e9a-044b5e15ffdd') - .then(data => { - t.is( - data.release, - 'http://musicbrainz.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd' - ) - t.true(data.images.length >= 3) - data.images.forEach(image => { - t.true(image.approved) - t.truthy(image.image) - t.truthy(image.id) - t.truthy(image.thumbnails.small) - t.truthy(image.thumbnails.large) - }) - t.true(data.images.some(image => image.front)) - t.true(data.images.some(image => image.back)) - t.true(data.images.some(image => image.types.indexOf('Front') !== -1)) - t.true(data.images.some(image => image.types.indexOf('Back') !== -1)) - t.true(data.images.some(image => image.types.indexOf('Medium') !== -1)) - }) -}) +test('can retrieve a back image URL', async (t) => { + const url = await client.imageURL( + 'release', + '76df3287-6cda-33eb-8e9a-044b5e15ffdd', + 'back' + ); -test('throws an error if given an invalid MBID', t => { - return t.throws(client.images('release', 'xyz'), client.errorClass) -}) + t.is( + url, + 'http://archive.org/download/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd-5769317885.jpg' + ); +}); -test('uses the default error impementation if there is no HTML error', t => { - t.is(client.parseErrorMessage({ statusCode: 501 }, 'yikes'), 'yikes') - t.is(client.parseErrorMessage({ statusCode: 500 }, ''), '500') - t.is(client.parseErrorMessage({ statusCode: 404 }, null), '404') -}) +test('can retrieve a list of release images', async (t) => { + const data = await client.images( + 'release', + '76df3287-6cda-33eb-8e9a-044b5e15ffdd' + ); + + t.is( + data.release, + 'https://musicbrainz.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd' + ); + t.true(data.images.length >= 3); + data.images.forEach((image) => { + t.true(image.approved); + t.truthy(image.image); + t.truthy(image.id); + t.truthy(image.thumbnails.small); + t.truthy(image.thumbnails.large); + }); + t.true(data.images.some((image) => image.front)); + t.true(data.images.some((image) => image.back)); + t.true(data.images.some((image) => image.types.indexOf('Front') !== -1)); + t.true(data.images.some((image) => image.types.indexOf('Back') !== -1)); + t.true(data.images.some((image) => image.types.indexOf('Medium') !== -1)); +}); + +test('throws an error if given an invalid MBID', (t) => { + return t.throwsAsync(client.images('release', 'xyz'), { + name: 'CoverArtArchiveError', + message: 'Bad Request: invalid MBID specified', + }); +}); + +test('uses the default error impementation if there is no HTML error', (t) => { + let error = { + name: 'HTTPError', + response: { + statusCode: 501, + body: 'yikes', + }, + }; + t.is(client.parseErrorMessage(error), error); + error = { + name: 'HTTPError', + response: { + statusCode: 500, + body: '', + }, + }; + t.is(client.parseErrorMessage(error), error); + error = { + name: 'HTTPError', + response: { + statusCode: 500, + body: null, + }, + }; + t.is(client.parseErrorMessage(error), error); +}); diff --git a/test/extensions/cover-art-archive/fixtures/client.js.nock b/test/extensions/cover-art-archive/fixtures/client.js.nock new file mode 100644 index 0000000..c00f8d6 --- /dev/null +++ b/test/extensions/cover-art-archive/fixtures/client.js.nock @@ -0,0 +1,332 @@ +[ + [ + "can retrieve a back image URL", + [ + { + "body": "", + "method": "HEAD", + "path": "/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/back", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:12 GMT", + "Content-Type", + "text/plain; charset=utf-8", + "Content-Length", + "132", + "Connection", + "close", + "Location", + "http://archive.org/download/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd-5769317885.jpg", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 307 + } + ] + ], + [ + "can retrieve a front image URL", + [ + { + "body": "", + "method": "HEAD", + "path": "/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/front", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:12 GMT", + "Content-Type", + "text/plain; charset=utf-8", + "Content-Length", + "131", + "Connection", + "close", + "Location", + "http://archive.org/download/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd-829521842.jpg", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 307 + } + ] + ], + [ + "can retrieve a list of release images", + [ + { + "body": "", + "method": "GET", + "path": "/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:12 GMT", + "Content-Type", + "text/plain; charset=utf-8", + "Content-Length", + "86", + "Connection", + "close", + "Location", + "http://archive.org/download/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd/index.json", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "See: http://archive.org/download/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd/index.json\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 307 + }, + { + "body": "", + "method": "GET", + "path": "/download/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd/index.json", + "rawHeaders": [ + "Server", + "nginx/1.16.1 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:12 GMT", + "Content-Type", + "text/html; charset=UTF-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes", + "Location", + "http://ia802607.us.archive.org/32/items/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd/index.json", + "Strict-Transport-Security", + "max-age=15724800", + "Referrer-Policy", + "no-referrer-when-downgrade" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "archive.org" + }, + "response": "", + "responseIsBinary": false, + "scope": "http://archive.org:80", + "status": 302 + }, + { + "body": "", + "method": "GET", + "path": "/32/items/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd/index.json", + "rawHeaders": [ + "Server", + "nginx/1.18.0 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:13 GMT", + "Content-Type", + "application/json", + "Content-Length", + "4445", + "Last-Modified", + "Tue, 12 Nov 2019 22:11:45 GMT", + "Connection", + "close", + "ETag", + "\"5dcb2e21-115d\"", + "Strict-Transport-Security", + "max-age=15724800", + "Expires", + "Thu, 15 Apr 2021 15:07:13 GMT", + "Cache-Control", + "max-age=21600", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "ia802607.us.archive.org" + }, + "response": { + "images": [ + { + "approved": true, + "back": false, + "comment": "", + "edit": 17462565, + "front": true, + "id": 829521842, + "image": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/829521842.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/829521842-1200.jpg", + "250": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/829521842-250.jpg", + "500": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/829521842-500.jpg", + "large": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/829521842-500.jpg", + "small": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/829521842-250.jpg" + }, + "types": [ + "Front" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 65037291, + "front": false, + "id": 24546038908, + "image": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/24546038908.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/24546038908-1200.jpg", + "250": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/24546038908-250.jpg", + "500": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/24546038908-500.jpg", + "large": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/24546038908-500.jpg", + "small": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/24546038908-250.jpg" + }, + "types": [ + "Front", + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 65037298, + "front": false, + "id": 24546039829, + "image": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/24546039829.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/24546039829-1200.jpg", + "250": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/24546039829-250.jpg", + "500": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/24546039829-500.jpg", + "large": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/24546039829-500.jpg", + "small": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/24546039829-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 65037300, + "front": false, + "id": 24546040945, + "image": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/24546040945.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/24546040945-1200.jpg", + "250": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/24546040945-250.jpg", + "500": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/24546040945-500.jpg", + "large": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/24546040945-500.jpg", + "small": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/24546040945-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": true, + "comment": "", + "edit": 24923554, + "front": false, + "id": 5769317885, + "image": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/5769317885.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/5769317885-1200.jpg", + "250": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/5769317885-250.jpg", + "500": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/5769317885-500.jpg", + "large": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/5769317885-500.jpg", + "small": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/5769317885-250.jpg" + }, + "types": [ + "Back" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 24923552, + "front": false, + "id": 5769316809, + "image": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/5769316809.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/5769316809-1200.jpg", + "250": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/5769316809-250.jpg", + "500": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/5769316809-500.jpg", + "large": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/5769316809-500.jpg", + "small": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/5769316809-250.jpg" + }, + "types": [ + "Medium" + ] + } + ], + "release": "https://musicbrainz.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd" + }, + "responseIsBinary": false, + "scope": "http://ia802607.us.archive.org:80", + "status": 200 + } + ] + ], + [ + "throws an error if given an invalid MBID", + [ + { + "body": "", + "method": "GET", + "path": "/release/xyz", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:13 GMT", + "Content-Type", + "text/html", + "Content-Length", + "138", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "\n400 Bad Request\n

Bad Request

\n

invalid MBID specified

\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 400 + } + ] + ], + [ + "uses the default error impementation if there is no HTML error", + [ + ] + ] +] diff --git a/test/extensions/cover-art-archive/fixtures/schema.js.nock b/test/extensions/cover-art-archive/fixtures/schema.js.nock new file mode 100644 index 0000000..2d635c4 --- /dev/null +++ b/test/extensions/cover-art-archive/fixtures/schema.js.nock @@ -0,0 +1,3756 @@ +[ + [ + "can request a size for front and back cover art", + [ + ] + ], + [ + "can retrieve cover art in searches", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/release?query=You+Want+It+Darker&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "application/json", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "542", + "X-RateLimit-Reset", + "1618477637", + "Last-Modified", + "Thu, 15 Apr 2021 09:05:18 GMT", + "ETag", + "\"YzUxM2Y2MDAwMDAwMDAwMFNvbHI=\"", + "Vary", + "Accept-Encoding", + "X-Cache-Status", + "MISS", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"created\":\"2021-04-15T09:07:17.109Z\",\"count\":118005,\"offset\":0,\"releases\":[{\"id\":\"78ce3427-f5cf-480d-92bb-837381162971\",\"score\":100,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"119eba76-b343-3e02-a292-f0f00644bb9b\",\"count\":1,\"title\":\"You Want It Darker\",\"status\":\"Official\",\"packaging\":\"None\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"artist-credit\":[{\"name\":\"Leonard Cohen\",\"artist\":{\"id\":\"65314b12-0e08-43fa-ba33-baaa7b874c15\",\"name\":\"Leonard Cohen\",\"sort-name\":\"Cohen, Leonard\"}}],\"release-group\":{\"id\":\"af035dfc-7a9d-4796-a7d4-3c71d7fd881f\",\"type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"primary-type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"title\":\"You Want It Darker\",\"primary-type\":\"Single\"},\"date\":\"2016-09-21\",\"country\":\"XE\",\"release-events\":[{\"date\":\"2016-09-21\",\"area\":{\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"name\":\"Europe\",\"sort-name\":\"Europe\",\"iso-3166-1-codes\":[\"XE\"]}}],\"label-info\":[{\"label\":{\"id\":\"011d1192-6f65-45bd-85c4-0400dd45693e\",\"name\":\"Columbia\"}}],\"track-count\":1,\"media\":[{\"format\":\"Digital Media\",\"disc-count\":0,\"track-count\":1}]},{\"id\":\"3d354599-d9d4-44a8-9584-37e3b0238871\",\"score\":100,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"8f931351-d2e2-310f-afc6-37b89ddba246\",\"count\":1,\"title\":\"You Want It Darker\",\"status\":\"Official\",\"packaging\":\"Digipak\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"artist-credit\":[{\"name\":\"Leonard Cohen\",\"artist\":{\"id\":\"65314b12-0e08-43fa-ba33-baaa7b874c15\",\"name\":\"Leonard Cohen\",\"sort-name\":\"Cohen, Leonard\"}}],\"release-group\":{\"id\":\"99599db8-0e36-4a93-b0e8-350e9d7502a9\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"You Want It Darker\",\"primary-type\":\"Album\"},\"date\":\"2016-10-26\",\"country\":\"JP\",\"release-events\":[{\"date\":\"2016-10-26\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"]}}],\"barcode\":\"4547366272154\",\"label-info\":[{\"catalog-number\":\"SICP 5076\",\"label\":{\"id\":\"c9a4ea86-7611-4fff-9f4f-41f18be7e14b\",\"name\":\"Sony Records International\"}}],\"track-count\":9,\"media\":[{\"format\":\"CD\",\"disc-count\":1,\"track-count\":9}]},{\"id\":\"d5cdb7fd-c7e9-460a-9549-8a369655cc52\",\"score\":100,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"8f931351-d2e2-310f-afc6-37b89ddba246\",\"count\":1,\"title\":\"You Want It Darker\",\"status\":\"Official\",\"packaging\":\"Digipak\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"artist-credit\":[{\"name\":\"Leonard Cohen\",\"artist\":{\"id\":\"65314b12-0e08-43fa-ba33-baaa7b874c15\",\"name\":\"Leonard Cohen\",\"sort-name\":\"Cohen, Leonard\"}}],\"release-group\":{\"id\":\"99599db8-0e36-4a93-b0e8-350e9d7502a9\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"You Want It Darker\",\"primary-type\":\"Album\"},\"date\":\"2016-10-21\",\"country\":\"US\",\"release-events\":[{\"date\":\"2016-10-21\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"]}}],\"barcode\":\"889853650729\",\"asin\":\"B01KN6XDS6\",\"label-info\":[{\"catalog-number\":\"88985365072\",\"label\":{\"id\":\"011d1192-6f65-45bd-85c4-0400dd45693e\",\"name\":\"Columbia\"}}],\"track-count\":9,\"media\":[{\"format\":\"CD\",\"disc-count\":1,\"track-count\":9}]},{\"id\":\"dd15903e-0ee7-45ec-aba1-2fc7b3a44e19\",\"score\":100,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"You Want It Darker\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"artist-credit\":[{\"name\":\"Leonard Cohen\",\"artist\":{\"id\":\"65314b12-0e08-43fa-ba33-baaa7b874c15\",\"name\":\"Leonard Cohen\",\"sort-name\":\"Cohen, Leonard\"}}],\"release-group\":{\"id\":\"99599db8-0e36-4a93-b0e8-350e9d7502a9\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"You Want It Darker\",\"primary-type\":\"Album\"},\"date\":\"2016-10-21\",\"country\":\"XE\",\"release-events\":[{\"date\":\"2016-10-21\",\"area\":{\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"name\":\"Europe\",\"sort-name\":\"Europe\",\"iso-3166-1-codes\":[\"XE\"]}}],\"barcode\":\"889853650729\",\"asin\":\"B01M13GTET\",\"label-info\":[{\"catalog-number\":\"88985365072\",\"label\":{\"id\":\"011d1192-6f65-45bd-85c4-0400dd45693e\",\"name\":\"Columbia\"}}],\"track-count\":9,\"media\":[{\"format\":\"CD\",\"disc-count\":1,\"track-count\":9}]},{\"id\":\"42fab4c5-13e1-4663-bef4-dbd41a8050bd\",\"score\":100,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"count\":1,\"title\":\"You Want It Darker\",\"status\":\"Official\",\"packaging\":\"Cardboard/Paper Sleeve\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"artist-credit\":[{\"name\":\"Leonard Cohen\",\"artist\":{\"id\":\"65314b12-0e08-43fa-ba33-baaa7b874c15\",\"name\":\"Leonard Cohen\",\"sort-name\":\"Cohen, Leonard\"}}],\"release-group\":{\"id\":\"99599db8-0e36-4a93-b0e8-350e9d7502a9\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"You Want It Darker\",\"primary-type\":\"Album\"},\"date\":\"2016-12-09\",\"country\":\"XE\",\"release-events\":[{\"date\":\"2016-12-09\",\"area\":{\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"name\":\"Europe\",\"sort-name\":\"Europe\",\"iso-3166-1-codes\":[\"XE\"]}}],\"barcode\":\"889853650712\",\"asin\":\"B01KN6XDRW\",\"label-info\":[{\"catalog-number\":\"88985365071\",\"label\":{\"id\":\"011d1192-6f65-45bd-85c4-0400dd45693e\",\"name\":\"Columbia\"}}],\"track-count\":9,\"media\":[{\"format\":\"12\\\" Vinyl\",\"disc-count\":0,\"track-count\":9}]},{\"id\":\"fbc2e8c7-045d-4bcc-82da-2f1309918f0e\",\"score\":100,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"count\":1,\"title\":\"You Want It Darker\",\"status\":\"Official\",\"packaging\":\"Cardboard/Paper Sleeve\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"artist-credit\":[{\"name\":\"Leonard Cohen\",\"artist\":{\"id\":\"65314b12-0e08-43fa-ba33-baaa7b874c15\",\"name\":\"Leonard Cohen\",\"sort-name\":\"Cohen, Leonard\"}}],\"release-group\":{\"id\":\"99599db8-0e36-4a93-b0e8-350e9d7502a9\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"You Want It Darker\",\"primary-type\":\"Album\"},\"date\":\"2016-12-09\",\"country\":\"US\",\"release-events\":[{\"date\":\"2016-12-09\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"]}}],\"barcode\":\"889853650712\",\"label-info\":[{\"catalog-number\":\"88985365071\",\"label\":{\"id\":\"011d1192-6f65-45bd-85c4-0400dd45693e\",\"name\":\"Columbia\"}}],\"track-count\":9,\"media\":[{\"format\":\"12\\\" Vinyl\",\"disc-count\":0,\"track-count\":9}]},{\"id\":\"10ed5ae4-2bb8-48ac-89ac-a5ea58667f44\",\"score\":100,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"119eba76-b343-3e02-a292-f0f00644bb9b\",\"count\":1,\"title\":\"You Want It Darker\",\"status\":\"Official\",\"disambiguation\":\"hi-res digital\",\"packaging\":\"None\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"artist-credit\":[{\"name\":\"Leonard Cohen\",\"artist\":{\"id\":\"65314b12-0e08-43fa-ba33-baaa7b874c15\",\"name\":\"Leonard Cohen\",\"sort-name\":\"Cohen, Leonard\"}}],\"release-group\":{\"id\":\"99599db8-0e36-4a93-b0e8-350e9d7502a9\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"You Want It Darker\",\"primary-type\":\"Album\"},\"date\":\"2016-10-21\",\"country\":\"US\",\"release-events\":[{\"date\":\"2016-10-21\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"]}}],\"barcode\":\"886446019499\",\"asin\":\"B01LYTZFG7\",\"label-info\":[{\"catalog-number\":\"XSON848440F44\",\"label\":{\"id\":\"011d1192-6f65-45bd-85c4-0400dd45693e\",\"name\":\"Columbia\"}}],\"track-count\":9,\"media\":[{\"format\":\"Digital Media\",\"disc-count\":0,\"track-count\":9}]},{\"id\":\"5270d638-4f9d-44da-89e8-3e2b92fbda95\",\"score\":37,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"I Don’t Want It Darker\",\"status\":\"Official\",\"artist-credit\":[{\"name\":\"AUA\",\"artist\":{\"id\":\"9a77241b-8b3c-4e72-b383-d91711f787f0\",\"name\":\"AUA\",\"sort-name\":\"AUA\"}}],\"release-group\":{\"id\":\"47396540-792b-410d-acaa-5774c955fb3a\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"I Don’t Want It Darker\",\"primary-type\":\"Album\"},\"date\":\"2020-11-04\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2020-11-04\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"label-info\":[{\"label\":{\"id\":\"6cd0a719-fdd5-4c9a-a654-77119d9f4e3f\",\"name\":\"Crazysane Records\"}}],\"track-count\":8,\"media\":[{\"format\":\"Digital Media\",\"disc-count\":0,\"track-count\":8}]},{\"id\":\"0f66c2eb-cbb5-4dc1-aa64-b5b4a0465e6a\",\"score\":37,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"count\":1,\"title\":\"I Don’t Want It Darker\",\"status\":\"Official\",\"packaging\":\"Cardboard/Paper Sleeve\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"artist-credit\":[{\"name\":\"AUA\",\"artist\":{\"id\":\"9a77241b-8b3c-4e72-b383-d91711f787f0\",\"name\":\"AUA\",\"sort-name\":\"AUA\"}}],\"release-group\":{\"id\":\"47396540-792b-410d-acaa-5774c955fb3a\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"I Don’t Want It Darker\",\"primary-type\":\"Album\"},\"date\":\"2020-09-22\",\"country\":\"DE\",\"release-events\":[{\"date\":\"2020-09-22\",\"area\":{\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"sort-name\":\"Germany\",\"iso-3166-1-codes\":[\"DE\"]}}],\"barcode\":\"4250137258010\",\"label-info\":[{\"catalog-number\":\"CSR012\",\"label\":{\"id\":\"6cd0a719-fdd5-4c9a-a654-77119d9f4e3f\",\"name\":\"Crazysane Records\"}}],\"track-count\":8,\"media\":[{\"format\":\"12\\\" Vinyl\",\"disc-count\":0,\"track-count\":8}],\"tags\":[{\"count\":1,\"name\":\"post-rock\"},{\"count\":1,\"name\":\"indie\"},{\"count\":1,\"name\":\"indietronica\"}]},{\"id\":\"7c8b0bcd-b95d-414c-bbb5-f6d3fb56786f\",\"score\":35,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"119eba76-b343-3e02-a292-f0f00644bb9b\",\"count\":1,\"title\":\"It's Darker\",\"status\":\"Official\",\"packaging\":\"None\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"artist-credit\":[{\"name\":\"New Pagans\",\"artist\":{\"id\":\"73d0deba-8dfe-474f-a345-07c1b639a345\",\"name\":\"New Pagans\",\"sort-name\":\"New Pagans\"}}],\"release-group\":{\"id\":\"45864549-0d94-4698-b3cd-9d79dc7feb60\",\"type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"primary-type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"title\":\"It's Darker\",\"primary-type\":\"Single\"},\"date\":\"2019-03-11\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2019-03-11\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"track-count\":1,\"media\":[{\"format\":\"Digital Media\",\"disc-count\":0,\"track-count\":1}]},{\"id\":\"22a1945f-185c-4d70-979e-f297b00b0c71\",\"score\":32,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"count\":1,\"title\":\"You Want It, You Got It\",\"status\":\"Official\",\"packaging\":\"Cardboard/Paper Sleeve\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"artist-credit\":[{\"name\":\"Detroit Emeralds\",\"artist\":{\"id\":\"2d1c686d-3546-4b03-9c6c-e376bb9c9583\",\"name\":\"Detroit Emeralds\",\"sort-name\":\"Detroit Emeralds\"}}],\"release-group\":{\"id\":\"1ca614c2-8034-3467-8f47-61e9e303d706\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"You Want It, You Got It\",\"primary-type\":\"Album\"},\"date\":\"1972\",\"country\":\"US\",\"release-events\":[{\"date\":\"1972\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"]}}],\"barcode\":\"\",\"label-info\":[{\"catalog-number\":\"WB 2013\",\"label\":{\"id\":\"0f6fb74a-eb83-4a02-b975-3c2e470f6aaa\",\"name\":\"Westbound Records\"}}],\"track-count\":9,\"media\":[{\"format\":\"12\\\" Vinyl\",\"disc-count\":0,\"track-count\":9}],\"tags\":[{\"count\":1,\"name\":\"soul\"}]},{\"id\":\"155b4ef4-fda3-40ea-93e8-05ff5e831880\",\"score\":32,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"count\":1,\"title\":\"You Want It, You Got It\",\"status\":\"Official\",\"packaging\":\"Cardboard/Paper Sleeve\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"artist-credit\":[{\"name\":\"Alice Cooper\",\"artist\":{\"id\":\"ee58c59f-8e7f-4430-b8ca-236c4d3745ae\",\"name\":\"Alice Cooper\",\"sort-name\":\"Cooper, Alice\",\"disambiguation\":\"the musician Vincent Damon Furnier\"}}],\"release-group\":{\"id\":\"b5af910f-92d6-4582-984a-b8eec022c6ed\",\"type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"primary-type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"title\":\"You Want It, You Got It\",\"primary-type\":\"Single\"},\"date\":\"1981\",\"country\":\"IT\",\"release-events\":[{\"date\":\"1981\",\"area\":{\"id\":\"c6500277-9a3d-349b-bf30-41afdbf42add\",\"name\":\"Italy\",\"sort-name\":\"Italy\",\"iso-3166-1-codes\":[\"IT\"]}}],\"barcode\":\"\",\"label-info\":[{\"catalog-number\":\"W 17846\",\"label\":{\"id\":\"c595c289-47ce-4fba-b999-b87503e8cb71\",\"name\":\"Warner Bros. Records\"}}],\"track-count\":2,\"media\":[{\"format\":\"7\\\" Vinyl\",\"disc-count\":0,\"track-count\":2}]},{\"id\":\"e95361ed-0bf7-4824-8b11-6978f05de1f3\",\"score\":31,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"119eba76-b343-3e02-a292-f0f00644bb9b\",\"count\":1,\"title\":\"It Gets Darker\",\"status\":\"Official\",\"packaging\":\"None\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"artist-credit\":[{\"name\":\"Dicepeople\",\"artist\":{\"id\":\"36725c92-b0fa-4204-bc02-052719015cbb\",\"name\":\"Dicepeople\",\"sort-name\":\"Dicepeople\",\"disambiguation\":\"dark electro band\"}}],\"release-group\":{\"id\":\"55a81562-a0de-4fcb-9d1c-57a7a256eaee\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"It Gets Darker\",\"primary-type\":\"Album\"},\"date\":\"2011-10-28\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2011-10-28\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"track-count\":8,\"media\":[{\"format\":\"Digital Media\",\"disc-count\":0,\"track-count\":8}],\"tags\":[{\"count\":1,\"name\":\"electronica\"},{\"count\":1,\"name\":\"electronic\"},{\"count\":1,\"name\":\"industrial\"},{\"count\":1,\"name\":\"dark wave\"},{\"count\":1,\"name\":\"electro\"},{\"count\":1,\"name\":\"ebm\"},{\"count\":1,\"name\":\"electro-industrial\"},{\"count\":1,\"name\":\"dark\"},{\"count\":1,\"name\":\"cinematic\"}]},{\"id\":\"29a43eb0-537d-4af1-8598-8b488c847f2e\",\"score\":31,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"count\":1,\"title\":\"Don't You Want It\",\"status\":\"Official\",\"packaging\":\"Cardboard/Paper Sleeve\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"artist-credit\":[{\"name\":\"Davina\",\"artist\":{\"id\":\"5505e526-e549-46d3-8a2c-1ba8e05b4007\",\"name\":\"Davina\",\"sort-name\":\"Davina\",\"disambiguation\":\"US R&B singer\"}}],\"release-group\":{\"id\":\"61ce2aa6-27a4-3504-83b8-413a7ca5b7ea\",\"type-id\":\"6d0c5bf6-7a33-3420-a519-44fc63eedebf\",\"primary-type-id\":\"6d0c5bf6-7a33-3420-a519-44fc63eedebf\",\"title\":\"Don't You Want It\",\"primary-type\":\"EP\"},\"date\":\"2002\",\"country\":\"US\",\"release-events\":[{\"date\":\"2002\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"]}}],\"label-info\":[{\"catalog-number\":\"UR-016\",\"label\":{\"id\":\"cdcb1267-0cb1-4c36-ac8c-41049bd048c2\",\"name\":\"Underground Resistance\"}}],\"track-count\":2,\"media\":[{\"format\":\"12\\\" Vinyl\",\"disc-count\":0,\"track-count\":2}]},{\"id\":\"11b461f0-035f-4726-90e8-da897c9ffc58\",\"score\":31,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"count\":1,\"title\":\"If You Want It\",\"status\":\"Official\",\"packaging\":\"Jewel Case\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"artist-credit\":[{\"name\":\"Orchestral Manoeuvres in the Dark\",\"artist\":{\"id\":\"6d072aa8-c851-49c5-92f9-cbca05f4bed9\",\"name\":\"Orchestral Manoeuvres in the Dark\",\"sort-name\":\"Orchestral Manoeuvres in the Dark\"}}],\"release-group\":{\"id\":\"ff7faa22-180a-4952-b0af-390965623ba9\",\"type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"primary-type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"title\":\"If You Want It\",\"primary-type\":\"Single\"},\"date\":\"2010-09-10\",\"country\":\"DE\",\"release-events\":[{\"date\":\"2010-09-10\",\"area\":{\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"sort-name\":\"Germany\",\"iso-3166-1-codes\":[\"DE\"]}}],\"barcode\":\"5060204800818\",\"label-info\":[{\"catalog-number\":\"BNL002CD2\",\"label\":{\"id\":\"7900513f-6da4-47b5-af9a-1e55ca35bc82\",\"name\":\"Blue Noise\"}}],\"track-count\":4,\"media\":[{\"format\":\"CD\",\"disc-count\":1,\"track-count\":4}]},{\"id\":\"e383d1a9-33af-4f4c-9d70-d16592870ae2\",\"score\":31,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"119eba76-b343-3e02-a292-f0f00644bb9b\",\"count\":1,\"title\":\"Do You Want It\",\"status\":\"Official\",\"packaging\":\"None\",\"artist-credit\":[{\"name\":\"House Rulez\",\"artist\":{\"id\":\"bd5b7105-a454-40d3-b7b1-891953ca5121\",\"name\":\"House Rulez\",\"sort-name\":\"House Rulez\"}}],\"release-group\":{\"id\":\"641d0a5d-877d-424e-ba28-1531192050fa\",\"type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"primary-type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"title\":\"Do You Want It\",\"primary-type\":\"Single\"},\"date\":\"2017\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2017\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"barcode\":\"8809550060715\",\"track-count\":3,\"media\":[{\"format\":\"Digital Media\",\"disc-count\":0,\"track-count\":3}]},{\"id\":\"66999358-f6e5-4c51-aa1d-9335ab19d2e3\",\"score\":31,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"How You Want It?\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"artist-credit\":[{\"name\":\"Teyana Taylor\",\"artist\":{\"id\":\"c7eb03c1-f8cb-4815-afc8-46df3b253129\",\"name\":\"Teyana Taylor\",\"sort-name\":\"Taylor, Teyana\"}}],\"release-group\":{\"id\":\"a11733f2-81e9-4a2f-86d4-3e2a852f7208\",\"type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"primary-type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"title\":\"How You Want It?\",\"primary-type\":\"Single\"},\"date\":\"2019-08-02\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2019-08-02\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"track-count\":1,\"media\":[{\"format\":\"Digital Media\",\"disc-count\":0,\"track-count\":1}]},{\"id\":\"5f1bfc8f-2d54-4328-b9ab-4d35c113bc7c\",\"score\":31,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"119eba76-b343-3e02-a292-f0f00644bb9b\",\"count\":1,\"title\":\"If You Want It\",\"status\":\"Official\",\"packaging\":\"None\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"artist-credit\":[{\"name\":\"Prafit Josiah\",\"artist\":{\"id\":\"9706822c-0078-4726-8476-d0bd86de224b\",\"name\":\"Prafit Josiah\",\"sort-name\":\"Prafit Josiah\"}}],\"release-group\":{\"id\":\"7211de18-147b-4b80-b1de-2322e9c5c526\",\"type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"primary-type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"title\":\"If You Want It\",\"primary-type\":\"Single\"},\"date\":\"2019-10-25\",\"country\":\"US\",\"release-events\":[{\"date\":\"2019-10-25\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"]}}],\"label-info\":[{\"label\":{\"id\":\"5df3740f-b0e7-4524-b81e-d57db65829fb\",\"name\":\"Naz-Sect Publishing\"}}],\"track-count\":5,\"media\":[{\"format\":\"Digital Media\",\"disc-count\":0,\"track-count\":5}]},{\"id\":\"c810e650-0d14-4e31-a3b1-319218b30222\",\"score\":31,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"119eba76-b343-3e02-a292-f0f00644bb9b\",\"count\":1,\"title\":\"Think You Want It\",\"status\":\"Official\",\"packaging\":\"None\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"artist-credit\":[{\"name\":\"Colette\",\"artist\":{\"id\":\"ab459cff-7bdc-4b7d-bf1a-9e48613c033e\",\"name\":\"Colette\",\"sort-name\":\"Colette\",\"disambiguation\":\"US house music DJ and vocalist Colette Marino\"}}],\"release-group\":{\"id\":\"b263a76c-2788-4858-aa6e-dc95982650bf\",\"type-id\":\"6d0c5bf6-7a33-3420-a519-44fc63eedebf\",\"primary-type-id\":\"6d0c5bf6-7a33-3420-a519-44fc63eedebf\",\"title\":\"Think You Want It\",\"primary-type\":\"EP\",\"secondary-types\":[\"Remix\"],\"secondary-type-ids\":[\"0c60f497-ff81-3818-befd-abfc84a4858b\"]},\"date\":\"2009-12-01\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2009-12-01\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"label-info\":[{\"label\":{\"id\":\"3a3876c3-a364-4cdd-91df-2d4c10f36cea\",\"name\":\"Om Records\"}}],\"track-count\":5,\"media\":[{\"format\":\"Digital Media\",\"disc-count\":0,\"track-count\":5}]},{\"id\":\"b4a4c12d-92f5-4692-9bdc-21ddc2d266b5\",\"score\":31,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"119eba76-b343-3e02-a292-f0f00644bb9b\",\"count\":1,\"title\":\"You Want It Real\",\"status\":\"Official\",\"packaging\":\"None\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"artist-credit\":[{\"name\":\"lié\",\"artist\":{\"id\":\"7005f78d-4c85-4f62-9c16-4f8387ddb4d4\",\"name\":\"lié\",\"sort-name\":\"lié\",\"disambiguation\":\"Vancouver BC punk band\"}}],\"release-group\":{\"id\":\"5c4ddf8e-34ad-4710-9de5-a3a22e660a02\",\"title\":\"You Want It Real\"},\"date\":\"2020-02-28\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2020-02-28\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"label-info\":[{\"label\":{\"id\":\"71587054-8671-48e3-ae91-fab5315fd06b\",\"name\":\"Mint Records\"}}],\"track-count\":8,\"media\":[{\"format\":\"Digital Media\",\"disc-count\":0,\"track-count\":8}]},{\"id\":\"5f33651e-7c55-4fc4-aefc-0ca6c0bad96c\",\"score\":31,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"count\":1,\"title\":\"Anyway You Want It\",\"status\":\"Official\",\"packaging\":\"Cardboard/Paper Sleeve\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"artist-credit\":[{\"name\":\"Angel\",\"artist\":{\"id\":\"4ddb8322-9996-48b7-a92a-8089d175fc0f\",\"name\":\"Angel\",\"sort-name\":\"Angel\",\"disambiguation\":\"US 70s glam rock/metal/prog rock group\"}}],\"release-group\":{\"id\":\"fa40141a-b016-44f0-a4ca-e4bb2bc43e99\",\"type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"primary-type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"title\":\"Anyway You Want It\",\"primary-type\":\"Single\"},\"date\":\"1976\",\"country\":\"JP\",\"release-events\":[{\"date\":\"1976\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"]}}],\"barcode\":\"\",\"label-info\":[{\"catalog-number\":\"VIP-2439\",\"label\":{\"id\":\"98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8\",\"name\":\"Casablanca Records\"}}],\"track-count\":2,\"media\":[{\"format\":\"7\\\" Vinyl\",\"disc-count\":0,\"track-count\":2}]},{\"id\":\"0832e770-e7e5-464c-9288-9c407a770842\",\"score\":31,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"count\":1,\"title\":\"If You Want It\",\"status\":\"Official\",\"disambiguation\":\"yellow vinyl\",\"packaging\":\"Cardboard/Paper Sleeve\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"artist-credit\":[{\"name\":\"Orchestral Manoeuvres in the Dark\",\"artist\":{\"id\":\"6d072aa8-c851-49c5-92f9-cbca05f4bed9\",\"name\":\"Orchestral Manoeuvres in the Dark\",\"sort-name\":\"Orchestral Manoeuvres in the Dark\"}}],\"release-group\":{\"id\":\"ff7faa22-180a-4952-b0af-390965623ba9\",\"type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"primary-type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"title\":\"If You Want It\",\"primary-type\":\"Single\"},\"date\":\"2010-09-06\",\"country\":\"GB\",\"release-events\":[{\"date\":\"2010-09-06\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"]}}],\"barcode\":\"5060204800795\",\"asin\":\"B003YDZVG8\",\"label-info\":[{\"catalog-number\":\"BNL002T\",\"label\":{\"id\":\"7900513f-6da4-47b5-af9a-1e55ca35bc82\",\"name\":\"Blue Noise\"}}],\"track-count\":2,\"media\":[{\"format\":\"7\\\" Vinyl\",\"disc-count\":0,\"track-count\":2}]},{\"id\":\"15c88cc0-30f5-4568-bac8-e577e3358023\",\"score\":31,\"status-id\":\"1156806e-d06a-38bd-83f0-cf2284a808b9\",\"count\":1,\"title\":\"You Want It All\",\"status\":\"Bootleg\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"artist-credit\":[{\"name\":\"Harem Scarem\",\"artist\":{\"id\":\"a736bef0-9ff1-40cc-8937-5637213c2190\",\"name\":\"Harem Scarem\",\"sort-name\":\"Harem Scarem\",\"disambiguation\":\"Canadian rock band\"}}],\"release-group\":{\"id\":\"847e898f-e0df-439d-8cf4-cd389e66e7fb\",\"type-id\":\"dd2a21e1-0c00-3729-a7a0-de60b84eb5d1\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"You Want It All\",\"primary-type\":\"Album\",\"secondary-types\":[\"Compilation\"],\"secondary-type-ids\":[\"dd2a21e1-0c00-3729-a7a0-de60b84eb5d1\"]},\"date\":\"1994\",\"country\":\"CA\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"name\":\"Canada\",\"sort-name\":\"Canada\",\"iso-3166-1-codes\":[\"CA\"]}}],\"track-count\":11,\"media\":[{\"disc-count\":0,\"track-count\":11}]},{\"id\":\"0138608c-a850-4351-bb1e-4d551bb900b6\",\"score\":31,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"count\":1,\"title\":\"If You Want It\",\"status\":\"Official\",\"packaging\":\"Jewel Case\",\"text-representation\":{\"language\":\"mul\",\"script\":\"Latn\"},\"artist-credit\":[{\"name\":\"Pacha Massive\",\"artist\":{\"id\":\"6221313c-ac91-4277-b26e-e0c40be1b81b\",\"name\":\"Pacha Massive\",\"sort-name\":\"Pacha Massive\"}}],\"release-group\":{\"id\":\"10896f38-aefc-48a1-a691-c498ebb4f6b0\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"If You Want It\",\"primary-type\":\"Album\"},\"date\":\"2009-09-22\",\"country\":\"US\",\"release-events\":[{\"date\":\"2009-09-22\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"]}}],\"barcode\":\"718122031993\",\"asin\":\"B002JODUP2\",\"label-info\":[{\"label\":{\"id\":\"c5d75925-ded1-448e-aa02-06ea4b8250d6\",\"name\":\"Nacional Records\"}}],\"track-count\":12,\"media\":[{\"format\":\"CD\",\"disc-count\":1,\"track-count\":12}]},{\"id\":\"060dc665-af64-4e75-8e51-d74eda2ec957\",\"score\":31,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Don't You Want It?\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"artist-credit\":[{\"name\":\"Davina\",\"artist\":{\"id\":\"5505e526-e549-46d3-8a2c-1ba8e05b4007\",\"name\":\"Davina\",\"sort-name\":\"Davina\",\"disambiguation\":\"US R&B singer\"}}],\"release-group\":{\"id\":\"61ce2aa6-27a4-3504-83b8-413a7ca5b7ea\",\"type-id\":\"6d0c5bf6-7a33-3420-a519-44fc63eedebf\",\"primary-type-id\":\"6d0c5bf6-7a33-3420-a519-44fc63eedebf\",\"title\":\"Don't You Want It\",\"primary-type\":\"EP\"},\"date\":\"1996\",\"country\":\"US\",\"release-events\":[{\"date\":\"1996\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"]}}],\"label-info\":[{\"catalog-number\":\"SLSS 009\",\"label\":{\"id\":\"6d9ac801-a5b1-4797-a314-6ef6d39193d2\",\"name\":\"Soul City\"}}],\"track-count\":3,\"media\":[{\"format\":\"12\\\" Vinyl\",\"disc-count\":0,\"track-count\":3}]}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "text/plain; charset=utf-8", + "Content-Length", + "86", + "Connection", + "close", + "Location", + "http://archive.org/download/mbid-d5cdb7fd-c7e9-460a-9549-8a369655cc52/index.json", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "See: http://archive.org/download/mbid-d5cdb7fd-c7e9-460a-9549-8a369655cc52/index.json\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 307 + }, + { + "body": "", + "method": "GET", + "path": "/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "text/plain; charset=utf-8", + "Content-Length", + "86", + "Connection", + "close", + "Location", + "http://archive.org/download/mbid-fbc2e8c7-045d-4bcc-82da-2f1309918f0e/index.json", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "See: http://archive.org/download/mbid-fbc2e8c7-045d-4bcc-82da-2f1309918f0e/index.json\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 307 + }, + { + "body": "", + "method": "GET", + "path": "/release/5270d638-4f9d-44da-89e8-3e2b92fbda95", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "text/plain; charset=utf-8", + "Content-Length", + "86", + "Connection", + "close", + "Location", + "http://archive.org/download/mbid-5270d638-4f9d-44da-89e8-3e2b92fbda95/index.json", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "See: http://archive.org/download/mbid-5270d638-4f9d-44da-89e8-3e2b92fbda95/index.json\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 307 + }, + { + "body": "", + "method": "GET", + "path": "/release/7c8b0bcd-b95d-414c-bbb5-f6d3fb56786f", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "text/plain; charset=utf-8", + "Content-Length", + "86", + "Connection", + "close", + "Location", + "http://archive.org/download/mbid-7c8b0bcd-b95d-414c-bbb5-f6d3fb56786f/index.json", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "See: http://archive.org/download/mbid-7c8b0bcd-b95d-414c-bbb5-f6d3fb56786f/index.json\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 307 + }, + { + "body": "", + "method": "GET", + "path": "/release/10ed5ae4-2bb8-48ac-89ac-a5ea58667f44", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "text/plain; charset=utf-8", + "Content-Length", + "86", + "Connection", + "close", + "Location", + "http://archive.org/download/mbid-10ed5ae4-2bb8-48ac-89ac-a5ea58667f44/index.json", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "See: http://archive.org/download/mbid-10ed5ae4-2bb8-48ac-89ac-a5ea58667f44/index.json\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 307 + }, + { + "body": "", + "method": "GET", + "path": "/release/78ce3427-f5cf-480d-92bb-837381162971", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "text/plain; charset=utf-8", + "Content-Length", + "86", + "Connection", + "close", + "Location", + "http://archive.org/download/mbid-78ce3427-f5cf-480d-92bb-837381162971/index.json", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "See: http://archive.org/download/mbid-78ce3427-f5cf-480d-92bb-837381162971/index.json\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 307 + }, + { + "body": "", + "method": "GET", + "path": "/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "text/plain; charset=utf-8", + "Content-Length", + "86", + "Connection", + "close", + "Location", + "http://archive.org/download/mbid-42fab4c5-13e1-4663-bef4-dbd41a8050bd/index.json", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "See: http://archive.org/download/mbid-42fab4c5-13e1-4663-bef4-dbd41a8050bd/index.json\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 307 + }, + { + "body": "", + "method": "GET", + "path": "/release/3d354599-d9d4-44a8-9584-37e3b0238871", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "text/plain; charset=utf-8", + "Content-Length", + "86", + "Connection", + "close", + "Location", + "http://archive.org/download/mbid-3d354599-d9d4-44a8-9584-37e3b0238871/index.json", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "See: http://archive.org/download/mbid-3d354599-d9d4-44a8-9584-37e3b0238871/index.json\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 307 + }, + { + "body": "", + "method": "GET", + "path": "/release/0f66c2eb-cbb5-4dc1-aa64-b5b4a0465e6a", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "text/plain; charset=utf-8", + "Content-Length", + "86", + "Connection", + "close", + "Location", + "http://archive.org/download/mbid-0f66c2eb-cbb5-4dc1-aa64-b5b4a0465e6a/index.json", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "See: http://archive.org/download/mbid-0f66c2eb-cbb5-4dc1-aa64-b5b4a0465e6a/index.json\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 307 + }, + { + "body": "", + "method": "GET", + "path": "/release/dd15903e-0ee7-45ec-aba1-2fc7b3a44e19", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "text/plain; charset=utf-8", + "Content-Length", + "86", + "Connection", + "close", + "Location", + "http://archive.org/download/mbid-dd15903e-0ee7-45ec-aba1-2fc7b3a44e19/index.json", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "See: http://archive.org/download/mbid-dd15903e-0ee7-45ec-aba1-2fc7b3a44e19/index.json\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 307 + }, + { + "body": "", + "method": "GET", + "path": "/download/mbid-d5cdb7fd-c7e9-460a-9549-8a369655cc52/index.json", + "rawHeaders": [ + "Server", + "nginx/1.16.1 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "text/html; charset=UTF-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes", + "Location", + "http://ia801203.us.archive.org/29/items/mbid-d5cdb7fd-c7e9-460a-9549-8a369655cc52/index.json", + "Strict-Transport-Security", + "max-age=15724800", + "Referrer-Policy", + "no-referrer-when-downgrade" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "archive.org" + }, + "response": "", + "responseIsBinary": false, + "scope": "http://archive.org:80", + "status": 302 + }, + { + "body": "", + "method": "GET", + "path": "/download/mbid-78ce3427-f5cf-480d-92bb-837381162971/index.json", + "rawHeaders": [ + "Server", + "nginx/1.16.1 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "text/html; charset=UTF-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes", + "Location", + "http://ia902906.us.archive.org/10/items/mbid-78ce3427-f5cf-480d-92bb-837381162971/index.json", + "Strict-Transport-Security", + "max-age=15724800", + "Referrer-Policy", + "no-referrer-when-downgrade" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "archive.org" + }, + "response": "", + "responseIsBinary": false, + "scope": "http://archive.org:80", + "status": 302 + }, + { + "body": "", + "method": "GET", + "path": "/download/mbid-5270d638-4f9d-44da-89e8-3e2b92fbda95/index.json", + "rawHeaders": [ + "Server", + "nginx/1.16.1 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "text/html; charset=UTF-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes", + "Location", + "http://ia601705.us.archive.org/32/items/mbid-5270d638-4f9d-44da-89e8-3e2b92fbda95/index.json", + "Strict-Transport-Security", + "max-age=15724800", + "Referrer-Policy", + "no-referrer-when-downgrade" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "archive.org" + }, + "response": "", + "responseIsBinary": false, + "scope": "http://archive.org:80", + "status": 302 + }, + { + "body": "", + "method": "GET", + "path": "/download/mbid-10ed5ae4-2bb8-48ac-89ac-a5ea58667f44/index.json", + "rawHeaders": [ + "Server", + "nginx/1.16.1 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "text/html; charset=UTF-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes", + "Location", + "http://ia801904.us.archive.org/25/items/mbid-10ed5ae4-2bb8-48ac-89ac-a5ea58667f44/index.json", + "Strict-Transport-Security", + "max-age=15724800", + "Referrer-Policy", + "no-referrer-when-downgrade" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "archive.org" + }, + "response": "", + "responseIsBinary": false, + "scope": "http://archive.org:80", + "status": 302 + }, + { + "body": "", + "method": "GET", + "path": "/download/mbid-fbc2e8c7-045d-4bcc-82da-2f1309918f0e/index.json", + "rawHeaders": [ + "Server", + "nginx/1.16.1 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "text/html; charset=UTF-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes", + "Location", + "http://ia801607.us.archive.org/11/items/mbid-fbc2e8c7-045d-4bcc-82da-2f1309918f0e/index.json", + "Strict-Transport-Security", + "max-age=15724800", + "Referrer-Policy", + "no-referrer-when-downgrade" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "archive.org" + }, + "response": "", + "responseIsBinary": false, + "scope": "http://archive.org:80", + "status": 302 + }, + { + "body": "", + "method": "GET", + "path": "/download/mbid-0f66c2eb-cbb5-4dc1-aa64-b5b4a0465e6a/index.json", + "rawHeaders": [ + "Server", + "nginx/1.16.1 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "text/html; charset=UTF-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes", + "Location", + "http://ia801402.us.archive.org/11/items/mbid-0f66c2eb-cbb5-4dc1-aa64-b5b4a0465e6a/index.json", + "Strict-Transport-Security", + "max-age=15724800", + "Referrer-Policy", + "no-referrer-when-downgrade" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "archive.org" + }, + "response": "", + "responseIsBinary": false, + "scope": "http://archive.org:80", + "status": 302 + }, + { + "body": "", + "method": "GET", + "path": "/download/mbid-dd15903e-0ee7-45ec-aba1-2fc7b3a44e19/index.json", + "rawHeaders": [ + "Server", + "nginx/1.16.1 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "text/html; charset=UTF-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes", + "Location", + "http://ia601901.us.archive.org/4/items/mbid-dd15903e-0ee7-45ec-aba1-2fc7b3a44e19/index.json", + "Strict-Transport-Security", + "max-age=15724800", + "Referrer-Policy", + "no-referrer-when-downgrade" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "archive.org" + }, + "response": "", + "responseIsBinary": false, + "scope": "http://archive.org:80", + "status": 302 + }, + { + "body": "", + "method": "GET", + "path": "/download/mbid-3d354599-d9d4-44a8-9584-37e3b0238871/index.json", + "rawHeaders": [ + "Server", + "nginx/1.16.1 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "text/html; charset=UTF-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes", + "Location", + "http://ia801204.us.archive.org/9/items/mbid-3d354599-d9d4-44a8-9584-37e3b0238871/index.json", + "Strict-Transport-Security", + "max-age=15724800", + "Referrer-Policy", + "no-referrer-when-downgrade" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "archive.org" + }, + "response": "", + "responseIsBinary": false, + "scope": "http://archive.org:80", + "status": 302 + }, + { + "body": "", + "method": "GET", + "path": "/download/mbid-42fab4c5-13e1-4663-bef4-dbd41a8050bd/index.json", + "rawHeaders": [ + "Server", + "nginx/1.16.1 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "text/html; charset=UTF-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes", + "Location", + "http://ia802902.us.archive.org/15/items/mbid-42fab4c5-13e1-4663-bef4-dbd41a8050bd/index.json", + "Strict-Transport-Security", + "max-age=15724800", + "Referrer-Policy", + "no-referrer-when-downgrade" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "archive.org" + }, + "response": "", + "responseIsBinary": false, + "scope": "http://archive.org:80", + "status": 302 + }, + { + "body": "", + "method": "GET", + "path": "/download/mbid-7c8b0bcd-b95d-414c-bbb5-f6d3fb56786f/index.json", + "rawHeaders": [ + "Server", + "nginx/1.16.1 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "text/html; charset=UTF-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes", + "Location", + "http://ia803008.us.archive.org/2/items/mbid-7c8b0bcd-b95d-414c-bbb5-f6d3fb56786f/index.json", + "Strict-Transport-Security", + "max-age=15724800", + "Referrer-Policy", + "no-referrer-when-downgrade" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "archive.org" + }, + "response": "", + "responseIsBinary": false, + "scope": "http://archive.org:80", + "status": 302 + }, + { + "body": "", + "method": "GET", + "path": "/10/items/mbid-78ce3427-f5cf-480d-92bb-837381162971/index.json", + "rawHeaders": [ + "Server", + "nginx/1.18.0 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "application/json", + "Content-Length", + "820", + "Last-Modified", + "Tue, 12 May 2020 17:14:10 GMT", + "Connection", + "close", + "ETag", + "\"5ebad962-334\"", + "Strict-Transport-Security", + "max-age=15724800", + "Expires", + "Thu, 15 Apr 2021 15:07:17 GMT", + "Cache-Control", + "max-age=21600", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "ia902906.us.archive.org" + }, + "response": { + "images": [ + { + "approved": true, + "back": false, + "comment": "", + "edit": 69498655, + "front": true, + "id": 26116721147, + "image": "http://coverartarchive.org/release/78ce3427-f5cf-480d-92bb-837381162971/26116721147.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/78ce3427-f5cf-480d-92bb-837381162971/26116721147-1200.jpg", + "250": "http://coverartarchive.org/release/78ce3427-f5cf-480d-92bb-837381162971/26116721147-250.jpg", + "500": "http://coverartarchive.org/release/78ce3427-f5cf-480d-92bb-837381162971/26116721147-500.jpg", + "large": "http://coverartarchive.org/release/78ce3427-f5cf-480d-92bb-837381162971/26116721147-500.jpg", + "small": "http://coverartarchive.org/release/78ce3427-f5cf-480d-92bb-837381162971/26116721147-250.jpg" + }, + "types": [ + "Front" + ] + } + ], + "release": "https://musicbrainz.org/release/78ce3427-f5cf-480d-92bb-837381162971" + }, + "responseIsBinary": false, + "scope": "http://ia902906.us.archive.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/29/items/mbid-d5cdb7fd-c7e9-460a-9549-8a369655cc52/index.json", + "rawHeaders": [ + "Server", + "nginx/1.18.0 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "application/json", + "Content-Length", + "4829", + "Last-Modified", + "Fri, 04 Nov 2016 08:01:44 GMT", + "Connection", + "close", + "ETag", + "\"581c4068-12dd\"", + "Strict-Transport-Security", + "max-age=15724800", + "Expires", + "Thu, 15 Apr 2021 15:07:17 GMT", + "Cache-Control", + "max-age=21600", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "ia801203.us.archive.org" + }, + "response": { + "images": [ + { + "approved": true, + "back": false, + "comment": "", + "edit": 41326273, + "front": true, + "id": "14955061405", + "image": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955061405.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955061405-500.jpg", + "small": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955061405-250.jpg" + }, + "types": [ + "Front" + ] + }, + { + "approved": true, + "back": true, + "comment": "", + "edit": 41326275, + "front": false, + "id": "14955062822", + "image": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955062822.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955062822-500.jpg", + "small": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955062822-250.jpg" + }, + "types": [ + "Back", + "Spine" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 41326278, + "front": false, + "id": "14955064370", + "image": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955064370.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955064370-500.jpg", + "small": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955064370-250.jpg" + }, + "types": [ + "Tray" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 41326288, + "front": false, + "id": "14955066041", + "image": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955066041.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955066041-500.jpg", + "small": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955066041-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 41326294, + "front": false, + "id": "14955068047", + "image": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955068047.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955068047-500.jpg", + "small": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955068047-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 41326297, + "front": false, + "id": "14955069655", + "image": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955069655.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955069655-500.jpg", + "small": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955069655-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 41326303, + "front": false, + "id": "14955071842", + "image": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955071842.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955071842-500.jpg", + "small": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955071842-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 41326306, + "front": false, + "id": "14955073836", + "image": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955073836.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955073836-500.jpg", + "small": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955073836-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 41326325, + "front": false, + "id": "14955075724", + "image": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955075724.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955075724-500.jpg", + "small": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955075724-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "Sticker", + "edit": 41538992, + "front": false, + "id": "15067760321", + "image": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/15067760321.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/15067760321-500.jpg", + "small": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/15067760321-250.jpg" + }, + "types": [ + "Sticker" + ] + }, + { + "approved": true, + "back": false, + "comment": "CD", + "edit": 41538996, + "front": false, + "id": "15067761190", + "image": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/15067761190.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/15067761190-500.jpg", + "small": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/15067761190-250.jpg" + }, + "types": [ + "Medium" + ] + } + ], + "release": "https://musicbrainz.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52" + }, + "responseIsBinary": false, + "scope": "http://ia801203.us.archive.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/32/items/mbid-5270d638-4f9d-44da-89e8-3e2b92fbda95/index.json", + "rawHeaders": [ + "Server", + "nginx/1.16.1 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "application/json", + "Content-Length", + "820", + "Last-Modified", + "Tue, 29 Sep 2020 22:00:27 GMT", + "Connection", + "close", + "ETag", + "\"5f73ae7b-334\"", + "Strict-Transport-Security", + "max-age=15724800", + "Expires", + "Thu, 15 Apr 2021 15:07:17 GMT", + "Cache-Control", + "max-age=21600", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "ia601705.us.archive.org" + }, + "response": { + "images": [ + { + "approved": true, + "back": false, + "comment": "", + "edit": 73187267, + "front": true, + "id": 27327963644, + "image": "http://coverartarchive.org/release/5270d638-4f9d-44da-89e8-3e2b92fbda95/27327963644.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/5270d638-4f9d-44da-89e8-3e2b92fbda95/27327963644-1200.jpg", + "250": "http://coverartarchive.org/release/5270d638-4f9d-44da-89e8-3e2b92fbda95/27327963644-250.jpg", + "500": "http://coverartarchive.org/release/5270d638-4f9d-44da-89e8-3e2b92fbda95/27327963644-500.jpg", + "large": "http://coverartarchive.org/release/5270d638-4f9d-44da-89e8-3e2b92fbda95/27327963644-500.jpg", + "small": "http://coverartarchive.org/release/5270d638-4f9d-44da-89e8-3e2b92fbda95/27327963644-250.jpg" + }, + "types": [ + "Front" + ] + } + ], + "release": "https://musicbrainz.org/release/5270d638-4f9d-44da-89e8-3e2b92fbda95" + }, + "responseIsBinary": false, + "scope": "http://ia601705.us.archive.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/11/items/mbid-fbc2e8c7-045d-4bcc-82da-2f1309918f0e/index.json", + "rawHeaders": [ + "Server", + "nginx/1.18.0 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "application/json", + "Content-Length", + "3076", + "Last-Modified", + "Sat, 01 Apr 2017 12:05:06 GMT", + "Connection", + "close", + "ETag", + "\"58df9772-c04\"", + "Strict-Transport-Security", + "max-age=15724800", + "Expires", + "Thu, 15 Apr 2021 15:07:17 GMT", + "Cache-Control", + "max-age=21600", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "ia801607.us.archive.org" + }, + "response": { + "images": [ + { + "approved": true, + "back": false, + "comment": "", + "edit": 44457629, + "front": true, + "id": 16302920714, + "image": "http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302920714.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302920714-500.jpg", + "small": "http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302920714-250.jpg" + }, + "types": [ + "Front" + ] + }, + { + "approved": true, + "back": true, + "comment": "", + "edit": 44457631, + "front": false, + "id": 16302922551, + "image": "http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302922551.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302922551-500.jpg", + "small": "http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302922551-250.jpg" + }, + "types": [ + "Back" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 44457632, + "front": false, + "id": 16302923350, + "image": "http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302923350.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302923350-500.jpg", + "small": "http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302923350-250.jpg" + }, + "types": [ + "Sticker" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 44457633, + "front": false, + "id": 16302924018, + "image": "http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302924018.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302924018-500.jpg", + "small": "http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302924018-250.jpg" + }, + "types": [ + "Medium" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 44457634, + "front": false, + "id": 16302924342, + "image": "http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302924342.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302924342-500.jpg", + "small": "http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302924342-250.jpg" + }, + "types": [ + "Medium" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 44457637, + "front": false, + "id": 16302924865, + "image": "http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302924865.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302924865-500.jpg", + "small": "http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302924865-250.jpg" + }, + "types": [ + "Liner" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 44457638, + "front": false, + "id": 16302925518, + "image": "http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302925518.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302925518-500.jpg", + "small": "http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302925518-250.jpg" + }, + "types": [ + "Liner" + ] + } + ], + "release": "https://musicbrainz.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e" + }, + "responseIsBinary": false, + "scope": "http://ia801607.us.archive.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/25/items/mbid-10ed5ae4-2bb8-48ac-89ac-a5ea58667f44/index.json", + "rawHeaders": [ + "Server", + "nginx/1.18.0 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "application/json", + "Content-Length", + "820", + "Last-Modified", + "Wed, 13 Jan 2021 16:33:17 GMT", + "Connection", + "close", + "ETag", + "\"5fff20cd-334\"", + "Strict-Transport-Security", + "max-age=15724800", + "Expires", + "Thu, 15 Apr 2021 15:07:17 GMT", + "Cache-Control", + "max-age=21600", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "ia801904.us.archive.org" + }, + "response": { + "images": [ + { + "approved": true, + "back": false, + "comment": "", + "edit": 41203744, + "front": true, + "id": 14894448550, + "image": "http://coverartarchive.org/release/10ed5ae4-2bb8-48ac-89ac-a5ea58667f44/14894448550.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/10ed5ae4-2bb8-48ac-89ac-a5ea58667f44/14894448550-1200.jpg", + "250": "http://coverartarchive.org/release/10ed5ae4-2bb8-48ac-89ac-a5ea58667f44/14894448550-250.jpg", + "500": "http://coverartarchive.org/release/10ed5ae4-2bb8-48ac-89ac-a5ea58667f44/14894448550-500.jpg", + "large": "http://coverartarchive.org/release/10ed5ae4-2bb8-48ac-89ac-a5ea58667f44/14894448550-500.jpg", + "small": "http://coverartarchive.org/release/10ed5ae4-2bb8-48ac-89ac-a5ea58667f44/14894448550-250.jpg" + }, + "types": [ + "Front" + ] + } + ], + "release": "https://musicbrainz.org/release/10ed5ae4-2bb8-48ac-89ac-a5ea58667f44" + }, + "responseIsBinary": false, + "scope": "http://ia801904.us.archive.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/4/items/mbid-dd15903e-0ee7-45ec-aba1-2fc7b3a44e19/index.json", + "rawHeaders": [ + "Server", + "nginx/1.18.0 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "application/json", + "Content-Length", + "1383", + "Last-Modified", + "Sun, 06 Nov 2016 10:02:39 GMT", + "Connection", + "close", + "ETag", + "\"581effbf-567\"", + "Strict-Transport-Security", + "max-age=15724800", + "Expires", + "Thu, 15 Apr 2021 15:07:17 GMT", + "Cache-Control", + "max-age=21600", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "ia601901.us.archive.org" + }, + "response": { + "images": [ + { + "approved": true, + "back": false, + "comment": "", + "edit": 40831187, + "front": true, + "id": "14693820293", + "image": "http://coverartarchive.org/release/dd15903e-0ee7-45ec-aba1-2fc7b3a44e19/14693820293.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/dd15903e-0ee7-45ec-aba1-2fc7b3a44e19/14693820293-500.jpg", + "small": "http://coverartarchive.org/release/dd15903e-0ee7-45ec-aba1-2fc7b3a44e19/14693820293-250.jpg" + }, + "types": [ + "Front" + ] + }, + { + "approved": true, + "back": true, + "comment": "", + "edit": 41462768, + "front": false, + "id": "15029120792", + "image": "http://coverartarchive.org/release/dd15903e-0ee7-45ec-aba1-2fc7b3a44e19/15029120792.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/dd15903e-0ee7-45ec-aba1-2fc7b3a44e19/15029120792-500.jpg", + "small": "http://coverartarchive.org/release/dd15903e-0ee7-45ec-aba1-2fc7b3a44e19/15029120792-250.jpg" + }, + "types": [ + "Back", + "Spine" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 41462773, + "front": false, + "id": "15029124666", + "image": "http://coverartarchive.org/release/dd15903e-0ee7-45ec-aba1-2fc7b3a44e19/15029124666.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/dd15903e-0ee7-45ec-aba1-2fc7b3a44e19/15029124666-500.jpg", + "small": "http://coverartarchive.org/release/dd15903e-0ee7-45ec-aba1-2fc7b3a44e19/15029124666-250.jpg" + }, + "types": [ + "Medium" + ] + } + ], + "release": "https://musicbrainz.org/release/dd15903e-0ee7-45ec-aba1-2fc7b3a44e19" + }, + "responseIsBinary": false, + "scope": "http://ia601901.us.archive.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/11/items/mbid-0f66c2eb-cbb5-4dc1-aa64-b5b4a0465e6a/index.json", + "rawHeaders": [ + "Server", + "nginx/1.18.0 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "application/json", + "Content-Length", + "2275", + "Last-Modified", + "Sun, 21 Mar 2021 14:01:09 GMT", + "Connection", + "close", + "ETag", + "\"605751a5-8e3\"", + "Strict-Transport-Security", + "max-age=15724800", + "Expires", + "Thu, 15 Apr 2021 15:07:17 GMT", + "Cache-Control", + "max-age=21600", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "ia801402.us.archive.org" + }, + "response": { + "images": [ + { + "approved": true, + "back": false, + "comment": "", + "edit": 78077366, + "front": false, + "id": 28819843795, + "image": "http://coverartarchive.org/release/0f66c2eb-cbb5-4dc1-aa64-b5b4a0465e6a/28819843795.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/0f66c2eb-cbb5-4dc1-aa64-b5b4a0465e6a/28819843795-1200.jpg", + "250": "http://coverartarchive.org/release/0f66c2eb-cbb5-4dc1-aa64-b5b4a0465e6a/28819843795-250.jpg", + "500": "http://coverartarchive.org/release/0f66c2eb-cbb5-4dc1-aa64-b5b4a0465e6a/28819843795-500.jpg", + "large": "http://coverartarchive.org/release/0f66c2eb-cbb5-4dc1-aa64-b5b4a0465e6a/28819843795-500.jpg", + "small": "http://coverartarchive.org/release/0f66c2eb-cbb5-4dc1-aa64-b5b4a0465e6a/28819843795-250.jpg" + }, + "types": [ + "Medium" + ] + }, + { + "approved": true, + "back": true, + "comment": "", + "edit": 78077367, + "front": false, + "id": 28819845486, + "image": "http://coverartarchive.org/release/0f66c2eb-cbb5-4dc1-aa64-b5b4a0465e6a/28819845486.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/0f66c2eb-cbb5-4dc1-aa64-b5b4a0465e6a/28819845486-1200.jpg", + "250": "http://coverartarchive.org/release/0f66c2eb-cbb5-4dc1-aa64-b5b4a0465e6a/28819845486-250.jpg", + "500": "http://coverartarchive.org/release/0f66c2eb-cbb5-4dc1-aa64-b5b4a0465e6a/28819845486-500.jpg", + "large": "http://coverartarchive.org/release/0f66c2eb-cbb5-4dc1-aa64-b5b4a0465e6a/28819845486-500.jpg", + "small": "http://coverartarchive.org/release/0f66c2eb-cbb5-4dc1-aa64-b5b4a0465e6a/28819845486-250.jpg" + }, + "types": [ + "Back" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 78077368, + "front": true, + "id": 28819846237, + "image": "http://coverartarchive.org/release/0f66c2eb-cbb5-4dc1-aa64-b5b4a0465e6a/28819846237.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/0f66c2eb-cbb5-4dc1-aa64-b5b4a0465e6a/28819846237-1200.jpg", + "250": "http://coverartarchive.org/release/0f66c2eb-cbb5-4dc1-aa64-b5b4a0465e6a/28819846237-250.jpg", + "500": "http://coverartarchive.org/release/0f66c2eb-cbb5-4dc1-aa64-b5b4a0465e6a/28819846237-500.jpg", + "large": "http://coverartarchive.org/release/0f66c2eb-cbb5-4dc1-aa64-b5b4a0465e6a/28819846237-500.jpg", + "small": "http://coverartarchive.org/release/0f66c2eb-cbb5-4dc1-aa64-b5b4a0465e6a/28819846237-250.jpg" + }, + "types": [ + "Front" + ] + } + ], + "release": "https://musicbrainz.org/release/0f66c2eb-cbb5-4dc1-aa64-b5b4a0465e6a" + }, + "responseIsBinary": false, + "scope": "http://ia801402.us.archive.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/2/items/mbid-7c8b0bcd-b95d-414c-bbb5-f6d3fb56786f/index.json", + "rawHeaders": [ + "Server", + "nginx/1.18.0 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "application/json", + "Content-Length", + "820", + "Last-Modified", + "Mon, 22 Apr 2019 16:03:30 GMT", + "Connection", + "close", + "ETag", + "\"5cbde5d2-334\"", + "Strict-Transport-Security", + "max-age=15724800", + "Expires", + "Thu, 15 Apr 2021 15:07:17 GMT", + "Cache-Control", + "max-age=21600", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "ia803008.us.archive.org" + }, + "response": { + "images": [ + { + "approved": true, + "back": false, + "comment": "", + "edit": 60703599, + "front": true, + "id": 22781375876, + "image": "http://coverartarchive.org/release/7c8b0bcd-b95d-414c-bbb5-f6d3fb56786f/22781375876.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/7c8b0bcd-b95d-414c-bbb5-f6d3fb56786f/22781375876-1200.jpg", + "250": "http://coverartarchive.org/release/7c8b0bcd-b95d-414c-bbb5-f6d3fb56786f/22781375876-250.jpg", + "500": "http://coverartarchive.org/release/7c8b0bcd-b95d-414c-bbb5-f6d3fb56786f/22781375876-500.jpg", + "large": "http://coverartarchive.org/release/7c8b0bcd-b95d-414c-bbb5-f6d3fb56786f/22781375876-500.jpg", + "small": "http://coverartarchive.org/release/7c8b0bcd-b95d-414c-bbb5-f6d3fb56786f/22781375876-250.jpg" + }, + "types": [ + "Front" + ] + } + ], + "release": "https://musicbrainz.org/release/7c8b0bcd-b95d-414c-bbb5-f6d3fb56786f" + }, + "responseIsBinary": false, + "scope": "http://ia803008.us.archive.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/15/items/mbid-42fab4c5-13e1-4663-bef4-dbd41a8050bd/index.json", + "rawHeaders": [ + "Server", + "nginx/1.18.0 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "application/json", + "Content-Length", + "1796", + "Last-Modified", + "Thu, 29 Dec 2016 08:01:33 GMT", + "Connection", + "close", + "ETag", + "\"5864c2dd-704\"", + "Strict-Transport-Security", + "max-age=15724800", + "Expires", + "Thu, 15 Apr 2021 15:07:17 GMT", + "Cache-Control", + "max-age=21600", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "ia802902.us.archive.org" + }, + "response": { + "images": [ + { + "approved": true, + "back": false, + "comment": "", + "edit": 42442363, + "front": true, + "id": 15486350950, + "image": "http://coverartarchive.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd/15486350950.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd/15486350950-500.jpg", + "small": "http://coverartarchive.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd/15486350950-250.jpg" + }, + "types": [ + "Front" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 42442364, + "front": false, + "id": 15486352440, + "image": "http://coverartarchive.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd/15486352440.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd/15486352440-500.jpg", + "small": "http://coverartarchive.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd/15486352440-250.jpg" + }, + "types": [ + "Medium" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 42442365, + "front": false, + "id": 15486353243, + "image": "http://coverartarchive.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd/15486353243.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd/15486353243-500.jpg", + "small": "http://coverartarchive.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd/15486353243-250.jpg" + }, + "types": [ + "Medium" + ] + }, + { + "approved": true, + "back": true, + "comment": "", + "edit": 42442367, + "front": false, + "id": 15486354235, + "image": "http://coverartarchive.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd/15486354235.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd/15486354235-500.jpg", + "small": "http://coverartarchive.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd/15486354235-250.jpg" + }, + "types": [ + "Back" + ] + } + ], + "release": "https://musicbrainz.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd" + }, + "responseIsBinary": false, + "scope": "http://ia802902.us.archive.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/9/items/mbid-3d354599-d9d4-44a8-9584-37e3b0238871/index.json", + "rawHeaders": [ + "Server", + "nginx/1.18.0 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:17 GMT", + "Content-Type", + "application/json", + "Content-Length", + "18330", + "Last-Modified", + "Sat, 19 Oct 2019 20:41:33 GMT", + "Connection", + "close", + "ETag", + "\"5dab74fd-479a\"", + "Strict-Transport-Security", + "max-age=15724800", + "Expires", + "Thu, 15 Apr 2021 15:07:17 GMT", + "Cache-Control", + "max-age=21600", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "ia801204.us.archive.org" + }, + "response": { + "images": [ + { + "approved": true, + "back": false, + "comment": "", + "edit": 42119625, + "front": true, + "id": 15350933722, + "image": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350933722.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350933722-1200.jpg", + "250": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350933722-250.jpg", + "500": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350933722-500.jpg", + "large": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350933722-500.jpg", + "small": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350933722-250.jpg" + }, + "types": [ + "Front" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 42119626, + "front": false, + "id": 15350935318, + "image": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350935318.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350935318-1200.jpg", + "250": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350935318-250.jpg", + "500": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350935318-500.jpg", + "large": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350935318-500.jpg", + "small": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350935318-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 42119627, + "front": false, + "id": 15350936642, + "image": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350936642.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350936642-1200.jpg", + "250": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350936642-250.jpg", + "500": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350936642-500.jpg", + "large": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350936642-500.jpg", + "small": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350936642-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 42119628, + "front": false, + "id": 15350937581, + "image": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350937581.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350937581-1200.jpg", + "250": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350937581-250.jpg", + "500": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350937581-500.jpg", + "large": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350937581-500.jpg", + "small": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350937581-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 42119634, + "front": false, + "id": 15350938401, + "image": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350938401.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350938401-1200.jpg", + "250": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350938401-250.jpg", + "500": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350938401-500.jpg", + "large": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350938401-500.jpg", + "small": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350938401-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 42119637, + "front": false, + "id": 15350939426, + "image": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350939426.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350939426-1200.jpg", + "250": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350939426-250.jpg", + "500": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350939426-500.jpg", + "large": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350939426-500.jpg", + "small": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350939426-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 42119638, + "front": false, + "id": 15350940231, + "image": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350940231.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350940231-1200.jpg", + "250": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350940231-250.jpg", + "500": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350940231-500.jpg", + "large": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350940231-500.jpg", + "small": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350940231-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 42119639, + "front": false, + "id": 15350940970, + "image": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350940970.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350940970-1200.jpg", + "250": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350940970-250.jpg", + "500": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350940970-500.jpg", + "large": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350940970-500.jpg", + "small": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350940970-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 42119675, + "front": false, + "id": 15350941477, + "image": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350941477.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350941477-1200.jpg", + "250": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350941477-250.jpg", + "500": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350941477-500.jpg", + "large": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350941477-500.jpg", + "small": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350941477-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 42119676, + "front": false, + "id": 15350942016, + "image": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350942016.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350942016-1200.jpg", + "250": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350942016-250.jpg", + "500": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350942016-500.jpg", + "large": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350942016-500.jpg", + "small": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350942016-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 42119677, + "front": false, + "id": 15350942799, + "image": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350942799.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350942799-1200.jpg", + "250": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350942799-250.jpg", + "500": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350942799-500.jpg", + "large": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350942799-500.jpg", + "small": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350942799-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 42119679, + "front": false, + "id": 15350943494, + "image": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350943494.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350943494-1200.jpg", + "250": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350943494-250.jpg", + "500": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350943494-500.jpg", + "large": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350943494-500.jpg", + "small": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350943494-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 42119680, + "front": false, + "id": 15350944158, + "image": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350944158.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350944158-1200.jpg", + "250": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350944158-250.jpg", + "500": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350944158-500.jpg", + "large": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350944158-500.jpg", + "small": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350944158-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 42119681, + "front": false, + "id": 15350944853, + "image": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350944853.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350944853-1200.jpg", + "250": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350944853-250.jpg", + "500": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350944853-500.jpg", + "large": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350944853-500.jpg", + "small": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350944853-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 42119683, + "front": false, + "id": 15350945259, + "image": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350945259.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350945259-1200.jpg", + "250": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350945259-250.jpg", + "500": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350945259-500.jpg", + "large": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350945259-500.jpg", + "small": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350945259-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 42119684, + "front": false, + "id": 15350946269, + "image": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350946269.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350946269-1200.jpg", + "250": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350946269-250.jpg", + "500": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350946269-500.jpg", + "large": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350946269-500.jpg", + "small": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350946269-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 42119686, + "front": false, + "id": 15350946689, + "image": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350946689.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350946689-1200.jpg", + "250": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350946689-250.jpg", + "500": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350946689-500.jpg", + "large": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350946689-500.jpg", + "small": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350946689-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 42119687, + "front": false, + "id": 15350947505, + "image": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350947505.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350947505-1200.jpg", + "250": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350947505-250.jpg", + "500": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350947505-500.jpg", + "large": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350947505-500.jpg", + "small": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350947505-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 42119688, + "front": false, + "id": 15350948122, + "image": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350948122.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350948122-1200.jpg", + "250": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350948122-250.jpg", + "500": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350948122-500.jpg", + "large": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350948122-500.jpg", + "small": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350948122-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 42119694, + "front": false, + "id": 15350948750, + "image": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350948750.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350948750-1200.jpg", + "250": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350948750-250.jpg", + "500": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350948750-500.jpg", + "large": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350948750-500.jpg", + "small": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350948750-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 42119697, + "front": false, + "id": 15350949469, + "image": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350949469.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350949469-1200.jpg", + "250": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350949469-250.jpg", + "500": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350949469-500.jpg", + "large": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350949469-500.jpg", + "small": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350949469-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": true, + "comment": "", + "edit": 42119698, + "front": false, + "id": 15350949954, + "image": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350949954.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350949954-1200.jpg", + "250": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350949954-250.jpg", + "500": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350949954-500.jpg", + "large": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350949954-500.jpg", + "small": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350949954-250.jpg" + }, + "types": [ + "Back" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 42119699, + "front": false, + "id": 15350950787, + "image": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350950787.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350950787-1200.jpg", + "250": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350950787-250.jpg", + "500": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350950787-500.jpg", + "large": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350950787-500.jpg", + "small": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350950787-250.jpg" + }, + "types": [ + "Medium" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 42119700, + "front": false, + "id": 15350951427, + "image": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350951427.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350951427-1200.jpg", + "250": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350951427-250.jpg", + "500": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350951427-500.jpg", + "large": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350951427-500.jpg", + "small": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350951427-250.jpg" + }, + "types": [ + "Medium" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 42119701, + "front": false, + "id": 15350952397, + "image": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350952397.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350952397-1200.jpg", + "250": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350952397-250.jpg", + "500": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350952397-500.jpg", + "large": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350952397-500.jpg", + "small": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350952397-250.jpg" + }, + "types": [ + "Obi" + ] + } + ], + "release": "https://musicbrainz.org/release/3d354599-d9d4-44a8-9584-37e3b0238871" + }, + "responseIsBinary": false, + "scope": "http://ia801204.us.archive.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/release/e95361ed-0bf7-4824-8b11-6978f05de1f3", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:18 GMT", + "Content-Type", + "text/html", + "Content-Length", + "179", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "\n404 Not Found\n

Not Found

\n

No cover art found for release e95361ed-0bf7-4824-8b11-6978f05de1f3

\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 404 + }, + { + "body": "", + "method": "GET", + "path": "/release/155b4ef4-fda3-40ea-93e8-05ff5e831880", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:18 GMT", + "Content-Type", + "text/html", + "Content-Length", + "179", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "\n404 Not Found\n

Not Found

\n

No cover art found for release 155b4ef4-fda3-40ea-93e8-05ff5e831880

\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 404 + }, + { + "body": "", + "method": "GET", + "path": "/release/e383d1a9-33af-4f4c-9d70-d16592870ae2", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:18 GMT", + "Content-Type", + "text/plain; charset=utf-8", + "Content-Length", + "86", + "Connection", + "close", + "Location", + "http://archive.org/download/mbid-e383d1a9-33af-4f4c-9d70-d16592870ae2/index.json", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "See: http://archive.org/download/mbid-e383d1a9-33af-4f4c-9d70-d16592870ae2/index.json\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 307 + }, + { + "body": "", + "method": "GET", + "path": "/release/29a43eb0-537d-4af1-8598-8b488c847f2e", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:18 GMT", + "Content-Type", + "text/html", + "Content-Length", + "179", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "\n404 Not Found\n

Not Found

\n

No cover art found for release 29a43eb0-537d-4af1-8598-8b488c847f2e

\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 404 + }, + { + "body": "", + "method": "GET", + "path": "/release/22a1945f-185c-4d70-979e-f297b00b0c71", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:18 GMT", + "Content-Type", + "text/plain; charset=utf-8", + "Content-Length", + "86", + "Connection", + "close", + "Location", + "http://archive.org/download/mbid-22a1945f-185c-4d70-979e-f297b00b0c71/index.json", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "See: http://archive.org/download/mbid-22a1945f-185c-4d70-979e-f297b00b0c71/index.json\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 307 + }, + { + "body": "", + "method": "GET", + "path": "/release/11b461f0-035f-4726-90e8-da897c9ffc58", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:18 GMT", + "Content-Type", + "text/plain; charset=utf-8", + "Content-Length", + "86", + "Connection", + "close", + "Location", + "http://archive.org/download/mbid-11b461f0-035f-4726-90e8-da897c9ffc58/index.json", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "See: http://archive.org/download/mbid-11b461f0-035f-4726-90e8-da897c9ffc58/index.json\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 307 + }, + { + "body": "", + "method": "GET", + "path": "/release/66999358-f6e5-4c51-aa1d-9335ab19d2e3", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:18 GMT", + "Content-Type", + "text/html", + "Content-Length", + "179", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "\n404 Not Found\n

Not Found

\n

No cover art found for release 66999358-f6e5-4c51-aa1d-9335ab19d2e3

\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 404 + }, + { + "body": "", + "method": "GET", + "path": "/release/5f1bfc8f-2d54-4328-b9ab-4d35c113bc7c", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:18 GMT", + "Content-Type", + "text/html", + "Content-Length", + "179", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "\n404 Not Found\n

Not Found

\n

No cover art found for release 5f1bfc8f-2d54-4328-b9ab-4d35c113bc7c

\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 404 + }, + { + "body": "", + "method": "GET", + "path": "/release/c810e650-0d14-4e31-a3b1-319218b30222", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:18 GMT", + "Content-Type", + "text/plain; charset=utf-8", + "Content-Length", + "86", + "Connection", + "close", + "Location", + "http://archive.org/download/mbid-c810e650-0d14-4e31-a3b1-319218b30222/index.json", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "See: http://archive.org/download/mbid-c810e650-0d14-4e31-a3b1-319218b30222/index.json\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 307 + }, + { + "body": "", + "method": "GET", + "path": "/release/b4a4c12d-92f5-4692-9bdc-21ddc2d266b5", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:18 GMT", + "Content-Type", + "text/plain; charset=utf-8", + "Content-Length", + "86", + "Connection", + "close", + "Location", + "http://archive.org/download/mbid-b4a4c12d-92f5-4692-9bdc-21ddc2d266b5/index.json", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "See: http://archive.org/download/mbid-b4a4c12d-92f5-4692-9bdc-21ddc2d266b5/index.json\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 307 + }, + { + "body": "", + "method": "GET", + "path": "/download/mbid-e383d1a9-33af-4f4c-9d70-d16592870ae2/index.json", + "rawHeaders": [ + "Server", + "nginx/1.16.1 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:18 GMT", + "Content-Type", + "text/html; charset=UTF-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes", + "Location", + "http://ia801905.us.archive.org/23/items/mbid-e383d1a9-33af-4f4c-9d70-d16592870ae2/index.json", + "Strict-Transport-Security", + "max-age=15724800", + "Referrer-Policy", + "no-referrer-when-downgrade" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "archive.org" + }, + "response": "", + "responseIsBinary": false, + "scope": "http://archive.org:80", + "status": 302 + }, + { + "body": "", + "method": "GET", + "path": "/download/mbid-c810e650-0d14-4e31-a3b1-319218b30222/index.json", + "rawHeaders": [ + "Server", + "nginx/1.16.1 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:18 GMT", + "Content-Type", + "text/html; charset=UTF-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes", + "Location", + "http://ia803109.us.archive.org/4/items/mbid-c810e650-0d14-4e31-a3b1-319218b30222/index.json", + "Strict-Transport-Security", + "max-age=15724800", + "Referrer-Policy", + "no-referrer-when-downgrade" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "archive.org" + }, + "response": "", + "responseIsBinary": false, + "scope": "http://archive.org:80", + "status": 302 + }, + { + "body": "", + "method": "GET", + "path": "/download/mbid-22a1945f-185c-4d70-979e-f297b00b0c71/index.json", + "rawHeaders": [ + "Server", + "nginx/1.16.1 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:18 GMT", + "Content-Type", + "text/html; charset=UTF-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes", + "Location", + "http://ia802502.us.archive.org/29/items/mbid-22a1945f-185c-4d70-979e-f297b00b0c71/index.json", + "Strict-Transport-Security", + "max-age=15724800", + "Referrer-Policy", + "no-referrer-when-downgrade" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "archive.org" + }, + "response": "", + "responseIsBinary": false, + "scope": "http://archive.org:80", + "status": 302 + }, + { + "body": "", + "method": "GET", + "path": "/download/mbid-11b461f0-035f-4726-90e8-da897c9ffc58/index.json", + "rawHeaders": [ + "Server", + "nginx/1.16.1 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:18 GMT", + "Content-Type", + "text/html; charset=UTF-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes", + "Location", + "http://ia801008.us.archive.org/21/items/mbid-11b461f0-035f-4726-90e8-da897c9ffc58/index.json", + "Strict-Transport-Security", + "max-age=15724800", + "Referrer-Policy", + "no-referrer-when-downgrade" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "archive.org" + }, + "response": "", + "responseIsBinary": false, + "scope": "http://archive.org:80", + "status": 302 + }, + { + "body": "", + "method": "GET", + "path": "/4/items/mbid-c810e650-0d14-4e31-a3b1-319218b30222/index.json", + "rawHeaders": [ + "Server", + "nginx/1.18.0 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:18 GMT", + "Content-Type", + "application/json", + "Content-Length", + "820", + "Last-Modified", + "Wed, 20 Nov 2019 13:01:18 GMT", + "Connection", + "close", + "ETag", + "\"5dd5391e-334\"", + "Strict-Transport-Security", + "max-age=15724800", + "Expires", + "Thu, 15 Apr 2021 15:07:18 GMT", + "Cache-Control", + "max-age=21600", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "ia803109.us.archive.org" + }, + "response": { + "images": [ + { + "approved": true, + "back": false, + "comment": "", + "edit": 65185654, + "front": true, + "id": 24611810560, + "image": "http://coverartarchive.org/release/c810e650-0d14-4e31-a3b1-319218b30222/24611810560.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/c810e650-0d14-4e31-a3b1-319218b30222/24611810560-1200.jpg", + "250": "http://coverartarchive.org/release/c810e650-0d14-4e31-a3b1-319218b30222/24611810560-250.jpg", + "500": "http://coverartarchive.org/release/c810e650-0d14-4e31-a3b1-319218b30222/24611810560-500.jpg", + "large": "http://coverartarchive.org/release/c810e650-0d14-4e31-a3b1-319218b30222/24611810560-500.jpg", + "small": "http://coverartarchive.org/release/c810e650-0d14-4e31-a3b1-319218b30222/24611810560-250.jpg" + }, + "types": [ + "Front" + ] + } + ], + "release": "https://musicbrainz.org/release/c810e650-0d14-4e31-a3b1-319218b30222" + }, + "responseIsBinary": false, + "scope": "http://ia803109.us.archive.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/download/mbid-b4a4c12d-92f5-4692-9bdc-21ddc2d266b5/index.json", + "rawHeaders": [ + "Server", + "nginx/1.16.1 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:18 GMT", + "Content-Type", + "text/html; charset=UTF-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes", + "Location", + "http://ia903208.us.archive.org/3/items/mbid-b4a4c12d-92f5-4692-9bdc-21ddc2d266b5/index.json", + "Strict-Transport-Security", + "max-age=15724800", + "Referrer-Policy", + "no-referrer-when-downgrade" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "archive.org" + }, + "response": "", + "responseIsBinary": false, + "scope": "http://archive.org:80", + "status": 302 + }, + { + "body": "", + "method": "GET", + "path": "/release/5f33651e-7c55-4fc4-aefc-0ca6c0bad96c", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:18 GMT", + "Content-Type", + "text/html", + "Content-Length", + "179", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "\n404 Not Found\n

Not Found

\n

No cover art found for release 5f33651e-7c55-4fc4-aefc-0ca6c0bad96c

\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 404 + }, + { + "body": "", + "method": "GET", + "path": "/23/items/mbid-e383d1a9-33af-4f4c-9d70-d16592870ae2/index.json", + "rawHeaders": [ + "Server", + "nginx/1.18.0 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:18 GMT", + "Content-Type", + "application/json", + "Content-Length", + "820", + "Last-Modified", + "Tue, 06 Oct 2020 21:03:55 GMT", + "Connection", + "close", + "ETag", + "\"5f7cdbbb-334\"", + "Strict-Transport-Security", + "max-age=15724800", + "Expires", + "Thu, 15 Apr 2021 15:07:18 GMT", + "Cache-Control", + "max-age=21600", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "ia801905.us.archive.org" + }, + "response": { + "images": [ + { + "approved": true, + "back": false, + "comment": "", + "edit": 73403111, + "front": true, + "id": 27388128544, + "image": "http://coverartarchive.org/release/e383d1a9-33af-4f4c-9d70-d16592870ae2/27388128544.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/e383d1a9-33af-4f4c-9d70-d16592870ae2/27388128544-1200.jpg", + "250": "http://coverartarchive.org/release/e383d1a9-33af-4f4c-9d70-d16592870ae2/27388128544-250.jpg", + "500": "http://coverartarchive.org/release/e383d1a9-33af-4f4c-9d70-d16592870ae2/27388128544-500.jpg", + "large": "http://coverartarchive.org/release/e383d1a9-33af-4f4c-9d70-d16592870ae2/27388128544-500.jpg", + "small": "http://coverartarchive.org/release/e383d1a9-33af-4f4c-9d70-d16592870ae2/27388128544-250.jpg" + }, + "types": [ + "Front" + ] + } + ], + "release": "https://musicbrainz.org/release/e383d1a9-33af-4f4c-9d70-d16592870ae2" + }, + "responseIsBinary": false, + "scope": "http://ia801905.us.archive.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/release/0832e770-e7e5-464c-9288-9c407a770842", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:18 GMT", + "Content-Type", + "text/html", + "Content-Length", + "179", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "\n404 Not Found\n

Not Found

\n

No cover art found for release 0832e770-e7e5-464c-9288-9c407a770842

\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 404 + }, + { + "body": "", + "method": "GET", + "path": "/29/items/mbid-22a1945f-185c-4d70-979e-f297b00b0c71/index.json", + "rawHeaders": [ + "Server", + "nginx/1.18.0 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:18 GMT", + "Content-Type", + "application/json", + "Content-Length", + "2213", + "Last-Modified", + "Sat, 11 Mar 2017 13:00:55 GMT", + "Connection", + "close", + "ETag", + "\"58c3f507-8a5\"", + "Strict-Transport-Security", + "max-age=15724800", + "Expires", + "Thu, 15 Apr 2021 15:07:18 GMT", + "Cache-Control", + "max-age=21600", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "ia802502.us.archive.org" + }, + "response": { + "images": [ + { + "approved": true, + "back": false, + "comment": "WB 2013", + "edit": 43983930, + "front": true, + "id": 16110068623, + "image": "http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/16110068623.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/16110068623-500.jpg", + "small": "http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/16110068623-250.jpg" + }, + "types": [ + "Front" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 27985878, + "front": false, + "id": 7436435354, + "image": "http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/7436435354.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/7436435354-500.jpg", + "small": "http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/7436435354-250.jpg" + }, + "types": [ + "Front" + ] + }, + { + "approved": true, + "back": true, + "comment": "", + "edit": 27985879, + "front": false, + "id": 7436436976, + "image": "http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/7436436976.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/7436436976-500.jpg", + "small": "http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/7436436976-250.jpg" + }, + "types": [ + "Back" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 27985881, + "front": false, + "id": 7436437572, + "image": "http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/7436437572.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/7436437572-500.jpg", + "small": "http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/7436437572-250.jpg" + }, + "types": [ + "Medium" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 27985882, + "front": false, + "id": 7436438250, + "image": "http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/7436438250.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/7436438250-500.jpg", + "small": "http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/7436438250-250.jpg" + }, + "types": [ + "Medium" + ] + } + ], + "release": "https://musicbrainz.org/release/22a1945f-185c-4d70-979e-f297b00b0c71" + }, + "responseIsBinary": false, + "scope": "http://ia802502.us.archive.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/release/15c88cc0-30f5-4568-bac8-e577e3358023", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:18 GMT", + "Content-Type", + "text/html", + "Content-Length", + "179", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "\n404 Not Found\n

Not Found

\n

No cover art found for release 15c88cc0-30f5-4568-bac8-e577e3358023

\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 404 + }, + { + "body": "", + "method": "GET", + "path": "/release/0138608c-a850-4351-bb1e-4d551bb900b6", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:18 GMT", + "Content-Type", + "text/html", + "Content-Length", + "179", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "\n404 Not Found\n

Not Found

\n

No cover art found for release 0138608c-a850-4351-bb1e-4d551bb900b6

\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 404 + }, + { + "body": "", + "method": "GET", + "path": "/release/060dc665-af64-4e75-8e51-d74eda2ec957", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:18 GMT", + "Content-Type", + "text/html", + "Content-Length", + "179", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "\n404 Not Found\n

Not Found

\n

No cover art found for release 060dc665-af64-4e75-8e51-d74eda2ec957

\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 404 + }, + { + "body": "", + "method": "GET", + "path": "/3/items/mbid-b4a4c12d-92f5-4692-9bdc-21ddc2d266b5/index.json", + "rawHeaders": [ + "Server", + "nginx/1.18.0 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:18 GMT", + "Content-Type", + "application/json", + "Content-Length", + "820", + "Last-Modified", + "Sat, 30 May 2020 18:13:08 GMT", + "Connection", + "close", + "ETag", + "\"5ed2a234-334\"", + "Strict-Transport-Security", + "max-age=15724800", + "Expires", + "Thu, 15 Apr 2021 15:07:18 GMT", + "Cache-Control", + "max-age=21600", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "ia903208.us.archive.org" + }, + "response": { + "images": [ + { + "approved": true, + "back": false, + "comment": "", + "edit": 70026094, + "front": true, + "id": 26272775949, + "image": "http://coverartarchive.org/release/b4a4c12d-92f5-4692-9bdc-21ddc2d266b5/26272775949.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/b4a4c12d-92f5-4692-9bdc-21ddc2d266b5/26272775949-1200.jpg", + "250": "http://coverartarchive.org/release/b4a4c12d-92f5-4692-9bdc-21ddc2d266b5/26272775949-250.jpg", + "500": "http://coverartarchive.org/release/b4a4c12d-92f5-4692-9bdc-21ddc2d266b5/26272775949-500.jpg", + "large": "http://coverartarchive.org/release/b4a4c12d-92f5-4692-9bdc-21ddc2d266b5/26272775949-500.jpg", + "small": "http://coverartarchive.org/release/b4a4c12d-92f5-4692-9bdc-21ddc2d266b5/26272775949-250.jpg" + }, + "types": [ + "Front" + ] + } + ], + "release": "https://musicbrainz.org/release/b4a4c12d-92f5-4692-9bdc-21ddc2d266b5" + }, + "responseIsBinary": false, + "scope": "http://ia903208.us.archive.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/21/items/mbid-11b461f0-035f-4726-90e8-da897c9ffc58/index.json", + "rawHeaders": [ + "Server", + "nginx/1.18.0 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:18 GMT", + "Content-Type", + "application/json", + "Content-Length", + "4470", + "Last-Modified", + "Tue, 17 Apr 2018 00:01:06 GMT", + "Connection", + "close", + "ETag", + "\"5ad53942-1176\"", + "Strict-Transport-Security", + "max-age=15724800", + "Expires", + "Thu, 15 Apr 2021 15:07:18 GMT", + "Cache-Control", + "max-age=21600", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "ia801008.us.archive.org" + }, + "response": { + "images": [ + { + "approved": true, + "back": false, + "comment": "", + "edit": 52089972, + "front": true, + "id": 19578800916, + "image": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578800916.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578800916-1200.jpg", + "250": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578800916-250.jpg", + "500": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578800916-500.jpg", + "large": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578800916-500.jpg", + "small": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578800916-250.jpg" + }, + "types": [ + "Front" + ] + }, + { + "approved": true, + "back": true, + "comment": "", + "edit": 52089980, + "front": false, + "id": 19578802606, + "image": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578802606.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578802606-1200.jpg", + "250": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578802606-250.jpg", + "500": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578802606-500.jpg", + "large": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578802606-500.jpg", + "small": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578802606-250.jpg" + }, + "types": [ + "Back", + "Spine" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 52089981, + "front": false, + "id": 19578803210, + "image": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578803210.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578803210-1200.jpg", + "250": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578803210-250.jpg", + "500": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578803210-500.jpg", + "large": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578803210-500.jpg", + "small": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578803210-250.jpg" + }, + "types": [ + "Sticker" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 52089982, + "front": false, + "id": 19578803782, + "image": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578803782.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578803782-1200.jpg", + "250": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578803782-250.jpg", + "500": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578803782-500.jpg", + "large": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578803782-500.jpg", + "small": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578803782-250.jpg" + }, + "types": [ + "Booklet" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 52089986, + "front": false, + "id": 19578804130, + "image": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578804130.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578804130-1200.jpg", + "250": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578804130-250.jpg", + "500": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578804130-500.jpg", + "large": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578804130-500.jpg", + "small": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578804130-250.jpg" + }, + "types": [ + "Tray" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 52089989, + "front": false, + "id": 19578804701, + "image": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578804701.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578804701-1200.jpg", + "250": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578804701-250.jpg", + "500": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578804701-500.jpg", + "large": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578804701-500.jpg", + "small": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578804701-250.jpg" + }, + "types": [ + "Medium" + ] + } + ], + "release": "https://musicbrainz.org/release/11b461f0-035f-4726-90e8-da897c9ffc58" + }, + "responseIsBinary": false, + "scope": "http://ia801008.us.archive.org:80", + "status": 200 + } + ] + ], + [ + "release groups have a front cover art image", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/release-group/f5093c06-23e3-404f-aeaa-40f72885ee3a?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:15 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1074", + "X-RateLimit-Reset", + "1618477637", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"444fd763071ee172a63e99f41c4d56a3\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"first-release-date\":\"1973-03-24\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type\":\"Album\",\"title\":\"The Dark Side of the Moon\",\"disambiguation\":\"\",\"secondary-type-ids\":[],\"secondary-types\":[],\"id\":\"f5093c06-23e3-404f-aeaa-40f72885ee3a\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/release-group/f5093c06-23e3-404f-aeaa-40f72885ee3a", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:15 GMT", + "Content-Type", + "text/plain; charset=utf-8", + "Content-Length", + "86", + "Connection", + "close", + "Location", + "http://archive.org/download/mbid-6ef6e6cd-ad36-4c2f-816d-121bfb2f6774/index.json", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "See: http://archive.org/download/mbid-6ef6e6cd-ad36-4c2f-816d-121bfb2f6774/index.json\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 307 + }, + { + "body": "", + "method": "GET", + "path": "/download/mbid-6ef6e6cd-ad36-4c2f-816d-121bfb2f6774/index.json", + "rawHeaders": [ + "Server", + "nginx/1.16.1 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:16 GMT", + "Content-Type", + "text/html; charset=UTF-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes", + "Location", + "http://ia600203.us.archive.org/8/items/mbid-6ef6e6cd-ad36-4c2f-816d-121bfb2f6774/index.json", + "Strict-Transport-Security", + "max-age=15724800", + "Referrer-Policy", + "no-referrer-when-downgrade" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "archive.org" + }, + "response": "", + "responseIsBinary": false, + "scope": "http://archive.org:80", + "status": 302 + }, + { + "body": "", + "method": "GET", + "path": "/8/items/mbid-6ef6e6cd-ad36-4c2f-816d-121bfb2f6774/index.json", + "rawHeaders": [ + "Server", + "nginx/1.18.0 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:16 GMT", + "Content-Type", + "application/json", + "Content-Length", + "520", + "Last-Modified", + "Wed, 10 Feb 2016 19:00:38 GMT", + "Connection", + "close", + "ETag", + "\"56bb88d6-208\"", + "Strict-Transport-Security", + "max-age=15724800", + "Expires", + "Thu, 15 Apr 2021 15:07:16 GMT", + "Cache-Control", + "max-age=21600", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "ia600203.us.archive.org" + }, + "response": { + "images": [ + { + "approved": true, + "back": false, + "comment": "", + "edit": 37185612, + "front": true, + "id": "12699438648", + "image": "http://coverartarchive.org/release/6ef6e6cd-ad36-4c2f-816d-121bfb2f6774/12699438648.jpg", + "thumbnails": { + "large": "http://coverartarchive.org/release/6ef6e6cd-ad36-4c2f-816d-121bfb2f6774/12699438648-500.jpg", + "small": "http://coverartarchive.org/release/6ef6e6cd-ad36-4c2f-816d-121bfb2f6774/12699438648-250.jpg" + }, + "types": [ + "Front" + ] + } + ], + "release": "https://musicbrainz.org/release/6ef6e6cd-ad36-4c2f-816d-121bfb2f6774" + }, + "responseIsBinary": false, + "scope": "http://ia600203.us.archive.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/release/6ef6e6cd-ad36-4c2f-816d-121bfb2f6774?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:16 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "670", + "X-RateLimit-Reset", + "1618477637", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"56536cfe4fa449a55f65bb75858f96b4\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"date\":\"2011-09-23\",\"disambiguation\":\"mastered for iTunes\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"GB\",\"status\":\"Official\",\"packaging\":\"None\",\"id\":\"6ef6e6cd-ad36-4c2f-816d-121bfb2f6774\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\",\"type\":null,\"name\":\"United Kingdom\",\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\"},\"date\":\"2011-09-23\"}],\"asin\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"5099968084158\",\"packaging-id\":\"119eba76-b343-3e02-a292-f0f00644bb9b\",\"quality\":\"normal\",\"cover-art-archive\":{\"count\":1,\"darkened\":false,\"front\":true,\"back\":false,\"artwork\":true},\"title\":\"The Dark Side of the Moon\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "release groups have different cover art sizes available", + [ + ] + ], + [ + "releases have a cover art summary", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/release/b84ee12a-09ef-421b-82de-0441a926375b?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:14 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "793", + "X-RateLimit-Reset", + "1618477635", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"51c7f34a9be7f25e22fb62a54df597ea\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"country\":\"GB\",\"status\":\"Official\",\"date\":\"1973-03-24\",\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"barcode\":\"\",\"packaging-id\":\"e724a489-a7e8-30a1-a17c-30dfd6831202\",\"quality\":\"normal\",\"cover-art-archive\":{\"back\":true,\"front\":true,\"artwork\":true,\"darkened\":false,\"count\":10},\"title\":\"The Dark Side of the Moon\",\"packaging\":\"Gatefold Cover\",\"id\":\"b84ee12a-09ef-421b-82de-0441a926375b\",\"release-events\":[{\"area\":{\"type-id\":null,\"sort-name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"]},\"date\":\"1973-03-24\"}],\"asin\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/release/b84ee12a-09ef-421b-82de-0441a926375b", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:14 GMT", + "Content-Type", + "text/plain; charset=utf-8", + "Content-Length", + "86", + "Connection", + "close", + "Location", + "http://archive.org/download/mbid-b84ee12a-09ef-421b-82de-0441a926375b/index.json", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "coverartarchive.org" + }, + "response": "See: http://archive.org/download/mbid-b84ee12a-09ef-421b-82de-0441a926375b/index.json\n", + "responseIsBinary": false, + "scope": "http://coverartarchive.org:80", + "status": 307 + }, + { + "body": "", + "method": "GET", + "path": "/download/mbid-b84ee12a-09ef-421b-82de-0441a926375b/index.json", + "rawHeaders": [ + "Server", + "nginx/1.16.1 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:15 GMT", + "Content-Type", + "text/html; charset=UTF-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes", + "Location", + "http://ia800500.us.archive.org/31/items/mbid-b84ee12a-09ef-421b-82de-0441a926375b/index.json", + "Strict-Transport-Security", + "max-age=15724800", + "Referrer-Policy", + "no-referrer-when-downgrade" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "archive.org" + }, + "response": "", + "responseIsBinary": false, + "scope": "http://archive.org:80", + "status": 302 + }, + { + "body": "", + "method": "GET", + "path": "/31/items/mbid-b84ee12a-09ef-421b-82de-0441a926375b/index.json", + "rawHeaders": [ + "Server", + "nginx/1.18.0 (Ubuntu)", + "Date", + "Thu, 15 Apr 2021 09:07:15 GMT", + "Content-Type", + "application/json", + "Content-Length", + "7369", + "Last-Modified", + "Sat, 09 Feb 2019 23:03:09 GMT", + "Connection", + "close", + "ETag", + "\"5c5f5c2d-1cc9\"", + "Strict-Transport-Security", + "max-age=15724800", + "Expires", + "Thu, 15 Apr 2021 15:07:15 GMT", + "Cache-Control", + "max-age=21600", + "Access-Control-Allow-Origin", + "*", + "Accept-Ranges", + "bytes" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "ia800500.us.archive.org" + }, + "response": { + "images": [ + { + "approved": true, + "back": false, + "comment": "", + "edit": 18544122, + "front": true, + "id": 1611507818, + "image": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/1611507818.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/1611507818-1200.jpg", + "250": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/1611507818-250.jpg", + "500": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/1611507818-500.jpg", + "large": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/1611507818-500.jpg", + "small": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/1611507818-250.jpg" + }, + "types": [ + "Front" + ] + }, + { + "approved": true, + "back": true, + "comment": "", + "edit": 38677409, + "front": false, + "id": 13536418798, + "image": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536418798.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536418798-1200.jpg", + "250": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536418798-250.jpg", + "500": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536418798-500.jpg", + "large": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536418798-500.jpg", + "small": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536418798-250.jpg" + }, + "types": [ + "Back" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 38677410, + "front": false, + "id": 13536419390, + "image": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536419390.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536419390-1200.jpg", + "250": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536419390-250.jpg", + "500": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536419390-500.jpg", + "large": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536419390-500.jpg", + "small": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536419390-250.jpg" + }, + "types": [ + "Liner" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 38677411, + "front": false, + "id": 13536420212, + "image": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536420212.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536420212-1200.jpg", + "250": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536420212-250.jpg", + "500": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536420212-500.jpg", + "large": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536420212-500.jpg", + "small": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536420212-250.jpg" + }, + "types": [ + "Liner" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 38677412, + "front": false, + "id": 13536420721, + "image": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536420721.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536420721-1200.jpg", + "250": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536420721-250.jpg", + "500": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536420721-500.jpg", + "large": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536420721-500.jpg", + "small": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536420721-250.jpg" + }, + "types": [ + "Poster" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 38677413, + "front": false, + "id": 13536421121, + "image": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536421121.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536421121-1200.jpg", + "250": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536421121-250.jpg", + "500": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536421121-500.jpg", + "large": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536421121-500.jpg", + "small": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536421121-250.jpg" + }, + "types": [ + "Poster" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 38677414, + "front": false, + "id": 13536421897, + "image": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536421897.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536421897-1200.jpg", + "250": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536421897-250.jpg", + "500": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536421897-500.jpg", + "large": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536421897-500.jpg", + "small": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536421897-250.jpg" + }, + "types": [ + "Poster" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 38677415, + "front": false, + "id": 13536422293, + "image": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536422293.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536422293-1200.jpg", + "250": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536422293-250.jpg", + "500": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536422293-500.jpg", + "large": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536422293-500.jpg", + "small": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536422293-250.jpg" + }, + "types": [ + "Poster" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 38677416, + "front": false, + "id": 13536422691, + "image": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536422691.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536422691-1200.jpg", + "250": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536422691-250.jpg", + "500": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536422691-500.jpg", + "large": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536422691-500.jpg", + "small": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536422691-250.jpg" + }, + "types": [ + "Medium" + ] + }, + { + "approved": true, + "back": false, + "comment": "", + "edit": 38677417, + "front": false, + "id": 13536423081, + "image": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536423081.jpg", + "thumbnails": { + "1200": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536423081-1200.jpg", + "250": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536423081-250.jpg", + "500": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536423081-500.jpg", + "large": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536423081-500.jpg", + "small": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536423081-250.jpg" + }, + "types": [ + "Medium" + ] + } + ], + "release": "https://musicbrainz.org/release/b84ee12a-09ef-421b-82de-0441a926375b" + }, + "responseIsBinary": false, + "scope": "http://ia800500.us.archive.org:80", + "status": 200 + } + ] + ], + [ + "releases have a set of cover art images", + [ + ] + ] +] diff --git a/test/extensions/cover-art-archive/schema.js b/test/extensions/cover-art-archive/schema.js index 99bef6a..48c3f17 100644 --- a/test/extensions/cover-art-archive/schema.js +++ b/test/extensions/cover-art-archive/schema.js @@ -1,20 +1,27 @@ -import test from 'ava' -import { graphql } from 'graphql' -import extension from '../../../src/extensions/cover-art-archive' -import baseSchema, { applyExtension } from '../../../src/schema' -import baseContext from '../../helpers/context' +import test from 'ava'; +import GraphQL from 'graphql'; +import extension from '../../../src/extensions/cover-art-archive/index.js'; +import { baseSchema, applyExtension } from '../../../src/schema.js'; +import baseContext from '../../helpers/context.js'; -const schema = applyExtension(extension, baseSchema) -const context = extension.extendContext(baseContext) +const { graphql } = GraphQL; + +const schema = applyExtension(extension, baseSchema); +const context = extension.extendContext(baseContext, { + coverArtArchive: { + limit: Infinity, + period: 0, + }, +}); function testData(t, query, handler) { - return graphql(schema, query, null, context).then(result => { + return graphql(schema, query, null, context).then((result) => { if (result.errors !== undefined) { - result.errors.forEach(error => t.log(error)) + result.errors.forEach((error) => t.log(error)); } - t.is(result.errors, undefined) - return handler(t, result.data) - }) + t.is(result.errors, undefined); + return handler(t, result.data); + }); } test( @@ -33,11 +40,11 @@ test( } `, (t, data) => { - const { coverArtArchive } = data.lookup.release - t.true(coverArtArchive.artwork) - t.true(coverArtArchive.count >= 10) + const { coverArtArchive } = data.lookup.release; + t.true(coverArtArchive.artwork); + t.true(coverArtArchive.count >= 10); } -) +); test( 'releases have a set of cover art images', @@ -69,48 +76,50 @@ test( } `, (t, data) => { - const { coverArtArchive } = data.lookup.release + const { coverArtArchive } = data.lookup.release; t.is( coverArtArchive.front, 'http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/1611507818.jpg' - ) + ); t.is( coverArtArchive.back, 'http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536418798.jpg' - ) - t.true(coverArtArchive.images.length >= 10) - t.true(coverArtArchive.images.some(image => image.front === true)) - t.true(coverArtArchive.images.some(image => image.back === true)) + ); + t.true(coverArtArchive.images.length >= 10); + t.true(coverArtArchive.images.some((image) => image.front === true)); + t.true(coverArtArchive.images.some((image) => image.back === true)); t.true( - coverArtArchive.images.some(image => image.types.indexOf('Front') >= 0) - ) + coverArtArchive.images.some((image) => image.types.indexOf('Front') >= 0) + ); t.true( - coverArtArchive.images.some(image => image.types.indexOf('Back') >= 0) - ) + coverArtArchive.images.some((image) => image.types.indexOf('Back') >= 0) + ); t.true( - coverArtArchive.images.some(image => image.types.indexOf('Liner') >= 0) - ) + coverArtArchive.images.some((image) => image.types.indexOf('Liner') >= 0) + ); t.true( - coverArtArchive.images.some(image => image.types.indexOf('Poster') >= 0) - ) + coverArtArchive.images.some((image) => image.types.indexOf('Poster') >= 0) + ); t.true( - coverArtArchive.images.some(image => image.types.indexOf('Medium') >= 0) - ) - t.true(coverArtArchive.images.some(image => image.edit === 18544122)) - t.true(coverArtArchive.images.some(image => image.comment === '')) - t.true(coverArtArchive.images.some(image => image.fileID === '1611507818')) + coverArtArchive.images.some((image) => image.types.indexOf('Medium') >= 0) + ); + t.true(coverArtArchive.images.some((image) => image.edit === 18544122)); + t.true(coverArtArchive.images.some((image) => image.comment === '')); + t.true( + coverArtArchive.images.some((image) => image.fileID === '1611507818') + ); t.true( coverArtArchive.images.some( - image => + (image) => image.image === 'http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536422691.jpg' ) - ) - t.true(coverArtArchive.images.every(image => image.approved === true)) - t.true(coverArtArchive.images.every(image => image.thumbnails.small)) - t.true(coverArtArchive.images.every(image => image.thumbnails.large)) + ); + t.true(coverArtArchive.images.every((image) => image.approved === true)); + t.true(coverArtArchive.images.every((image) => image.thumbnails.small)); + t.true(coverArtArchive.images.every((image) => image.thumbnails.large)); } -) +); test( 'can request a size for front and back cover art', @@ -129,21 +138,21 @@ test( } `, (t, data) => { - const { coverArtArchive } = data.lookup.release + const { coverArtArchive } = data.lookup.release; t.is( coverArtArchive.front, 'http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/1611507818-500.jpg' - ) + ); t.is( coverArtArchive.back, 'http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536418798-250.jpg' - ) + ); t.is( coverArtArchive.fullFront, 'http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/1611507818.jpg' - ) + ); } -) +); test( 'release groups have a front cover art image', @@ -169,16 +178,16 @@ test( } `, (t, data) => { - const { coverArtArchive } = data.lookup.releaseGroup - const { front } = coverArtArchive - t.true(coverArtArchive.artwork) - t.snapshot({ front }) - t.is(coverArtArchive.release.mbid, '25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27') - t.is(coverArtArchive.release.title, 'The Dark Side of the Moon') - t.is(coverArtArchive.images.length, 1) - t.true(coverArtArchive.images[0].front) + const { coverArtArchive } = data.lookup.releaseGroup; + const { front } = coverArtArchive; + t.true(coverArtArchive.artwork); + t.snapshot({ front }); + t.is(coverArtArchive.release.mbid, '6ef6e6cd-ad36-4c2f-816d-121bfb2f6774'); + t.is(coverArtArchive.release.title, 'The Dark Side of the Moon'); + t.is(coverArtArchive.images.length, 1); + t.true(coverArtArchive.images[0].front); } -) +); test( 'release groups have different cover art sizes available', @@ -196,11 +205,11 @@ test( } `, (t, data) => { - const { coverArtArchive } = data.lookup.releaseGroup - const { small, large } = coverArtArchive - t.snapshot({ small, large }) + const { coverArtArchive } = data.lookup.releaseGroup; + const { small, large } = coverArtArchive; + t.snapshot({ small, large }); } -) +); test( 'can retrieve cover art in searches', @@ -226,11 +235,15 @@ test( } `, (t, data) => { - const releases = data.search.releases.edges.map(edge => edge.node) - t.is(releases.length, 25) - t.true(releases.some(release => release.coverArtArchive.artwork === true)) - t.true(releases.some(release => release.coverArtArchive.images.length > 0)) - t.true(releases.some(release => release.coverArtArchive.front === null)) - t.true(releases.some(release => release.coverArtArchive.back === null)) + const releases = data.search.releases.edges.map((edge) => edge.node); + t.is(releases.length, 25); + t.true( + releases.some((release) => release.coverArtArchive.artwork === true) + ); + t.true( + releases.some((release) => release.coverArtArchive.images.length > 0) + ); + t.true(releases.some((release) => release.coverArtArchive.front === null)); + t.true(releases.some((release) => release.coverArtArchive.back === null)); } -) +); diff --git a/test/extensions/cover-art-archive/snapshots/schema.js.md b/test/extensions/cover-art-archive/snapshots/schema.js.md index 0086ab9..611e215 100644 --- a/test/extensions/cover-art-archive/snapshots/schema.js.md +++ b/test/extensions/cover-art-archive/snapshots/schema.js.md @@ -2,14 +2,14 @@ The actual snapshot is saved in `schema.js.snap`. -Generated by [AVA](https://ava.li). +Generated by [AVA](https://avajs.dev). ## release groups have a front cover art image > Snapshot 1 { - front: 'http://coverartarchive.org/release/25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27/18974521469.jpg', + front: 'http://coverartarchive.org/release/6ef6e6cd-ad36-4c2f-816d-121bfb2f6774/12699438648.jpg', } ## release groups have different cover art sizes available @@ -17,6 +17,6 @@ Generated by [AVA](https://ava.li). > Snapshot 1 { - large: 'http://coverartarchive.org/release/25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27/18974521469-500.jpg', - small: 'http://coverartarchive.org/release/25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27/18974521469-250.jpg', + large: 'http://coverartarchive.org/release/6ef6e6cd-ad36-4c2f-816d-121bfb2f6774/12699438648-500.jpg', + small: 'http://coverartarchive.org/release/6ef6e6cd-ad36-4c2f-816d-121bfb2f6774/12699438648-250.jpg', } diff --git a/test/extensions/cover-art-archive/snapshots/schema.js.snap b/test/extensions/cover-art-archive/snapshots/schema.js.snap index f0528880e55edd6a2b9ba6c9f01978b1aa9a7385..902d47198e9ff8189075622130776428d6163a7e 100644 GIT binary patch literal 301 zcmV+|0n+|KRzV%dy2p^v;Rpx%`tXufAhs0D+Z2e9A1WT=mxUA6rY?gQvzEF=GUaUIr>) zW?%=aV&q_C(gV^aKrGD2CdkOqX1XTHMrpbhhGr?chDL@-X-P(DX6EK5`i4ekmX;>Q7G@?EdRYbONDgH-0@4;h zypgbDna~}ZlUS6V3gbo7z_Gff1_mGpqgz~@o0yYBQ;UsE!4?AmnT!JR4FUiF^x=cf literal 303 zcmV+~0nq+IRzV+0iiV@wtX+`;YB`{t%4crTID*)@H1)CEB00364 BgXI7K diff --git a/test/extensions/fanart-tv/fixtures/schema.js.nock b/test/extensions/fanart-tv/fixtures/schema.js.nock new file mode 100644 index 0000000..939c960 --- /dev/null +++ b/test/extensions/fanart-tv/fixtures/schema.js.nock @@ -0,0 +1,2824 @@ +[ + [ + "artists have a fanArt field and preview images", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/artist/5b11f4ce-a62d-471e-81fc-a69a8278c7da?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:20 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1031", + "X-RateLimit-Reset", + "1618477641", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"1db99b13c4c495547cfb9189b680b3ad\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"name\":\"Nirvana\",\"sort-name\":\"Nirvana\",\"gender\":null,\"area\":{\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"United States\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\"},\"type\":\"Group\",\"ipis\":[],\"end_area\":null,\"begin-area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"a640b45c-c173-49b1-8030-973603e895b5\",\"sort-name\":\"Aberdeen\",\"name\":\"Aberdeen\",\"type\":null},\"end-area\":null,\"id\":\"5b11f4ce-a62d-471e-81fc-a69a8278c7da\",\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"life-span\":{\"ended\":true,\"begin\":\"1988-01\",\"end\":\"1994-04-05\"},\"isnis\":[\"0000000123486830\",\"0000000123487390\"],\"gender-id\":null,\"disambiguation\":\"90s US grunge band\",\"country\":\"US\",\"begin_area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"a640b45c-c173-49b1-8030-973603e895b5\",\"sort-name\":\"Aberdeen\",\"name\":\"Aberdeen\",\"type\":null}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/v3/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da?api_key=*", + "rawHeaders": [ + "Server", + "nginx/1.15.9", + "Date", + "Thu, 15 Apr 2021 09:07:20 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "webservice.fanart.tv" + }, + "response": { + "albums": { + "01a14236-ab34-4e7e-84ce-27a6bbeb2315": { + "albumcover": [ + { + "id": "284315", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/outcesticide-volume-5-5e288f3ca32e3.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "316980", + "likes": "1", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/outcesticide-volume-5-5f996e8820f46.png" + } + ] + }, + "01cf1391-141b-3c87-8650-45ade6e59070": { + "albumcover": [ + { + "id": "260652", + "likes": "8", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/incesticide-5c82ce678d91a.jpg" + }, + { + "id": "219057", + "likes": "6", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/incesticide-591ba6a8477aa.jpg" + }, + { + "id": "267248", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/incesticide-5ce2cb17e2645.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "260146", + "likes": "3", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/incesticide-5c7d8073b1ec0.png" + }, + { + "disc": "1", + "id": "329647", + "likes": "0", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/incesticide-603c03629829e.png" + } + ] + }, + "03345972-d2f8-36bb-b49a-03a9ceccb7a7": { + "albumcover": [ + { + "id": "260724", + "likes": "6", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/smells-like-teen-spirit-5c843bcf7fc78.jpg" + }, + { + "id": "180941", + "likes": "5", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/smells-like-teen-spirit-5615cbaa49b1d.jpg" + }, + { + "id": "98132", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/smells-like-teen-spirit-52323eff66117.jpg" + }, + { + "id": "98183", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/smells-like-teen-spirit-5233262885911.jpg" + }, + { + "id": "284319", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/smells-like-teen-spirit-5e288f7be99cb.jpg" + }, + { + "id": "284321", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/smells-like-teen-spirit-5e288fa8b6151.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "42758", + "likes": "3", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/smells-like-teen-spirit-5002b440057b9.png" + }, + { + "disc": "1", + "id": "259904", + "likes": "2", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/smells-like-teen-spirit-5c7af25a361dc.png" + }, + { + "disc": "1", + "id": "316995", + "likes": "1", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/smells-like-teen-spirit-5f99adb03964b.png" + } + ] + }, + "0472777f-a625-3487-ba2a-82254ba7a721": { + "albumcover": [ + { + "id": "316955", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/in-the-raw-5f996544a8cfd.jpg" + } + ] + }, + "047498aa-031c-492f-b727-959a38215cd6": { + "albumcover": [ + { + "id": "238299", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/best-of-live-on-air-1987-5ac05bd6c54e7.jpg" + } + ] + }, + "04f53329-d0d0-3b0d-856a-1e2cbcde0e69": { + "albumcover": [ + { + "id": "220252", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/love-buzz-5933705944aec.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "317293", + "likes": "1", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/love-buzz-5f9c8de058e05.png" + }, + { + "disc": "2", + "id": "317298", + "likes": "1", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/love-buzz-5f9c8f39d3a31.png" + } + ] + }, + "06b5973d-7c9b-4b7b-b21d-3e74aef891e6": { + "albumcover": [ + { + "id": "228682", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/feels-like-the-first-time-broadcasts-1992-93-59f3ca4ec1f1c.jpg" + } + ] + }, + "090367da-dce6-3b62-9ccd-124c4d122c23": { + "albumcover": [ + { + "id": "316864", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/the-back-catalogue-5f984cf15d0ca.jpg" + } + ] + }, + "0c97b39f-85b4-4420-a422-09c152cd2d84": { + "albumcover": [ + { + "id": "220498", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/transmission-impossible-5938d9c2e73de.jpg" + } + ] + }, + "1025b898-950f-3e67-b2aa-bdbcd730d9a1": { + "albumcover": [ + { + "id": "258398", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/total-fucking-godhead-5c69d8402b757.jpg" + }, + { + "id": "258399", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/total-fucking-godhead-5c69d84ca973a.jpg" + } + ] + }, + "178b993e-fa9c-36d3-9d73-c5a8ba0c748d": { + "albumcover": [ + { + "id": "316950", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/wipeout-5f9964c129ca5.jpg" + }, + { + "id": "316952", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/wipeout-5f9964e1bcce4.jpg" + } + ] + }, + "1a0edfef-ed8a-4664-8911-1ee69c39ae26": { + "albumcover": [ + { + "id": "316951", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/verse-chorus-verse-5f9964e1ab094.jpg" + } + ] + }, + "1b022e01-4da6-387b-8658-8678046e4cef": { + "albumcover": [ + { + "id": "108827", + "likes": "20", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/nevermind-52c6e60d5190b.jpg" + }, + { + "id": "216998", + "likes": "7", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/nevermind-58f897c80f1ec.jpg" + }, + { + "id": "228681", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/nevermind-59f3c9e86fbf9.jpg" + }, + { + "id": "239329", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/nevermind-5ad1316ce94c6.jpg" + }, + { + "id": "180265", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/nevermind-560e773e2a6f1.jpg" + }, + { + "id": "276413", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/nevermind-5d819c852003e.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "98134", + "likes": "4", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/nevermind-5232416c46820.png" + }, + { + "disc": "1", + "id": "151696", + "likes": "3", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/nevermind-54dc81f99db92.png" + }, + { + "disc": "2", + "id": "151697", + "likes": "3", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/nevermind-54dc820d0ca6c.png" + }, + { + "disc": "1", + "id": "217594", + "likes": "3", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/nevermind-5902f22a97916.png" + }, + { + "disc": "1", + "id": "259646", + "likes": "2", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/nevermind-5c7837b6d1b09.png" + }, + { + "disc": "1", + "id": "259658", + "likes": "2", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/nevermind-5c784273f090c.png" + }, + { + "disc": "2", + "id": "259661", + "likes": "2", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/nevermind-5c78429c600bc.png" + } + ] + }, + "1b74af55-2f2d-306a-a8f1-80fad82ecc5f": { + "albumcover": [ + { + "id": "317447", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/smells-like-punk-spirit-5f9ec8e786df4.jpg" + } + ] + }, + "1f40117c-68b2-4cb6-bc5d-2eba13bcc6ef": { + "albumcover": [ + { + "id": "239331", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/the-very-best-of-nirvana-broadcasting-live-the-radio-vaults--5ad1316cf142f.jpg" + } + ] + }, + "1f7fb7b0-e23b-347c-8bed-2b184bdfe273": { + "albumcover": [ + { + "id": "284218", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/1994-02-22-throw-them-to-the-lions-palaghiaccio-di-marino-ro-5e270d040c5a8.jpg" + } + ] + }, + "1f87979b-eaa0-3afe-b6b8-dc90dbec9843": { + "albumcover": [ + { + "id": "284222", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/outcesticide-volume-4-5e270d044ab8d.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "316979", + "likes": "1", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/outcesticide-volume-4-5f996e880ac16.png" + } + ] + }, + "20d6e8f5-0429-435f-af96-0338a4f8e1e7": { + "albumcover": [ + { + "id": "258394", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/drain-you-5c69d502217b0.jpg" + } + ] + }, + "21590daa-5b86-327d-b090-05f2546d2d4a": { + "albumcover": [ + { + "id": "317122", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/nevermind-sessions-5f9adcb5076b6.jpg" + } + ] + }, + "219bd3ed-9806-39bd-8da2-b8d4277ecf17": { + "albumcover": [ + { + "id": "316862", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/rare-tracks-volume-i-5f984cf13cce4.jpg" + } + ] + }, + "24c830a2-a59f-3b8b-b232-7b5d8ff7f2c8": { + "albumcover": [ + { + "id": "316961", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/smells-like-nirvana-5f99669acc791.jpg" + }, + { + "id": "316867", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/smells-like-nirvana-5f9852c1c4b88.jpg" + } + ] + }, + "28b809e6-6f3e-3588-9301-c1aa4207c18a": { + "albumcover": [ + { + "id": "317110", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/smells-best-5f9ad64c1926b.jpg" + } + ] + }, + "2a0981fb-9593-3019-864b-ce934d97a16e": { + "albumcover": [ + { + "id": "108826", + "likes": "16", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/in-utero-52c6e60d5138b.jpg" + }, + { + "id": "182936", + "likes": "7", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/in-utero-563fb597773dd.jpg" + }, + { + "id": "228680", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/in-utero-59f3c9e86b10e.jpg" + }, + { + "id": "220573", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/in-utero-593b55941a7c2.jpg" + }, + { + "id": "239328", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/in-utero-5ad1316ce4e51.jpg" + }, + { + "id": "103008", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/in-utero-5272a0936ce89.jpg" + }, + { + "id": "293686", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/in-utero-5e90b835221b4.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "260118", + "likes": "3", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/in-utero-5c7d612b923f5.png" + }, + { + "disc": "1", + "id": "264771", + "likes": "2", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/in-utero-5cc0cb6c9ab19.png" + } + ] + }, + "2e0f7504-b949-37e7-b187-18bb2d665d0a": { + "albumcover": [ + { + "id": "317104", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/limited-single-rare-tracks-5f9ad58f1f308.jpg" + } + ] + }, + "331d31d9-b13a-353a-ac0a-b24756288632": { + "albumcover": [ + { + "id": "317120", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/in-memory-of-kurdt-kobain-5f9adcb4dbc59.jpg" + } + ] + }, + "339ab911-1568-32cf-8997-f00a538208c9": { + "albumcover": [ + { + "id": "316944", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/down-with-me-5f996387cc1b0.jpg" + } + ] + }, + "33ac91c4-272c-4c09-9afb-980b9d2946b3": { + "albumcover": [ + { + "id": "275603", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/love-buzz-live-5d6e88813d319.jpg" + }, + { + "id": "275605", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/love-buzz-live-5d6e88ee1f875.jpg" + } + ] + }, + "361078c2-e5c0-3fdf-bb51-81df1cad310f": { + "albumcover": [ + { + "id": "316863", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/saturday-night-not-so-live-5f984cf14caa0.jpg" + } + ] + }, + "37b1659c-7560-34cd-8946-d6f3c5c9ad92": { + "albumcover": [ + { + "id": "316861", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/its-better-to-burn-out-than-to-fade-away-5f984cf12ceca.jpg" + } + ] + }, + "3a361ea1-bbca-4ec6-a4d7-00a341ea01be": { + "albumcover": [ + { + "id": "284312", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/outcesticide-volume-1-5e288f3c73da0.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "316976", + "likes": "1", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/outcesticide-volume-1-5f996e87ba860.png" + } + ] + }, + "3c54cdf6-101f-3041-a554-49de6a321fcc": { + "albumcover": [ + { + "id": "303191", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/complete-cover-versions-5ee3f04e5b0b1.jpg" + } + ] + }, + "3f09f97d-3b18-336c-9760-9ebb7df3497e": { + "albumcover": [ + { + "id": "317109", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/seventh-heaven-5f9ad64c078af.jpg" + } + ] + }, + "40f18565-ab15-3a93-8a9a-4ed6be9a112e": { + "albumcover": [ + { + "id": "220420", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/here-she-comes-now--venus-in-furs-593781224dfa8.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "317292", + "likes": "1", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/here-she-comes-now--venus-in-furs-5f9c8de0462f2.png" + } + ] + }, + "44b06d5a-0e77-3288-99db-3b5aca0a85ef": { + "albumcover": [ + { + "id": "317105", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/moist-vagina-5f9ad58f30d85.jpg" + } + ] + }, + "457b353c-67a3-3380-a297-19e93804e877": { + "albumcover": [ + { + "id": "259822", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/the-man-who-sold-the-world-5c79c011ab3a4.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "259668", + "likes": "2", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/the-man-who-sold-the-world-5c784708b9b37.png" + } + ] + }, + "48575a80-cf2b-303b-8c79-8c4d311fc03b": { + "albumcover": [ + { + "id": "316860", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/dynamic-live-5f984cf11ce43.jpg" + } + ] + }, + "48ba4b77-1daa-3ba9-bdd1-5cf8a5a26e1c": { + "albumcover": [ + { + "id": "316865", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/fecal-matter-5f9852c1a4a35.jpg" + } + ] + }, + "48f5d526-0fa6-4ca6-ac59-9b2cf9ef464f": { + "albumcover": [ + { + "id": "91772", + "likes": "5", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/live-at-reading-51f872e551bc4.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "149480", + "likes": "3", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/live-at-reading-54c9f93fe43ea.png" + } + ] + }, + "4ca92d92-c29e-4500-8bd2-87053430cd0b": { + "albumcover": [ + { + "id": "284047", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/mollys-lips-5e24a184b3874.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "317294", + "likes": "1", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/mollys-lips-5f9c8de06ac2f.png" + } + ] + }, + "4e10e946-925e-3126-9e8d-6b5e028ce234": { + "albumcover": [ + { + "id": "316946", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/first-american-concert-5f9964c0d4552.jpg" + } + ] + }, + "4f72aa5b-3f23-4294-9d18-37839152d6dc": { + "albumcover": [ + { + "id": "275602", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/hairspray-queen-live-5d6e888128b2f.jpg" + } + ] + }, + "4fcc5ec2-d177-396b-b810-9439031b3c3a": { + "albumcover": [ + { + "id": "82448", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/hormoaning-5194d056d1b07.jpg" + }, + { + "id": "178032", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/hormoaning-55f029921390c.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "178222", + "likes": "3", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/hormoaning-55f38ad238897.png" + }, + { + "disc": "1", + "id": "247675", + "likes": "2", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/hormoaning-5b99b9d9de630.png" + }, + { + "disc": "2", + "id": "247677", + "likes": "2", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/hormoaning-5b99b9f82cf37.png" + }, + { + "disc": "1", + "id": "247499", + "likes": "2", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/hormoaning-5b970a45dd216.png" + } + ] + }, + "51bc9358-dc33-3536-93e5-ad12db61c9ce": { + "albumcover": [ + { + "id": "316859", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/breed-the-nevermind-sessions-5f984cf10ca03.jpg" + } + ] + }, + "51cb77d2-4722-34e9-b72f-66e3f9fb03f6": { + "albumcover": [ + { + "id": "284219", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/outcesticide-6-a-mess-of-blues-5e270d041bbfe.jpg" + } + ] + }, + "5278d14c-62e4-4ade-a720-18267f2afa19": { + "albumcover": [ + { + "id": "284314", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/outcesticide-volume-3-5e288f3c9359a.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "316978", + "likes": "1", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/outcesticide-volume-3-5f996e87e74ec.png" + } + ] + }, + "53a43880-5e47-3da2-838b-c62a949da0d1": { + "albumcover": [ + { + "id": "317112", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/your-opinion-5f9ad64c3c5f0.jpg" + } + ] + }, + "54e0f6d7-0dfe-3e21-b034-fa0b4b1acf9a": { + "albumcover": [ + { + "id": "317446", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/rare-take--tracks-volume-2-5f9ec8e777167.jpg" + } + ] + }, + "57447544-1ec9-3af5-83fe-f90a6902e078": { + "albumcover": [ + { + "id": "258383", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/heart-shaped-box-5c69ae8245e94.jpg" + }, + { + "id": "258201", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/heart-shaped-box-5c66ffad8b336.jpg" + }, + { + "id": "283970", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/heart-shaped-box-5e23d20e0671d.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "42329", + "likes": "3", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/heart-shaped-box-5000240bd60d9.png" + } + ] + }, + "584b7e62-d8b5-378e-986c-dfc78e1fc06e": { + "albumcover": [ + { + "id": "284048", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/outcesticide-ii-the-needle--the-damage-done-5e24a27e058b5.jpg" + }, + { + "id": "284049", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/outcesticide-ii-the-needle--the-damage-done-5e24a3657efde.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "317301", + "likes": "1", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/outcesticide-ii-the-needle--the-damage-done-5f9c8f84376d4.png" + } + ] + }, + "5a892c0d-977f-3b93-8145-e937921d59ee": { + "albumcover": [ + { + "id": "317441", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/golden-collection-2000-5f9ec8e7278f9.jpg" + } + ] + }, + "5ab32af4-c62e-3cbf-aa8c-c761581d3b94": { + "albumcover": [ + { + "id": "98109", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/nirvana-5231b23465513.jpg" + }, + { + "id": "257564", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/nirvana-5c60338257324.jpg" + }, + { + "id": "216032", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/nirvana-58e0bc8b8e2db.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "260531", + "likes": "4", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/nirvana-5c815abebdb38.png" + } + ] + }, + "5bcaeba6-a532-3fa0-b540-75c09f70f759": { + "albumcover": [ + { + "id": "317448", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/the-very-best-5f9ec8e79718e.jpg" + } + ] + }, + "5cc5dc44-8860-462e-8aa5-2cf9b71af237": { + "albumcover": [ + { + "id": "91820", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/icon-51f8984492fb6.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "178203", + "likes": "4", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/icon-55f34860b3c5b.png" + } + ] + }, + "5d00401a-0166-36c5-9b76-48c270f6378a": { + "albumcover": [ + { + "id": "275601", + "likes": "5", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/1993-11-18-performance-mtv-unplugged-sony-studios-new-york-c-5d6e8881144e5.jpg" + } + ] + }, + "5d32c1d9-b267-3be8-ab3e-de326bc56932": { + "albumcover": [ + { + "id": "284317", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/outcesticide-volume-8-5e288f3cc30b1.jpg" + } + ] + }, + "5d8050da-e5c9-3a1b-9e39-0a73620218c0": { + "albumcover": [ + { + "id": "258202", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/in-bloom-5c66ffc99a86e.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "42330", + "likes": "3", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/in-bloom-5000240bd6884.png" + } + ] + }, + "5dba01ed-b4e9-394e-a875-c7c2ff052133": { + "albumcover": [ + { + "id": "284320", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/outcesticide-iii-the-final-solution-5e288fa8a62f6.jpg" + }, + { + "id": "284322", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/outcesticide-iii-the-final-solution-5e288ffebbc4a.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "317302", + "likes": "1", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/outcesticide-iii-the-final-solution-5f9c8f844bf58.png" + } + ] + }, + "5f1c6f20-0835-396f-a0b8-039d04728a40": { + "albumcover": [ + { + "id": "316940", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/a-season-in-hell-part-2-5f9963877990a.jpg" + } + ] + }, + "603761e1-7d54-41d3-b56b-f012a449f163": { + "albumcover": [ + { + "id": "238295", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/complete-live-on-kaos-fm-1987-5ac05bbe0832a.jpg" + } + ] + }, + "60c826fb-8853-3796-8ff2-16c35f362ec9": { + "albumcover": [ + { + "id": "317118", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/b-side-themselves-5f9adcb4bbf58.jpg" + } + ] + }, + "625fae47-5587-3fda-bbb2-88c5f7a1f8a0": { + "albumcover": [ + { + "id": "120247", + "likes": "5", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/pennyroyal-tea-536151f7f1df1.jpg" + }, + { + "id": "283984", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/pennyroyal-tea-5e23df5858ed1.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "260120", + "likes": "3", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/pennyroyal-tea-5c7d6285ce52b.png" + } + ] + }, + "662a72ec-ac43-4bf5-8797-8c60b1275988": { + "albumcover": [ + { + "id": "258390", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/you-know-youre-right-5c69d06a7a3f7.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "317300", + "likes": "1", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/you-know-youre-right-5f9c8f3a048d9.png" + }, + { + "disc": "1", + "id": "317305", + "likes": "1", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/you-know-youre-right-5f9c8f848750e.png" + } + ] + }, + "66773717-7ac9-4619-a047-0405b3ee8d4e": { + "albumcover": [ + { + "id": "317111", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/unsurpassed-bastards-5f9ad64c2ab70.jpg" + } + ] + }, + "6814d1ac-0616-43c1-96c1-2bc84974d8a7": { + "albumcover": [ + { + "id": "317181", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/sub-pop-sessions-5f9b170315a31.jpg" + } + ] + }, + "6970c348-86ce-3902-bee3-d2ebabc2643d": { + "albumcover": [ + { + "id": "98182", + "likes": "5", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/come-as-you-are-52332627f273d.jpg" + }, + { + "id": "219058", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/come-as-you-are-591ba6e8668e8.jpg" + }, + { + "id": "258393", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/come-as-you-are-5c69d41514fab.jpg" + }, + { + "id": "284235", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/come-as-you-are-5e2716fd9277b.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "42328", + "likes": "3", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/come-as-you-are-5000240bd58ee.png" + } + ] + }, + "6984486b-b3e2-3d72-97d5-9ef9325c872a": { + "albumcover": [ + { + "id": "316953", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/how-all-started-5f9965447fc23.jpg" + } + ] + }, + "69d1608c-76a6-3575-ac5d-df2810ee872c": { + "albumcover": [ + { + "id": "317442", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/into-the-black-5f9ec8e7374de.jpg" + } + ] + }, + "6b1ef2f0-5a6f-43d7-b1ec-2b1294fa8793": { + "albumcover": [ + { + "id": "317444", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/original-b-sides--rarities-5f9ec8e7579fc.jpg" + } + ] + }, + "6c44f64a-58e4-3e94-8458-788712f6c6aa": { + "albumcover": [ + { + "id": "260710", + "likes": "6", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/pay-to-play-5c841e95c4d5d.jpg" + } + ] + }, + "6d396ef9-3b3a-375d-aa8f-caaacf7da5e1": { + "albumcover": [ + { + "id": "303194", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/pain-5ee3f04e88922.jpg" + } + ] + }, + "6d86e5cb-f68d-430c-9a98-282e2908bfc3": { + "albumcover": [ + { + "id": "259643", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/the-chosen-rejects-5c78372536947.jpg" + }, + { + "id": "259670", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/the-chosen-rejects-5c7848fc2ba4d.jpg" + } + ] + }, + "6ec384a4-ae4b-32d3-a1c3-8e9370369dac": { + "albumcover": [ + { + "id": "221064", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/from-the-muddy-banks-of-the-wishkah-59494848cfdab.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "178061", + "likes": "5", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/from-the-muddy-banks-of-the-wishkah-55f0a062055e7.png" + }, + { + "disc": "1", + "id": "259640", + "likes": "4", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/from-the-muddy-banks-of-the-wishkah-5c78303e7a4f3.png" + }, + { + "disc": "1", + "id": "259644", + "likes": "2", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/from-the-muddy-banks-of-the-wishkah-5c7837b6c9acd.png" + }, + { + "disc": "2", + "id": "259659", + "likes": "2", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/from-the-muddy-banks-of-the-wishkah-5c78429c57069.png" + }, + { + "disc": "3", + "id": "259664", + "likes": "2", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/from-the-muddy-banks-of-the-wishkah-5c7842b0e6e01.png" + }, + { + "disc": "4", + "id": "259665", + "likes": "2", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/from-the-muddy-banks-of-the-wishkah-5c784455b9cc5.png" + } + ] + }, + "78bfed0b-c713-39e5-8b86-e2fe773615a0": { + "albumcover": [ + { + "id": "317125", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/selections-from-with-the-lights-out-5f9addfeba8fa.jpg" + } + ] + }, + "7d12a722-eca2-407f-ac3b-5f7e40fc4621": { + "albumcover": [ + { + "id": "284325", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/outcesticide-5-gone-but-not-forgotten-5e2890a24ef68.jpg" + } + ] + }, + "8277f24b-53be-3a87-9d0e-c98678b96e97": { + "albumcover": [ + { + "id": "258480", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/all-apologies-5c6b2575a19bb.jpg" + }, + { + "id": "258756", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/all-apologies-5c6dba054e316.jpg" + }, + { + "id": "283982", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/all-apologies-5e23df583a0a8.jpg" + }, + { + "id": "283986", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/all-apologies-5e23df66e1708.jpg" + }, + { + "id": "284103", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/all-apologies-5e251d9502104.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "264769", + "likes": "2", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/all-apologies-5cc0ca6b40e44.png" + } + ] + }, + "83211ac7-3bff-4dac-b87b-a63d0a30a5f9": { + "albumcover": [ + { + "id": "316942", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/come-as-you-are-5f996387a2e96.jpg" + } + ] + }, + "85155291-222f-388a-a5f7-dcaa60b65afd": { + "albumcover": [ + { + "id": "316941", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/before-we-ever-minded-5f9963878e257.jpg" + } + ] + }, + "8648b043-3e5c-3cd7-8396-52fe9910f569": { + "albumcover": [ + { + "id": "317182", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/unreleased-tracks-5f9b170325f98.jpg" + } + ] + }, + "871e90a3-2ba0-4fcc-9197-484606eec595": { + "albumcover": [ + { + "id": "260657", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/live-in-buenos-aires-1992-5c82d1468b840.jpg" + } + ] + }, + "8767f6f7-8ad3-4eca-b137-ffa0bd9786f2": { + "albumcover": [ + { + "id": "258392", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/aneurysm-5c69d34f6389c.jpg" + } + ] + }, + "87f0cddc-3663-3fcb-bbfa-fd472f21ea72": { + "albumcover": [ + { + "id": "303195", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/palladium-5ee3f04e97980.jpg" + } + ] + }, + "88f58558-16cd-4644-bef7-21cb5278a0f4": { + "albumcover": [ + { + "id": "316948", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/greatest-hits-5f9964c1054db.jpg" + } + ] + }, + "8c22577f-aaea-3973-9d27-20731751e088": { + "albumcover": [ + { + "id": "220489", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/candy--mollys-lips-59388529a07c1.jpg" + } + ] + }, + "8cf53089-743c-3c3f-9a80-5cd5f396dfeb": { + "albumcover": [ + { + "id": "220421", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/puss--oh-the-guilt-593788168ec21.jpg" + }, + { + "id": "284101", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/puss--oh-the-guilt-5e251d571f80c.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "316994", + "likes": "1", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/puss--oh-the-guilt-5f99adb023b22.png" + } + ] + }, + "8ee2f48e-e615-47b4-ac86-50cf5b18f33a": { + "albumcover": [ + { + "id": "303196", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/seattle-grunge-years-5ee3f077494a0.jpg" + } + ] + }, + "8f479d9a-bcbd-45d1-8872-44169cf27598": { + "albumcover": [ + { + "id": "284313", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/outcesticide-volume-2-5e288f3c83813.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "316977", + "likes": "1", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/outcesticide-volume-2-5f996e87d0977.png" + } + ] + }, + "8ffc39e1-2193-4b13-b8ac-c02f6f33f229": { + "albumcover": [ + { + "id": "284100", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/1994-02-14-last-valentine-le-zenith-paris-france-5e251d570f77b.jpg" + } + ] + }, + "90c48dca-0bf5-4a5d-a180-32a108701f42": { + "albumcover": [ + { + "id": "284316", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/outcesticide-volume-7-5e288f3cb2f08.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "316982", + "likes": "1", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/outcesticide-volume-7-5f996e884d2c1.png" + } + ] + }, + "915dc49e-8203-31b8-bb19-ca5996a2b810": { + "albumcover": [ + { + "id": "317121", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/in-utero-demos-5f9adcb4eba55.jpg" + } + ] + }, + "918e4eec-ca80-4da8-8457-9fd5a040db80": { + "albumcover": [ + { + "id": "238298", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/in-bloom-collection-5ac05bbe18c4c.jpg" + } + ] + }, + "94dc2b46-b461-4ce2-9ac7-8efcc7e03dd7": { + "albumcover": [ + { + "id": "275606", + "likes": "5", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/nirvana-live-5d6e88ee34ebb.jpg" + }, + { + "id": "275881", + "likes": "5", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/nirvana-live-5d7556fd9cd10.jpg" + } + ] + }, + "9519ba86-da73-38aa-b0f5-9bafaff85a34": { + "albumcover": [ + { + "id": "316960", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/rare-traxx-5f99669aba334.jpg" + } + ] + }, + "95563c6a-92e5-456c-9f86-6fe2ff1d148e": { + "albumcover": [ + { + "id": "316858", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/2-for-1-incesticide--in-utero-5f984cf0f0bfb.jpg" + } + ] + }, + "9a198646-ff93-3459-b943-f39da399c270": { + "albumcover": [ + { + "id": "316947", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/first-live-show-5f9964c0e6bc3.jpg" + } + ] + }, + "9a3ed295-7823-374e-95fe-c8ce79b6ca2a": { + "albumcover": [ + { + "id": "303197", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/secret-songs-the-unreleased-album-5ee3f0775844a.jpg" + } + ] + }, + "9a6850af-612e-38d6-8d0f-3e01416ee397": { + "albumcover": [ + { + "id": "317445", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/rare-take--tracks-volume-1-5f9ec8e767452.jpg" + } + ] + }, + "9a7663c2-d451-3d74-a418-4b11f83aaf29": { + "albumcover": [ + { + "id": "317119", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/gold-5f9adcb4cbd9d.jpg" + } + ] + }, + "9a8abacc-c152-3280-bb0b-3536d64a922d": { + "albumcover": [ + { + "id": "220422", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/singles-59378abd4fbfb.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "317295", + "likes": "1", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/singles-5f9c8de07d0c0.png" + } + ] + }, + "9d9c2e25-b206-39b6-b830-e78bdaddafa0": { + "albumcover": [ + { + "id": "220488", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/about-a-girl-59387af47cd6b.jpg" + }, + { + "id": "258397", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/about-a-girl-5c69d695aef91.jpg" + } + ] + }, + "9eb8dabb-802a-3f6b-9a77-5d11e53d1c78": { + "albumcover": [ + { + "id": "284237", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/1992-10-30-bang-tango-estadio-jos-amalfitani-buenos-aires-ar-5e27199106c1c.jpg" + } + ] + }, + "9f42e883-12a4-3790-b3c1-0e2982f2d832": { + "albumcover": [ + { + "id": "284224", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/outcesticide-in-memory-of-kurt-cobain-5e270d0469b95.jpg" + }, + { + "id": "284324", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/outcesticide-in-memory-of-kurt-cobain-5e2890144b15e.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "317299", + "likes": "1", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/outcesticide-in-memory-of-kurt-cobain-5f9c8f39e5ff0.png" + }, + { + "disc": "1", + "id": "317304", + "likes": "1", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/outcesticide-in-memory-of-kurt-cobain-5f9c8f8474f75.png" + } + ] + }, + "9f707838-be3b-43ae-ad6b-af2a7bec8c88": { + "albumcover": [ + { + "id": "239330", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/the-very-best-of-nirvana-broadcasting-live-the-radio-vaults--5ad1316ceccb9.jpg" + } + ] + }, + "a048c0bd-fced-342a-b34c-8d183764fd69": { + "albumcover": [ + { + "id": "316954", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/in-memory-of-kurdt-kobain-2-5f9965449448c.jpg" + } + ] + }, + "a6591490-3436-3ae5-920f-16d6e2b1191e": { + "albumcover": [ + { + "id": "317106", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/moist-vagina-ii-5f9ad58f42cf0.jpg" + } + ] + }, + "b1bebd97-dc3b-3482-982d-9374e6a8ac72": { + "albumcover": [ + { + "id": "284220", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/outcesticide-iv-its-better-to-burn-out-than-to-fade-away-5e270d042b2d1.jpg" + } + ] + }, + "ba441e41-cb0f-30cb-9310-b4824747ed83": { + "albumcover": [ + { + "id": "239326", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/1991-12-28-pat-obrien-pavilion-del-mar-fairgrounds-del-mar-c-5ad1316cd72a8.jpg" + }, + { + "id": "239333", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/1991-12-28-pat-obrien-pavilion-del-mar-fairgrounds-del-mar-c-5ad13408cb662.jpg" + } + ] + }, + "bc977339-0442-31a8-87c2-114a117db7ed": { + "albumcover": [ + { + "id": "316956", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/mixed-and-unreleased-material-5f996544bd511.jpg" + } + ] + }, + "bcbe3ddf-7901-315c-8282-f0e9d5b88285": { + "albumcover": [ + { + "id": "317102", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/heart-shaped-box-volume-2-5f9ad58eef5bb.jpg" + } + ] + }, + "bd45145d-12b5-3f96-83aa-6bbd3963e56a": { + "albumcover": [ + { + "id": "317443", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/live-1994-5f9ec8e7476f2.jpg" + } + ] + }, + "be95ba52-8a66-3769-82ad-b5024e993ad7": { + "albumcover": [ + { + "id": "258200", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/lithium-5c66ff99ccc79.jpg" + }, + { + "id": "283983", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/lithium-5e23df5849778.jpg" + }, + { + "id": "328928", + "likes": "0", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/lithium-603379624728a.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "260532", + "likes": "3", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/lithium-5c815ad69a305.png" + }, + { + "disc": "1", + "id": "329648", + "likes": "0", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/lithium-603c04e4082ed.png" + } + ] + }, + "c01d417b-0e34-3723-9ebe-87de4620080c": { + "albumcover": [ + { + "id": "220470", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/sliver-593858fa0347e.jpg" + }, + { + "id": "42436", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/sliver-50010daa0cfa4.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "317290", + "likes": "1", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/sliver-5f9c8d6bbc3c0.png" + }, + { + "disc": "1", + "id": "317296", + "likes": "1", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/sliver-5f9c8de08f994.png" + } + ] + }, + "c12904a8-14d7-3340-919c-c8b5436d13a4": { + "albumcover": [ + { + "id": "317101", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/heart-shaped-box-volume-1-5f9ad58edd3ee.jpg" + } + ] + }, + "c171986d-83d9-4659-9644-ce9dc2b30836": { + "albumcover": [ + { + "id": "220575", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/live-and-loud-593b5a6731295.jpg" + } + ] + }, + "c60c349f-7c4c-4fbf-8392-3c6ec66310bb": { + "albumcover": [ + { + "id": "239327", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/broadcasts-5ad1316ce06f0.jpg" + } + ] + }, + "c65868ce-25b6-3f7a-83cf-df0a4450d2c8": { + "albumcover": [ + { + "id": "303193", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/i-cant-live-5ee3f04e790e4.jpg" + } + ] + }, + "d219572d-8e92-4d2f-bd49-f38071142a60": { + "albumcover": [ + { + "id": "303198", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/the-broadcast-archives-5ee3f0776749b.jpg" + } + ] + }, + "d4d28ec1-220a-327c-93c5-ae006be43598": { + "albumcover": [ + { + "id": "87664", + "likes": "5", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/with-the-lights-out-51ca8f54ae66f.jpg" + }, + { + "id": "239335", + "likes": "5", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/with-the-lights-out-5ad13464a5a46.jpg" + }, + { + "id": "193006", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/with-the-lights-out-5701312e78f81.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "121734", + "likes": "3", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/with-the-lights-out-536d0ed6e0e70.png" + }, + { + "disc": "2", + "id": "121735", + "likes": "3", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/with-the-lights-out-536d0f166766e.png" + }, + { + "disc": "3", + "id": "121736", + "likes": "3", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/with-the-lights-out-536d0f3cb7450.png" + } + ] + }, + "d519568f-3e83-35ba-8573-ca26139fad30": { + "albumcover": [ + { + "id": "316945", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/early-single-collection-volume-1-5f996387e09b5.jpg" + } + ] + }, + "d6a584b3-1b33-4fc4-9bb3-d6043fee0249": { + "albumcover": [ + { + "id": "238297", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/hollywood-rock-festival-rio-de-janeiro-brazil-january-23rd-1-5ac05bbe14e55.jpg" + } + ] + }, + "e0372c5a-1750-46ec-8f1b-4b76df1fe8e7": { + "albumcover": [ + { + "id": "267247", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/live-at-the-paramount-5ce2c7767f2fa.jpg" + } + ] + }, + "e0b12a11-153c-3362-acb4-f182175e0198": { + "albumcover": [ + { + "id": "317100", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/cash-cow-5f9ad58ecb0ff.jpg" + } + ] + }, + "e1aa0917-d84a-36aa-92d1-880d2b994748": { + "albumcover": [ + { + "id": "284050", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/outcesticide-iv-rape-of-the-vaults-5e24a3658e900.jpg" + }, + { + "id": "284052", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/outcesticide-iv-rape-of-the-vaults-5e24a51e2e486.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "317303", + "likes": "1", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/outcesticide-iv-rape-of-the-vaults-5f9c8f8461dd8.png" + } + ] + }, + "e602b067-c9eb-31eb-bed0-80e4245d5d54": { + "albumcover": [ + { + "id": "316943", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/dark-emotion-5f996387b75b5.jpg" + } + ] + }, + "e7d5ed4b-4643-347c-90b1-4d5b71f99cd9": { + "albumcover": [ + { + "id": "317440", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/golden-collection-5f9ec8e717a99.jpg" + } + ] + }, + "e8f3264c-8462-4896-897a-70f015c165e4": { + "albumcover": [ + { + "id": "317439", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/a-season-in-hell-part-one-5f9ec8e707c5e.jpg" + } + ] + }, + "e9674d41-d94b-344a-89f5-734736853d5f": { + "albumcover": [ + { + "id": "197788", + "likes": "7", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/sliver-the-best-of-the-box-576ad3a08bb91.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "178224", + "likes": "3", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/sliver-the-best-of-the-box-55f3a18b73cbb.png" + } + ] + }, + "ea85471f-a7d2-3f22-8ece-795b1e8c18f3": { + "albumcover": [ + { + "id": "317103", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/heart-shaped-box-5f9ad58f0d786.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "316993", + "likes": "1", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/heart-shaped-box-5f99adb00df52.png" + } + ] + }, + "eca1eb77-e0a5-3828-ab9d-22527127671f": { + "albumcover": [ + { + "id": "316958", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/out-of-the-womb-in-utero-demos-5f99669a9564c.jpg" + } + ] + }, + "ee3086f7-fd3c-3748-9e79-f71e67d831ff": { + "albumcover": [ + { + "id": "284223", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/outcesticide-volume-6-5e270d045a42c.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "316981", + "likes": "1", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/outcesticide-volume-6-5f996e88370f6.png" + } + ] + }, + "ee7695bc-fde5-3a84-8ebb-195fa5ee6c2d": { + "albumcover": [ + { + "id": "284221", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/outcesticide-v-disintegration-5e270d043a98f.jpg" + }, + { + "id": "284323", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/outcesticide-v-disintegration-5e288ffecc75d.jpg" + } + ] + }, + "f12e9382-7d56-4a07-8893-b0a44b288312": { + "albumcover": [ + { + "id": "228683", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/nevermind-the-singles-59f3cb87055a9.jpg" + } + ] + }, + "f19ee94e-afaf-37c8-a80a-413da055740d": { + "albumcover": [ + { + "id": "316957", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/never-the-same-thing-5f996544d1ee6.jpg" + } + ] + }, + "f1a5c7f4-fae8-35de-9425-5e4b77871a5e": { + "albumcover": [ + { + "id": "317107", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/rare-tracks-volume-ii-5f9ad64bd8659.jpg" + }, + { + "id": "317113", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/rare-tracks-volume-ii-5f9ad6fcb4adf.jpg" + } + ] + }, + "f1afec0b-26dd-3db5-9aa1-c91229a74a24": { + "albumcover": [ + { + "id": "216031", + "likes": "9", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/bleach-58e0ba7761f8a.jpg" + }, + { + "id": "260723", + "likes": "5", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/bleach-5c843aa4929e0.jpg" + }, + { + "id": "162204", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/bleach-55479ba703c93.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "260139", + "likes": "4", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/bleach-5c7d7f6c09bd8.png" + }, + { + "disc": "1", + "id": "129127", + "likes": "4", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/bleach-53ba2369e9cf8.png" + }, + { + "disc": "1", + "id": "260138", + "likes": "3", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/bleach-5c7d7f5be2bbd.png" + }, + { + "disc": "1", + "id": "247498", + "likes": "3", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/bleach-5b970a45d758c.png" + }, + { + "disc": "1", + "id": "247500", + "likes": "3", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/bleach-5b970a5591fee.png" + }, + { + "disc": "1", + "id": "247674", + "likes": "2", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/bleach-5b99b9d9d929d.png" + }, + { + "disc": "2", + "id": "247676", + "likes": "2", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/bleach-5b99b9f826f13.png" + }, + { + "disc": "1", + "id": "247678", + "likes": "2", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/bleach-5b99ba0e2f745.png" + }, + { + "disc": "2", + "id": "247679", + "likes": "2", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/bleach-5b99ba2d0bc1c.png" + } + ] + }, + "f33bb8e2-e486-49fc-8fbc-7ba1c4026d86": { + "albumcover": [ + { + "id": "238296", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/halloween-seattle-91-5ac05bbe0d8d7.jpg" + } + ] + }, + "f4704ade-d0d8-3015-a9f9-a4972df288fc": { + "albumcover": [ + { + "id": "284102", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/blew-5e251d80dda33.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "42762", + "likes": "3", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/blew-5002bc90d9ed8.png" + }, + { + "disc": "1", + "id": "317291", + "likes": "1", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/blew-5f9c8de033c81.png" + }, + { + "disc": "2", + "id": "317297", + "likes": "1", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/blew-5f9c8f39c0e35.png" + } + ] + }, + "fb3770f6-83fb-32b7-85c4-1f522a92287e": { + "albumcover": [ + { + "id": "221065", + "likes": "6", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/mtv-unplugged-in-new-york-5949485e55c8a.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "260119", + "likes": "4", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/mtv-unplugged-in-new-york-5c7d612b974b3.png" + }, + { + "disc": "1", + "id": "234226", + "likes": "4", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/mtv-unplugged-in-new-york-5a601462a5aae.png" + }, + { + "disc": "2", + "id": "151701", + "likes": "3", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/mtv-unplugged-in-new-york-54dc88681dd2c.png" + }, + { + "disc": "1", + "id": "259645", + "likes": "2", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/mtv-unplugged-in-new-york-5c7837b6cdc41.png" + }, + { + "disc": "1", + "id": "264770", + "likes": "2", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/mtv-unplugged-in-new-york-5cc0ca8b1402c.png" + }, + { + "disc": "2", + "id": "259660", + "likes": "2", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/mtv-unplugged-in-new-york-5c78429c5b3ed.png" + }, + { + "disc": "1", + "id": "15065", + "likes": "2", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/mtv-unplugged-in-new-york-4edab5d933500.png" + } + ] + }, + "fcd47631-90a2-46cf-918e-15b244bf056d": { + "albumcover": [ + { + "id": "316866", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/greatest-hits-5f9852c1b4ac4.jpg" + } + ] + }, + "fcea0880-2c7a-45cd-bbe8-b47ae96c19f3": { + "albumcover": [ + { + "id": "303200", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/under-the-covers-5ee3f07785951.jpg" + } + ] + }, + "fd3668bd-c073-342a-b55a-6175e7d5f334": { + "albumcover": [ + { + "id": "317108", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/rough-tapes-bleeding-years-5f9ad64bea170.jpg" + } + ] + }, + "fdeebee4-b749-31c4-8a9b-d8d25cd9a43a": { + "albumcover": [ + { + "id": "303192", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/grunge-is-dead-5ee3f04e6a0b3.jpg" + } + ] + }, + "fe099b48-68ea-3550-b4af-b476dda36385": { + "albumcover": [ + { + "id": "316949", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/greatest-hits-live--assorted-rarities-5f9964c1178c5.jpg" + } + ] + }, + "ff7eff6a-9312-312b-abfd-4ca58219da5f": { + "albumcover": [ + { + "id": "316959", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/peel-sessions-5f99669aa7c18.jpg" + } + ] + }, + "ff9dec8b-3674-35a3-aa39-9f9ba3d30b71": { + "albumcover": [ + { + "id": "303199", + "likes": "1", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/twilight-of-the-gods-5ee3f07776380.jpg" + } + ] + } + }, + "artistbackground": [ + { + "id": "2539", + "likes": "11", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-4ddaf131354a8.jpg" + }, + { + "id": "108996", + "likes": "10", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-52c91734c39dd.jpg" + }, + { + "id": "99990", + "likes": "9", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-524daf0607406.jpg" + }, + { + "id": "42530", + "likes": "5", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-500187e32be79.jpg" + }, + { + "id": "4153", + "likes": "5", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-4de90b913b2a1.jpg" + }, + { + "id": "190330", + "likes": "5", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-56d0287053099.jpg" + }, + { + "id": "190331", + "likes": "5", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-56d02870536ef.jpg" + }, + { + "id": "151698", + "likes": "5", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-54dc843050470.jpg" + }, + { + "id": "99991", + "likes": "5", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-524daf0607e44.jpg" + }, + { + "id": "108997", + "likes": "5", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-52c917ac71459.jpg" + }, + { + "id": "172578", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-55baa96c8c47f.jpg" + }, + { + "id": "151699", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-54dc845f81d1b.jpg" + }, + { + "id": "146472", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-54ac79e578054.jpg" + } + ], + "artistthumb": [ + { + "id": "31455", + "likes": "6", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistthumb/nirvana-4fb61ff40a15a.jpg" + }, + { + "id": "31456", + "likes": "5", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistthumb/nirvana-4fb6205204d6e.jpg" + }, + { + "id": "77828", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistthumb/nirvana-515ddb61b444b.jpg" + }, + { + "id": "31454", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistthumb/nirvana-4fb61fd2f3204.jpg" + } + ], + "hdmusiclogo": [ + { + "id": "101686", + "likes": "7", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-5261733fe6c60.png" + }, + { + "id": "81480", + "likes": "7", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-518a696cda12f.png" + }, + { + "id": "81521", + "likes": "7", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-518ada7d98805.png" + }, + { + "id": "181150", + "likes": "5", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-561900ee87f11.png" + }, + { + "id": "260035", + "likes": "5", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-5c7c5d116b427.png" + }, + { + "id": "252735", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-5c0d8d0dbb1cd.png" + }, + { + "id": "252736", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-5c0d8d16333f9.png" + }, + { + "id": "252737", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-5c0d8d1ddf738.png" + }, + { + "id": "81479", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-518a696c1ab0b.png" + }, + { + "id": "181149", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-561900db6b999.png" + }, + { + "id": "181151", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-5619010106ffb.png" + }, + { + "id": "217621", + "likes": "2", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-59039625adb45.png" + } + ], + "mbid_id": "5b11f4ce-a62d-471e-81fc-a69a8278c7da", + "musicbanner": [ + { + "id": "218845", + "likes": "5", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/musicbanner/nirvana-591789a12da78.jpg" + }, + { + "id": "78008", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/musicbanner/nirvana-515f7e1a6f50b.jpg" + } + ], + "musiclogo": [ + { + "id": "8957", + "likes": "6", + "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/musiclogo/nirvana-4e4b9bc06dcc4.png" + } + ], + "name": "Nirvana" + }, + "responseIsBinary": false, + "scope": "http://webservice.fanart.tv:80", + "status": 200 + } + ] + ], + [ + "labels have a fanArt field and preview images", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/label/0cf56645-50ec-4411-aeb6-c9f4ce0f8edb?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:22 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "770", + "X-RateLimit-Reset", + "1618477643", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"a622afb7df4622cb3b1c81c961391e77\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"isnis\":[],\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"type\":\"Original Production\",\"sort-name\":\"Hardly Art\",\"life-span\":{\"end\":null,\"begin\":\"2007-03-09\",\"ended\":false},\"ipis\":[],\"name\":\"Hardly Art\",\"country\":null,\"disambiguation\":\"\",\"area\":{\"disambiguation\":\"\",\"id\":\"10adc6b5-63bf-4b4e-993e-ed83b05c22fc\",\"type-id\":null,\"type\":null,\"name\":\"Seattle\",\"sort-name\":\"Seattle\"},\"label-code\":null,\"id\":\"0cf56645-50ec-4411-aeb6-c9f4ce0f8edb\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/v3/music/0cf56645-50ec-4411-aeb6-c9f4ce0f8edb?api_key=*", + "rawHeaders": [ + "Server", + "nginx/1.15.9", + "Date", + "Thu, 15 Apr 2021 09:07:22 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "webservice.fanart.tv" + }, + "response": { + "mbid_id": null, + "musiclabel": [ + { + "id": "259128", + "likes": "0", + "url": "https://assets.fanart.tv/fanart/music/0cf56645-50ec-4411-aeb6-c9f4ce0f8edb/musiclabel/hardly-art-5c71e1b57f00c.png" + }, + { + "id": "259129", + "likes": "0", + "url": "https://assets.fanart.tv/fanart/music/0cf56645-50ec-4411-aeb6-c9f4ce0f8edb/musiclabel/hardly-art-5c71e1b586d3b.png" + } + ], + "name": null + }, + "responseIsBinary": false, + "scope": "http://webservice.fanart.tv:80", + "status": 200 + } + ] + ], + [ + "release groups have a fanArt field and preview images", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/release-group/f5093c06-23e3-404f-aeaa-40f72885ee3a?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:21 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1020", + "X-RateLimit-Reset", + "1618477643", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"9a0159a52c544eab0f9a86ccf0ff0361\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"secondary-type-ids\":[],\"first-release-date\":\"1973-03-24\",\"disambiguation\":\"\",\"secondary-types\":[],\"title\":\"The Dark Side of the Moon\",\"id\":\"f5093c06-23e3-404f-aeaa-40f72885ee3a\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type\":\"Album\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/v3/music/albums/f5093c06-23e3-404f-aeaa-40f72885ee3a?api_key=*", + "rawHeaders": [ + "Server", + "nginx/1.15.9", + "Date", + "Thu, 15 Apr 2021 09:07:22 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "webservice.fanart.tv" + }, + "response": { + "albums": { + "f5093c06-23e3-404f-aeaa-40f72885ee3a": { + "albumcover": [ + { + "id": "128223", + "likes": "13", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-53afcfaa65a86.jpg" + }, + { + "id": "118729", + "likes": "7", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-535054d4e2e32.jpg" + }, + { + "id": "283340", + "likes": "7", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-5e1bd6d08e565.jpg" + }, + { + "id": "183166", + "likes": "6", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-5647389f76c9a.jpg" + }, + { + "id": "163522", + "likes": "6", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-555319062404d.jpg" + }, + { + "id": "174560", + "likes": "6", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-55cbdf80ef05c.jpg" + }, + { + "id": "130679", + "likes": "5", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-53cf470795637.jpg" + }, + { + "id": "225420", + "likes": "5", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-59a82b1a7c6cd.jpg" + }, + { + "id": "225421", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-59a82d31adb2f.jpg" + }, + { + "id": "173720", + "likes": "4", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-55c4af535f7e9.jpg" + }, + { + "id": "289604", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-5e66d1295bad3.jpg" + }, + { + "id": "329894", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-603e7e8d5d50a.jpg" + }, + { + "id": "259037", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-5c709e472b685.jpg" + }, + { + "id": "225266", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-59a48bfb008e3.jpg" + }, + { + "id": "225267", + "likes": "3", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-59a48df6822b4.jpg" + } + ], + "cdart": [ + { + "disc": "1", + "id": "179437", + "likes": "9", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-56047db2bbb28.png" + }, + { + "disc": "1", + "id": "179438", + "likes": "9", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-56047e045d648.png" + }, + { + "disc": "1", + "id": "225077", + "likes": "6", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-59a0791276643.png" + }, + { + "disc": "3", + "id": "62047", + "likes": "6", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-50aa6521ef0f3.png" + }, + { + "disc": "1", + "id": "225188", + "likes": "6", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-59a3237b3607a.png" + }, + { + "disc": "1", + "id": "179439", + "likes": "6", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-56047e56b51f8.png" + }, + { + "disc": "1", + "id": "221698", + "likes": "5", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-5957ea48b6728.png" + }, + { + "disc": "1", + "id": "46158", + "likes": "5", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-501c2a49803a0.png" + }, + { + "disc": "2", + "id": "46162", + "likes": "5", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-501c3001b1c7c.png" + }, + { + "disc": "2", + "id": "225375", + "likes": "5", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-59a74d8e41558.png" + }, + { + "disc": "3", + "id": "225376", + "likes": "5", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-59a74dbb41789.png" + }, + { + "disc": "4", + "id": "225385", + "likes": "5", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-59a7719de4451.png" + }, + { + "disc": "5", + "id": "225414", + "likes": "5", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-59a81404c6562.png" + }, + { + "disc": "6", + "id": "225416", + "likes": "5", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-59a822507d221.png" + }, + { + "disc": "1", + "id": "148887", + "likes": "5", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-54c55c43410af.png" + }, + { + "disc": "1", + "id": "115624", + "likes": "5", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-532569d57474d.png" + }, + { + "disc": "1", + "id": "225215", + "likes": "5", + "size": "1000", + "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-59a375ff8866e.png" + } + ] + } + }, + "mbid_id": "83d91898-7763-47d7-b03b-b92132375c47", + "name": "Pink Floyd" + }, + "responseIsBinary": false, + "scope": "http://webservice.fanart.tv:80", + "status": 200 + } + ] + ] +] diff --git a/test/extensions/fanart-tv/schema.js b/test/extensions/fanart-tv/schema.js index 2eb6399..47b27ba 100644 --- a/test/extensions/fanart-tv/schema.js +++ b/test/extensions/fanart-tv/schema.js @@ -1,20 +1,27 @@ -import test from 'ava' -import { graphql } from 'graphql' -import extension from '../../../src/extensions/fanart-tv' -import baseSchema, { applyExtension } from '../../../src/schema' -import baseContext from '../../helpers/context' +import test from 'ava'; +import GraphQL from 'graphql'; +import extension from '../../../src/extensions/fanart-tv/index.js'; +import { baseSchema, applyExtension } from '../../../src/schema.js'; +import baseContext from '../../helpers/context.js'; -const schema = applyExtension(extension, baseSchema) -const context = extension.extendContext(baseContext) +const { graphql } = GraphQL; + +const schema = applyExtension(extension, baseSchema); +const context = extension.extendContext(baseContext, { + fanArt: { + limit: Infinity, + period: 0, + }, +}); function testData(t, query, handler) { - return graphql(schema, query, null, context).then(result => { + return graphql(schema, query, null, context).then((result) => { if (result.errors !== undefined) { - result.errors.forEach(error => t.log(error)) + result.errors.forEach((error) => t.log(error)); } - t.is(result.errors, undefined) - return handler(t, result.data) - }) + t.is(result.errors, undefined); + return handler(t, result.data); + }); } test( @@ -61,19 +68,19 @@ test( } `, (t, data) => { - t.snapshot(data) - const { fanArt } = data.lookup.artist + t.snapshot(data); + const { fanArt } = data.lookup.artist; const allImages = [] .concat(fanArt.backgrounds) .concat(fanArt.banners) .concat(fanArt.logos) .concat(fanArt.logosHD) - .concat(fanArt.thumbnails) - allImages.forEach(image => { - t.not(image.url, image.fullSizeURL) - }) + .concat(fanArt.thumbnails); + allImages.forEach((image) => { + t.not(image.url, image.fullSizeURL); + }); } -) +); test( 'release groups have a fanArt field and preview images', @@ -102,14 +109,14 @@ test( } `, (t, data) => { - t.snapshot(data) - const { fanArt } = data.lookup.releaseGroup - const allImages = [].concat(fanArt.albumCovers).concat(fanArt.discImages) - allImages.forEach(image => { - t.not(image.url, image.fullSizeURL) - }) + t.snapshot(data); + const { fanArt } = data.lookup.releaseGroup; + const allImages = [].concat(fanArt.albumCovers).concat(fanArt.discImages); + allImages.forEach((image) => { + t.not(image.url, image.fullSizeURL); + }); } -) +); test( 'labels have a fanArt field and preview images', @@ -132,10 +139,10 @@ test( } `, (t, data) => { - t.snapshot(data) - const { fanArt } = data.lookup.label - fanArt.logos.forEach(image => { - t.not(image.url, image.fullSizeURL) - }) + t.snapshot(data); + const { fanArt } = data.lookup.label; + fanArt.logos.forEach((image) => { + t.not(image.url, image.fullSizeURL); + }); } -) +); diff --git a/test/extensions/fanart-tv/snapshots/schema.js.md b/test/extensions/fanart-tv/snapshots/schema.js.md index 373454f..124d4a5 100644 --- a/test/extensions/fanart-tv/snapshots/schema.js.md +++ b/test/extensions/fanart-tv/snapshots/schema.js.md @@ -2,7 +2,7 @@ The actual snapshot is saved in `schema.js.snap`. -Generated by [AVA](https://ava.li). +Generated by [AVA](https://avajs.dev). ## artists have a fanArt field and preview images @@ -16,79 +16,79 @@ Generated by [AVA](https://ava.li). { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-4ddaf131354a8.jpg', imageID: '2539', - likeCount: 9, + likeCount: 11, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-4ddaf131354a8.jpg', }, - { - fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-524daf0607406.jpg', - imageID: '99990', - likeCount: 8, - url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-524daf0607406.jpg', - }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-52c91734c39dd.jpg', imageID: '108996', - likeCount: 8, + likeCount: 10, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-52c91734c39dd.jpg', }, + { + fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-524daf0607406.jpg', + imageID: '99990', + likeCount: 9, + url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-524daf0607406.jpg', + }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-500187e32be79.jpg', imageID: '42530', - likeCount: 4, + likeCount: 5, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-500187e32be79.jpg', }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-4de90b913b2a1.jpg', imageID: '4153', - likeCount: 4, + likeCount: 5, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-4de90b913b2a1.jpg', }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-56d0287053099.jpg', imageID: '190330', - likeCount: 4, + likeCount: 5, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-56d0287053099.jpg', }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-56d02870536ef.jpg', imageID: '190331', - likeCount: 4, + likeCount: 5, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-56d02870536ef.jpg', }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-54dc843050470.jpg', imageID: '151698', - likeCount: 4, + likeCount: 5, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-54dc843050470.jpg', }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-524daf0607e44.jpg', imageID: '99991', - likeCount: 4, + likeCount: 5, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-524daf0607e44.jpg', }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-52c917ac71459.jpg', imageID: '108997', - likeCount: 4, + likeCount: 5, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-52c917ac71459.jpg', }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-55baa96c8c47f.jpg', imageID: '172578', - likeCount: 3, + likeCount: 4, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-55baa96c8c47f.jpg', }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-54dc845f81d1b.jpg', imageID: '151699', - likeCount: 3, + likeCount: 4, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-54dc845f81d1b.jpg', }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-54ac79e578054.jpg', imageID: '146472', - likeCount: 1, + likeCount: 2, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-54ac79e578054.jpg', }, ], @@ -96,13 +96,13 @@ Generated by [AVA](https://ava.li). { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/musicbanner/nirvana-591789a12da78.jpg', imageID: '218845', - likeCount: 4, + likeCount: 5, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/musicbanner/nirvana-591789a12da78.jpg', }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/musicbanner/nirvana-515f7e1a6f50b.jpg', imageID: '78008', - likeCount: 3, + likeCount: 4, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/musicbanner/nirvana-515f7e1a6f50b.jpg', }, ], @@ -110,7 +110,7 @@ Generated by [AVA](https://ava.li). { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/musiclogo/nirvana-4e4b9bc06dcc4.png', imageID: '8957', - likeCount: 5, + likeCount: 6, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/musiclogo/nirvana-4e4b9bc06dcc4.png', }, ], @@ -118,49 +118,73 @@ Generated by [AVA](https://ava.li). { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-5261733fe6c60.png', imageID: '101686', - likeCount: 6, + likeCount: 7, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-5261733fe6c60.png', }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-518a696cda12f.png', imageID: '81480', - likeCount: 5, + likeCount: 7, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-518a696cda12f.png', }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-518ada7d98805.png', imageID: '81521', - likeCount: 5, + likeCount: 7, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-518ada7d98805.png', }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-561900ee87f11.png', imageID: '181150', - likeCount: 4, + likeCount: 5, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-561900ee87f11.png', }, + { + fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-5c7c5d116b427.png', + imageID: '260035', + likeCount: 5, + url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-5c7c5d116b427.png', + }, + { + fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-5c0d8d0dbb1cd.png', + imageID: '252735', + likeCount: 4, + url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-5c0d8d0dbb1cd.png', + }, + { + fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-5c0d8d16333f9.png', + imageID: '252736', + likeCount: 4, + url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-5c0d8d16333f9.png', + }, + { + fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-5c0d8d1ddf738.png', + imageID: '252737', + likeCount: 4, + url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-5c0d8d1ddf738.png', + }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-518a696c1ab0b.png', imageID: '81479', - likeCount: 3, + likeCount: 4, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-518a696c1ab0b.png', }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-561900db6b999.png', imageID: '181149', - likeCount: 2, + likeCount: 3, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-561900db6b999.png', }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-5619010106ffb.png', imageID: '181151', - likeCount: 2, + likeCount: 3, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-5619010106ffb.png', }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-59039625adb45.png', imageID: '217621', - likeCount: 1, + likeCount: 2, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-59039625adb45.png', }, ], @@ -168,45 +192,31 @@ Generated by [AVA](https://ava.li). { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistthumb/nirvana-4fb61ff40a15a.jpg', imageID: '31455', - likeCount: 5, + likeCount: 6, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistthumb/nirvana-4fb61ff40a15a.jpg', }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistthumb/nirvana-4fb6205204d6e.jpg', imageID: '31456', - likeCount: 4, + likeCount: 5, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistthumb/nirvana-4fb6205204d6e.jpg', }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistthumb/nirvana-515ddb61b444b.jpg', imageID: '77828', - likeCount: 3, + likeCount: 4, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistthumb/nirvana-515ddb61b444b.jpg', }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistthumb/nirvana-4fb61fd2f3204.jpg', imageID: '31454', - likeCount: 3, + likeCount: 4, url: 'https://assets.fanart.tv/preview/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistthumb/nirvana-4fb61fd2f3204.jpg', }, ], }, }, }, - - -## labels have a fanArt field and preview images - -> Snapshot 1 - - { - lookup: { - label: { - fanArt: { - logos: [], - }, - }, - }, } ## release groups have a fanArt field and preview images @@ -218,82 +228,94 @@ Generated by [AVA](https://ava.li). releaseGroup: { fanArt: { albumCovers: [ - { - fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-4decb408b6604.jpg', - imageID: '4417', - likeCount: 12, - url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-4decb408b6604.jpg', - }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-53afcfaa65a86.jpg', imageID: '128223', - likeCount: 6, + likeCount: 13, url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-53afcfaa65a86.jpg', }, + { + fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-535054d4e2e32.jpg', + imageID: '118729', + likeCount: 7, + url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-535054d4e2e32.jpg', + }, + { + fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-5e1bd6d08e565.jpg', + imageID: '283340', + likeCount: 7, + url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-5e1bd6d08e565.jpg', + }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-5647389f76c9a.jpg', imageID: '183166', - likeCount: 3, + likeCount: 6, url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-5647389f76c9a.jpg', }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-555319062404d.jpg', imageID: '163522', - likeCount: 3, + likeCount: 6, url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-555319062404d.jpg', }, { - fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-535054d4e2e32.jpg', - imageID: '118729', - likeCount: 3, - url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-535054d4e2e32.jpg', + fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-55cbdf80ef05c.jpg', + imageID: '174560', + likeCount: 6, + url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-55cbdf80ef05c.jpg', }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-53cf470795637.jpg', imageID: '130679', - likeCount: 2, + likeCount: 5, url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-53cf470795637.jpg', }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-59a82b1a7c6cd.jpg', imageID: '225420', - likeCount: 1, + likeCount: 5, url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-59a82b1a7c6cd.jpg', }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-59a82d31adb2f.jpg', imageID: '225421', - likeCount: 1, + likeCount: 4, url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-59a82d31adb2f.jpg', }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-55c4af535f7e9.jpg', imageID: '173720', - likeCount: 1, + likeCount: 4, url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-55c4af535f7e9.jpg', }, { - fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-55cbdf80ef05c.jpg', - imageID: '174560', - likeCount: 1, - url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-55cbdf80ef05c.jpg', + fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-5e66d1295bad3.jpg', + imageID: '289604', + likeCount: 3, + url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-5e66d1295bad3.jpg', }, { - fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-59a31c7ad5931.jpg', - imageID: '225172', - likeCount: 0, - url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-59a31c7ad5931.jpg', + fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-603e7e8d5d50a.jpg', + imageID: '329894', + likeCount: 3, + url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-603e7e8d5d50a.jpg', + }, + { + fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-5c709e472b685.jpg', + imageID: '259037', + likeCount: 3, + url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-5c709e472b685.jpg', }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-59a48bfb008e3.jpg', imageID: '225266', - likeCount: 0, + likeCount: 3, url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-59a48bfb008e3.jpg', }, { fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-59a48df6822b4.jpg', imageID: '225267', - likeCount: 0, + likeCount: 3, url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-59a48df6822b4.jpg', }, ], @@ -312,6 +334,13 @@ Generated by [AVA](https://ava.li). size: 1000, url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-56047e045d648.png', }, + { + discNumber: 1, + fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-59a0791276643.png', + imageID: '225077', + size: 1000, + url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-59a0791276643.png', + }, { discNumber: 3, fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-50aa6521ef0f3.png', @@ -319,6 +348,13 @@ Generated by [AVA](https://ava.li). size: 1000, url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-50aa6521ef0f3.png', }, + { + discNumber: 1, + fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-59a3237b3607a.png', + imageID: '225188', + size: 1000, + url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-59a3237b3607a.png', + }, { discNumber: 1, fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-56047e56b51f8.png', @@ -333,13 +369,6 @@ Generated by [AVA](https://ava.li). size: 1000, url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-5957ea48b6728.png', }, - { - discNumber: 1, - fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-59a0791276643.png', - imageID: '225077', - size: 1000, - url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-59a0791276643.png', - }, { discNumber: 1, fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-501c2a49803a0.png', @@ -396,13 +425,6 @@ Generated by [AVA](https://ava.li). size: 1000, url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-54c55c43410af.png', }, - { - discNumber: 1, - fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-59a3237b3607a.png', - imageID: '225188', - size: 1000, - url: 'https://assets.fanart.tv/preview/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-59a3237b3607a.png', - }, { discNumber: 1, fullSizeURL: 'https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-532569d57474d.png', @@ -421,4 +443,33 @@ Generated by [AVA](https://ava.li). }, }, }, - } \ No newline at end of file + } + +## labels have a fanArt field and preview images + +> Snapshot 1 + + { + lookup: { + label: { + fanArt: { + logos: [ + { + color: null, + fullSizeURL: 'https://assets.fanart.tv/fanart/music/0cf56645-50ec-4411-aeb6-c9f4ce0f8edb/musiclabel/hardly-art-5c71e1b57f00c.png', + imageID: '259128', + likeCount: 0, + url: 'https://assets.fanart.tv/preview/music/0cf56645-50ec-4411-aeb6-c9f4ce0f8edb/musiclabel/hardly-art-5c71e1b57f00c.png', + }, + { + color: null, + fullSizeURL: 'https://assets.fanart.tv/fanart/music/0cf56645-50ec-4411-aeb6-c9f4ce0f8edb/musiclabel/hardly-art-5c71e1b586d3b.png', + imageID: '259129', + likeCount: 0, + url: 'https://assets.fanart.tv/preview/music/0cf56645-50ec-4411-aeb6-c9f4ce0f8edb/musiclabel/hardly-art-5c71e1b586d3b.png', + }, + ], + }, + }, + }, + } diff --git a/test/extensions/fanart-tv/snapshots/schema.js.snap b/test/extensions/fanart-tv/snapshots/schema.js.snap index 772fb4d5980983cf773de6946cb77f2c5ea86abf..a845dc44d7ba663d63833a696a9b8ac07b266bf5 100644 GIT binary patch literal 4104 zcmV+j5clsvRzVmQ2<00000000Bk zoC|Or)p^Iyy;pmsE6I{9%TH`<320OlOjYKp||+MG-VP3g-l`|&9tE{B(x77ERp2T$1W!1 z!z9REMei=nRMh2-_*45Y8#@p+CejZN&HAu29G(cS-0$snIb_ z1J;1E!60zK<=|@Y0T6+4a4YyY_!RgY_+t5F>$G<@8s5RA`ev!Ow>PQ0|IZ=t2zUbg zBltFW0lW(S7qnFf=>_Y+7C^y;;N9RFunX+2%>9y;bH1dLl<;>~snn>X9Rj5{5 z#cwCYa$4+aL$Q(;FG-4RY4N6{sHMfjNwJz1zm*i*(_*KV^s=;gaZ;?M#qp%rnHCQv z#jdpYY*Oq_i?u3AgM;ElNwFstU!GnVt4_D{!D`mh=c-vt2imiizPCMV=^gD^OaHPx zYw7FlSxe9B$Xa@1N7mBMbYv|(-jTJmQp;L;K`m?PO|@oAQG6&VHXZxjq}Z2)Q(M(Z z$a?Su_yMSO3B9vAw|7G2A&C45xUQR!Tfk?#1(kM5<$`5|{4#h6boUTa?-5iwB$eY3 z`B(5;y@Y%o{7tW*Qj=6}>?0%uoy*bfz%|PSl}<_Jb%^`~e6AlZ059|lDqWJw9V-a= zJuo-`7l5e&L8V(#8CZ$&03HV~f%a8`$}&miL5O@AT)P@B0QapHRC**8XAL2jfEPjM zT0+iWE2#8JDn}vmFW|sBxBxu5PEhHSRCb*~hz~l}!v)~#^@7TBN##|D{1>=?16%-} z-yo>;ODZ2Z6Vnpdu@No+6B`AU6_QH-Cd_!?G4LYL&Jt7xM3w4ch&&9AgOSaI`~mpW z&4Su0N$rZW3AqZ4gT8YJvB1uA1hv(Y+6jpK7z}J7Jpqv;;D_L@A;b(E9}?8g zl++?h$UgAm2W3|CMU-yE*Ki}CMKfEi9zhVyvF3<H(Non*&3SM6V*env9CTc97grAxSm|tKQ=a6 zHw`ZiV$ZWo&#?ygj_(#)**=`?$gaFR+Y2(?(RD+Rs*Mcqi!K|R8l6n9v?cb=5vWWx zMy8Ft8`g*J!5tbJb(bytHWUiIP zjR-`&82k0uj$E~M#IW-aa%1S^H^Efh?s#*-H6+|Z#ioB?50Z%yTu|hkCnxZi0g63k9|s= zNNv{AO+Ejfy=W1Utt@s#!q{?j-RH^?X}K{XTe*x#TlDnpgR7?Y`%&Yh8KwM~m415> zLl%UI!a`4jC^UWD_kGBEZ|s9(Ug){Rj_xfxnq zJw{IJ#AvQHC9=L@QQK1-M$BoEsZO@7HDi=c*{0>2ELLBR#0Sm=jgf3yYsSbm?I^it zuxzz$ovt&>ZIy8(+18pdqAbuo?mE=)sLFE0EoQbzh-A~0LR2nbhzv@Z&jLG843Q=N z{9N1+38uAXh+NO+p%Zatnu;@>iK<&8MzU?Kx$#cz@O{o~$5oDz_>iv1F`8qWQj8QH z-ktUs*~|?i&P}EoBd2x7kzkurj6{h7#K>Ws^1w1JT`@+Si9ZMxHb$atN-+}O94bPL z(q}s%w$#coYMHrCw5>IF-aJTtnKwA2UaWKn%N@sQktad2ZLJw2LpLoqG;NOMRVhXc z6Gw~8b+T=(86($&WE?w=Wkrf}oz7Zj&oI}vr9FiG$yt?XBc30Pq;-59mmgIwWZk&8QVRUo~y20ipy7kYp3g(_l$Js^r7DyO4Eme?=CeD1$UIH z$54D4yaIl=OvsnOQ)QuD(wW=p`zwUp2yOv=ZG>3h*V-07cRSB;(}J;)vF1pthzE`4 z8)yx+fkuPav@CAohC2%CoHJJUBHyY9Zp?#-#!eLaP0=)}LwmeNIC8L#3X=CQSj2qO zjww}n`jEVB!gTQok@!nGSzv@sD2}kjHL9h8;aH*JD+eR*HS2-|BQt7gC%I3}t_1BH zo@h=`kKp=as&gQMUX@ICM& z@RM?yK7n+D)nGHI0|#7IS!goGtbG*(t~)t>&K6uD2$qK-FeV7C5`>l=gurd!6X0&} z0C*UD4LlBxfoH+<-~@O>sBn!?p;pHD=m7m-1K8R&S7D2|xHJ+tY{5I4 zWx@FA$t)P1(=DUvkW2pGOi>ZEPmA8uo;Cle_N@7D%_Phi>d2b!cVx{^lVCKPf21R8 z{+lxiGX`r}^SxTu{JU$-=66n4`46?}hWuYGYe>B_YsiN>n+-vvK8@miK<~oZ3vSL& zl~L;^q!&B{{t3L6pDN?_WrW-bHuVtlD@Be0B?cK0~o9MsWP5{$alcxNBt(vaU=2nxcz8{2s*H=)5^^c{4k)dIJ^86Jz6z0VfSqSx76$j9 zk((-G$9l9M90UIe`tws|9EQll;F2>53BkwC%*%VB^=~9(4fry68vIzyuCY>5xos0_ z2CL5^S$SdIX&4hdr91$~XNJ%TS>(3_SgWxqVa1J4+m{mhcSfM=u zkt1N&7JL)u@r7 z4GdrdWQqwlq@)zubi$2YLxkJ`4vEP&q=Xb2rMOE0N5Si0xtM4}N=Bi59wLWG^KVAVET+D8{@iX>0zB?16+4l9N@pn(@on6?9dx( zZa!x=dPAebjRUBq&co1)nZXQ`dyc}}&273Vz4{`(+uXIlUBCgwyMRSEt4Llq^}uDe z!2`n$)y{!a$8~ex^6y-7zt3Y>vHZ@_FQ`RrPF3=_XfFQb9@487!0nPpNk%&{Xw z_aj^7aHPgD%bd#j;nU@I*{&kForjT2eU}-&?lG0Qoij5xXVKDoeIB!lMM`JlQ@`h)i7%4hGs6nycOC`~H>gRuO_ls^&hu(+5&bS3 zRw%z`YktI4&LyUMnO5lTvR%b;d$Pmz0-JGDZF*0(?zzW7i{N+3utNFW^gYkD0w>_M z+VpPgrky*@ERbO1bopI2tWbVWXF)S|Sjc?k={@%mK>_?O8&)j8V<@^2x-d1Bj-4}Z zaXU9vocOx?QutjmOwsS-i|F@MwE5fSOv~KlooA2fp=YZ+3#;nPK@U2Wsr{zKbh)BU zMe#OEvIsHHicP9Av1sTp^pxiFci!2uNs7)MU2JD3Kf}-5F-P2Y{eW6w5O9TeJ=z@C z%-yjpkm9g3w&-R<=~P#TQI38&bF9KX%snj z%#==DFo!YolpZ3!^WK(iDvGxQJ1|4WET8MP(z}orrABc!eu_2~#@jS>LK^x$3zSYm z=%#Mxd;7HQ{1j~}l((5>Ua{a=2j@TGOOY*JC2oi5*@Z~3mPG?64*5}xbr%F=I1=GasuZ{y~W zT5+s&JR{uz=5Du_-rI9+DvGyVYPgnedZEu%?ro|%v#tD_n}r^>zVqIeZCV0vHy;D1 zXFp~h-^9Mf;+Rv9nJRgpHG^?8cmKE0^Qc92wxUS|a<)!Qo$}C%RGpo>{X1>9Hi{+{ z#Mve@L#!su=bWoO)3%-51CFO}L!xL>L7d$jbDHh(wb1R8{ GdjJ5yWbu*! literal 3654 zcmV-M4!Q9`RzVua znnFnrXhAekiMBvdT3SLv3*l%5YKqhpQVI=%gr=wmML_%CeRyrpZv2Mk@V-btWwP)4 z#`AsO?Ck9B`#Tp9LMq7hPd{3*=_7g1#3y#oe|Fo}cQYjT(;*Y$6n^C2zII~AGi!f# z$<}wj`bH)^`qMT-t{U^>)8e>Fnrfce}z5|I_coylu6&d!5A(=4AUmsA}t2(@{KpPQSzX@bH<- z!VkXI?}K68Ej{b)cB{3mD~O=>X?*q^_&qoP-U0stFef!&9GD3jfdQ6+6&0UESaoV= zr?oj#)!VA8s|(}HXDU|1<}%RA*^Y|aX1if?1!p%lZdZLhY_@_sz<0q8@F;i^JO}o1 zeT3VGQ%)iE5q50)|qGp69dhwgJw2tK2jNGEoiWAR8352wOn;wluW)kOBpX7BrtnLExWI`?inMlNb>pxteyfF z&LZS1VEZi2Yhseug4yUF>;`Xv>N%X(q$ICxu-Xo!x%hct(_GGLa*|i&JS-dFJ770> zV;<)fF~DnUel7i&RK-B1RMk-P9db} z6wYgUlGo2+wF|6j#6=L?-N<>(O!AuFg#N)(;2bhEE{ca{GPV9^INa*R;^s#d#tCWyL&^|;^tX}wWJ8xQgH4gio};Ful*Me12bRvfYo0HhcUn$) zj{-|o-kIwdOp#QH>5@?1RjQdr8RR`4SgP_K?X^6{ME8*8Fx}&Er7P{hR?Bj9%2cuC zJ=jC)<&gJSV5!QxYFn16Iflb@vE^NtRlVdgQ!(^;j|Y~jyoalx>KoLhw(#;^@)1D_ z@*WQ?U3tf;XnL5!k}9&i=P1*dE|p=t58Vc*EG{u!o4W!KV0 zo`vOPYG4K(%hG=N@l3g3OliqBRejx~mgcLH$ih;E2_qfTdVb=Q9S=z`+3m+W*})s` zzB^`**{1DCn(H{MX+wL-2LXnumfW#a4U*}OHh zv1F@q$@|SAPc|1)T9U0%Q<6N-(0xjU))9kJ^_U(ap7?CXV@gZ5KRM~BW#hUnwvOn> zbc=J+){%Z8r6t+nG;nRrHceA>YO|8r&JO+59uQNSvW-oKr1`$c)GjV0C711?&-TEW z(vodcQcO)&E!Sou*GSw!>RRcGQ?9NtGq$YMyAaOWxR=v<-=1NGVCSN>vwE6KXTY#GZ}lhMb;f zBZ48NB-zDt&Xs)yGeLA_vs5QL7E&7ICg1MYPfe%S=2>0d8J!)U^cDzCUicKElQ)w^ zCl#YIgapD9O-N{x4f|TzUua^r**)u*c5Lj`lkDjC;V`$g%Q-8U4n=)PLza;7U?yk; z23QJKfYrbS9pDOZ1Go*`oh_*kX}BLY4}r(PF7Q0~19%-A2JeH43PNhZ1TY&kgT>%; z;5=|~DQ!ul-S8`V^$FW6B7MS36_Gxn(5Kz_OrLh6yD}0#?5K>y4+knE?Z((X?Z)yx z?Z$Ogk#^(psz|%>ZdIh+s1Fa!j=Atp(nTy8sQZ5=(O+Fga>G^0(Tk_GEcIKlo z{UaZZsi_c+sihE&>E1##ru~KDn1WCOg+?)1=LOB$u(>s8j_i|g)P-LN{us^5VT9}e zFM_`bNjPpDPRJc#aSb6~0@n&jIHr#vWG;9fyaz_ribyzq0;|Wtr6UQs9^5A+;aFBj z$l2fs7+a4eq+UeAu@6@J!F3IUJOG{*l5n()BBVW#ZHz`nz{R6QBpe@%4%P%h?g!6< z!$J~{TgDRdbzqD`M!+@WL?j$j$K$L6d%+P<&xM?N1L}UcqJ5fZ!aq1*O z&H#tOsL6yVyci=;>O4==_@l5pglsf4tGo57-KgnR+C^MZ^d8AmQZ zosbcr8T=Of6Ew^akaFZ6gw>D1%b;r}A$NjDd11!bB+nJI2)O`k1Y>6tvIMN2Eg%HR zy$7rJ!NfU)>;wnEN4!8|e3Iw3xrA&7zXX@g!x;qb;pG-dGLqcl`GkBH*dV)rka=Jk zFS$sPlH~pbtG|G%g*aQmUT~0?T_nj#a$6P=awB*EoOudr32x@47fF(m-0Vg|7J}vA z5NK#ZZJPvSCAnu{^&&U|ZfnMj2QTvyj3jAEu1zAO6Wjq9_9B={BMJZB_%UZi3MfGuFUM#$;F(F6o4xesBL#U5-n z*aO}Mc|$;?lKUR4?g!6+7L$-$!GmT=p^Dg6J9{k=+iM$&Yf{5B8g*S$urYP@Mq5(s zM%$FBA}hM;Fugh4NIAhqs=2$xYjmy7b&XxEuGiS%HwFjRcXYG|U*>geCK&Wo#KaxCqL<$}5|1*?6|r64kUU>f9kGfqRV%}a@KL6>BBrHKN4H$n zR76z8!Ky_|3KK}m3K9=8%>`kG?c0)Mc#2>_^u!6QY4AmxY2e5OQiA75z<>CF0}G2k!k77H9SUDRq$%0qU-XgQ9QQt+<1p^*ftA( z(SvY}_{TqKuF-(lglZ%rD>&IT(y8fsjHyC$-k?TC`J6{wY(h2SEmBY;gEEOZnySfy zHDZ+4fuy!Zd~8BB;=i_)h8l&NX&1LW!Zj+JwT_RiJa^vA30^QNj7pZsFXhNlW*A19 z+#SVZE6*C4R$yx@nxtET=Mgo^Py$Awx*5kZ`ov Y&zwyB{~F7aLDZf90|?Vi2up4N03VR diff --git a/test/extensions/mediawiki/fixtures/schema.js.nock b/test/extensions/mediawiki/fixtures/schema.js.nock new file mode 100644 index 0000000..188ede1 --- /dev/null +++ b/test/extensions/mediawiki/fixtures/schema.js.nock @@ -0,0 +1,3400 @@ +[ + [ + "artists have a mediaWikiImages field", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/artist/5b11f4ce-a62d-471e-81fc-a69a8278c7da?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:23 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "996", + "X-RateLimit-Reset", + "1618477645", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"1db99b13c4c495547cfb9189b680b3ad\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "HIT" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"name\":\"Nirvana\",\"sort-name\":\"Nirvana\",\"gender\":null,\"area\":{\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"United States\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\"},\"type\":\"Group\",\"ipis\":[],\"end_area\":null,\"begin-area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"a640b45c-c173-49b1-8030-973603e895b5\",\"sort-name\":\"Aberdeen\",\"name\":\"Aberdeen\",\"type\":null},\"end-area\":null,\"id\":\"5b11f4ce-a62d-471e-81fc-a69a8278c7da\",\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"life-span\":{\"ended\":true,\"begin\":\"1988-01\",\"end\":\"1994-04-05\"},\"isnis\":[\"0000000123486830\",\"0000000123487390\"],\"gender-id\":null,\"disambiguation\":\"90s US grunge band\",\"country\":\"US\",\"begin_area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"a640b45c-c173-49b1-8030-973603e895b5\",\"sort-name\":\"Aberdeen\",\"name\":\"Aberdeen\",\"type\":null}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/artist/5b11f4ce-a62d-471e-81fc-a69a8278c7da?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:24 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "895", + "X-RateLimit-Reset", + "1618477645", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"7e88a69f540176a50081f6f2967402f5\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "STALE" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"begin_area\":{\"type\":null,\"id\":\"a640b45c-c173-49b1-8030-973603e895b5\",\"sort-name\":\"Aberdeen\",\"name\":\"Aberdeen\",\"disambiguation\":\"\",\"type-id\":null},\"relations\":[{\"begin\":null,\"url\":{\"resource\":\"https://www.allmusic.com/artist/mn0000357406\",\"id\":\"4a425cd3-641d-409c-a282-2334935bf1bd\"},\"target-type\":\"url\",\"direction\":\"forward\",\"type-id\":\"6b3e3c85-0002-4f34-aca6-80ace0d7e846\",\"target-credit\":\"\",\"type\":\"allmusic\",\"end\":null,\"attribute-ids\":{},\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"attributes\":[]},{\"source-credit\":\"\",\"attributes\":[],\"attribute-values\":{},\"ended\":true,\"attribute-ids\":{},\"type\":\"BBC Music page\",\"target-credit\":\"\",\"end\":\"2020-11-19\",\"direction\":\"forward\",\"type-id\":\"d028a975-000c-4525-9333-d3c8425e4b54\",\"begin\":null,\"target-type\":\"url\",\"url\":{\"resource\":\"https://www.bbc.co.uk/music/artists/5b11f4ce-a62d-471e-81fc-a69a8278c7da\",\"id\":\"627ce98c-0eef-41c7-b28f-cc3387b98aab\"}},{\"direction\":\"forward\",\"type-id\":\"4fb0eeec-a6eb-4ae3-ad52-b55765b94e8f\",\"begin\":null,\"url\":{\"resource\":\"http://www.livenirvana.com/bootography/listing85a9.html?listingquery=all\",\"id\":\"73a6779b-8aaa-42ff-9833-e550ad974be4\"},\"target-type\":\"url\",\"type\":\"discography\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"ended\":false,\"attribute-ids\":{},\"source-credit\":\"\",\"attributes\":[]},{\"begin\":null,\"url\":{\"resource\":\"http://www.livenirvana.com/digitalnirvana/discography/index.html\",\"id\":\"aa2f9928-f2d0-4ce3-9714-af7566b9df94\"},\"target-type\":\"url\",\"type-id\":\"4fb0eeec-a6eb-4ae3-ad52-b55765b94e8f\",\"direction\":\"forward\",\"target-credit\":\"\",\"type\":\"discography\",\"end\":null,\"attribute-ids\":{},\"attribute-values\":{},\"ended\":false,\"attributes\":[],\"source-credit\":\"\"},{\"direction\":\"forward\",\"type-id\":\"4fb0eeec-a6eb-4ae3-ad52-b55765b94e8f\",\"target-type\":\"url\",\"url\":{\"id\":\"d0498330-0679-4174-a145-273dd974e09e\",\"resource\":\"http://www.nirvanaarchive.com/\"},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type\":\"discography\",\"ended\":false,\"attribute-values\":{},\"attribute-ids\":{},\"attributes\":[],\"source-credit\":\"\"},{\"attribute-values\":{},\"ended\":false,\"attribute-ids\":{},\"attributes\":[],\"source-credit\":\"\",\"direction\":\"forward\",\"type-id\":\"04a5b104-a4c2-4bac-99a1-7b837c37d9e4\",\"begin\":null,\"url\":{\"id\":\"81846eca-af41-43d0-bcae-b62dbf5cfa2f\",\"resource\":\"https://www.discogs.com/artist/125246\"},\"target-type\":\"url\",\"target-credit\":\"\",\"type\":\"discogs\",\"end\":null},{\"end\":null,\"target-credit\":\"\",\"type\":\"fanpage\",\"direction\":\"forward\",\"type-id\":\"f484f897-81cc-406e-96f9-cd799a04ee24\",\"url\":{\"id\":\"74c7fc4f-cb3d-45ef-9c83-f7a1061f0272\",\"resource\":\"http://www.livenirvana.com/\"},\"target-type\":\"url\",\"begin\":null,\"attributes\":[],\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"attribute-ids\":{}},{\"url\":{\"id\":\"e42476ce-e923-498e-8e98-d11ae200aebb\",\"resource\":\"http://www.nirvanaclub.com/\"},\"target-type\":\"url\",\"begin\":null,\"direction\":\"forward\",\"type-id\":\"f484f897-81cc-406e-96f9-cd799a04ee24\",\"end\":null,\"type\":\"fanpage\",\"target-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"attribute-values\":{},\"source-credit\":\"\",\"attributes\":[]},{\"begin\":null,\"url\":{\"resource\":\"https://open.spotify.com/artist/6olE6TJLqED3rqDCT0FyPh\",\"id\":\"f6a499eb-5959-4861-95f1-13caec960006\"},\"target-type\":\"url\",\"direction\":\"forward\",\"type-id\":\"769085a1-c2f7-4c24-a532-2375a77693bd\",\"type\":\"free streaming\",\"target-credit\":\"\",\"end\":null,\"attribute-ids\":{},\"attribute-values\":{},\"ended\":false,\"attributes\":[],\"source-credit\":\"\"},{\"attribute-ids\":{},\"ended\":false,\"attribute-values\":{},\"source-credit\":\"\",\"attributes\":[],\"target-type\":\"url\",\"url\":{\"resource\":\"https://www.deezer.com/artist/415\",\"id\":\"05fd4bd7-b7c8-44f3-afdd-0f6b6b0b6092\"},\"begin\":null,\"type-id\":\"769085a1-c2f7-4c24-a532-2375a77693bd\",\"direction\":\"forward\",\"end\":null,\"type\":\"free streaming\",\"target-credit\":\"\"},{\"target-credit\":\"\",\"type\":\"free streaming\",\"end\":null,\"begin\":null,\"target-type\":\"url\",\"url\":{\"id\":\"c29fa499-8e33-455a-aaa0-d93ea088c55f\",\"resource\":\"http://www.pandora.com/nirvana\"},\"type-id\":\"769085a1-c2f7-4c24-a532-2375a77693bd\",\"direction\":\"forward\",\"attributes\":[],\"source-credit\":\"\",\"attribute-ids\":{},\"attribute-values\":{},\"ended\":false},{\"target-credit\":\"\",\"type\":\"image\",\"end\":null,\"begin\":null,\"url\":{\"id\":\"88867281-e540-4b37-9fce-870dda1bfd8b\",\"resource\":\"https://commons.wikimedia.org/wiki/File:Nirvana_around_1992.jpg\"},\"target-type\":\"url\",\"direction\":\"forward\",\"type-id\":\"221132e9-e30e-43f2-a741-15afc4c5fa7c\",\"source-credit\":\"\",\"attributes\":[],\"attribute-ids\":{},\"attribute-values\":{},\"ended\":false},{\"attribute-ids\":{},\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"attributes\":[],\"begin\":null,\"target-type\":\"url\",\"url\":{\"resource\":\"https://www.imdb.com/name/nm1110321/\",\"id\":\"85229dcd-cc79-4ce8-a3be-4b0539e9148a\"},\"direction\":\"forward\",\"type-id\":\"94c8b0cc-4477-4106-932c-da60e63de61c\",\"target-credit\":\"\",\"type\":\"IMDb\",\"end\":null},{\"direction\":\"forward\",\"type-id\":\"08db8098-c0df-4b78-82c3-c8697b4bba7f\",\"url\":{\"resource\":\"https://www.last.fm/music/Nirvana\",\"id\":\"36dc918b-2a58-4d31-9ccd-10af003e7386\"},\"target-type\":\"url\",\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type\":\"last.fm\",\"ended\":false,\"attribute-values\":{},\"attribute-ids\":{},\"attributes\":[],\"source-credit\":\"\"},{\"source-credit\":\"\",\"attributes\":[],\"ended\":false,\"attribute-values\":{},\"attribute-ids\":{},\"end\":null,\"target-credit\":\"\",\"type\":\"lyrics\",\"type-id\":\"e4d73442-3762-45a8-905c-401da65544ed\",\"direction\":\"forward\",\"target-type\":\"url\",\"url\":{\"resource\":\"http://lyrics.wikia.com/Nirvana\",\"id\":\"47e69f92-e4b3-46ca-9f95-28cc11bedf34\"},\"begin\":null},{\"type-id\":\"e4d73442-3762-45a8-905c-401da65544ed\",\"direction\":\"forward\",\"begin\":null,\"target-type\":\"url\",\"url\":{\"resource\":\"http://muzikum.eu/en/122-4216/nirvana/lyrics.html\",\"id\":\"740505c7-3a30-4482-8ca6-10183b37d308\"},\"type\":\"lyrics\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"ended\":false,\"attribute-ids\":{},\"source-credit\":\"\",\"attributes\":[]},{\"url\":{\"id\":\"eb2efdf0-05cf-4ea8-bc00-b1b0d2bcdcfb\",\"resource\":\"https://genius.com/artists/Nirvana\"},\"target-type\":\"url\",\"begin\":null,\"direction\":\"forward\",\"type-id\":\"e4d73442-3762-45a8-905c-401da65544ed\",\"end\":null,\"type\":\"lyrics\",\"target-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"attribute-values\":{},\"attributes\":[],\"source-credit\":\"\"},{\"attribute-values\":{},\"ended\":false,\"attribute-ids\":{},\"attributes\":[],\"source-credit\":\"\",\"direction\":\"forward\",\"type-id\":\"bac47923-ecde-4b59-822e-d08f0cd10156\",\"begin\":null,\"target-type\":\"url\",\"url\":{\"resource\":\"https://myspace.com/nirvana\",\"id\":\"706cb178-5d5c-49e0-a07f-149751b94043\"},\"type\":\"myspace\",\"target-credit\":\"\",\"end\":null},{\"type-id\":\"fe33d22f-c3b0-4d68-bd53-a856badf2b15\",\"direction\":\"forward\",\"begin\":null,\"url\":{\"id\":\"4347ffe2-82ec-4059-9520-6a1a3f73a304\",\"resource\":\"http://www.nirvana.com/\"},\"target-type\":\"url\",\"type\":\"official homepage\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"ended\":false,\"attribute-ids\":{},\"attributes\":[],\"source-credit\":\"\"},{\"source-credit\":\"\",\"attributes\":[],\"attribute-values\":{},\"ended\":false,\"attribute-ids\":{},\"target-credit\":\"\",\"type\":\"other databases\",\"end\":null,\"type-id\":\"d94fb61c-fa20-4e3c-a19a-71a949fb2c55\",\"direction\":\"forward\",\"begin\":null,\"target-type\":\"url\",\"url\":{\"id\":\"88a3f586-d383-4cd8-9458-f48512533799\",\"resource\":\"http://d-nb.info/gnd/10295339-9\"}},{\"attribute-values\":{},\"ended\":false,\"attribute-ids\":{},\"source-credit\":\"\",\"attributes\":[],\"direction\":\"forward\",\"type-id\":\"d94fb61c-fa20-4e3c-a19a-71a949fb2c55\",\"begin\":null,\"target-type\":\"url\",\"url\":{\"id\":\"222144c5-b46d-4d67-9f56-e9fb654e2e86\",\"resource\":\"http://id.loc.gov/authorities/names/n92011111\"},\"type\":\"other databases\",\"target-credit\":\"\",\"end\":null},{\"attribute-ids\":{},\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"attributes\":[],\"begin\":null,\"target-type\":\"url\",\"url\":{\"id\":\"21daaa31-4c41-4fc9-b07d-e77b3f01d3e6\",\"resource\":\"http://musicmoz.org/Bands_and_Artists/N/Nirvana/\"},\"direction\":\"forward\",\"type-id\":\"d94fb61c-fa20-4e3c-a19a-71a949fb2c55\",\"target-credit\":\"\",\"type\":\"other databases\",\"end\":null},{\"attributes\":[],\"source-credit\":\"\",\"attribute-ids\":{},\"attribute-values\":{},\"ended\":false,\"type\":\"other databases\",\"target-credit\":\"\",\"end\":null,\"begin\":null,\"url\":{\"resource\":\"https://catalogue.bnf.fr/ark:/12148/cb13944446b\",\"id\":\"96d41441-df74-4dda-8a0f-c99462b22a7c\"},\"target-type\":\"url\",\"type-id\":\"d94fb61c-fa20-4e3c-a19a-71a949fb2c55\",\"direction\":\"forward\"},{\"source-credit\":\"\",\"attributes\":[],\"attribute-ids\":{},\"attribute-values\":{},\"ended\":false,\"type\":\"other databases\",\"target-credit\":\"\",\"end\":null,\"begin\":null,\"url\":{\"id\":\"984aef79-06a7-471f-96ef-0f2dd1fd20de\",\"resource\":\"https://imvdb.com/n/nirvana\"},\"target-type\":\"url\",\"type-id\":\"d94fb61c-fa20-4e3c-a19a-71a949fb2c55\",\"direction\":\"forward\"},{\"direction\":\"forward\",\"type-id\":\"d94fb61c-fa20-4e3c-a19a-71a949fb2c55\",\"begin\":null,\"url\":{\"id\":\"1631d12d-9c1f-4899-a2d4-f54ffe615ca1\",\"resource\":\"https://nla.gov.au/nla.party-1179730\"},\"target-type\":\"url\",\"type\":\"other databases\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"ended\":false,\"attribute-ids\":{},\"source-credit\":\"\",\"attributes\":[]},{\"ended\":false,\"attribute-values\":{},\"attribute-ids\":{},\"source-credit\":\"\",\"attributes\":[],\"direction\":\"forward\",\"type-id\":\"d94fb61c-fa20-4e3c-a19a-71a949fb2c55\",\"url\":{\"id\":\"07a468c6-3ceb-4e44-b0b9-f46cca1151dc\",\"resource\":\"https://rateyourmusic.com/artist/nirvana\"},\"target-type\":\"url\",\"begin\":null,\"end\":null,\"type\":\"other databases\",\"target-credit\":\"\"},{\"attributes\":[],\"source-credit\":\"\",\"attribute-values\":{},\"ended\":false,\"attribute-ids\":{},\"type\":\"other databases\",\"target-credit\":\"\",\"end\":null,\"direction\":\"forward\",\"type-id\":\"d94fb61c-fa20-4e3c-a19a-71a949fb2c55\",\"begin\":null,\"url\":{\"id\":\"902a6503-ed52-4207-ae6e-f1a64dc53888\",\"resource\":\"https://www.musik-sammler.de/artist/nirvana/\"},\"target-type\":\"url\"},{\"ended\":false,\"attribute-values\":{},\"attribute-ids\":{},\"attributes\":[],\"source-credit\":\"\",\"direction\":\"forward\",\"type-id\":\"d94fb61c-fa20-4e3c-a19a-71a949fb2c55\",\"url\":{\"resource\":\"https://www.whosampled.com/Nirvana/\",\"id\":\"805e0346-cdfb-4eae-a8c4-f27937288cda\"},\"target-type\":\"url\",\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type\":\"other databases\"},{\"source-credit\":\"\",\"attributes\":[],\"attribute-ids\":{},\"ended\":false,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"type\":\"other databases\",\"url\":{\"id\":\"2127a8c5-befb-401c-a6f0-057b4f4a4581\",\"resource\":\"http://www.worldcat.org/wcidentities/lccn-n92-11111\"},\"target-type\":\"url\",\"begin\":null,\"type-id\":\"d94fb61c-fa20-4e3c-a19a-71a949fb2c55\",\"direction\":\"forward\"},{\"ended\":true,\"attribute-values\":{},\"attribute-ids\":{},\"source-credit\":\"\",\"attributes\":[],\"direction\":\"forward\",\"type-id\":\"f8319a2f-f824-4617-81c8-be6560b3b203\",\"url\":{\"resource\":\"https://play.google.com/store/music/artist?id=Apyli2ev5del3s42qsjpnmqwuue\",\"id\":\"adb16d0b-c38d-471c-b3da-4f715267f620\"},\"target-type\":\"url\",\"begin\":null,\"end\":\"2020-10-12\",\"type\":\"purchase for download\",\"target-credit\":\"\"},{\"attributes\":[],\"source-credit\":\"\",\"attribute-ids\":{},\"attribute-values\":{},\"ended\":false,\"target-credit\":\"\",\"type\":\"purchase for download\",\"end\":null,\"begin\":null,\"url\":{\"resource\":\"https://itunes.apple.com/us/artist/id112018\",\"id\":\"9fc44b9f-8ca9-4079-952f-fcd8a2976dbf\"},\"target-type\":\"url\",\"type-id\":\"f8319a2f-f824-4617-81c8-be6560b3b203\",\"direction\":\"forward\"},{\"end\":\"2018-06-30\",\"target-credit\":\"\",\"type\":\"purevolume\",\"type-id\":\"b6f02157-a9d3-4f24-9057-0675b2dbc581\",\"direction\":\"forward\",\"target-type\":\"url\",\"url\":{\"id\":\"61139a11-0318-481d-b305-bf569e400e50\",\"resource\":\"http://www.purevolume.com/Nirvana109A\"},\"begin\":null,\"attributes\":[],\"source-credit\":\"\",\"ended\":true,\"attribute-values\":{},\"attribute-ids\":{}},{\"end\":null,\"target-credit\":\"\",\"type\":\"secondhandsongs\",\"direction\":\"forward\",\"type-id\":\"79c5b84d-a206-4f4c-9832-78c028c312c3\",\"target-type\":\"url\",\"url\":{\"id\":\"5f33ae58-aa56-40bd-ad14-ab7db9b3d3fd\",\"resource\":\"https://secondhandsongs.com/artist/169\"},\"begin\":null,\"source-credit\":\"\",\"attributes\":[],\"ended\":false,\"attribute-values\":{},\"attribute-ids\":{}},{\"begin\":null,\"url\":{\"id\":\"47616077-74cb-47c6-8bd4-cf34753a9af0\",\"resource\":\"https://www.setlist.fm/setlists/nirvana-7bd69ee8.html\"},\"target-type\":\"url\",\"type-id\":\"bf5d0d5e-27a1-4e94-9df7-3cdc67b3b207\",\"direction\":\"forward\",\"target-credit\":\"\",\"type\":\"setlistfm\",\"end\":null,\"attribute-ids\":{},\"attribute-values\":{},\"ended\":false,\"attributes\":[],\"source-credit\":\"\"},{\"end\":null,\"type\":\"social network\",\"target-credit\":\"\",\"url\":{\"id\":\"f5cfd704-b99a-45fc-9aed-8747257cad03\",\"resource\":\"https://twitter.com/Nirvana\"},\"target-type\":\"url\",\"begin\":null,\"type-id\":\"99429741-f3f6-484b-84f8-23af51991770\",\"direction\":\"forward\",\"attributes\":[],\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"attribute-values\":{}},{\"end\":null,\"target-credit\":\"\",\"type\":\"social network\",\"direction\":\"forward\",\"type-id\":\"99429741-f3f6-484b-84f8-23af51991770\",\"target-type\":\"url\",\"url\":{\"resource\":\"https://www.facebook.com/Nirvana\",\"id\":\"a9cec2d1-0544-4dc9-a4b2-640751654573\"},\"begin\":null,\"attributes\":[],\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"attribute-ids\":{}},{\"target-type\":\"url\",\"url\":{\"id\":\"24639f7d-d335-4ced-9e02-0971d71c29d4\",\"resource\":\"https://www.instagram.com/nirvana/\"},\"begin\":null,\"type-id\":\"99429741-f3f6-484b-84f8-23af51991770\",\"direction\":\"forward\",\"end\":null,\"type\":\"social network\",\"target-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"attribute-values\":{},\"source-credit\":\"\",\"attributes\":[]},{\"direction\":\"forward\",\"type-id\":\"89e4a949-0976-440d-bda1-5f772c1e5710\",\"begin\":null,\"url\":{\"resource\":\"https://soundcloud.com/nirvana\",\"id\":\"14c6ec03-4bd8-4f12-bfef-f2450746adab\"},\"target-type\":\"url\",\"type\":\"soundcloud\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"ended\":false,\"attribute-ids\":{},\"attributes\":[],\"source-credit\":\"\"},{\"end\":null,\"target-credit\":\"\",\"type\":\"streaming\",\"target-type\":\"url\",\"url\":{\"id\":\"a39c4986-e579-4c23-85a4-4137a5d0e63e\",\"resource\":\"https://listen.tidal.com/artist/19368\"},\"begin\":null,\"type-id\":\"63cc5d1f-f096-4c94-a43f-ecb32ea94161\",\"direction\":\"forward\",\"attributes\":[],\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"attribute-values\":{}},{\"target-credit\":\"\",\"type\":\"VIAF\",\"end\":null,\"type-id\":\"e8571dcc-35d4-4e91-a577-a3382fd84460\",\"direction\":\"forward\",\"begin\":null,\"target-type\":\"url\",\"url\":{\"resource\":\"http://viaf.org/viaf/138573893\",\"id\":\"421a959a-c50f-4a52-99e4-3c603dd37145\"},\"source-credit\":\"\",\"attributes\":[],\"attribute-values\":{},\"ended\":false,\"attribute-ids\":{}},{\"type-id\":\"689870a4-a1e4-4912-b17f-7b2664215698\",\"direction\":\"forward\",\"target-type\":\"url\",\"url\":{\"id\":\"1221730c-3a48-49fa-8001-beaa6e93c892\",\"resource\":\"https://www.wikidata.org/wiki/Q11649\"},\"begin\":null,\"end\":null,\"type\":\"wikidata\",\"target-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"attribute-ids\":{},\"source-credit\":\"\",\"attributes\":[]},{\"target-credit\":\"\",\"type\":\"youtube\",\"end\":null,\"type-id\":\"6a540e5b-58c6-4192-b6ba-dbc71ec8fcf0\",\"direction\":\"forward\",\"begin\":null,\"url\":{\"id\":\"c8d415be-b993-4ade-bd28-d3ab4806fcbd\",\"resource\":\"https://www.youtube.com/user/NirvanaVEVO\"},\"target-type\":\"url\",\"attributes\":[],\"source-credit\":\"\",\"attribute-values\":{},\"ended\":false,\"attribute-ids\":{}}],\"disambiguation\":\"90s US grunge band\",\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"life-span\":{\"end\":\"1994-04-05\",\"begin\":\"1988-01\",\"ended\":true},\"ipis\":[],\"gender-id\":null,\"gender\":null,\"end_area\":null,\"sort-name\":\"Nirvana\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"sort-name\":\"United States\",\"disambiguation\":\"\",\"type-id\":null},\"end-area\":null,\"name\":\"Nirvana\",\"country\":\"US\",\"type\":\"Group\",\"id\":\"5b11f4ce-a62d-471e-81fc-a69a8278c7da\",\"begin-area\":{\"type\":null,\"id\":\"a640b45c-c173-49b1-8030-973603e895b5\",\"sort-name\":\"Aberdeen\",\"name\":\"Aberdeen\",\"disambiguation\":\"\",\"type-id\":null},\"isnis\":[\"0000000123486830\",\"0000000123487390\"]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/w/api.php?action=query&titles=File%3ANirvana_around_1992.jpg&prop=imageinfo&iiprop=url%7Csize%7Ccanonicaltitle%7Cuser%7Cextmetadata&format=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:24 GMT", + "Server", + "mw1408.eqiad.wmnet", + "X-Content-Type-Options", + "nosniff", + "P3p", + "CP=\"See https://commons.wikimedia.org/wiki/Special:CentralAutoLogin/P3P for more info.\"", + "X-Frame-Options", + "DENY", + "Content-Disposition", + "inline; filename=api-result.json", + "Vary", + "Accept-Encoding,Treat-as-Untrusted,X-Forwarded-Proto,Cookie,Authorization", + "Cache-Control", + "private, must-revalidate, max-age=0", + "X-Request-Id", + "3916a8bd-37f0-49b3-8f53-77a963852d76", + "Content-Type", + "application/json; charset=utf-8", + "Age", + "0", + "X-Cache", + "cp4030 miss, cp4031 pass", + "X-Cache-Status", + "pass", + "Server-Timing", + "cache;desc=\"pass\", host;desc=\"cp4031\"", + "Strict-Transport-Security", + "max-age=106384710; includeSubDomains; preload", + "Report-To", + "{ \"group\": \"wm_nel\", \"max_age\": 86400, \"endpoints\": [{ \"url\": \"https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0\" }] }", + "NEL", + "{ \"report_to\": \"wm_nel\", \"max_age\": 86400, \"failure_fraction\": 0.05, \"success_fraction\": 0.0}", + "Set-Cookie", + "WMF-Last-Access=15-Apr-2021;Path=/;HttpOnly;secure;Expires=Mon, 17 May 2021 00:00:00 GMT", + "X-Client-IP", + "24.56.225.155", + "Set-Cookie", + "GeoIP=US:WA:Seattle:47.61:-122.31:v4; Path=/; secure; Domain=.wikimedia.org", + "Accept-Ranges", + "bytes", + "Transfer-Encoding", + "chunked", + "Connection", + "close" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "commons.wikimedia.org" + }, + "response": "{\"continue\":{\"iistart\":\"2020-06-21T10:32:25Z\",\"continue\":\"||\"},\"query\":{\"normalized\":[{\"from\":\"File:Nirvana_around_1992.jpg\",\"to\":\"File:Nirvana around 1992.jpg\"}],\"pages\":{\"1314918\":{\"pageid\":1314918,\"ns\":6,\"title\":\"File:Nirvana around 1992.jpg\",\"imagerepository\":\"local\",\"imageinfo\":[{\"user\":\"Kigsz\",\"size\":35642,\"width\":367,\"height\":346,\"canonicaltitle\":\"File:Nirvana around 1992.jpg\",\"url\":\"https://upload.wikimedia.org/wikipedia/commons/1/19/Nirvana_around_1992.jpg\",\"descriptionurl\":\"https://commons.wikimedia.org/wiki/File:Nirvana_around_1992.jpg\",\"descriptionshorturl\":\"https://commons.wikimedia.org/w/index.php?curid=1314918\",\"extmetadata\":{\"DateTime\":{\"value\":\"2020-10-08 06:51:46\",\"source\":\"mediawiki-metadata\",\"hidden\":\"\"},\"ObjectName\":{\"value\":\"Nirvana around 1992\",\"source\":\"mediawiki-metadata\",\"hidden\":\"\"},\"CommonsMetadataExtension\":{\"value\":1.2,\"source\":\"extension\",\"hidden\":\"\"},\"Categories\":{\"value\":\"1992 events in California|1992 in Los Angeles|1992 in television|Fashion in 1992|Flickr images reviewed by trusted users|Krist Novoselic|Kurt Cobain|MTV Video Music Awards|Music events in 1992|Nirvana (musical group)|Pauley Pavilion|Photographs taken on 1992-09-09|September 1992 in the United States\",\"source\":\"commons-categories\",\"hidden\":\"\"},\"Assessments\":{\"value\":\"\",\"source\":\"commons-categories\",\"hidden\":\"\"},\"ImageDescription\":{\"value\":\"Kurt Cobain (front) and Krist Novoselic (left) live at the 1992 MTV Video Music Awards.\",\"source\":\"commons-desc-page\"},\"DateTimeOriginal\":{\"value\":\"1992-09-09\",\"source\":\"commons-desc-page\"},\"Credit\":{\"value\":\"More Kurt -- too rad\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"Artist\":{\"value\":\"P.B. Rage from USA\",\"source\":\"commons-desc-page\"},\"LicenseShortName\":{\"value\":\"CC BY-SA 2.0\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"UsageTerms\":{\"value\":\"Creative Commons Attribution-Share Alike 2.0\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"AttributionRequired\":{\"value\":\"true\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"LicenseUrl\":{\"value\":\"https://creativecommons.org/licenses/by-sa/2.0\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"Copyrighted\":{\"value\":\"True\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"Restrictions\":{\"value\":\"\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"License\":{\"value\":\"cc-by-sa-2.0\",\"source\":\"commons-templates\",\"hidden\":\"\"}}}]}}}}", + "responseIsBinary": false, + "scope": "https://commons.wikimedia.org:443", + "status": 200 + } + ] + ], + [ + "instruments have a mediaWikiImages field", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/instrument?limit=20&query=guitar&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:24 GMT", + "Content-Type", + "application/json", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "676", + "X-RateLimit-Reset", + "1618477645", + "Last-Modified", + "Wed, 14 Apr 2021 19:59:38 GMT", + "ETag", + "W/\"ODU0MDAwMDAwMDAwMDAwU29scg==\"", + "X-Cache-Status", + "MISS", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"created\":\"2021-04-15T09:07:24.692Z\",\"count\":65,\"offset\":0,\"instruments\":[{\"id\":\"63021302-86cd-4aee-80df-2270d54f4978\",\"type\":\"String instrument\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"score\":100,\"name\":\"guitar\",\"aliases\":[{\"sort-name\":\"\\uD83C\\uDFB8\",\"type-id\":\"7d5ef40f-4856-3000-8667-aa13b9db547d\",\"name\":\"\\uD83C\\uDFB8\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"gitarlar\",\"type-id\":\"7d5ef40f-4856-3000-8667-aa13b9db547d\",\"name\":\"gitarlar\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"kitarrid\",\"type-id\":\"7d5ef40f-4856-3000-8667-aa13b9db547d\",\"name\":\"kitarrid\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitarras\",\"type-id\":\"7d5ef40f-4856-3000-8667-aa13b9db547d\",\"name\":\"guitarras\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"κιθάρες\",\"type-id\":\"7d5ef40f-4856-3000-8667-aa13b9db547d\",\"name\":\"κιθάρες\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"gitaren\",\"type-id\":\"7d5ef40f-4856-3000-8667-aa13b9db547d\",\"name\":\"gitaren\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"kitarat\",\"type-id\":\"7d5ef40f-4856-3000-8667-aa13b9db547d\",\"name\":\"kitarat\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitarras\",\"type-id\":\"7d5ef40f-4856-3000-8667-aa13b9db547d\",\"name\":\"guitarras\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Gitarren\",\"type-id\":\"7d5ef40f-4856-3000-8667-aa13b9db547d\",\"name\":\"Gitarren\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitares\",\"type-id\":\"7d5ef40f-4856-3000-8667-aa13b9db547d\",\"name\":\"guitares\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Gitaroj\",\"type-id\":\"7d5ef40f-4856-3000-8667-aa13b9db547d\",\"name\":\"Gitaroj\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"gitary\",\"type-id\":\"7d5ef40f-4856-3000-8667-aa13b9db547d\",\"name\":\"gitary\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitars\",\"type-id\":\"7d5ef40f-4856-3000-8667-aa13b9db547d\",\"name\":\"guitars\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"gitaar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"gitaar\",\"locale\":\"nl\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Gitarre\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Gitarre\",\"locale\":\"de\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"ギター\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"ギター\",\"locale\":\"ja\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"kitarr\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"kitarr\",\"locale\":\"et\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitare\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitare\",\"locale\":\"fr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitar\",\"locale\":\"en\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitarra\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitarra\",\"locale\":\"es\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"κιθάρα\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"κιθάρα\",\"locale\":\"el\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Gitaro\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Gitaro\",\"locale\":\"eo\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"kitara\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"kitara\",\"locale\":\"fi\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"gitara\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"gitara\",\"locale\":\"pl\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"gitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"gitar\",\"locale\":\"tr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":0,\"name\":\"fixme\"},{\"count\":2,\"name\":\"strings\"},{\"count\":0,\"name\":\"contra\"},{\"count\":1,\"name\":\"generic\"},{\"count\":0,\"name\":\"quadrivium\"},{\"count\":2,\"name\":\"plucked\"},{\"count\":1,\"name\":\"wood\"},{\"count\":1,\"name\":\"frets\"},{\"count\":1,\"name\":\"emoji\"}]},{\"id\":\"7ee8ebf5-3aed-4fc8-8004-49f4a8c45a87\",\"type\":\"String instrument\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"score\":81,\"name\":\"electric guitar\",\"aliases\":[{\"sort-name\":\"ilektrikí kithára\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"ηλεκτρική κιθάρα\",\"locale\":\"el\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"erekutorikku gitā\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"エレクトリック・ギター\",\"locale\":\"ja\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"diànzǐ jítā\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"电子吉他\",\"locale\":\"zh\",\"type\":\"Instrument name\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"diàn jítā\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"电吉它\",\"locale\":\"zh\",\"type\":\"Instrument name\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"chán jítā\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"蝉吉他\",\"locale\":\"zh\",\"type\":\"Instrument name\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"diàn jítā (wu chinese)\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"电吉他\",\"locale\":null,\"type\":\"Instrument name\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"diàn jítā\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"電吉他\",\"locale\":\"zh_Hant\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"diàn jítā\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"電吉他\",\"locale\":\"zh_Hant_TW\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"diàn jié tā\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"電結他\",\"locale\":\"yue\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"diàn jítā\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"电吉他\",\"locale\":\"zh\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"電吉它\",\"type-id\":\"7d5ef40f-4856-3000-8667-aa13b9db547d\",\"name\":\"電吉它\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"E-Gitarre\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"E-Gitarre\",\"locale\":\"de\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"E guitar\",\"type-id\":\"7d5ef40f-4856-3000-8667-aa13b9db547d\",\"name\":\"E guitar\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitare électrique\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitare électrique\",\"locale\":\"fr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"electric guitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"electric guitar\",\"locale\":\"en\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitarra eléctrica\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitarra eléctrica\",\"locale\":\"es\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"el-guitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"el-guitar\",\"locale\":\"da\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"elektrikitarr\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"elektrikitarr\",\"locale\":\"et\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"sähkökitara\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"sähkökitara\",\"locale\":\"fi\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"elektrische gitaar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"elektrische gitaar\",\"locale\":\"nl\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"gitara elekryczna\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"gitara elekryczna\",\"locale\":\"pl\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"chitară electrică\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"chitară electrică\",\"locale\":\"ro\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"c0ea0405-ae3f-4851-bf85-277fadff80e2\",\"type\":\"String instrument\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"score\":81,\"name\":\"Hawaiian guitar\",\"aliases\":[{\"sort-name\":\"ハワイのギター\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"ハワイのギター\",\"locale\":\"ja\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"hawaiianische Gitarre\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"hawaiianische Gitarre\",\"locale\":\"de\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"slack string guitar\",\"name\":\"slack string guitar\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Guitare hawaïenne\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Guitare hawaïenne\",\"locale\":\"fr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Hawaiian guitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Hawaiian guitar\",\"locale\":\"en\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Χαβανέζικη κιθάρα\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Χαβανέζικη κιθάρα\",\"locale\":\"el\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Havaja gitaro\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Havaja gitaro\",\"locale\":\"eo\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Hawaïaanse gitaar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Hawaïaanse gitaar\",\"locale\":\"nl\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"havai kitarr\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"havai kitarr\",\"locale\":\"et\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"havaijinkitara\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"havaijinkitara\",\"locale\":\"fi\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Chitarra hawaiiana\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Chitarra hawaiiana\",\"locale\":\"it\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Havajska gitara\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Havajska gitara\",\"locale\":\"hr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Guitarra havaiana\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Guitarra havaiana\",\"locale\":\"pt_BR\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitarra hawaiana\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitarra hawaiana\",\"locale\":\"es\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":1,\"name\":\"fixme\"},{\"count\":1,\"name\":\"needs image\"}]},{\"id\":\"ba4705aa-ff1d-48d5-ae80-7b2046fb451e\",\"type\":\"String instrument\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"score\":80,\"name\":\"Portuguese guitar\",\"description\":\"The Portuguese guitar is a plucked string instrument associated with fado. It has twelve steel strings, strung in six courses.\",\"aliases\":[{\"sort-name\":\"Portuguese guitarra\",\"name\":\"Portuguese guitarra\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitarra portuguesa\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitarra portuguesa\",\"locale\":\"pt\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Portuguese guitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Portuguese guitar\",\"locale\":\"en\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Guitare portugaise\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Guitare portugaise\",\"locale\":\"fr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Portugese gitaar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Portugese gitaar\",\"locale\":\"nl\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitarra portuguesa\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitarra portuguesa\",\"locale\":\"es\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"portugiesische Gitarre\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"portugiesische Gitarre\",\"locale\":\"de\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":1,\"name\":\"fado\"},{\"count\":1,\"name\":\"lute\"}]},{\"id\":\"a1baa57d-6ab4-461e-89df-448d6fd2c597\",\"type\":\"String instrument\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"score\":80,\"name\":\"tenor guitar\",\"description\":\"Slightly smaller, four-string version of the steel-string acoustic guitar or electric guitar\",\"aliases\":[{\"sort-name\":\"Tenorgitarre\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Tenorgitarre\",\"locale\":\"de\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitare ténor\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitare ténor\",\"locale\":\"fr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"テナーギター\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"テナーギター\",\"locale\":\"ja\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"τενόρο κιθάρα\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"τενόρο κιθάρα\",\"locale\":\"el\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"tenorgitaar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"tenorgitaar\",\"locale\":\"nl\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"tenorkitarr\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"tenorkitarr\",\"locale\":\"et\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"tenor guitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"tenor guitar\",\"locale\":\"en\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"tenorguitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"tenorguitar\",\"locale\":\"da\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"tenorikitara\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"tenorikitara\",\"locale\":\"fi\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitarra tenor\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitarra tenor\",\"locale\":\"es\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"08450be5-f6d2-46d6-8be0-67087c02162c\",\"type\":\"String instrument\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"score\":80,\"name\":\"baroque guitar\",\"disambiguation\":\"Baroque gut string guitar\",\"description\":\"Predecessor of the modern classical guitar, it had gut strings and even gut frets. First described in 1555, it surpassed the Renaissance lute's popularity.\",\"aliases\":[{\"sort-name\":\"guitarra barròca (occitan)\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitarra barròca\",\"locale\":null,\"type\":\"Instrument name\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"baroque guitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"baroque guitar\",\"locale\":\"en\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"barokní kytara\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"barokní kytara\",\"locale\":\"cs\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitare baroque\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitare baroque\",\"locale\":\"fr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"barokkgitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"barokkgitar\",\"locale\":\"nn\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"gitara barokowa\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"gitara barokowa\",\"locale\":\"pl\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitarra barroca\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitarra barroca\",\"locale\":\"es\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"barokkgitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"barokkgitar\",\"locale\":\"nb\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitarra barroca\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitarra barroca\",\"locale\":\"ca\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"barokk gitár\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"barokk gitár\",\"locale\":\"hu\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"barokna gitara\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"барокна гитара\",\"locale\":\"mk\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"chitarra barocca\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"chitarra barocca\",\"locale\":\"it\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":1,\"name\":\"strings\"},{\"count\":1,\"name\":\"guitar\"},{\"count\":1,\"name\":\"baroque\"},{\"count\":1,\"name\":\"gut\"}]},{\"id\":\"00beaf8e-a781-431c-8130-7c2871696b7d\",\"type\":\"String instrument\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"score\":79,\"name\":\"acoustic guitar\",\"aliases\":[{\"sort-name\":\"akōsutikku gitā\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"アコースティック・ギター\",\"locale\":\"ja\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"mù jítā\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"木吉他\",\"locale\":\"zh_Hant\",\"type\":\"Instrument name\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"mù jié tā\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"木結他\",\"locale\":\"yue\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"akoustikí kithára\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"ακουστική κιθάρα\",\"locale\":\"el\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"kītār̒ por̀ng\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"กีตาร์โปร่ง\",\"locale\":\"th\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"tong-gita\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"통기타\",\"locale\":\"ko\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"yuánshēng jítā\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"原聲吉他\",\"locale\":\"zh\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"kōngxīn jítā\",\"name\":\"空心吉它\",\"locale\":\"zh\",\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitarra acústica\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitarra acústica\",\"locale\":\"pt\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Akustikgitarre\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Akustikgitarre\",\"locale\":\"de\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"akustiline kitarr\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"akustiline kitarr\",\"locale\":\"et\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"acoustic guitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"acoustic guitar\",\"locale\":\"en\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"akustisk guitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"akustisk guitar\",\"locale\":\"da\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitare acoustique\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitare acoustique\",\"locale\":\"fr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"akoestische gitaar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"akoestische gitaar\",\"locale\":\"nl\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"akustinen kitara\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"akustinen kitara\",\"locale\":\"fi\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Chitarra acustica\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Chitarra acustica\",\"locale\":\"it\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"gitara akustyczna\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"gitara akustyczna\",\"locale\":\"pl\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitarra acústica\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitarra acústica\",\"locale\":\"es\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"akustična gitara\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"akustična gitara\",\"locale\":\"hr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"akustik gitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"akustik gitar\",\"locale\":\"tr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"43f378cf-b099-46da-8ec3-a39b6f5e5258\",\"type\":\"String instrument\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"score\":79,\"name\":\"classical guitar\",\"disambiguation\":\"Classical nylon string guitar\",\"aliases\":[{\"sort-name\":\"klassiche Gitarre\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"klassiche Gitarre\",\"locale\":\"de\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"κλασική κιθάρα\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"κλασική κιθάρα\",\"locale\":\"el\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"クラシック・ギター\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"クラシック・ギター\",\"locale\":\"ja\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"klassinen kitara\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"klassinen kitara\",\"locale\":\"fi\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"classical guitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"classical guitar\",\"locale\":\"en\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"klassikaline kitarr\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"klassikaline kitarr\",\"locale\":\"et\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"klassisk guitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"klassisk guitar\",\"locale\":\"da\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitarra clásica\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitarra clásica\",\"locale\":\"es\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"klassieke gitaar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"klassieke gitaar\",\"locale\":\"nl\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitare classique\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitare classique\",\"locale\":\"fr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"klasična gitara\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"klasična gitara\",\"locale\":\"hr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"violão clássico\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"violão clássico\",\"locale\":\"pt_BR\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Chitarra classica\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Chitarra classica\",\"locale\":\"it\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"chitară clasică\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"chitară clasică\",\"locale\":\"ro\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"klasik gitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"klasik gitar\",\"locale\":\"tr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":1,\"name\":\"classical\"},{\"count\":1,\"name\":\"strings\"},{\"count\":1,\"name\":\"guitar\"},{\"count\":1,\"name\":\"cut\"},{\"count\":1,\"name\":\"wood\"},{\"count\":1,\"name\":\"nylon\"},{\"count\":1,\"name\":\"the newman & oltman guitar duo\"}]},{\"id\":\"87d5bd6a-8d14-4ed0-befa-b90379536634\",\"type\":\"String instrument\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"score\":79,\"name\":\"nylon guitar\",\"disambiguation\":\"nylon-stringed acoustic guitar\",\"description\":\"Hollow-body acoustic guitar strung with nylon-strings.\",\"aliases\":[{\"sort-name\":\"Nylon-Gitarre\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Nylon-Gitarre\",\"locale\":\"de\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitare à cordes en nylon\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitare à cordes en nylon\",\"locale\":\"fr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"nylon guitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"nylon guitar\",\"locale\":\"en\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"nailonkitara\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"nailonkitara\",\"locale\":\"fi\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"nailonkeeltega kitarr\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"nailonkeeltega kitarr\",\"locale\":\"et\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Guitarra de nylon\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Guitarra de nylon\",\"locale\":\"es\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"nylongitaar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"nylongitaar\",\"locale\":\"nl\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"b62ace3b-47e7-4319-8a3e-1b035ccd20b2\",\"type\":\"String instrument\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"score\":79,\"name\":\"banjitar\",\"description\":\"The banjitar is a six-string banjo with the neck of a guitar.\",\"aliases\":[{\"sort-name\":\"banjar\",\"name\":\"banjar\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"banjo guitar\",\"name\":\"banjo guitar\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"bantar\",\"name\":\"bantar\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"ganjo\",\"name\":\"ganjo\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitar banjo\",\"name\":\"guitar banjo\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitjo\",\"name\":\"guitjo\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"banjo-guitarra\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"banjo-guitarra\",\"locale\":\"es\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"banjitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"banjitar\",\"locale\":\"en\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"banjitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"banjitar\",\"locale\":\"fi\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"gitaarbanjo\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"gitaarbanjo\",\"locale\":\"nl\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitare banjo\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitare banjo\",\"locale\":\"fr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"banjitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"banjitar\",\"locale\":\"hr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":1,\"name\":\"strings\"},{\"count\":1,\"name\":\"guitar\"},{\"count\":1,\"name\":\"banjo\"},{\"count\":1,\"name\":\"hybrid\"}]},{\"id\":\"41d2c709-81e2-415c-9456-a0a3d14f48bd\",\"type\":\"String instrument\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"score\":79,\"name\":\"slide guitar\",\"aliases\":[{\"sort-name\":\"Slide-Gitarre\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Slide-Gitarre\",\"locale\":\"de\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"κιθάρα slide\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"κιθάρα slide\",\"locale\":\"el\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"スライドギター\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"スライドギター\",\"locale\":\"ja\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"slide guitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"slide guitar\",\"locale\":\"en\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"slide-kitara\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"slide-kitara\",\"locale\":\"fi\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitare en glissando\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitare en glissando\",\"locale\":\"fr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"slaidkitarr\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"slaidkitarr\",\"locale\":\"et\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"slide (guitarra)\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"slide (guitarra)\",\"locale\":\"es\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"slide gitaar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"slide gitaar\",\"locale\":\"nl\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"31c3f6cc-d49c-4d63-8b85-576a545d33f2\",\"type\":\"String instrument\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"score\":79,\"name\":\"baritone guitar\",\"aliases\":[{\"sort-name\":\"Baritongitarre\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Baritongitarre\",\"locale\":\"de\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"バリトン・ギター\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"バリトン・ギター\",\"locale\":\"ja\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"baritonkitarr\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"baritonkitarr\",\"locale\":\"et\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"baritone guitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"baritone guitar\",\"locale\":\"en\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"baritonikitara\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"baritonikitara\",\"locale\":\"fi\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"baritongitaar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"baritongitaar\",\"locale\":\"nl\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitare baryton\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitare baryton\",\"locale\":\"fr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"βαρύτονη κιθάρα\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"βαρύτονη κιθάρα\",\"locale\":\"el\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"bariton gitara\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"bariton gitara\",\"locale\":\"hr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitarra barítono\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitarra barítono\",\"locale\":\"es\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"bariton gitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"bariton gitar\",\"locale\":\"tr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"1e49948d-7522-4444-aa5d-633dfbeffb1f\",\"type\":\"String instrument\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"score\":79,\"name\":\"Warr guitar\",\"aliases\":[{\"sort-name\":\"Warr Guitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Warr Guitar\",\"locale\":\"de\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"ウォー・ギター\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"ウォー・ギター\",\"locale\":\"ja\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Warr guitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Warr guitar\",\"locale\":\"en\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Warri kitarr\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Warri kitarr\",\"locale\":\"et\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Warr guitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Warr guitar\",\"locale\":\"fr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Κιθάρα Warr\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Κιθάρα Warr\",\"locale\":\"el\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Warr gitaar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Warr gitaar\",\"locale\":\"nl\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitarra Warr\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitarra Warr\",\"locale\":\"es\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"warr-kitara\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"warr-kitara\",\"locale\":\"fi\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Warr gitara\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Warr gitara\",\"locale\":\"hr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"921330d6-eb1b-4e59-b4b6-824ebcdb89c2\",\"type\":\"String instrument\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"score\":79,\"name\":\"steel guitar\",\"aliases\":[{\"sort-name\":\"Steel-Gitarre\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Steel-Gitarre\",\"locale\":\"de\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"κιθάρα χάλυβα\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"κιθάρα χάλυβα\",\"locale\":\"el\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"スティール・ギター\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"スティール・ギター\",\"locale\":\"ja\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"steel guitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"steel guitar\",\"locale\":\"en\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"stålguitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"stålguitar\",\"locale\":\"da\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"steel-kitara\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"steel-kitara\",\"locale\":\"fi\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"violão de aço\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"violão de aço\",\"locale\":\"pt_BR\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"steel guitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"steel guitar\",\"locale\":\"fr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"steel-kitarr\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"steel-kitarr\",\"locale\":\"et\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitarra steel\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitarra steel\",\"locale\":\"es\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Hawaï-gitaar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Hawaï-gitaar\",\"locale\":\"nl\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":1,\"name\":\"guitar\"},{\"count\":1,\"name\":\"string\"}]},{\"id\":\"857ff05c-5367-4ba2-9b49-98eefa2badcc\",\"type\":\"String instrument\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"score\":78,\"name\":\"lap steel guitar\",\"aliases\":[{\"sort-name\":\"ラップスティール・ギター\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"ラップスティール・ギター\",\"locale\":\"ja\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"süles mängitav steel-kitarr\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"süles mängitav steel-kitarr\",\"locale\":\"et\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"lap steel guitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"lap steel guitar\",\"locale\":\"en\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"havaijinkitara (lap steel guitar)\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"havaijinkitara (lap steel guitar)\",\"locale\":\"fi\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitarra lap steel\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitarra lap steel\",\"locale\":\"es\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"lap steel guitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"lap steel guitar\",\"locale\":\"fr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"schootgitaar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"schootgitaar\",\"locale\":\"nl\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Lap-Steel-Gitarre\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Lap-Steel-Gitarre\",\"locale\":\"de\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"4a5a2a59-f5a8-4dc1-95b8-f3b3fb3cf2b6\",\"type\":\"String instrument\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"score\":78,\"name\":\"Vietnamese guitar\",\"description\":\"The Vietnamese guitar is similar to a normal guitar, but with scalloped fingerboard resulting in elevated frets similar to the đàn nguyệt.\",\"aliases\":[{\"sort-name\":\"đàn ghi-ta phím lõm\",\"name\":\"đàn ghi-ta phím lõm\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"đàn lục huyền cầm\",\"name\":\"đàn lục huyền cầm\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"ghi-ta phím lõm\",\"name\":\"ghi-ta phím lõm\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"ghi-ta Việt Nam\",\"name\":\"ghi-ta Việt Nam\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"ghi-ta vọng cổ\",\"name\":\"ghi-ta vọng cổ\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitar phím lõm\",\"name\":\"guitar phím lõm\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"lục huyền cầm\",\"name\":\"lục huyền cầm\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"vietnamesische Gitarre\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"vietnamesische Gitarre\",\"locale\":\"de\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Vietnamese guitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Vietnamese guitar\",\"locale\":\"en\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Guitare vietnamienne\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Guitare vietnamienne\",\"locale\":\"fr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Vietnamese gitaar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Vietnamese gitaar\",\"locale\":\"nl\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"vietnami kitarr\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"vietnami kitarr\",\"locale\":\"et\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Βιετναμέζικη κιθάρα\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Βιετναμέζικη κιθάρα\",\"locale\":\"el\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"vietnamilainen kitara\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"vietnamilainen kitara\",\"locale\":\"fi\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Vijetnamska gitara\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Vijetnamska gitara\",\"locale\":\"hr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Vietnam gitarı\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Vietnam gitarı\",\"locale\":\"tr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitarra vietnamita\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitarra vietnamita\",\"locale\":\"es\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Chitarra vietnamese\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"Chitarra vietnamese\",\"locale\":\"it\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"3c5349ca-cf82-4537-851f-1957ac88bced\",\"type\":\"String instrument\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"score\":78,\"name\":\"electric lap steel guitar\",\"aliases\":[{\"sort-name\":\"süles mängitav elektriline steel-kitarr\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"süles mängitav elektriline steel-kitarr\",\"locale\":\"et\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"エレクトリックラップスティールギター\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"エレクトリックラップスティールギター\",\"locale\":\"ja\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitarra lap steel eléctrica\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitarra lap steel eléctrica\",\"locale\":\"es\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"electric lap steel guitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"electric lap steel guitar\",\"locale\":\"en\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"lap steel guitar électrique\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"lap steel guitar électrique\",\"locale\":\"fr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"elektrische schootgitaar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"elektrische schootgitaar\",\"locale\":\"nl\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"0b9d87fa-93fa-4956-8b6a-a419566cc915\",\"type\":\"String instrument\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"score\":78,\"name\":\"electric bass guitar\",\"aliases\":[{\"sort-name\":\"E-Bass\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"E-Bass\",\"locale\":\"de\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"bajo eléctrico\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"bajo eléctrico\",\"locale\":\"es\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"エレクトリックベース\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"エレクトリックベース\",\"locale\":\"ja\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitare basse\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitare basse\",\"locale\":\"fr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"ηλεκτρικό μπάσο\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"ηλεκτρικό μπάσο\",\"locale\":\"el\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"electric bass guitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"electric bass guitar\",\"locale\":\"en\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"el-basguitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"el-basguitar\",\"locale\":\"da\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"elektribasskitarr\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"elektribasskitarr\",\"locale\":\"et\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"sähköbasso\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"sähköbasso\",\"locale\":\"fi\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"elektrische basgitaar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"elektrische basgitaar\",\"locale\":\"nl\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"baixo elétrico\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"baixo elétrico\",\"locale\":\"pt_BR\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"elektryczna gitara basowa\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"elektryczna gitara basowa\",\"locale\":\"pl\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"12f20f43-c71d-4476-8ada-b968aab50900\",\"type\":\"String instrument\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"score\":78,\"name\":\"electric fretless guitar\",\"description\":\"Electric guitar without frets.\",\"aliases\":[{\"sort-name\":\"bundlose E-Gitarre\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"bundlose E-Gitarre\",\"locale\":\"de\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"astmetraatideta (krihvideta) elektrikitarr\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"astmetraatideta (krihvideta) elektrikitarr\",\"locale\":\"et\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"electric fretless guitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"electric fretless guitar\",\"locale\":\"en\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitarra eléctrica sin trastes\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitarra eléctrica sin trastes\",\"locale\":\"es\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"ηλεκτρική άταστη κιθάρα\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"ηλεκτρική άταστη κιθάρα\",\"locale\":\"el\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"otenauhaton sähkökitara\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"otenauhaton sähkökitara\",\"locale\":\"fi\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"elektrische fretloze gitaar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"elektrische fretloze gitaar\",\"locale\":\"nl\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitare électrique fretless\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitare électrique fretless\",\"locale\":\"fr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"9483eb06-fd5a-4792-844f-72bc4cb1c0a1\",\"type\":\"String instrument\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"score\":78,\"name\":\"flamenco guitar\",\"disambiguation\":\"Guitar used in flamenco\",\"description\":\"Deriving from the classical guitar, it has many modifications and playing techniques to create a more percussive sound. Originally having wooden tuning pegs like lutes and violins, it has a thinner, lighter build with \\\"golpeadores\\\" or tapping-plates and less sustain than the classical guitar.\",\"aliases\":[{\"sort-name\":\"flamencogitarre (alemannisch)\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"flamencogitarre\",\"locale\":null,\"type\":\"Instrument name\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"piḷamēṉkō kitār\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"பிளமேன்கோ கிதார்\",\"locale\":\"ta\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitare flamenca\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitare flamenca\",\"locale\":\"fr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"flamencogitár\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"flamencogitár\",\"locale\":\"hu\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"flamenko gitara\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"фламенко гитара\",\"locale\":\"mk\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"qaytharat alfalaminiku\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"قيثارة الفلامنكو\",\"locale\":\"ar\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guitarra flamenca\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"guitarra flamenca\",\"locale\":\"pt\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"gitara flamenco\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"gitara flamenco\",\"locale\":\"pl\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"flamenko gitarı\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"flamenko gitarı\",\"locale\":\"tr\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"flamenco kytara\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"flamenco kytara\",\"locale\":\"cs\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"flamencogitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"flamencogitar\",\"locale\":\"nb\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"guatar flamnkew\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"گیتار فلامنکو\",\"locale\":\"fa\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"flamenco guitar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"flamenco guitar\",\"locale\":\"en\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"flamencogitaar\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"flamencogitaar\",\"locale\":\"nl\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"furamenkogitā\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"フラメンコギター\",\"locale\":\"ja\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"chitarra flamenca\",\"type-id\":\"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd\",\"name\":\"chitarra flamenca\",\"locale\":\"it\",\"type\":\"Instrument name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}]}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/instrument/63021302-86cd-4aee-80df-2270d54f4978?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:25 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "564", + "X-RateLimit-Reset", + "1618477645", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"6cc489d3705a166089a3b342cfeb67b9\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"type\":\"String instrument\",\"name\":\"guitar\",\"description\":\"\",\"disambiguation\":\"\",\"relations\":[{\"type\":\"wikidata\",\"target-type\":\"url\",\"source-credit\":\"\",\"begin\":null,\"direction\":\"forward\",\"attribute-ids\":{},\"type-id\":\"1486fccd-cf59-35e4-9399-b50e2b255877\",\"attribute-values\":{},\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"url\":{\"resource\":\"https://www.wikidata.org/wiki/Q6607\",\"id\":\"49fbaa0c-3eaa-4977-98a1-9066c27944f6\"}}],\"id\":\"63021302-86cd-4aee-80df-2270d54f4978\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/instrument/7ee8ebf5-3aed-4fc8-8004-49f4a8c45a87?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:25 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "566", + "X-RateLimit-Reset", + "1618477645", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"dac1e3f0c95c3cde4a13b4d5645836c3\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"disambiguation\":\"\",\"type\":\"String instrument\",\"id\":\"7ee8ebf5-3aed-4fc8-8004-49f4a8c45a87\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"name\":\"electric guitar\",\"description\":\"\",\"relations\":[{\"end\":null,\"url\":{\"id\":\"61d3f769-6799-4117-b577-c088b09c7d5c\",\"resource\":\"https://www.wikidata.org/wiki/Q78987\"},\"target-credit\":\"\",\"type-id\":\"1486fccd-cf59-35e4-9399-b50e2b255877\",\"target-type\":\"url\",\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"wikidata\",\"ended\":false,\"attribute-values\":{},\"begin\":null}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/instrument/00beaf8e-a781-431c-8130-7c2871696b7d?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:29 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1193", + "X-RateLimit-Reset", + "1618477651", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"834f08fd8b321a90935a09e82cb5177c\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"name\":\"acoustic guitar\",\"type\":\"String instrument\",\"description\":\"\",\"disambiguation\":\"\",\"relations\":[{\"target-credit\":\"\",\"end\":null,\"attributes\":[],\"ended\":false,\"url\":{\"id\":\"1de7b22e-5146-4207-8d67-5d75e5f6db0d\",\"resource\":\"https://www.wikidata.org/wiki/Q31561\"},\"type-id\":\"1486fccd-cf59-35e4-9399-b50e2b255877\",\"attribute-values\":{},\"attribute-ids\":{},\"direction\":\"forward\",\"target-type\":\"url\",\"type\":\"wikidata\",\"source-credit\":\"\",\"begin\":null}],\"id\":\"00beaf8e-a781-431c-8130-7c2871696b7d\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/instrument/a1baa57d-6ab4-461e-89df-448d6fd2c597?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:29 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1196", + "X-RateLimit-Reset", + "1618477651", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"5bae2fb515a75d222f17f83a161042ff\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"a1baa57d-6ab4-461e-89df-448d6fd2c597\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"name\":\"tenor guitar\",\"description\":\"Slightly smaller, four-string version of the steel-string acoustic guitar or electric guitar\",\"type\":\"String instrument\",\"disambiguation\":\"\",\"relations\":[{\"url\":{\"resource\":\"https://www.wikidata.org/wiki/Q963150\",\"id\":\"20fb4320-bc41-4bf7-a0d4-15671f7d4499\"},\"target-credit\":\"\",\"end\":null,\"target-type\":\"url\",\"type-id\":\"1486fccd-cf59-35e4-9399-b50e2b255877\",\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"wikidata\"}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/instrument/08450be5-f6d2-46d6-8be0-67087c02162c?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:29 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1198", + "X-RateLimit-Reset", + "1618477651", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"704402e0a02becbbb4231fa3d0c71d8f\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"disambiguation\":\"Baroque gut string guitar\",\"id\":\"08450be5-f6d2-46d6-8be0-67087c02162c\",\"relations\":[{\"url\":{\"id\":\"c8aecd62-1823-47b8-95e7-997232b44491\",\"resource\":\"https://commons.wikimedia.org/wiki/File:M2676_-_gitarr_-_Matteo_Seelos_-_f%C3%B6re_1653_-_foto_Olav_Nyhus_(clip).jpg\"},\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"attribute-values\":{},\"type-id\":\"f64eacbd-1ea1-381e-9886-2cfb552b7d90\",\"attribute-ids\":{},\"direction\":\"forward\",\"begin\":null,\"source-credit\":\"\",\"type\":\"image\",\"target-type\":\"url\"},{\"type-id\":\"1486fccd-cf59-35e4-9399-b50e2b255877\",\"attribute-values\":{},\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"url\":{\"id\":\"92ac382f-a49d-4803-86ee-94f1842da44b\",\"resource\":\"https://www.wikidata.org/wiki/Q748119\"},\"target-type\":\"url\",\"type\":\"wikidata\",\"begin\":null,\"source-credit\":\"\",\"attribute-ids\":{},\"direction\":\"forward\"}],\"description\":\"Predecessor of the modern classical guitar, it had gut strings and even gut frets. First described in 1555, it surpassed the Renaissance lute's popularity.\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"type\":\"String instrument\",\"name\":\"baroque guitar\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/instrument/ba4705aa-ff1d-48d5-ae80-7b2046fb451e?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:29 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1197", + "X-RateLimit-Reset", + "1618477651", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"e6343caa7a9cbf870c700ba63e3b913d\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"id\":\"ba4705aa-ff1d-48d5-ae80-7b2046fb451e\",\"description\":\"The Portuguese guitar is a plucked string instrument associated with fado. It has twelve steel strings, strung in six courses.\",\"name\":\"Portuguese guitar\",\"type\":\"String instrument\",\"disambiguation\":\"\",\"relations\":[{\"type-id\":\"f64eacbd-1ea1-381e-9886-2cfb552b7d90\",\"target-type\":\"url\",\"end\":null,\"target-credit\":\"\",\"url\":{\"resource\":\"https://commons.wikimedia.org/wiki/File:2_Portuguese_guitars.jpg\",\"id\":\"d3608d2a-870d-4c3a-9a32-6e91cc3b727f\"},\"ended\":false,\"source-credit\":\"\",\"type\":\"image\",\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\"},{\"source-credit\":\"\",\"type\":\"wikidata\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"type-id\":\"1486fccd-cf59-35e4-9399-b50e2b255877\",\"target-type\":\"url\",\"end\":null,\"url\":{\"resource\":\"https://www.wikidata.org/wiki/Q585289\",\"id\":\"bf33536d-3a71-4da5-8487-0b166a512c37\"},\"target-credit\":\"\"}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/instrument/c0ea0405-ae3f-4851-bf85-277fadff80e2?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:29 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Content-Length", + "198", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1195", + "X-RateLimit-Reset", + "1618477651", + "Server", + "Plack::Handler::Starlet", + "ETag", + "\"9476dce902b042654f86c2e8684b347e\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": { + "description": "", + "disambiguation": "", + "id": "c0ea0405-ae3f-4851-bf85-277fadff80e2", + "name": "Hawaiian guitar", + "relations": [ + ], + "type": "String instrument", + "type-id": "cc00f97f-cf3d-3ae2-9163-041cb1a0d726" + }, + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/w/api.php?action=query&titles=File%3AM2676_-_gitarr_-_Matteo_Seelos_-_f%C3%B6re_1653_-_foto_Olav_Nyhus_%28clip%29.jpg&prop=imageinfo&iiprop=url%7Csize%7Ccanonicaltitle%7Cuser%7Cextmetadata&format=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:29 GMT", + "Server", + "mw1383.eqiad.wmnet", + "X-Content-Type-Options", + "nosniff", + "P3p", + "CP=\"See https://commons.wikimedia.org/wiki/Special:CentralAutoLogin/P3P for more info.\"", + "X-Frame-Options", + "DENY", + "Content-Disposition", + "inline; filename=api-result.json", + "Vary", + "Accept-Encoding,Treat-as-Untrusted,X-Forwarded-Proto,Cookie,Authorization", + "Cache-Control", + "private, must-revalidate, max-age=0", + "X-Request-Id", + "e3d4cacb-3e32-474c-bea6-d60a35881b53", + "Content-Type", + "application/json; charset=utf-8", + "Age", + "0", + "X-Cache", + "cp4028 miss, cp4031 pass", + "X-Cache-Status", + "pass", + "Server-Timing", + "cache;desc=\"pass\", host;desc=\"cp4031\"", + "Strict-Transport-Security", + "max-age=106384710; includeSubDomains; preload", + "Report-To", + "{ \"group\": \"wm_nel\", \"max_age\": 86400, \"endpoints\": [{ \"url\": \"https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0\" }] }", + "NEL", + "{ \"report_to\": \"wm_nel\", \"max_age\": 86400, \"failure_fraction\": 0.05, \"success_fraction\": 0.0}", + "Set-Cookie", + "WMF-Last-Access=15-Apr-2021;Path=/;HttpOnly;secure;Expires=Mon, 17 May 2021 00:00:00 GMT", + "X-Client-IP", + "24.56.225.155", + "Set-Cookie", + "GeoIP=US:WA:Seattle:47.61:-122.31:v4; Path=/; secure; Domain=.wikimedia.org", + "Accept-Ranges", + "bytes", + "Transfer-Encoding", + "chunked", + "Connection", + "close" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "commons.wikimedia.org" + }, + "response": "{\"batchcomplete\":\"\",\"query\":{\"normalized\":[{\"from\":\"File:M2676_-_gitarr_-_Matteo_Seelos_-_f\\u00f6re_1653_-_foto_Olav_Nyhus_(clip).jpg\",\"to\":\"File:M2676 - gitarr - Matteo Seelos - f\\u00f6re 1653 - foto Olav Nyhus (clip).jpg\"}],\"pages\":{\"29900001\":{\"pageid\":29900001,\"ns\":6,\"title\":\"File:M2676 - gitarr - Matteo Seelos - f\\u00f6re 1653 - foto Olav Nyhus (clip).jpg\",\"imagerepository\":\"local\",\"imageinfo\":[{\"user\":\"Clusternote\",\"size\":1547933,\"width\":2613,\"height\":1236,\"canonicaltitle\":\"File:M2676 - gitarr - Matteo Seelos - f\\u00f6re 1653 - foto Olav Nyhus (clip).jpg\",\"url\":\"https://upload.wikimedia.org/wikipedia/commons/1/1a/M2676_-_gitarr_-_Matteo_Seelos_-_f%C3%B6re_1653_-_foto_Olav_Nyhus_%28clip%29.jpg\",\"descriptionurl\":\"https://commons.wikimedia.org/wiki/File:M2676_-_gitarr_-_Matteo_Seelos_-_f%C3%B6re_1653_-_foto_Olav_Nyhus_(clip).jpg\",\"descriptionshorturl\":\"https://commons.wikimedia.org/w/index.php?curid=29900001\",\"extmetadata\":{\"DateTime\":{\"value\":\"2013-11-28 09:55:59\",\"source\":\"mediawiki-metadata\",\"hidden\":\"\"},\"ObjectName\":{\"value\":\"M2676 - gitarr - Matteo Seelos - f\\u00f6re 1653 - foto Olav Nyhus (clip)\",\"source\":\"mediawiki-metadata\",\"hidden\":\"\"},\"CommonsMetadataExtension\":{\"value\":1.2,\"source\":\"extension\",\"hidden\":\"\"},\"Categories\":{\"value\":\"1653 instrument productions|5 double courses guitars|Baroque guitars|Files uploaded by User:Clusternote|Matteo Seelos (luthier)|Multi-tier rosettes (string instrument)|Retouched pictures|Self-published work|Swedish Performing Arts Agency|Uploaded with derivativeFX\",\"source\":\"commons-categories\",\"hidden\":\"\"},\"Assessments\":{\"value\":\"\",\"source\":\"commons-categories\",\"hidden\":\"\"},\"ImageDescription\":{\"value\":\"Gitarr, tillverkare Matteo Seelos, f\\u00f6re 1653. Foto Olav Nyhus. Ing\\u00e5r i Musik- och teatermuseets instrumentsamling.\",\"source\":\"commons-desc-page\"},\"DateTimeOriginal\":{\"value\":\"2013-11-28 09:53\",\"source\":\"commons-desc-page\"},\"Credit\":{\"value\":\"This file was derived from:\\u00a0 M2676 - gitarr - Matteo Seelos - f\\u00f6re 1653 - foto Olav Nyhus.jpg:\\u00a0\\\"M2676
\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"Artist\":{\"value\":\"\",\"source\":\"commons-desc-page\"},\"LicenseShortName\":{\"value\":\"CC BY-SA 3.0\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"UsageTerms\":{\"value\":\"Creative Commons Attribution-Share Alike 3.0\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"AttributionRequired\":{\"value\":\"true\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"LicenseUrl\":{\"value\":\"https://creativecommons.org/licenses/by-sa/3.0\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"Copyrighted\":{\"value\":\"True\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"Restrictions\":{\"value\":\"\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"License\":{\"value\":\"cc-by-sa-3.0\",\"source\":\"commons-templates\",\"hidden\":\"\"}}}]}}}}", + "responseIsBinary": false, + "scope": "https://commons.wikimedia.org:443", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/w/api.php?action=query&titles=File%3A2_Portuguese_guitars.jpg&prop=imageinfo&iiprop=url%7Csize%7Ccanonicaltitle%7Cuser%7Cextmetadata&format=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:29 GMT", + "Server", + "mw1312.eqiad.wmnet", + "X-Content-Type-Options", + "nosniff", + "P3p", + "CP=\"See https://commons.wikimedia.org/wiki/Special:CentralAutoLogin/P3P for more info.\"", + "X-Frame-Options", + "DENY", + "Content-Disposition", + "inline; filename=api-result.json", + "Vary", + "Accept-Encoding,Treat-as-Untrusted,X-Forwarded-Proto,Cookie,Authorization", + "Cache-Control", + "private, must-revalidate, max-age=0", + "X-Request-Id", + "bfc75f0f-10f8-4569-bf5a-d5017c44e66a", + "Content-Type", + "application/json; charset=utf-8", + "Age", + "0", + "X-Cache", + "cp4027 miss, cp4031 pass", + "X-Cache-Status", + "pass", + "Server-Timing", + "cache;desc=\"pass\", host;desc=\"cp4031\"", + "Strict-Transport-Security", + "max-age=106384710; includeSubDomains; preload", + "Report-To", + "{ \"group\": \"wm_nel\", \"max_age\": 86400, \"endpoints\": [{ \"url\": \"https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0\" }] }", + "NEL", + "{ \"report_to\": \"wm_nel\", \"max_age\": 86400, \"failure_fraction\": 0.05, \"success_fraction\": 0.0}", + "Set-Cookie", + "WMF-Last-Access=15-Apr-2021;Path=/;HttpOnly;secure;Expires=Mon, 17 May 2021 00:00:00 GMT", + "X-Client-IP", + "24.56.225.155", + "Set-Cookie", + "GeoIP=US:WA:Seattle:47.61:-122.31:v4; Path=/; secure; Domain=.wikimedia.org", + "Accept-Ranges", + "bytes", + "Transfer-Encoding", + "chunked", + "Connection", + "close" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "commons.wikimedia.org" + }, + "response": "{\"batchcomplete\":\"\",\"query\":{\"normalized\":[{\"from\":\"File:2_Portuguese_guitars.jpg\",\"to\":\"File:2 Portuguese guitars.jpg\"}],\"pages\":{\"4413636\":{\"pageid\":4413636,\"ns\":6,\"title\":\"File:2 Portuguese guitars.jpg\",\"imagerepository\":\"local\",\"imageinfo\":[{\"user\":\"TenIslands\",\"size\":2094702,\"width\":1746,\"height\":2304,\"canonicaltitle\":\"File:2 Portuguese guitars.jpg\",\"url\":\"https://upload.wikimedia.org/wikipedia/commons/0/01/2_Portuguese_guitars.jpg\",\"descriptionurl\":\"https://commons.wikimedia.org/wiki/File:2_Portuguese_guitars.jpg\",\"descriptionshorturl\":\"https://commons.wikimedia.org/w/index.php?curid=4413636\",\"extmetadata\":{\"DateTime\":{\"value\":\"2008-07-20 16:57:38\",\"source\":\"mediawiki-metadata\",\"hidden\":\"\"},\"ObjectName\":{\"value\":\"2 Portuguese guitars\",\"source\":\"mediawiki-metadata\",\"hidden\":\"\"},\"CommonsMetadataExtension\":{\"value\":1.2,\"source\":\"extension\",\"hidden\":\"\"},\"Categories\":{\"value\":\"Files with derivative versions|PD-self|Portuguese guitar|Self-published work|Two instruments\",\"source\":\"commons-categories\",\"hidden\":\"\"},\"Assessments\":{\"value\":\"\",\"source\":\"commons-categories\",\"hidden\":\"\"},\"ImageDescription\":{\"value\":\"Left: Coimbra Portuguese guitar.
Right: Lisbon Portuguese guitar.\",\"source\":\"commons-desc-page\"},\"DateTimeOriginal\":{\"value\":\"2008-07-19\",\"source\":\"commons-desc-page\"},\"Credit\":{\"value\":\"Own work\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"Artist\":{\"value\":\"TenIslands\",\"source\":\"commons-desc-page\"},\"LicenseShortName\":{\"value\":\"Public domain\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"UsageTerms\":{\"value\":\"Public domain\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"AttributionRequired\":{\"value\":\"false\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"Copyrighted\":{\"value\":\"False\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"Restrictions\":{\"value\":\"\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"License\":{\"value\":\"pd\",\"source\":\"commons-templates\",\"hidden\":\"\"}}}]}}}}", + "responseIsBinary": false, + "scope": "https://commons.wikimedia.org:443", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/instrument/87d5bd6a-8d14-4ed0-befa-b90379536634?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:34 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "784", + "X-RateLimit-Reset", + "1618477655", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"99281e353a86bb915a0fe56ba71dc339\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"type\":\"String instrument\",\"name\":\"nylon guitar\",\"description\":\"Hollow-body acoustic guitar strung with nylon-strings.\",\"disambiguation\":\"nylon-stringed acoustic guitar\",\"relations\":[],\"id\":\"87d5bd6a-8d14-4ed0-befa-b90379536634\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/instrument/41d2c709-81e2-415c-9456-a0a3d14f48bd?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:34 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "783", + "X-RateLimit-Reset", + "1618477655", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"be404c606a921999c0e62c86e66d6497\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"disambiguation\":\"\",\"description\":\"\",\"type\":\"String instrument\",\"id\":\"41d2c709-81e2-415c-9456-a0a3d14f48bd\",\"relations\":[{\"type\":\"wikidata\",\"target-credit\":\"\",\"end\":null,\"begin\":null,\"target-type\":\"url\",\"url\":{\"id\":\"353b8692-ac52-4a54-85e6-08ea711438b7\",\"resource\":\"https://www.wikidata.org/wiki/Q428152\"},\"direction\":\"forward\",\"type-id\":\"1486fccd-cf59-35e4-9399-b50e2b255877\",\"source-credit\":\"\",\"attributes\":[],\"attribute-ids\":{},\"attribute-values\":{},\"ended\":false}],\"name\":\"slide guitar\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/instrument/b62ace3b-47e7-4319-8a3e-1b035ccd20b2?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:34 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "780", + "X-RateLimit-Reset", + "1618477655", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"7e860db059dff2a44e71bb32eb2331da\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"id\":\"b62ace3b-47e7-4319-8a3e-1b035ccd20b2\",\"name\":\"banjitar\",\"description\":\"The banjitar is a six-string banjo with the neck of a guitar.\",\"type\":\"String instrument\",\"disambiguation\":\"\",\"relations\":[{\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"ended\":false,\"type\":\"wikidata\",\"target-credit\":\"\",\"url\":{\"id\":\"8cf74ce7-1072-4727-bed5-8d434f36dda4\",\"resource\":\"https://www.wikidata.org/wiki/Q2679436\"},\"end\":null,\"target-type\":\"url\",\"type-id\":\"1486fccd-cf59-35e4-9399-b50e2b255877\"}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/instrument/43f378cf-b099-46da-8ec3-a39b6f5e5258?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:34 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "779", + "X-RateLimit-Reset", + "1618477655", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"19a9c4cdc2eea96e4cde805158a738fd\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"type\":\"String instrument\",\"name\":\"classical guitar\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"id\":\"43f378cf-b099-46da-8ec3-a39b6f5e5258\",\"relations\":[{\"direction\":\"forward\",\"begin\":null,\"url\":{\"resource\":\"https://www.wikidata.org/wiki/Q719120\",\"id\":\"bb142346-714d-4dc8-9976-62c12e69047a\"},\"ended\":false,\"end\":null,\"type\":\"wikidata\",\"attributes\":[],\"type-id\":\"1486fccd-cf59-35e4-9399-b50e2b255877\",\"target-type\":\"url\",\"source-credit\":\"\",\"target-credit\":\"\",\"attribute-values\":{},\"attribute-ids\":{}}],\"description\":\"\",\"disambiguation\":\"Classical nylon string guitar\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/instrument/31c3f6cc-d49c-4d63-8b85-576a545d33f2?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:34 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "781", + "X-RateLimit-Reset", + "1618477655", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"235f56581dadd04f0b4157aa6fb963aa\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"relations\":[{\"source-credit\":\"\",\"ended\":false,\"type\":\"wikidata\",\"begin\":null,\"attribute-values\":{},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"type-id\":\"1486fccd-cf59-35e4-9399-b50e2b255877\",\"target-type\":\"url\",\"end\":null,\"target-credit\":\"\",\"url\":{\"resource\":\"https://www.wikidata.org/wiki/Q64038\",\"id\":\"ea009ce3-6189-47dd-bc2e-b57d64562ee8\"}}],\"disambiguation\":\"\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"id\":\"31c3f6cc-d49c-4d63-8b85-576a545d33f2\",\"description\":\"\",\"name\":\"baritone guitar\",\"type\":\"String instrument\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/instrument/857ff05c-5367-4ba2-9b49-98eefa2badcc?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:40 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "896", + "X-RateLimit-Reset", + "1618477661", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"e2ffc81f10298caa8cd69b4306c1c26d\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"type\":\"String instrument\",\"name\":\"lap steel guitar\",\"description\":\"\",\"disambiguation\":\"\",\"id\":\"857ff05c-5367-4ba2-9b49-98eefa2badcc\",\"relations\":[{\"end\":null,\"direction\":\"forward\",\"begin\":null,\"url\":{\"resource\":\"https://www.wikidata.org/wiki/Q644440\",\"id\":\"982f2ad2-d554-4075-aa28-f9c32287c2b6\"},\"ended\":false,\"source-credit\":\"\",\"target-credit\":\"\",\"attribute-ids\":{},\"attribute-values\":{},\"type\":\"wikidata\",\"attributes\":[],\"type-id\":\"1486fccd-cf59-35e4-9399-b50e2b255877\",\"target-type\":\"url\"}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/instrument/3c5349ca-cf82-4537-851f-1957ac88bced?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:40 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Content-Length", + "208", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "897", + "X-RateLimit-Reset", + "1618477661", + "Server", + "Plack::Handler::Starlet", + "ETag", + "\"a5dca797d2c098dafd8119ce0361a9a9\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": { + "description": "", + "disambiguation": "", + "id": "3c5349ca-cf82-4537-851f-1957ac88bced", + "name": "electric lap steel guitar", + "relations": [ + ], + "type": "String instrument", + "type-id": "cc00f97f-cf3d-3ae2-9163-041cb1a0d726" + }, + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/instrument/1e49948d-7522-4444-aa5d-633dfbeffb1f?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:40 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "895", + "X-RateLimit-Reset", + "1618477661", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"8f345bfcaa9f6d0266eee8e5ca668e43\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"disambiguation\":\"\",\"relations\":[{\"url\":{\"id\":\"8151d936-2ea9-46bb-8ab5-08820a6134fa\",\"resource\":\"https://www.wikidata.org/wiki/Q1187260\"},\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"ended\":false,\"attribute-values\":{},\"type-id\":\"1486fccd-cf59-35e4-9399-b50e2b255877\",\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"begin\":null,\"type\":\"wikidata\",\"target-type\":\"url\"}],\"id\":\"1e49948d-7522-4444-aa5d-633dfbeffb1f\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"name\":\"Warr guitar\",\"type\":\"String instrument\",\"description\":\"\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/instrument/4a5a2a59-f5a8-4dc1-95b8-f3b3fb3cf2b6?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:40 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "898", + "X-RateLimit-Reset", + "1618477661", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"8269c317d2de421a70c091725d649208\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"type\":\"String instrument\",\"id\":\"4a5a2a59-f5a8-4dc1-95b8-f3b3fb3cf2b6\",\"description\":\"The Vietnamese guitar is similar to a normal guitar, but with scalloped fingerboard resulting in elevated frets similar to the đàn nguyệt.\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"disambiguation\":\"\",\"relations\":[{\"direction\":\"forward\",\"ended\":false,\"target-credit\":\"\",\"begin\":null,\"attribute-ids\":{},\"type-id\":\"1486fccd-cf59-35e4-9399-b50e2b255877\",\"target-type\":\"url\",\"type\":\"wikidata\",\"attributes\":[],\"end\":null,\"source-credit\":\"\",\"url\":{\"resource\":\"https://www.wikidata.org/wiki/Q5616842\",\"id\":\"0e69bd01-f020-4e9d-870f-dd1e00fee549\"},\"attribute-values\":{}}],\"name\":\"Vietnamese guitar\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/instrument/921330d6-eb1b-4e59-b4b6-824ebcdb89c2?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:40 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "901", + "X-RateLimit-Reset", + "1618477661", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"363229d26f759d91c9b4f13055fe6f4e\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"type\":\"String instrument\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"id\":\"921330d6-eb1b-4e59-b4b6-824ebcdb89c2\",\"description\":\"\",\"name\":\"steel guitar\",\"disambiguation\":\"\",\"relations\":[{\"begin\":null,\"attribute-values\":{},\"type\":\"image\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"target-type\":\"url\",\"type-id\":\"f64eacbd-1ea1-381e-9886-2cfb552b7d90\",\"url\":{\"id\":\"5bd35397-01f5-4478-a086-2f2ebbe7a142\",\"resource\":\"https://commons.wikimedia.org/wiki/File:Steel_guitar.jpg\"},\"target-credit\":\"\",\"end\":null},{\"type-id\":\"1486fccd-cf59-35e4-9399-b50e2b255877\",\"target-type\":\"url\",\"end\":null,\"target-credit\":\"\",\"url\":{\"resource\":\"https://www.wikidata.org/wiki/Q2617520\",\"id\":\"29601b1b-4dbf-4702-9fd7-2cabe132d912\"},\"ended\":false,\"source-credit\":\"\",\"type\":\"wikidata\",\"begin\":null,\"attribute-values\":{},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\"}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/w/api.php?action=query&titles=File%3ASteel_guitar.jpg&prop=imageinfo&iiprop=url%7Csize%7Ccanonicaltitle%7Cuser%7Cextmetadata&format=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:40 GMT", + "Server", + "mw1392.eqiad.wmnet", + "X-Content-Type-Options", + "nosniff", + "P3p", + "CP=\"See https://commons.wikimedia.org/wiki/Special:CentralAutoLogin/P3P for more info.\"", + "X-Frame-Options", + "DENY", + "Content-Disposition", + "inline; filename=api-result.json", + "Vary", + "Accept-Encoding,Treat-as-Untrusted,X-Forwarded-Proto,Cookie,Authorization", + "Cache-Control", + "private, must-revalidate, max-age=0", + "X-Request-Id", + "af1b5880-d641-46b8-878f-bcca2fbda608", + "Content-Type", + "application/json; charset=utf-8", + "Age", + "0", + "X-Cache", + "cp4029 miss, cp4031 pass", + "X-Cache-Status", + "pass", + "Server-Timing", + "cache;desc=\"pass\", host;desc=\"cp4031\"", + "Strict-Transport-Security", + "max-age=106384710; includeSubDomains; preload", + "Report-To", + "{ \"group\": \"wm_nel\", \"max_age\": 86400, \"endpoints\": [{ \"url\": \"https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0\" }] }", + "NEL", + "{ \"report_to\": \"wm_nel\", \"max_age\": 86400, \"failure_fraction\": 0.05, \"success_fraction\": 0.0}", + "Set-Cookie", + "WMF-Last-Access=15-Apr-2021;Path=/;HttpOnly;secure;Expires=Mon, 17 May 2021 00:00:00 GMT", + "X-Client-IP", + "24.56.225.155", + "Set-Cookie", + "GeoIP=US:WA:Seattle:47.61:-122.31:v4; Path=/; secure; Domain=.wikimedia.org", + "Accept-Ranges", + "bytes", + "Content-Length", + "866", + "Connection", + "close" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "commons.wikimedia.org" + }, + "response": "{\"continue\":{\"iistart\":\"2012-11-18T20:09:45Z\",\"continue\":\"||\"},\"query\":{\"normalized\":[{\"from\":\"File:Steel_guitar.jpg\",\"to\":\"File:Steel guitar.jpg\"}],\"pages\":{\"22763218\":{\"pageid\":22763218,\"ns\":6,\"title\":\"File:Steel guitar.jpg\",\"imagerepository\":\"local\",\"imageinfo\":[{\"user\":\"Eagledj\",\"size\":153093,\"width\":742,\"height\":774,\"canonicaltitle\":\"File:Steel guitar.jpg\",\"url\":\"https://upload.wikimedia.org/wikipedia/commons/3/37/Steel_guitar.jpg\",\"descriptionurl\":\"https://commons.wikimedia.org/wiki/File:Steel_guitar.jpg\",\"descriptionshorturl\":\"https://commons.wikimedia.org/w/index.php?curid=22763218\",\"extmetadata\":{\"DateTime\":{\"value\":\"2020-07-13 13:43:59\",\"source\":\"mediawiki-metadata\",\"hidden\":\"\"},\"ObjectName\":{\"value\":\"Steel guitar\",\"source\":\"mediawiki-metadata\",\"hidden\":\"\"},\"CommonsMetadataExtension\":{\"value\":1.2,\"source\":\"extension\",\"hidden\":\"\"},\"Categories\":{\"value\":\"Dobro-guitars|Frankilin Pedal Steel Guitar Co.|Lap steel guitars|Pedal steel guitars|Resonator guitars|Self-published work|Steel guitars|Unidentified guitars\",\"source\":\"commons-categories\",\"hidden\":\"\"},\"Assessments\":{\"value\":\"\",\"source\":\"commons-categories\",\"hidden\":\"\"},\"ImageDescription\":{\"value\":\"steel guitar\",\"source\":\"commons-desc-page\"},\"DateTimeOriginal\":{\"value\":\"2012-01-21 12:18:59\",\"source\":\"commons-desc-page\"},\"Credit\":{\"value\":\"Own work\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"Artist\":{\"value\":\"Patlaff\",\"source\":\"commons-desc-page\"},\"LicenseShortName\":{\"value\":\"CC BY-SA 3.0\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"UsageTerms\":{\"value\":\"Creative Commons Attribution-Share Alike 3.0\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"AttributionRequired\":{\"value\":\"true\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"LicenseUrl\":{\"value\":\"https://creativecommons.org/licenses/by-sa/3.0\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"Copyrighted\":{\"value\":\"True\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"Restrictions\":{\"value\":\"\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"License\":{\"value\":\"cc-by-sa-3.0\",\"source\":\"commons-templates\",\"hidden\":\"\"}}}]}}}}", + "responseIsBinary": false, + "scope": "https://commons.wikimedia.org:443", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/instrument/12f20f43-c71d-4476-8ada-b968aab50900?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:45 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Content-Length", + "237", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1067", + "X-RateLimit-Reset", + "1618477667", + "Server", + "Plack::Handler::Starlet", + "ETag", + "\"4fd6f4c4aa078c8d0fa27516e3f4224b\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": { + "description": "Electric guitar without frets.", + "disambiguation": "", + "id": "12f20f43-c71d-4476-8ada-b968aab50900", + "name": "electric fretless guitar", + "relations": [ + ], + "type": "String instrument", + "type-id": "cc00f97f-cf3d-3ae2-9163-041cb1a0d726" + }, + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/instrument/9483eb06-fd5a-4792-844f-72bc4cb1c0a1?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:45 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1066", + "X-RateLimit-Reset", + "1618477667", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"0cc0f68e65b60436d45875b6cbab05c8\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"description\":\"Deriving from the classical guitar, it has many modifications and playing techniques to create a more percussive sound. Originally having wooden tuning pegs like lutes and violins, it has a thinner, lighter build with \\\"golpeadores\\\" or tapping-plates and less sustain than the classical guitar.\",\"type-id\":\"cc00f97f-cf3d-3ae2-9163-041cb1a0d726\",\"name\":\"flamenco guitar\",\"type\":\"String instrument\",\"disambiguation\":\"Guitar used in flamenco\",\"id\":\"9483eb06-fd5a-4792-844f-72bc4cb1c0a1\",\"relations\":[{\"begin\":null,\"source-credit\":\"\",\"target-type\":\"url\",\"type\":\"wikidata\",\"direction\":\"forward\",\"attribute-ids\":{},\"attribute-values\":{},\"type-id\":\"1486fccd-cf59-35e4-9399-b50e2b255877\",\"url\":{\"resource\":\"https://www.wikidata.org/wiki/Q930531\",\"id\":\"052c2fe3-1238-448c-bad4-54b2d9cb4e1d\"},\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/instrument/0b9d87fa-93fa-4956-8b6a-a419566cc915?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:45 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Content-Length", + "203", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1068", + "X-RateLimit-Reset", + "1618477667", + "Server", + "Plack::Handler::Starlet", + "ETag", + "\"7536c231373fb8675d07d155c9ddff17\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": { + "description": "", + "disambiguation": "", + "id": "0b9d87fa-93fa-4956-8b6a-a419566cc915", + "name": "electric bass guitar", + "relations": [ + ], + "type": "String instrument", + "type-id": "cc00f97f-cf3d-3ae2-9163-041cb1a0d726" + }, + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "labels have a mediaWikiImages field", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/label?limit=50&query=Sony&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:46 GMT", + "Content-Type", + "application/json", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "964", + "X-RateLimit-Reset", + "1618477667", + "Last-Modified", + "Thu, 15 Apr 2021 08:47:39 GMT", + "ETag", + "W/\"NzI2ZWEwMDAwMDAwMDAwMFNvbHI=\"", + "X-Cache-Status", + "MISS", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"created\":\"2021-04-15T09:07:46.156Z\",\"count\":482,\"offset\":0,\"labels\":[{\"id\":\"9e6b4d7f-4958-4db7-8504-d89e315836af\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":100,\"name\":\"Sony Music\",\"sort-name\":\"Sony Music\",\"label-code\":10746,\"disambiguation\":\"global brand, excluding JP, owned by Sony Music Entertainment; for use as release label only when no sub-label/imprint is specified\",\"country\":\"XW\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1991-01-01\",\"ended\":null},\"aliases\":[{\"sort-name\":\"新力音樂\",\"name\":\"新力音樂\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"索尼音樂\",\"name\":\"索尼音樂\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"新力\",\"name\":\"新力\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"索尼\",\"name\":\"索尼\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":1,\"name\":\"rock\"},{\"count\":1,\"name\":\"soft rock\"},{\"count\":1,\"name\":\"pop rock\"},{\"count\":1,\"name\":\"veronica\"},{\"count\":1,\"name\":\"clean up\"},{\"count\":1,\"name\":\"record company logo\"},{\"count\":1,\"name\":\"88985336172\"}]},{\"id\":\"10920823-9ed8-45d9-adb3-69fc22475ab0\",\"type\":\"Imprint\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"score\":96,\"name\":\"Sony Classical\",\"sort-name\":\"Sony Classical\",\"label-code\":6868,\"country\":\"US\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"United States\",\"sort-name\":\"United States\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1990\",\"ended\":null},\"aliases\":[{\"sort-name\":\"St. Petersburg Classics\",\"name\":\"St. Petersburg Classics\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Sony Classics\",\"name\":\"Sony Classics\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":2,\"name\":\"soundtrack\"},{\"count\":2,\"name\":\"classical\"},{\"count\":1,\"name\":\"sk 60957\"},{\"count\":1,\"name\":\"sicc\"}]},{\"id\":\"151085ba-42d0-477a-83f9-eed3f758c743\",\"type\":\"Imprint\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"score\":94,\"name\":\"Sony\",\"sort-name\":\"Sony\",\"disambiguation\":\"CBS \\\"walking eye\\\" logo over the name \\\"SONY\\\" in a box, used in Latin-American releases\",\"country\":\"US\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"United States\",\"sort-name\":\"United States\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null},\"tags\":[{\"count\":1,\"name\":\"latin american\"}]},{\"id\":\"dee62e1a-cfd1-466f-b578-846a0fdf435a\",\"type\":\"Imprint\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"score\":94,\"name\":\"Sony Records\",\"sort-name\":\"Sony Records\",\"disambiguation\":\"Japanese imprint\",\"country\":\"JP\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1991\",\"ended\":null},\"aliases\":[{\"sort-name\":\"ソニーレコーズ\",\"name\":\"ソニーレコーズ\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"ソニーレコード\",\"name\":\"ソニーレコード\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"ソニー・レコード\",\"name\":\"ソニー・レコード\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"ソニー・レコーズ\",\"name\":\"ソニー・レコーズ\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":1,\"name\":\"fixme cccd release dates swapped\"},{\"count\":1,\"name\":\"clean up\"},{\"count\":-1,\"name\":\"37659169 split label\"},{\"count\":1,\"name\":\"伍代夏子\"}]},{\"id\":\"08f37a61-1c54-4257-b31d-810fa2ac5cd5\",\"type\":\"Imprint\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"score\":93,\"name\":\"CBS/Sony\",\"sort-name\":\"CBS/Sony\",\"disambiguation\":\"imprint used in Japan, South Korea and Southeast Asia 1968–1991; also used in Spain until 1997\",\"country\":\"JP\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1968-03-11\",\"end\":\"1991-04\",\"ended\":true},\"aliases\":[{\"sort-name\":\"CBS Sony Inc.\",\"name\":\"CBS Sony Inc.\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"CBS Sony Records\",\"name\":\"CBS Sony Records\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"CBS Sony Group\",\"name\":\"CBS Sony Group\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"株式会社CBS・ソニー\",\"name\":\"株式会社CBS・ソニー\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"CBSソニー\",\"name\":\"CBSソニー\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":1,\"name\":\"clean up\"}]},{\"id\":\"93abac35-42d9-4c55-a9f4-3aae018eb899\",\"score\":89,\"name\":\"Sony\",\"sort-name\":\"Sony\",\"disambiguation\":\"logo contains only the SONY® wordmark! do not use if there is a more specific label\",\"life-span\":{\"ended\":null}},{\"id\":\"f9ada3ae-3081-44df-8581-ca27a3462b68\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":88,\"name\":\"Sony BMG Music Entertainment\",\"sort-name\":\"Sony BMG Music Entertainment\",\"label-code\":13989,\"disambiguation\":\"Aug 5, 2004 - Oct 1, 2008; do not use if a specific sub-label is available\",\"country\":\"XW\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"2004-08-05\",\"end\":\"2008-10-01\",\"ended\":true},\"aliases\":[{\"sort-name\":\"Sony BMG Music Entertainment Inc\",\"name\":\"Sony BMG Music Entertainment Inc\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"SBME\",\"type-id\":\"829662f2-a781-3ec8-8b46-fbcea6196f81\",\"name\":\"SBME\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"新力博德曼\",\"name\":\"新力博德曼\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"SonyBMG\",\"name\":\"SonyBMG\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Sony BMG\",\"name\":\"Sony BMG\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":1,\"name\":\"trance\"},{\"count\":1,\"name\":\"soul\"},{\"count\":2,\"name\":\"clean up\"},{\"count\":1,\"name\":\"imprint/holding combo\"}]},{\"id\":\"12c53048-be97-403d-805d-bc69c71211e4\",\"type\":\"Holding\",\"type-id\":\"43f31a62-97e4-36f6-9752-453c131b71ed\",\"score\":85,\"name\":\"Epic/Sony\",\"sort-name\":\"Epic/Sony\",\"disambiguation\":\"logo of the Japanese company Epic/Sony Inc. (Aug 1978–Mar 1988)\",\"country\":\"JP\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1978-08\",\"end\":\"1988-03\",\"ended\":true},\"aliases\":[{\"sort-name\":\"Epic/Sony Records\",\"type-id\":\"3a1a0c48-d885-3b89-87b2-9e8a483c5675\",\"name\":\"Epic/Sony Records\",\"locale\":null,\"type\":\"Label name\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"エピックソニー\",\"type-id\":\"3a1a0c48-d885-3b89-87b2-9e8a483c5675\",\"name\":\"EPICソニー\",\"locale\":\"ja\",\"type\":\"Label name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":1,\"name\":\"clean up\"},{\"count\":1,\"name\":\"imprint/holding combo\"}]},{\"id\":\"45ffe1d8-92da-4750-9a4a-f42861f46e2c\",\"type\":\"Reissue Production\",\"type-id\":\"88ee6ae7-f413-3490-a1d2-54f6a9f0838c\",\"score\":84,\"name\":\"Legacy\",\"sort-name\":\"Legacy\",\"label-code\":2361,\"disambiguation\":\"Legacy Recordings\",\"area\":{\"id\":\"a36544c1-cb40-4f44-9e0e-7a5a69e403a8\",\"type\":\"Subdivision\",\"type-id\":\"fd3d44c5-80a1-3842-9745-2c4972d35afa\",\"name\":\"New Jersey\",\"sort-name\":\"New Jersey\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1990\",\"ended\":null},\"aliases\":[{\"sort-name\":\"Columbia Legacy\",\"name\":\"Columbia Legacy\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Legacy Entertainment\",\"name\":\"Legacy Entertainment\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Legacy Recordings\",\"name\":\"Legacy Recordings\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Epic/Legacy\",\"name\":\"Epic/Legacy\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"CBS Sony Legacy\",\"name\":\"CBS Sony Legacy\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Sony Legacy\",\"name\":\"Sony Legacy\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Columbia/Legacy\",\"name\":\"Columbia/Legacy\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Columbia / Legacy\",\"name\":\"Columbia / Legacy\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Epic / Legacy\",\"name\":\"Epic / Legacy\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Sony BMG Legacy\",\"name\":\"Sony BMG Legacy\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Sony Classical Legacy\",\"type-id\":\"829662f2-a781-3ec8-8b46-fbcea6196f81\",\"name\":\"Sony Classical Legacy\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":1,\"name\":\"rock\"},{\"count\":1,\"name\":\"hip hop\"}]},{\"id\":\"c27ed569-e9aa-4627-be01-e6e7396120f0\",\"type\":\"Imprint\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"score\":83,\"name\":\"Sony Discos\",\"sort-name\":\"Sony Discos\",\"disambiguation\":\"an imprint owned by Sony Discos, Inc.\",\"area\":{\"id\":\"4a9aeb42-3763-4234-8fb8-1167ac1dfdfe\",\"type\":\"City\",\"type-id\":\"6fd8f29a-3d0a-32fc-980d-ea697b69da78\",\"name\":\"Miami\",\"sort-name\":\"Miami\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1991\",\"ended\":true}},{\"id\":\"855855b1-4210-48e5-b1b7-86772f842759\",\"score\":83,\"name\":\"Sony International\",\"sort-name\":\"Sony International\",\"disambiguation\":\"this is a dubious label; read annotations\",\"life-span\":{\"ended\":null}},{\"id\":\"c9a4ea86-7611-4fff-9f4f-41f18be7e14b\",\"type\":\"Imprint\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"score\":82,\"name\":\"Sony Records International\",\"sort-name\":\"Sony Records International\",\"disambiguation\":\"Japanese TEXTLESS walking eye imprint\",\"country\":\"JP\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"2001-05\",\"ended\":null},\"aliases\":[{\"sort-name\":\"Sony Music Japan International\",\"type-id\":\"829662f2-a781-3ec8-8b46-fbcea6196f81\",\"name\":\"Sony Music Japan International\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"ソニーレコーズ インターナショナル\",\"type-id\":\"3a1a0c48-d885-3b89-87b2-9e8a483c5675\",\"name\":\"ソニーレコーズ インターナショナル\",\"locale\":\"ja\",\"type\":\"Label name\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Sony Records Int'l\",\"type-id\":\"829662f2-a781-3ec8-8b46-fbcea6196f81\",\"name\":\"Sony Records Int'l\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Columbia\",\"type-id\":\"829662f2-a781-3ec8-8b46-fbcea6196f81\",\"name\":\"Columbia\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Sony Music\",\"type-id\":\"829662f2-a781-3ec8-8b46-fbcea6196f81\",\"name\":\"Sony Music\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":0,\"name\":\"high chance of cccd release date swaps\"},{\"count\":0,\"name\":\"textless graphic\"},{\"count\":1,\"name\":\"mhcp\"}]},{\"id\":\"6c429b59-f360-457c-9e42-383d66788b8f\",\"score\":82,\"name\":\"Sony Records\",\"sort-name\":\"Sony Records\",\"disambiguation\":\"1991 - 2001 group/division of Sony Music Entertainment (Japan) - used to organize imprints; not a release label\",\"country\":\"JP\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1991-04\",\"end\":\"2001-10\",\"ended\":true},\"tags\":[{\"count\":1,\"name\":\"clean up\"}]},{\"id\":\"99e91ff7-9bd9-45f0-ae3a-6853fefaea5c\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":80,\"name\":\"Sony Masterworks\",\"sort-name\":\"Sony Masterworks\",\"label-code\":2423,\"disambiguation\":\"formerly an imprint since circa 1990s, label group since 2009; see annotation for imprints it manages\",\"country\":\"US\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"United States\",\"sort-name\":\"United States\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"2009\",\"ended\":null},\"aliases\":[{\"sort-name\":\"Sony Music Entertainment Germany GmbH\",\"type-id\":\"3a1a0c48-d885-3b89-87b2-9e8a483c5675\",\"name\":\"Sony Music Entertainment Germany GmbH\",\"locale\":\"de\",\"type\":\"Label name\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"SMW\",\"name\":\"SMW\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"f752481c-2e26-446f-bccf-e487aea582ed\",\"type\":\"Imprint\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"score\":80,\"name\":\"Sony Music Media\",\"sort-name\":\"Sony Music Media\",\"label-code\":2604,\"country\":\"XE\",\"area\":{\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"name\":\"Europe\",\"sort-name\":\"Europe\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1996\",\"end\":\"2004-08-05\",\"ended\":true},\"aliases\":[{\"sort-name\":\"SMM\",\"name\":\"SMM\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":1,\"name\":\"rock\"},{\"count\":1,\"name\":\"soft rock\"},{\"count\":1,\"name\":\"pop rock\"}]},{\"id\":\"e7ab62fb-f702-4a11-b96b-691cc4d82579\",\"score\":79,\"name\":\"Sony CMG\",\"sort-name\":\"Sony CMG\",\"disambiguation\":\"subsidiary of SME UK, add only UK releases\",\"country\":\"GB\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null},\"aliases\":[{\"sort-name\":\"Sony Commercial Music Group\",\"name\":\"Sony Commercial Music Group\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"ebcc6218-78cb-4002-80f7-982ba9ac0dca\",\"score\":79,\"name\":\"Sony BMG\",\"sort-name\":\"Sony BMG\",\"disambiguation\":\"please use this label with caution, likely to have existed only between 2004–2008\",\"area\":{\"id\":\"8371db09-7f59-48dc-8d4e-a3c9d6e2985b\",\"type\":\"City\",\"type-id\":\"6fd8f29a-3d0a-32fc-980d-ea697b69da78\",\"name\":\"Halle\",\"sort-name\":\"Halle\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null}},{\"id\":\"24681a1b-c1ec-4f0b-b800-36d5b3814740\",\"type\":\"Imprint\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"score\":78,\"name\":\"Sony Wonder\",\"sort-name\":\"Sony Wonder\",\"country\":\"US\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"United States\",\"sort-name\":\"United States\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1995\",\"end\":\"2007\",\"ended\":true}},{\"id\":\"6d0e9125-6846-400e-8b1a-3ff851967273\",\"score\":76,\"name\":\"Sony Broadway\",\"sort-name\":\"Sony Broadway\",\"country\":\"US\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"United States\",\"sort-name\":\"United States\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1991-12\",\"end\":\"1993\",\"ended\":true}},{\"id\":\"34af3899-79f9-43b2-92fe-0819f89ca35a\",\"type\":\"Imprint\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"score\":76,\"name\":\"Sony Latin\",\"sort-name\":\"Sony Latin\",\"area\":{\"id\":\"4a9aeb42-3763-4234-8fb8-1167ac1dfdfe\",\"type\":\"City\",\"type-id\":\"6fd8f29a-3d0a-32fc-980d-ea697b69da78\",\"name\":\"Miami\",\"sort-name\":\"Miami\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null}},{\"id\":\"f9f7b52b-f196-4e82-9ccb-de3053ada20e\",\"type\":\"Imprint\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"score\":76,\"name\":\"Sony Tropical\",\"sort-name\":\"Sony Tropical\",\"disambiguation\":\"an imprint owned by Sony Discos, Inc.\",\"country\":\"US\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"United States\",\"sort-name\":\"United States\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":true},\"tags\":[{\"count\":1,\"name\":\"latin-american\"}]},{\"id\":\"55464638-3451-45e9-ac28-18c6838a786f\",\"score\":76,\"name\":\"Sony Jazz\",\"sort-name\":\"Sony Jazz\",\"life-span\":{\"ended\":null}},{\"id\":\"bcec5d01-a698-4d58-809e-22455e12fc87\",\"type\":\"Holding\",\"type-id\":\"43f31a62-97e4-36f6-9752-453c131b71ed\",\"score\":75,\"name\":\"Sony Music Japan International Inc.\",\"sort-name\":\"Sony Music Japan International Inc.\",\"disambiguation\":\"Do not use as a label, see the annotation.\",\"country\":\"JP\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"2001-10-01\",\"ended\":null},\"aliases\":[{\"sort-name\":\"Epic (Sony Music Japan International Inc.)\",\"type-id\":\"829662f2-a781-3ec8-8b46-fbcea6196f81\",\"name\":\"Epic (Sony Music Japan International Inc.)\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"JIVE (Sony Music Japan International Inc.)\",\"type-id\":\"829662f2-a781-3ec8-8b46-fbcea6196f81\",\"name\":\"JIVE (Sony Music Japan International Inc.)\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"RCA (Sony Music Japan International Inc.)\",\"type-id\":\"829662f2-a781-3ec8-8b46-fbcea6196f81\",\"name\":\"RCA (Sony Music Japan International Inc.)\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Sony Music Japan Int'l\",\"name\":\"Sony Music Japan Int'l\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"ソニー・ミュージックジャパンインターナショナル\",\"name\":\"ソニー・ミュージックジャパンインターナショナル\",\"locale\":\"ja\",\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"株式会社ソニー・ミュージックジャパンインターナショナル\",\"type-id\":\"3a1a0c48-d885-3b89-87b2-9e8a483c5675\",\"name\":\"株式会社ソニー・ミュージックジャパンインターナショナル\",\"locale\":\"ja\",\"type\":\"Label name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":1,\"name\":\"clean up\"}]},{\"id\":\"0acc7c46-8f5f-4ea5-9429-a029bfd718c0\",\"type\":\"Imprint\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"score\":75,\"name\":\"EUROPA\",\"sort-name\":\"EUROPA\",\"label-code\":967,\"disambiguation\":\"German, best known for audio plays\",\"country\":\"DE\",\"area\":{\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Germany\",\"sort-name\":\"Germany\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1965\",\"ended\":null},\"aliases\":[{\"sort-name\":\"Europa (Sony Music)\",\"type-id\":\"829662f2-a781-3ec8-8b46-fbcea6196f81\",\"name\":\"Europa (Sony Music)\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":0,\"name\":\"306.2\"}]},{\"id\":\"a2afa55a-ec15-4053-a273-bf8ce523a793\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":74,\"name\":\"Sony Soho Square\",\"sort-name\":\"Sony Soho Square\",\"label-code\":6140,\"country\":\"GB\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1991\",\"ended\":null},\"aliases\":[{\"sort-name\":\"Sony Soho²\",\"name\":\"Sony Soho²\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"S2 Records\",\"name\":\"S2 Records\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"S²\",\"name\":\"S²\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"S2\",\"name\":\"S2\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"73fe8a7b-eaa3-477a-8719-dfc4823394d2\",\"type\":\"Publisher\",\"type-id\":\"e9ad53b0-e3d0-3885-a10b-8193d501338c\",\"score\":74,\"name\":\"Sony Legacy\",\"sort-name\":\"Sony Legacy\",\"life-span\":{\"ended\":null}},{\"id\":\"f4d80ac0-ba9d-4a75-a45b-3d6a1176f7f4\",\"type\":\"Imprint\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"score\":73,\"name\":\"Sony Music Soundtrax\",\"sort-name\":\"Sony Music Soundtrax\",\"country\":\"US\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"United States\",\"sort-name\":\"United States\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1997\",\"ended\":null},\"tags\":[{\"count\":1,\"name\":\"soundtrack label\"}]},{\"id\":\"d766cf2e-d31e-4fad-9511-b27013594d7e\",\"type\":\"Imprint\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"score\":73,\"name\":\"Sony Music Associated Records\",\"sort-name\":\"Sony Music Associated Records\",\"disambiguation\":\"imprint \\\"A∫R\\\"\",\"country\":\"JP\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"2001-10-01\",\"ended\":null},\"aliases\":[{\"sort-name\":\"SAR\",\"type-id\":\"829662f2-a781-3ec8-8b46-fbcea6196f81\",\"name\":\"SAR\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"ASR\",\"type-id\":\"829662f2-a781-3ec8-8b46-fbcea6196f81\",\"name\":\"ASR\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"AICL\",\"name\":\"AICL\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"SMEJ Associated Records\",\"name\":\"SMEJ Associated Records\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"ソニー・ミュージックアソ\\\\シエイテッドレコーズ\",\"name\":\"ソニー・ミュージックアソ\\\\シエイテッドレコーズ\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"SMA\",\"name\":\"SMA\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"ソニー・ミュージックアソシエイテッドレコーズ\",\"name\":\"ソニー・ミュージックアソシエイテッドレコーズ\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"SMAR\",\"name\":\"SMAR\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":2,\"name\":\"clean up\"}]},{\"id\":\"8cbe3b14-4247-4056-be7d-dfc2667003a8\",\"score\":73,\"name\":\"Sony Music TV\",\"sort-name\":\"Sony Music TV\",\"life-span\":{\"ended\":null}},{\"id\":\"17b62044-88ea-40ce-b05d-068e8fff9f7b\",\"type\":\"Manufacturer\",\"type-id\":\"e1db00ba-f002-4edc-bc02-6f48e58e2a2e\",\"score\":73,\"name\":\"Sony DADC\",\"sort-name\":\"Sony DADC\",\"disambiguation\":\"company; use on releases if exact pressing location is not known\",\"country\":\"US\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"United States\",\"sort-name\":\"United States\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null},\"aliases\":[{\"sort-name\":\"Sony Digital Audio Disc Corporation\",\"type-id\":\"3a1a0c48-d885-3b89-87b2-9e8a483c5675\",\"name\":\"Sony Digital Audio Disc Corporation\",\"locale\":\"en\",\"type\":\"Label name\",\"primary\":null,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":1,\"name\":\"clean up\"},{\"count\":1,\"name\":\"manufacturer\"}]},{\"id\":\"6bb88a42-87e9-48eb-97a2-4e15aea0929c\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":73,\"name\":\"Sony Music Records\",\"sort-name\":\"Sony Music Records\",\"disambiguation\":\"Japanese label - no imprint\",\"country\":\"JP\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"2001-10\",\"ended\":null},\"aliases\":[{\"sort-name\":\"かぶしきがいしゃソニー・ミュージックレコーズ\",\"type-id\":\"3a1a0c48-d885-3b89-87b2-9e8a483c5675\",\"name\":\"株式会社ソニー・ミュージックレコーズ\",\"locale\":\"ja\",\"type\":\"Label name\",\"primary\":null,\"begin-date\":\"2001-10-01\",\"end-date\":\"2014-03-31\"},{\"sort-name\":\"ソニー・ミュージックレコーズ\",\"type-id\":\"3a1a0c48-d885-3b89-87b2-9e8a483c5675\",\"name\":\"ソニー・ミュージックレコーズ\",\"locale\":\"ja\",\"type\":\"Label name\",\"primary\":true,\"begin-date\":\"2014-04-01\",\"end-date\":null},{\"sort-name\":\"Sony Music Records Inc.\",\"type-id\":\"3a1a0c48-d885-3b89-87b2-9e8a483c5675\",\"name\":\"Sony Music Records Inc.\",\"locale\":\"en\",\"type\":\"Label name\",\"primary\":null,\"begin-date\":\"2001-10-01\",\"end-date\":\"2014-03-31\"},{\"sort-name\":\"Sony Music Records\",\"type-id\":\"3a1a0c48-d885-3b89-87b2-9e8a483c5675\",\"name\":\"Sony Music Records\",\"locale\":\"en\",\"type\":\"Label name\",\"primary\":null,\"begin-date\":\"2014-04-01\",\"end-date\":null},{\"sort-name\":\"SMR\",\"type-id\":\"829662f2-a781-3ec8-8b46-fbcea6196f81\",\"name\":\"SMR\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"ソニー・ミュージックレコード\",\"name\":\"ソニー・ミュージックレコード\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"1b32958b-1f52-42da-a439-15317140df3c\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":73,\"name\":\"Sony Musique\",\"sort-name\":\"Sony Musique\",\"area\":{\"id\":\"74b24e62-d2fe-42d2-9d96-31f2da756c77\",\"type\":\"City\",\"type-id\":\"6fd8f29a-3d0a-32fc-980d-ea697b69da78\",\"name\":\"Toronto\",\"sort-name\":\"Toronto\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null},\"aliases\":[{\"sort-name\":\"Sony Musique\",\"type-id\":\"3a1a0c48-d885-3b89-87b2-9e8a483c5675\",\"name\":\"Sony Musique\",\"locale\":\"fr\",\"type\":\"Label name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"99962abe-c219-4031-9c6c-c61fc3885944\",\"type\":\"Imprint\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"score\":73,\"name\":\"Sony Music | Latin\",\"sort-name\":\"Sony Music | Latin\",\"country\":\"US\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"United States\",\"sort-name\":\"United States\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1980\",\"ended\":null}},{\"id\":\"e0cc0322-d6e3-45c5-b184-a759a71de826\",\"type\":\"Reissue Production\",\"type-id\":\"88ee6ae7-f413-3490-a1d2-54f6a9f0838c\",\"score\":72,\"name\":\"SONY/DMS\",\"sort-name\":\"SONY/DMS\",\"disambiguation\":\"SONY/DMS Enterprises/STUDIOMASTERS\",\"country\":\"US\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"United States\",\"sort-name\":\"United States\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"2019-01-01\",\"ended\":null},\"tags\":[{\"count\":1,\"name\":\"spam\"},{\"count\":1,\"name\":\"fail\"},{\"count\":1,\"name\":\"almost-certainly-not-affiliated-with-sony\"},{\"count\":1,\"name\":\"probably-bootleg\"}]},{\"id\":\"cc72a7c0-98a2-469a-9e62-81e298e38508\",\"score\":72,\"name\":\"Sony Music Catalog\",\"sort-name\":\"Sony Music Catalog\",\"label-code\":10879,\"disambiguation\":\"a division of Sony Music Entertainment (Germany) GmbH, as well as its imprint\",\"country\":\"DE\",\"area\":{\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Germany\",\"sort-name\":\"Germany\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null},\"aliases\":[{\"sort-name\":\"SMC\",\"name\":\"SMC\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"4029defc-63b1-4071-a49f-3f826f92ef71\",\"type\":\"Imprint\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"score\":71,\"name\":\"Sony Music UK\",\"sort-name\":\"Sony Music UK\",\"label-code\":12723,\"disambiguation\":\"~2002-2006\",\"country\":\"GB\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"2002-09-30\",\"ended\":null},\"tags\":[{\"count\":1,\"name\":\"clean up\"}]},{\"id\":\"3f82f08e-8027-4995-aa64-8e338ff3805c\",\"score\":71,\"name\":\"Sony Music Special Products\",\"sort-name\":\"Sony Music Special Products\",\"label-code\":11542,\"country\":\"US\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"United States\",\"sort-name\":\"United States\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1991\",\"ended\":null}},{\"id\":\"0331bcea-3905-4893-9874-1d3f10480625\",\"type\":\"Holding\",\"type-id\":\"43f31a62-97e4-36f6-9752-453c131b71ed\",\"score\":71,\"name\":\"Sony Music Entertainment (Japan) Inc.\",\"sort-name\":\"Sony Music Entertainment (Japan) Inc.\",\"disambiguation\":\"parent company, not normally a label - see subsidiaries\",\"country\":\"JP\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1991-04\",\"ended\":null},\"aliases\":[{\"sort-name\":\"Sony Music Entertainment Japan\",\"name\":\"Sony Music Entertainment Japan\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"ソニー・ミュジックエンタテインメント\",\"name\":\"ソニー・ミュジックエンタテインメント\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"SME Japan\",\"name\":\"SME Japan\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"ソニー・ミュジック・エンタテインメント\",\"name\":\"ソニー・ミュジック・エンタテインメント\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Sony Music Group (Japan)\",\"name\":\"Sony Music Group (Japan)\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Sony Music Japan\",\"name\":\"Sony Music Japan\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"ソニーミュージック\",\"name\":\"ソニーミュージック\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"SonyMusic\",\"name\":\"SonyMusic\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"SonyMusic Group\",\"name\":\"SonyMusic Group\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"SMEJ\",\"name\":\"SMEJ\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"株式会社ソニー・ミュージックエンタテインメント\",\"type-id\":\"3a1a0c48-d885-3b89-87b2-9e8a483c5675\",\"name\":\"株式会社ソニー・ミュージックエンタテインメント\",\"locale\":\"ja\",\"type\":\"Label name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Sony Music Entertainment (Japan) Inc.\",\"type-id\":\"3a1a0c48-d885-3b89-87b2-9e8a483c5675\",\"name\":\"Sony Music Entertainment (Japan) Inc.\",\"locale\":\"en\",\"type\":\"Label name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":0,\"name\":\"sicp\"}]},{\"id\":\"c2aaa58c-93b2-4d22-8455-611dd401a1e2\",\"type\":\"Holding\",\"type-id\":\"43f31a62-97e4-36f6-9752-453c131b71ed\",\"score\":71,\"name\":\"Sony Music Entertainment (France) S.A.\",\"sort-name\":\"Sony Music Entertainment (France) S.A.\",\"disambiguation\":\"not for release label use! Sony Music Entertainment FR subsidiary from 1988–2003\",\"country\":\"FR\",\"area\":{\"id\":\"08310658-51eb-3801-80de-5a0739207115\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"France\",\"sort-name\":\"France\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1988\",\"end\":\"2003\",\"ended\":true},\"aliases\":[{\"sort-name\":\"Sony Music France (S.A.)\",\"name\":\"Sony Music France (S.A.)\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Sony Music Entertainment (France) S.A.S.\",\"name\":\"Sony Music Entertainment (France) S.A.S.\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":\"2003\",\"end-date\":\"2004\"}]},{\"id\":\"77e1d81b-3098-42b5-8599-8d1e6fd43038\",\"type\":\"Bootleg Production\",\"type-id\":\"fdac9b96-359b-3488-9322-ad99c2473636\",\"score\":70,\"name\":\"Sony Music\",\"sort-name\":\"Sony Music\",\"disambiguation\":\"fake label, for bootlegs/counterfeits/pirated releases only\",\"country\":\"RU\",\"area\":{\"id\":\"1f1fc3a4-9500-39b8-9f10-f0a465557eef\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Russia\",\"sort-name\":\"Russia\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null}},{\"id\":\"3cfa65af-d11c-4337-843c-0b6d4ca385d3\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":70,\"name\":\"Hansa\",\"sort-name\":\"Hansa\",\"label-code\":835,\"country\":\"DE\",\"area\":{\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Germany\",\"sort-name\":\"Germany\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1964\",\"ended\":true},\"aliases\":[{\"sort-name\":\"Hansa International\",\"name\":\"Hansa International\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Hansa (Sony Music)\",\"name\":\"Hansa (Sony Music)\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"127f9b62-f048-4b24-a403-15d421ffad7f\",\"type\":\"Imprint\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"score\":69,\"name\":\"Sony Music Direct\",\"sort-name\":\"Sony Music Direct\",\"disambiguation\":\"Japanese music only - walking eye imprint underlined by \\\"Sony Music Direct\\\" - NOT for compilations or reissues!\",\"country\":\"JP\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"2011\",\"ended\":null},\"aliases\":[{\"sort-name\":\"ACルーム\",\"type-id\":\"829662f2-a781-3ec8-8b46-fbcea6196f81\",\"name\":\"ACルーム\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"ACレーベル\",\"type-id\":\"829662f2-a781-3ec8-8b46-fbcea6196f81\",\"name\":\"ACレーベル\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"f1c73c59-4f22-4a0f-bb56-073671d8afea\",\"type\":\"Holding\",\"type-id\":\"43f31a62-97e4-36f6-9752-453c131b71ed\",\"score\":69,\"name\":\"Sony Music Labels Inc.\",\"sort-name\":\"Sony Music Labels Inc.\",\"disambiguation\":\"rights and manufacturer use primarily, not an imprint\",\"country\":\"JP\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"2014-04-01\",\"ended\":null},\"aliases\":[{\"sort-name\":\"Sony Music Labels\",\"name\":\"Sony Music Labels\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"ソニー・ミュージックレーベルズ\",\"type-id\":\"829662f2-a781-3ec8-8b46-fbcea6196f81\",\"name\":\"ソニー・ミュージックレーベルズ\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":1,\"name\":\"clean up\"}]},{\"id\":\"b54769e4-b75e-4f60-884a-c4714687bb4c\",\"type\":\"Holding\",\"type-id\":\"43f31a62-97e4-36f6-9752-453c131b71ed\",\"score\":69,\"name\":\"Sony Music Entertainment\",\"sort-name\":\"Sony Music Entertainment\",\"disambiguation\":\"not for release label use! company owned by Sony Corporation of America since Oct 1, 2008; operates worldwide except in JP\",\"area\":{\"id\":\"74e50e58-5deb-4b99-93a2-decbb365c07f\",\"type\":\"City\",\"type-id\":\"6fd8f29a-3d0a-32fc-980d-ea697b69da78\",\"name\":\"New York\",\"sort-name\":\"New York\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"2008-10-01\",\"ended\":null},\"aliases\":[{\"sort-name\":\"Sony Music Entertainment\",\"type-id\":\"3a1a0c48-d885-3b89-87b2-9e8a483c5675\",\"name\":\"Sony Music Entertainment\",\"locale\":\"en\",\"type\":\"Label name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"63003dff-a8bb-4d38-b8cb-471c8af5effe\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":69,\"name\":\"Sony Urban Music\",\"sort-name\":\"Sony Urban Music\",\"country\":\"US\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"United States\",\"sort-name\":\"United States\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"2004\",\"end\":\"2006\",\"ended\":true}},{\"id\":\"d2b1e603-c74d-4c5e-b580-ff542e56b4b4\",\"score\":68,\"name\":\"Sony NAD\",\"sort-name\":\"Sony NAD\",\"country\":\"IN\",\"area\":{\"id\":\"d31a9a15-537f-3669-ad53-25753ddd2772\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"India\",\"sort-name\":\"India\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null}},{\"id\":\"c17e4801-8e23-4add-9a3d-5fe0587a017d\",\"score\":68,\"name\":\"Sony Owned\",\"sort-name\":\"Sony Owned\",\"life-span\":{\"ended\":null}},{\"id\":\"fb00242d-7166-4f85-8335-4e045e90d4bf\",\"type\":\"Imprint\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"score\":68,\"name\":\"Sony Music\",\"sort-name\":\"Sony Music\",\"disambiguation\":\"with \\\"walking eye\\\" logo, unlikely to be the label you want; make sure to read annotations before use!\",\"life-span\":{\"ended\":null}},{\"id\":\"bdbdf4ec-8431-4eed-8741-1def7db6e9e3\",\"type\":\"Publisher\",\"type-id\":\"e9ad53b0-e3d0-3885-a10b-8193d501338c\",\"score\":68,\"name\":\"Sony/ATV\",\"sort-name\":\"Sony/ATV\",\"life-span\":{\"ended\":null}},{\"id\":\"3135aac7-9ead-425f-8c5a-b0f2b1281ed0\",\"score\":67,\"name\":\"Sony BMG Latin\",\"sort-name\":\"Sony BMG Latin\",\"disambiguation\":\"DO NOT USE! very likely invalid, see annotations\",\"life-span\":{\"ended\":null},\"tags\":[{\"count\":1,\"name\":\"charlie zaa\"}]}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/9e6b4d7f-4958-4db7-8504-d89e315836af?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:46 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "850", + "X-RateLimit-Reset", + "1618477667", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"48096626e24497818e06e09a8ca4a248\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"relations\":[{\"type\":\"discogs\",\"target-credit\":\"\",\"end\":null,\"begin\":null,\"url\":{\"id\":\"74438e36-b8df-429d-8b1b-2b6f4a802863\",\"resource\":\"https://www.discogs.com/label/25487\"},\"target-type\":\"url\",\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"direction\":\"forward\",\"attributes\":[],\"source-credit\":\"\",\"attribute-ids\":{},\"attribute-values\":{},\"ended\":false},{\"end\":null,\"type\":\"logo\",\"target-credit\":\"\",\"url\":{\"id\":\"d3a2039f-5067-464c-97c4-1b58e85d4500\",\"resource\":\"http://i57.tinypic.com/29dvcli.png\"},\"target-type\":\"url\",\"begin\":null,\"direction\":\"forward\",\"type-id\":\"b35f7822-bf3c-4148-b306-fb723c63ee8b\",\"source-credit\":\"\",\"attributes\":[],\"attribute-ids\":{},\"ended\":false,\"attribute-values\":{}},{\"end\":null,\"target-credit\":\"\",\"type\":\"official site\",\"url\":{\"id\":\"6ea97227-8bc8-4cfb-934c-74c9939f9ad5\",\"resource\":\"http://www.sonymusic.com/\"},\"target-type\":\"url\",\"begin\":null,\"type-id\":\"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6\",\"direction\":\"forward\",\"attributes\":[],\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"attribute-values\":{}},{\"type-id\":\"5d217d99-bc05-4a76-836d-c91eec4ba818\",\"direction\":\"forward\",\"target-type\":\"url\",\"url\":{\"resource\":\"https://twitter.com/sonymusic\",\"id\":\"455542b2-1631-4016-9a73-27627eaa57a4\"},\"begin\":null,\"end\":null,\"type\":\"social network\",\"target-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"attribute-ids\":{},\"source-credit\":\"\",\"attributes\":[]},{\"end\":null,\"target-credit\":\"\",\"type\":\"social network\",\"type-id\":\"5d217d99-bc05-4a76-836d-c91eec4ba818\",\"direction\":\"forward\",\"url\":{\"resource\":\"https://www.instagram.com/sonymusic/\",\"id\":\"f72d77f3-ebeb-40ca-bf78-86cfcde0cf2f\"},\"target-type\":\"url\",\"begin\":null,\"attributes\":[],\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"attribute-ids\":{}},{\"end\":null,\"type\":\"social network\",\"target-credit\":\"\",\"direction\":\"forward\",\"type-id\":\"5d217d99-bc05-4a76-836d-c91eec4ba818\",\"target-type\":\"url\",\"url\":{\"resource\":\"http://weibo.com/sonymusic\",\"id\":\"8b682077-af44-46e4-865e-97ea9ed04889\"},\"begin\":null,\"attributes\":[],\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"attribute-ids\":{}},{\"source-credit\":\"\",\"attributes\":[],\"attribute-values\":{},\"ended\":false,\"attribute-ids\":{},\"type\":\"wikidata\",\"target-credit\":\"\",\"end\":null,\"type-id\":\"75d87e83-d927-4580-ba63-44dc76256f98\",\"direction\":\"forward\",\"begin\":null,\"target-type\":\"url\",\"url\":{\"resource\":\"https://www.wikidata.org/wiki/Q56760250\",\"id\":\"30291670-a3c8-4201-875d-756e9c984d1e\"}},{\"source-credit\":\"\",\"attributes\":[],\"attribute-ids\":{},\"ended\":false,\"attribute-values\":{},\"end\":null,\"type\":\"youtube\",\"target-credit\":\"\",\"url\":{\"resource\":\"https://www.youtube.com/user/sonybmg\",\"id\":\"a8501772-2418-4076-972f-7d08347cacb0\"},\"target-type\":\"url\",\"begin\":null,\"type-id\":\"d9c71059-ba9d-4135-b909-481d12cf84e3\",\"direction\":\"forward\"}],\"area\":{\"type\":null,\"iso-3166-1-codes\":[\"XW\"],\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"disambiguation\":\"\",\"type-id\":null},\"sort-name\":\"Sony Music\",\"id\":\"9e6b4d7f-4958-4db7-8504-d89e315836af\",\"type\":\"Original Production\",\"ipis\":[],\"isnis\":[],\"label-code\":10746,\"name\":\"Sony Music\",\"country\":\"XW\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"disambiguation\":\"global brand, excluding JP, owned by Sony Music Entertainment; for use as release label only when no sub-label/imprint is specified\",\"life-span\":{\"ended\":false,\"begin\":\"1991-01-01\",\"end\":null}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/151085ba-42d0-477a-83f9-eed3f758c743?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:51 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "630", + "X-RateLimit-Reset", + "1618477671", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"9a78f8d77f1a54e1ee0bbf81ebe1e15b\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"country\":\"US\",\"type\":\"Imprint\",\"ipis\":[],\"area\":{\"disambiguation\":\"\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"type-id\":null,\"name\":\"United States\",\"type\":null,\"iso-3166-1-codes\":[\"US\"]},\"label-code\":null,\"id\":\"151085ba-42d0-477a-83f9-eed3f758c743\",\"relations\":[{\"target-type\":\"url\",\"type\":\"logo\",\"begin\":null,\"source-credit\":\"\",\"direction\":\"forward\",\"attribute-ids\":{},\"type-id\":\"b35f7822-bf3c-4148-b306-fb723c63ee8b\",\"attribute-values\":{},\"attributes\":[],\"end\":null,\"ended\":false,\"target-credit\":\"\",\"url\":{\"resource\":\"http://i63.tinypic.com/lb5dz.png\",\"id\":\"5f2d430c-5ef3-4175-ad33-806c0c149344\"}}],\"life-span\":{\"begin\":null,\"ended\":false,\"end\":null},\"disambiguation\":\"CBS \\\"walking eye\\\" logo over the name \\\"SONY\\\" in a box, used in Latin-American releases\",\"isnis\":[],\"sort-name\":\"Sony\",\"name\":\"Sony\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/10920823-9ed8-45d9-adb3-69fc22475ab0?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:51 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "629", + "X-RateLimit-Reset", + "1618477671", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"5c4fa57b7aa95b09a20b46008df540e9\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"country\":\"US\",\"type\":\"Imprint\",\"ipis\":[],\"area\":{\"disambiguation\":\"\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"sort-name\":\"United States\"},\"label-code\":6868,\"relations\":[{\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"attribute-values\":{},\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"url\":{\"resource\":\"https://www.discogs.com/label/865\",\"id\":\"43178c9b-a5ce-44bf-9ade-cea8baf67337\"},\"target-type\":\"url\",\"type\":\"discogs\",\"source-credit\":\"\",\"begin\":null,\"attribute-ids\":{},\"direction\":\"forward\"},{\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"begin\":null,\"type\":\"logo\",\"target-type\":\"url\",\"url\":{\"resource\":\"http://upload.wikimedia.org/wikipedia/en/d/d4/Sonyclassicallogo.png\",\"id\":\"3307e64a-797a-4295-89b5-5cc81287d3b1\"},\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"attribute-values\":{},\"type-id\":\"b35f7822-bf3c-4148-b306-fb723c63ee8b\"},{\"target-type\":\"url\",\"type\":\"official site\",\"begin\":null,\"source-credit\":\"\",\"attribute-ids\":{},\"direction\":\"forward\",\"type-id\":\"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6\",\"attribute-values\":{},\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"url\":{\"id\":\"742dc351-1eaa-4644-a5ee-80efb60f1a22\",\"resource\":\"https://sonyclassical.com/\"}},{\"target-type\":\"url\",\"type\":\"wikidata\",\"source-credit\":\"\",\"begin\":null,\"attribute-ids\":{},\"direction\":\"forward\",\"type-id\":\"75d87e83-d927-4580-ba63-44dc76256f98\",\"attribute-values\":{},\"target-credit\":\"\",\"end\":null,\"attributes\":[],\"ended\":false,\"url\":{\"id\":\"18097bbe-d693-484a-a083-60f628e8493a\",\"resource\":\"https://www.wikidata.org/wiki/Q7562453\"}}],\"id\":\"10920823-9ed8-45d9-adb3-69fc22475ab0\",\"life-span\":{\"ended\":false,\"end\":null,\"begin\":\"1990\"},\"disambiguation\":\"\",\"isnis\":[],\"sort-name\":\"Sony Classical\",\"name\":\"Sony Classical\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/93abac35-42d9-4c55-a9f4-3aae018eb899?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:51 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "625", + "X-RateLimit-Reset", + "1618477671", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"71ea46b6e3cc6cffc51befad90f9e63e\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"country\":null,\"relations\":[{\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"discogs\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"url\":{\"id\":\"d6290595-f151-4db9-800d-ecd2953fe90f\",\"resource\":\"https://www.discogs.com/label/19882\"},\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"target-type\":\"url\"}],\"disambiguation\":\"logo contains only the SONY® wordmark! do not use if there is a more specific label\",\"label-code\":null,\"area\":null,\"ipis\":[],\"type\":null,\"isnis\":[],\"life-span\":{\"ended\":false,\"begin\":null,\"end\":null},\"name\":\"Sony\",\"type-id\":null,\"sort-name\":\"Sony\",\"id\":\"93abac35-42d9-4c55-a9f4-3aae018eb899\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/08f37a61-1c54-4257-b31d-810fa2ac5cd5?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:51 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "626", + "X-RateLimit-Reset", + "1618477671", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"c63aa054f5309407d1b1491cc594ce72\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"isnis\":[],\"sort-name\":\"CBS/Sony\",\"type\":\"Imprint\",\"label-code\":null,\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"life-span\":{\"begin\":\"1968-03-11\",\"ended\":true,\"end\":\"1991-04\"},\"ipis\":[],\"disambiguation\":\"imprint used in Japan, South Korea and Southeast Asia 1968–1991; also used in Spain until 1997\",\"area\":{\"type\":null,\"sort-name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"name\":\"Japan\"},\"country\":\"JP\",\"id\":\"08f37a61-1c54-4257-b31d-810fa2ac5cd5\",\"name\":\"CBS/Sony\",\"relations\":[{\"target-credit\":\"\",\"ended\":false,\"begin\":null,\"direction\":\"forward\",\"target-type\":\"url\",\"attribute-ids\":{},\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"end\":null,\"attributes\":[],\"type\":\"discogs\",\"source-credit\":\"CBS/Sony\",\"url\":{\"resource\":\"https://www.discogs.com/label/33078\",\"id\":\"f1e6708e-9b0c-4656-aa0a-25d580e3b24e\"},\"attribute-values\":{}},{\"attribute-values\":{},\"url\":{\"resource\":\"http://i47.twitgoo.com/23lmqtl.jpg\",\"id\":\"f2c03692-249f-42f5-97b4-1c0ed9eb8bee\"},\"source-credit\":\"CBS/Sony\",\"type\":\"logo\",\"attributes\":[],\"end\":null,\"type-id\":\"b35f7822-bf3c-4148-b306-fb723c63ee8b\",\"attribute-ids\":{},\"target-type\":\"url\",\"direction\":\"forward\",\"begin\":null,\"target-credit\":\"\",\"ended\":false},{\"ended\":false,\"target-credit\":\"\",\"begin\":null,\"direction\":\"forward\",\"target-type\":\"url\",\"type-id\":\"8a2d3e55-d291-4b99-87a0-c59c6b121762\",\"attribute-ids\":{},\"attributes\":[],\"end\":null,\"type\":\"vgmdb\",\"url\":{\"id\":\"4acd8c03-c71b-4b11-951d-191415977cd4\",\"resource\":\"https://vgmdb.net/org/16\"},\"source-credit\":\"\",\"attribute-values\":{}},{\"attribute-values\":{},\"direction\":\"forward\",\"ended\":false,\"target-credit\":\"\",\"begin\":null,\"type-id\":\"75d87e83-d927-4580-ba63-44dc76256f98\",\"attribute-ids\":{},\"target-type\":\"url\",\"type\":\"wikidata\",\"attributes\":[],\"end\":null,\"source-credit\":\"\",\"url\":{\"id\":\"a099f81c-9661-4eb0-b997-33f7b12ba6e3\",\"resource\":\"https://www.wikidata.org/wiki/Q59524614\"}}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/dee62e1a-cfd1-466f-b578-846a0fdf435a?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:51 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "613", + "X-RateLimit-Reset", + "1618477671", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"1089956bdd2137acff724efee1338f8a\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"ipis\":[],\"disambiguation\":\"Japanese imprint\",\"area\":{\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]},\"id\":\"dee62e1a-cfd1-466f-b578-846a0fdf435a\",\"name\":\"Sony Records\",\"relations\":[{\"direction\":\"forward\",\"end\":null,\"target-type\":\"url\",\"attribute-values\":{},\"attribute-ids\":{},\"source-credit\":\"\",\"type\":\"discogs\",\"ended\":false,\"url\":{\"id\":\"b3bcd833-830c-4529-b10f-796c62fe2614\",\"resource\":\"https://www.discogs.com/label/42738\"},\"target-credit\":\"\",\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"begin\":null,\"attributes\":[]},{\"type\":\"logo\",\"ended\":true,\"source-credit\":\"\",\"attribute-ids\":{},\"url\":{\"id\":\"498cf173-7054-4aeb-99bf-64e5b2d62a75\",\"resource\":\"https://web.archive.org/web/19980523090652im_/http://www.sme.co.jp/Music/Arch/img_c/si_SR.gif\"},\"begin\":\"1991\",\"type-id\":\"b35f7822-bf3c-4148-b306-fb723c63ee8b\",\"target-credit\":\"\",\"attributes\":[],\"direction\":\"forward\",\"end\":\"1998\",\"target-type\":\"url\",\"attribute-values\":{}},{\"url\":{\"resource\":\"https://web.archive.org/web/20010613084646/http://www.sme.co.jp/corporate/group/images/smr/srlogo1.gif\",\"id\":\"80a069d3-1b3a-45cf-bc6c-a86a13edba23\"},\"ended\":true,\"type\":\"logo\",\"attribute-ids\":{},\"source-credit\":\"\",\"attributes\":[],\"type-id\":\"b35f7822-bf3c-4148-b306-fb723c63ee8b\",\"begin\":\"1998\",\"target-credit\":\"\",\"target-type\":\"url\",\"direction\":\"forward\",\"end\":\"2003\",\"attribute-values\":{}},{\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"url\",\"target-credit\":\"\",\"type-id\":\"b35f7822-bf3c-4148-b306-fb723c63ee8b\",\"begin\":\"2003\",\"attributes\":[],\"attribute-ids\":{},\"source-credit\":\"\",\"type\":\"logo\",\"ended\":false,\"url\":{\"resource\":\"https://web.archive.org/web/20200828191856if_/https://www.sonymusic.co.jp/Music/Info/superbeaver/15th/assets/img/common/logo/link_sony.png\",\"id\":\"eae77b70-94e0-4c78-bd57-5fb0071e42c9\"}},{\"attribute-values\":{},\"target-type\":\"url\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"5d217d99-bc05-4a76-836d-c91eec4ba818\",\"begin\":null,\"url\":{\"resource\":\"https://www.facebook.com/SonyMusicRecords\",\"id\":\"003b67b1-786b-4198-bc52-d14f19bff851\"},\"attribute-ids\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"social network\"},{\"url\":{\"resource\":\"https://vgmdb.net/org/90\",\"id\":\"ec7400d1-6b5a-4982-b3ff-6b068834987e\"},\"attribute-ids\":{},\"source-credit\":\"\",\"type\":\"vgmdb\",\"ended\":false,\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"8a2d3e55-d291-4b99-87a0-c59c6b121762\",\"begin\":null,\"target-type\":\"url\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{}}],\"life-span\":{\"ended\":false,\"end\":null,\"begin\":\"1991\"},\"isnis\":[],\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"country\":\"JP\",\"type\":\"Imprint\",\"label-code\":null,\"sort-name\":\"Sony Records\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/855855b1-4210-48e5-b1b7-86772f842759?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:56 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "791", + "X-RateLimit-Reset", + "1618477677", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"095e664e1c20b7a5ec093071ca16889f\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"ipis\":[],\"disambiguation\":\"this is a dubious label; read annotations\",\"area\":null,\"relations\":[],\"id\":\"855855b1-4210-48e5-b1b7-86772f842759\",\"name\":\"Sony International\",\"type-id\":null,\"life-span\":{\"end\":null,\"ended\":false,\"begin\":null},\"isnis\":[],\"sort-name\":\"Sony International\",\"type\":null,\"label-code\":null,\"country\":null}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/12c53048-be97-403d-805d-bc69c71211e4?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:56 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "790", + "X-RateLimit-Reset", + "1618477677", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"8d7b1e8dac92933efb0b3b869049e5e1\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"disambiguation\":\"logo of the Japanese company Epic/Sony Inc. (Aug 1978–Mar 1988)\",\"relations\":[{\"end\":null,\"direction\":\"forward\",\"begin\":null,\"ended\":false,\"url\":{\"id\":\"10386a31-52c1-4af1-bf5e-08378fc8952d\",\"resource\":\"https://www.discogs.com/label/37615\"},\"attribute-ids\":{},\"target-credit\":\"\",\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"discogs\",\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"target-type\":\"url\",\"attributes\":[]},{\"end\":null,\"direction\":\"forward\",\"begin\":null,\"url\":{\"resource\":\"https://www.wikidata.org/wiki/Q846383\",\"id\":\"31579ca2-4061-4184-922d-cf96955f5e1b\"},\"ended\":false,\"source-credit\":\"\",\"attribute-values\":{},\"target-credit\":\"\",\"attribute-ids\":{},\"type\":\"wikidata\",\"attributes\":[],\"target-type\":\"url\",\"type-id\":\"75d87e83-d927-4580-ba63-44dc76256f98\"}],\"area\":{\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"name\":\"Japan\",\"type\":null,\"sort-name\":\"Japan\"},\"label-code\":null,\"id\":\"12c53048-be97-403d-805d-bc69c71211e4\",\"name\":\"Epic/Sony\",\"country\":\"JP\",\"ipis\":[],\"isnis\":[],\"type-id\":\"43f31a62-97e4-36f6-9752-453c131b71ed\",\"type\":\"Holding\",\"life-span\":{\"end\":\"1988-03\",\"begin\":\"1978-08\",\"ended\":true},\"sort-name\":\"Epic/Sony\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/c27ed569-e9aa-4627-be01-e6e7396120f0?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:56 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "788", + "X-RateLimit-Reset", + "1618477677", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"0394da3cc92b74f6eca7e022ce97a999\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"disambiguation\":\"an imprint owned by Sony Discos, Inc.\",\"relations\":[{\"ended\":false,\"end\":null,\"begin\":null,\"target-type\":\"url\",\"attributes\":[],\"source-credit\":\"\",\"target-credit\":\"\",\"direction\":\"forward\",\"type\":\"discogs\",\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"attribute-values\":{},\"url\":{\"resource\":\"https://www.discogs.com/label/83869\",\"id\":\"e300835d-fa23-4212-820f-a54a424d1405\"},\"attribute-ids\":{}},{\"url\":{\"resource\":\"http://i66.tinypic.com/f09m3r.jpg\",\"id\":\"477618c3-e359-441e-837d-a5064009d924\"},\"attribute-values\":{},\"attribute-ids\":{},\"type\":\"logo\",\"direction\":\"forward\",\"target-credit\":\"\",\"type-id\":\"b35f7822-bf3c-4148-b306-fb723c63ee8b\",\"source-credit\":\"\",\"target-type\":\"url\",\"attributes\":[],\"end\":null,\"begin\":null,\"ended\":false},{\"attributes\":[],\"target-type\":\"url\",\"source-credit\":\"\",\"ended\":false,\"end\":null,\"begin\":null,\"attribute-ids\":{},\"attribute-values\":{},\"url\":{\"id\":\"274f2a7a-5e9f-47ca-a7ee-cc0d02e2d52c\",\"resource\":\"https://www.wikidata.org/wiki/Q61782885\"},\"type-id\":\"75d87e83-d927-4580-ba63-44dc76256f98\",\"target-credit\":\"\",\"direction\":\"forward\",\"type\":\"wikidata\"}],\"name\":\"Sony Discos\",\"ipis\":[],\"id\":\"c27ed569-e9aa-4627-be01-e6e7396120f0\",\"area\":{\"id\":\"4a9aeb42-3763-4234-8fb8-1167ac1dfdfe\",\"disambiguation\":\"\",\"type-id\":null,\"sort-name\":\"Miami\",\"name\":\"Miami\",\"type\":null},\"isnis\":[],\"life-span\":{\"ended\":true,\"end\":null,\"begin\":\"1991\"},\"country\":null,\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"type\":\"Imprint\",\"label-code\":null,\"sort-name\":\"Sony Discos\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/45ffe1d8-92da-4750-9a4a-f42861f46e2c?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:56 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "792", + "X-RateLimit-Reset", + "1618477677", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"8fbe876563b81511ed55980b94e9dee5\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-2-codes\":[\"US-NJ\"],\"sort-name\":\"New Jersey\",\"name\":\"New Jersey\",\"id\":\"a36544c1-cb40-4f44-9e0e-7a5a69e403a8\",\"type\":null},\"relations\":[{\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"direction\":\"forward\",\"begin\":null,\"url\":{\"id\":\"78ab0276-42d5-4769-8a9e-bef609d7302c\",\"resource\":\"https://www.discogs.com/label/15491\"},\"target-type\":\"url\",\"target-credit\":\"\",\"type\":\"discogs\",\"end\":null,\"attribute-values\":{},\"ended\":false,\"attribute-ids\":{},\"source-credit\":\"\",\"attributes\":[]},{\"attribute-ids\":{},\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"attributes\":[],\"begin\":null,\"url\":{\"resource\":\"http://i68.tinypic.com/24v0g47.png\",\"id\":\"c334a75c-2830-42fb-874d-d5c024a569dc\"},\"target-type\":\"url\",\"direction\":\"forward\",\"type-id\":\"b35f7822-bf3c-4148-b306-fb723c63ee8b\",\"target-credit\":\"\",\"type\":\"logo\",\"end\":null},{\"ended\":false,\"attribute-values\":{},\"attribute-ids\":{},\"attributes\":[],\"source-credit\":\"\",\"direction\":\"forward\",\"type-id\":\"240ba9dc-9898-4505-9bf7-32a53a695612\",\"url\":{\"id\":\"afea2b0a-3076-4116-97ea-f39d1b53380b\",\"resource\":\"https://myspace.com/LegacyRecordings\"},\"target-type\":\"url\",\"begin\":null,\"end\":null,\"type\":\"myspace\",\"target-credit\":\"\"},{\"begin\":null,\"target-type\":\"url\",\"url\":{\"id\":\"1463b699-e900-4ac6-b34b-560309359e0f\",\"resource\":\"http://www.legacyrecordings.com/\"},\"direction\":\"forward\",\"type-id\":\"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6\",\"type\":\"official site\",\"target-credit\":\"\",\"end\":null,\"attribute-ids\":{},\"attribute-values\":{},\"ended\":false,\"attributes\":[],\"source-credit\":\"\"},{\"target-type\":\"url\",\"url\":{\"id\":\"5a782c69-e395-44ae-a079-7c86f0a6f68c\",\"resource\":\"https://twitter.com/SonyLegacyRecs\"},\"begin\":null,\"type-id\":\"5d217d99-bc05-4a76-836d-c91eec4ba818\",\"direction\":\"forward\",\"end\":null,\"target-credit\":\"\",\"type\":\"social network\",\"attribute-ids\":{},\"ended\":false,\"attribute-values\":{},\"source-credit\":\"\",\"attributes\":[]},{\"ended\":false,\"attribute-values\":{},\"attribute-ids\":{},\"attributes\":[],\"source-credit\":\"\",\"direction\":\"forward\",\"type-id\":\"5d217d99-bc05-4a76-836d-c91eec4ba818\",\"target-type\":\"url\",\"url\":{\"id\":\"5ec24188-c8c9-475c-bc01-f2dab99751cd\",\"resource\":\"https://www.facebook.com/sony.legacy\"},\"begin\":null,\"end\":null,\"type\":\"social network\",\"target-credit\":\"\"},{\"attribute-ids\":{},\"attribute-values\":{},\"ended\":false,\"attributes\":[],\"source-credit\":\"\",\"begin\":null,\"url\":{\"resource\":\"https://www.wikidata.org/wiki/Q2358400\",\"id\":\"a3873831-ff19-466b-b994-f9c85af5708d\"},\"target-type\":\"url\",\"direction\":\"forward\",\"type-id\":\"75d87e83-d927-4580-ba63-44dc76256f98\",\"type\":\"wikidata\",\"target-credit\":\"\",\"end\":null},{\"direction\":\"forward\",\"type-id\":\"d9c71059-ba9d-4135-b909-481d12cf84e3\",\"begin\":null,\"url\":{\"resource\":\"https://www.youtube.com/user/LegacyRecordings\",\"id\":\"3f97dd5b-37bc-41a7-8891-68f01f27736c\"},\"target-type\":\"url\",\"target-credit\":\"\",\"type\":\"youtube\",\"end\":null,\"attribute-values\":{},\"ended\":false,\"attribute-ids\":{},\"attributes\":[],\"source-credit\":\"\"}],\"sort-name\":\"Legacy\",\"type\":\"Reissue Production\",\"id\":\"45ffe1d8-92da-4750-9a4a-f42861f46e2c\",\"ipis\":[],\"isnis\":[],\"country\":null,\"label-code\":2361,\"name\":\"Legacy\",\"type-id\":\"88ee6ae7-f413-3490-a1d2-54f6a9f0838c\",\"disambiguation\":\"Legacy Recordings\",\"life-span\":{\"end\":null,\"begin\":\"1990\",\"ended\":false}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/f9ada3ae-3081-44df-8581-ca27a3462b68?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:56 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "789", + "X-RateLimit-Reset", + "1618477677", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"1b66bcb5c7cd657f8169deb4d160cf12\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"],\"name\":\"[Worldwide]\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null},\"ipis\":[],\"id\":\"f9ada3ae-3081-44df-8581-ca27a3462b68\",\"isnis\":[],\"country\":\"XW\",\"life-span\":{\"begin\":\"2004-08-05\",\"end\":\"2008-10-01\",\"ended\":true},\"disambiguation\":\"Aug 5, 2004 - Oct 1, 2008; do not use if a specific sub-label is available\",\"relations\":[{\"ended\":false,\"begin\":null,\"end\":null,\"target-type\":\"url\",\"attributes\":[],\"source-credit\":\"\",\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"target-credit\":\"\",\"type\":\"discogs\",\"direction\":\"forward\",\"attribute-ids\":{},\"url\":{\"id\":\"39bde572-5a65-4a44-8080-c60d8315e8a2\",\"resource\":\"https://www.discogs.com/label/53569\"},\"attribute-values\":{}},{\"attribute-values\":{},\"url\":{\"resource\":\"https://www.wikidata.org/wiki/Q3001888\",\"id\":\"8d8a47bf-8d08-4ae1-85e8-19bc2d0adbbf\"},\"attribute-ids\":{},\"type\":\"wikidata\",\"direction\":\"forward\",\"target-credit\":\"\",\"type-id\":\"75d87e83-d927-4580-ba63-44dc76256f98\",\"source-credit\":\"\",\"attributes\":[],\"target-type\":\"url\",\"end\":null,\"begin\":null,\"ended\":false},{\"end\":null,\"begin\":null,\"ended\":false,\"source-credit\":\"\",\"attributes\":[],\"target-type\":\"url\",\"direction\":\"forward\",\"type\":\"youtube\",\"target-credit\":\"\",\"type-id\":\"d9c71059-ba9d-4135-b909-481d12cf84e3\",\"attribute-values\":{},\"url\":{\"resource\":\"https://www.youtube.com/user/sonybmg\",\"id\":\"a8501772-2418-4076-972f-7d08347cacb0\"},\"attribute-ids\":{}}],\"name\":\"Sony BMG Music Entertainment\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"label-code\":13989,\"type\":\"Original Production\",\"sort-name\":\"Sony BMG Music Entertainment\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/f752481c-2e26-446f-bccf-e487aea582ed?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:02 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "952", + "X-RateLimit-Reset", + "1618477683", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"205d2fec2e1058fe816d94a3f0895ffe\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"country\":\"XE\",\"name\":\"Sony Music Media\",\"disambiguation\":\"\",\"id\":\"f752481c-2e26-446f-bccf-e487aea582ed\",\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"XE\"],\"sort-name\":\"Europe\",\"name\":\"Europe\",\"type\":null,\"disambiguation\":\"\",\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\"},\"relations\":[{\"type\":\"discogs\",\"attributes\":[],\"target-type\":\"url\",\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"source-credit\":\"\",\"target-credit\":\"\",\"attribute-values\":{},\"attribute-ids\":{},\"direction\":\"forward\",\"begin\":null,\"url\":{\"id\":\"7f67fdfc-a005-4255-bc01-2ce7dd635246\",\"resource\":\"https://www.discogs.com/label/65249\"},\"ended\":false,\"end\":null},{\"source-credit\":\"\",\"attribute-values\":{},\"target-credit\":\"\",\"attribute-ids\":{},\"attributes\":[],\"target-type\":\"url\",\"type-id\":\"75d87e83-d927-4580-ba63-44dc76256f98\",\"type\":\"wikidata\",\"end\":null,\"url\":{\"resource\":\"https://www.wikidata.org/wiki/Q98074000\",\"id\":\"95348591-8b22-42b8-8154-43e77fd3899c\"},\"ended\":false,\"direction\":\"forward\",\"begin\":null}],\"label-code\":2604,\"isnis\":[],\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"life-span\":{\"end\":\"2004-08-05\",\"ended\":true,\"begin\":\"1996\"},\"sort-name\":\"Sony Music Media\",\"type\":\"Imprint\",\"ipis\":[]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/99e91ff7-9bd9-45f0-ae3a-6853fefaea5c?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:02 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "967", + "X-RateLimit-Reset", + "1618477683", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"47874f02d800190a45ee3f3856685e2c\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"isnis\":[],\"sort-name\":\"Sony Masterworks\",\"name\":\"Sony Masterworks\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"label-code\":2423,\"life-span\":{\"ended\":false,\"end\":null,\"begin\":\"2009\"},\"relations\":[{\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"attribute-values\":{},\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"url\":{\"resource\":\"https://www.discogs.com/label/89064\",\"id\":\"052c77de-2cb0-4e01-a644-ca9e97f27926\"},\"type\":\"discogs\",\"target-type\":\"url\",\"source-credit\":\"\",\"begin\":null,\"attribute-ids\":{},\"direction\":\"forward\"},{\"type\":\"myspace\",\"target-type\":\"url\",\"begin\":null,\"source-credit\":\"\",\"direction\":\"forward\",\"attribute-ids\":{},\"type-id\":\"240ba9dc-9898-4505-9bf7-32a53a695612\",\"attribute-values\":{},\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"ended\":false,\"url\":{\"resource\":\"https://myspace.com/sonymasterworks\",\"id\":\"054d8173-20de-423c-83aa-acd77bd12482\"}},{\"begin\":null,\"source-credit\":\"\",\"type\":\"official site\",\"target-type\":\"url\",\"attribute-ids\":{},\"direction\":\"forward\",\"attribute-values\":{},\"type-id\":\"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6\",\"url\":{\"resource\":\"http://www.sonymasterworks.com/\",\"id\":\"0d46f53c-37c6-44e1-b907-1f23dceef20e\"},\"end\":null,\"attributes\":[],\"ended\":false,\"target-credit\":\"\"},{\"direction\":\"forward\",\"attribute-ids\":{},\"begin\":null,\"source-credit\":\"\",\"target-type\":\"url\",\"type\":\"social network\",\"url\":{\"resource\":\"https://www.facebook.com/SonyMasterworks\",\"id\":\"d4906cf3-aafe-4b18-aa66-5b083a649840\"},\"target-credit\":\"\",\"end\":null,\"attributes\":[],\"ended\":false,\"attribute-values\":{},\"type-id\":\"5d217d99-bc05-4a76-836d-c91eec4ba818\"},{\"url\":{\"resource\":\"https://vgmdb.net/org/1313\",\"id\":\"20bdfc2c-9270-442e-ad40-fce42b4dba4d\"},\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"attribute-values\":{},\"type-id\":\"8a2d3e55-d291-4b99-87a0-c59c6b121762\",\"direction\":\"forward\",\"attribute-ids\":{},\"source-credit\":\"\",\"begin\":null,\"type\":\"vgmdb\",\"target-type\":\"url\"},{\"attribute-ids\":{},\"direction\":\"forward\",\"type\":\"wikidata\",\"target-type\":\"url\",\"source-credit\":\"\",\"begin\":null,\"target-credit\":\"\",\"end\":null,\"attributes\":[],\"ended\":false,\"url\":{\"id\":\"627e0258-3bda-4b8c-a3b1-02af530a4133\",\"resource\":\"https://www.wikidata.org/wiki/Q7562494\"},\"type-id\":\"75d87e83-d927-4580-ba63-44dc76256f98\",\"attribute-values\":{}},{\"attribute-values\":{},\"type-id\":\"d9c71059-ba9d-4135-b909-481d12cf84e3\",\"url\":{\"resource\":\"https://www.youtube.com/sonymasterworks\",\"id\":\"631aab30-000f-47f7-bc55-166a1a2c7734\"},\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"begin\":null,\"source-credit\":\"\",\"type\":\"youtube\",\"target-type\":\"url\",\"attribute-ids\":{},\"direction\":\"forward\"}],\"id\":\"99e91ff7-9bd9-45f0-ae3a-6853fefaea5c\",\"disambiguation\":\"formerly an imprint since circa 1990s, label group since 2009; see annotation for imprints it manages\",\"country\":\"US\",\"type\":\"Original Production\",\"ipis\":[],\"area\":{\"disambiguation\":\"\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null,\"type\":null,\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\"}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/c9a4ea86-7611-4fff-9f4f-41f18be7e14b?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:02 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "939", + "X-RateLimit-Reset", + "1618477683", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"8fabc33af2640e1873cc62afd30f5687\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"disambiguation\":\"Japanese TEXTLESS walking eye imprint\",\"ipis\":[],\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"life-span\":{\"begin\":\"2001-05\",\"ended\":false,\"end\":null},\"type\":\"Imprint\",\"label-code\":null,\"sort-name\":\"Sony Records International\",\"isnis\":[],\"name\":\"Sony Records International\",\"relations\":[{\"attribute-values\":{},\"source-credit\":\"\",\"url\":{\"resource\":\"https://www.discogs.com/label/262232\",\"id\":\"6b5518e2-0b22-477a-9cb5-7659a8a5e5b3\"},\"end\":null,\"attributes\":[],\"type\":\"discogs\",\"target-type\":\"url\",\"attribute-ids\":{},\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"target-credit\":\"\",\"ended\":false,\"begin\":null,\"direction\":\"forward\"},{\"direction\":\"forward\",\"ended\":false,\"target-credit\":\"\",\"begin\":null,\"attribute-ids\":{},\"type-id\":\"8a2d3e55-d291-4b99-87a0-c59c6b121762\",\"target-type\":\"url\",\"type\":\"vgmdb\",\"end\":null,\"attributes\":[],\"source-credit\":\"\",\"url\":{\"resource\":\"https://vgmdb.net/org/1066\",\"id\":\"558b4087-bc54-40df-9c2f-e32014511da1\"},\"attribute-values\":{}}],\"id\":\"c9a4ea86-7611-4fff-9f4f-41f18be7e14b\",\"country\":\"JP\",\"area\":{\"name\":\"Japan\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"sort-name\":\"Japan\"}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/6c429b59-f360-457c-9e42-383d66788b8f?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:02 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "917", + "X-RateLimit-Reset", + "1618477683", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"decdbdb3a78b13306bcc685846d15cbc\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"disambiguation\":\"1991 - 2001 group/division of Sony Music Entertainment (Japan) - used to organize imprints; not a release label\",\"label-code\":null,\"area\":{\"type\":null,\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\"},\"type\":null,\"isnis\":[],\"ipis\":[],\"country\":\"JP\",\"relations\":[],\"name\":\"Sony Records\",\"type-id\":null,\"sort-name\":\"Sony Records\",\"id\":\"6c429b59-f360-457c-9e42-383d66788b8f\",\"life-span\":{\"ended\":true,\"begin\":\"1991-04\",\"end\":\"2001-10\"}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/e7ab62fb-f702-4a11-b96b-691cc4d82579?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:02 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "885", + "X-RateLimit-Reset", + "1618477683", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"ec7e7d85b8af8bb07aa83a7c214d9116\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"relations\":[{\"target-type\":\"url\",\"type-id\":\"5d217d99-bc05-4a76-836d-c91eec4ba818\",\"target-credit\":\"\",\"url\":{\"id\":\"79afe22a-561b-4ddf-b998-93b0dbe01a98\",\"resource\":\"https://www.facebook.com/sonycmgofficial\"},\"end\":null,\"begin\":null,\"attribute-values\":{},\"type\":\"social network\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{}},{\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"social network\",\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"url\":{\"resource\":\"http://web.archive.org/web/*/https://twitter.com/sonycmg\",\"id\":\"51faa51e-5ae2-487d-804c-c3571c9be00e\"},\"type-id\":\"5d217d99-bc05-4a76-836d-c91eec4ba818\",\"target-type\":\"url\"}],\"country\":\"GB\",\"type\":null,\"ipis\":[],\"isnis\":[],\"area\":{\"type\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\"},\"disambiguation\":\"subsidiary of SME UK, add only UK releases\",\"label-code\":null,\"life-span\":{\"end\":null,\"ended\":false,\"begin\":null},\"name\":\"Sony CMG\",\"type-id\":null,\"id\":\"e7ab62fb-f702-4a11-b96b-691cc4d82579\",\"sort-name\":\"Sony CMG\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/ebcc6218-78cb-4002-80f7-982ba9ac0dca?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:07 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1074", + "X-RateLimit-Reset", + "1618477689", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"b00f2c19a76177f025257dd938b809ef\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"sort-name\":\"Sony BMG\",\"type\":null,\"label-code\":null,\"isnis\":[],\"ipis\":[],\"disambiguation\":\"please use this label with caution, likely to have existed only between 2004–2008\",\"type-id\":null,\"life-span\":{\"begin\":null,\"ended\":false,\"end\":null},\"area\":{\"name\":\"Halle\",\"disambiguation\":\"\",\"id\":\"8371db09-7f59-48dc-8d4e-a3c9d6e2985b\",\"type-id\":null,\"sort-name\":\"Halle\",\"type\":null},\"relations\":[{\"attribute-values\":{},\"source-credit\":\"\",\"url\":{\"resource\":\"https://www.discogs.com/label/55707\",\"id\":\"917907f9-5bcf-46e7-94d2-70a0b8d1572d\"},\"type\":\"discogs\",\"attributes\":[],\"end\":null,\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"attribute-ids\":{},\"target-type\":\"url\",\"direction\":\"forward\",\"ended\":false,\"target-credit\":\"\",\"begin\":null}],\"name\":\"Sony BMG\",\"id\":\"ebcc6218-78cb-4002-80f7-982ba9ac0dca\",\"country\":null}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/f9f7b52b-f196-4e82-9ccb-de3053ada20e?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:07 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1075", + "X-RateLimit-Reset", + "1618477689", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"73a64101a787deecd6a94ad25bc7c6b8\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"f9f7b52b-f196-4e82-9ccb-de3053ada20e\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"name\":\"Sony Tropical\",\"sort-name\":\"Sony Tropical\",\"life-span\":{\"end\":null,\"begin\":null,\"ended\":true},\"type\":\"Imprint\",\"isnis\":[],\"ipis\":[],\"area\":{\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"sort-name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\"},\"label-code\":null,\"disambiguation\":\"an imprint owned by Sony Discos, Inc.\",\"relations\":[{\"target-type\":\"url\",\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"url\":{\"resource\":\"https://www.discogs.com/label/60470\",\"id\":\"30435664-9b30-433f-8caf-0d3b0107bc8a\"},\"target-credit\":\"\",\"end\":null,\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"discogs\",\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[]}],\"country\":\"US\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/6d0e9125-6846-400e-8b1a-3ff851967273?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:07 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1076", + "X-RateLimit-Reset", + "1618477689", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"cd6e010d5e8140b3f48089eee0e5ca3f\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"ipis\":[],\"id\":\"6d0e9125-6846-400e-8b1a-3ff851967273\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"sort-name\":\"United States\",\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"},\"isnis\":[],\"country\":\"US\",\"life-span\":{\"end\":\"1993\",\"begin\":\"1991-12\",\"ended\":true},\"disambiguation\":\"\",\"relations\":[{\"type-id\":\"75d87e83-d927-4580-ba63-44dc76256f98\",\"type\":\"wikidata\",\"direction\":\"forward\",\"target-credit\":\"\",\"attribute-ids\":{},\"url\":{\"resource\":\"https://www.wikidata.org/wiki/Q7562427\",\"id\":\"cc4f9430-19af-4882-87f0-d358cc521589\"},\"attribute-values\":{},\"end\":null,\"begin\":null,\"ended\":false,\"source-credit\":\"\",\"target-type\":\"url\",\"attributes\":[]}],\"name\":\"Sony Broadway\",\"type-id\":null,\"label-code\":null,\"type\":null,\"sort-name\":\"Sony Broadway\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/24681a1b-c1ec-4f0b-b800-36d5b3814740?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:07 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1073", + "X-RateLimit-Reset", + "1618477689", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"1c989c91da54fc81d4b5cdb06cacbe1f\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"life-span\":{\"begin\":\"1995\",\"ended\":true,\"end\":\"2007\"},\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"sort-name\":\"Sony Wonder\",\"name\":\"Sony Wonder\",\"id\":\"24681a1b-c1ec-4f0b-b800-36d5b3814740\",\"relations\":[{\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"target-type\":\"url\",\"end\":null,\"url\":{\"resource\":\"https://www.discogs.com/label/56233\",\"id\":\"5814fba0-f9fb-45e3-a9f4-6b4cde44b897\"},\"target-credit\":\"\",\"type\":\"discogs\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\"},{\"target-type\":\"url\",\"type-id\":\"b35f7822-bf3c-4148-b306-fb723c63ee8b\",\"target-credit\":\"\",\"url\":{\"resource\":\"http://upload.wikimedia.org/wikipedia/en/8/89/SonyWonder.png\",\"id\":\"d099c3e6-3b78-4396-9364-a6df8da466cf\"},\"end\":null,\"attribute-values\":{},\"begin\":null,\"ended\":false,\"source-credit\":\"\",\"type\":\"logo\",\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{}},{\"end\":null,\"url\":{\"id\":\"8593d913-04ce-4e89-b807-f6b7517e5bff\",\"resource\":\"https://www.wikidata.org/wiki/Q2314043\"},\"target-credit\":\"\",\"type-id\":\"75d87e83-d927-4580-ba63-44dc76256f98\",\"target-type\":\"url\",\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"wikidata\",\"attribute-values\":{},\"begin\":null}],\"country\":\"US\",\"ipis\":[],\"type\":\"Imprint\",\"isnis\":[],\"area\":{\"type\":null,\"name\":\"United States\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\"},\"label-code\":null,\"disambiguation\":\"\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/34af3899-79f9-43b2-92fe-0819f89ca35a?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:07 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1072", + "X-RateLimit-Reset", + "1618477689", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"dfad3776ee4a648a62a72f79c05f9f02\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"ipis\":[],\"area\":{\"id\":\"4a9aeb42-3763-4234-8fb8-1167ac1dfdfe\",\"disambiguation\":\"\",\"name\":\"Miami\",\"type\":null,\"type-id\":null,\"sort-name\":\"Miami\"},\"type\":\"Imprint\",\"country\":null,\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"name\":\"Sony Latin\",\"sort-name\":\"Sony Latin\",\"isnis\":[],\"disambiguation\":\"\",\"relations\":[{\"end\":null,\"attributes\":[],\"ended\":false,\"target-credit\":\"\",\"url\":{\"resource\":\"https://www.discogs.com/label/9905\",\"id\":\"e91b3731-189a-4f34-a022-8ab595884510\"},\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"attribute-values\":{},\"direction\":\"forward\",\"attribute-ids\":{},\"target-type\":\"url\",\"type\":\"discogs\",\"source-credit\":\"\",\"begin\":null},{\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"url\":{\"id\":\"a6f32110-26b6-4c55-ab86-e5274d30e406\",\"resource\":\"https://www.wikidata.org/wiki/Q97645846\"},\"type-id\":\"75d87e83-d927-4580-ba63-44dc76256f98\",\"attribute-values\":{},\"attribute-ids\":{},\"direction\":\"forward\",\"target-type\":\"url\",\"type\":\"wikidata\",\"source-credit\":\"\",\"begin\":null}],\"life-span\":{\"begin\":null,\"ended\":false,\"end\":null},\"id\":\"34af3899-79f9-43b2-92fe-0819f89ca35a\",\"label-code\":null}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/55464638-3451-45e9-ac28-18c6838a786f?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:13 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "526", + "X-RateLimit-Reset", + "1618477693", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"c966230740a16ec2c243a8b4cbca5b6c\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"life-span\":{\"begin\":null,\"ended\":false,\"end\":null},\"type-id\":null,\"ipis\":[],\"disambiguation\":\"\",\"isnis\":[],\"sort-name\":\"Sony Jazz\",\"label-code\":null,\"type\":null,\"id\":\"55464638-3451-45e9-ac28-18c6838a786f\",\"country\":null,\"name\":\"Sony Jazz\",\"relations\":[],\"area\":null}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/73fe8a7b-eaa3-477a-8719-dfc4823394d2?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:13 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "529", + "X-RateLimit-Reset", + "1618477693", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"29328ca51ea93d2e0f1546dfad23c8f7\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"isnis\":[],\"label-code\":null,\"type\":\"Publisher\",\"sort-name\":\"Sony Legacy\",\"type-id\":\"e9ad53b0-e3d0-3885-a10b-8193d501338c\",\"life-span\":{\"ended\":false,\"begin\":null,\"end\":null},\"disambiguation\":\"\",\"ipis\":[],\"area\":null,\"country\":null,\"id\":\"73fe8a7b-eaa3-477a-8719-dfc4823394d2\",\"relations\":[],\"name\":\"Sony Legacy\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/a2afa55a-ec15-4053-a273-bf8ce523a793?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:13 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1173", + "X-RateLimit-Reset", + "1618477695", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"ce80897da2c8f5d3180ec771fea11b89\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"name\":\"Sony Soho Square\",\"country\":\"GB\",\"disambiguation\":\"\",\"relations\":[{\"end\":null,\"ended\":false,\"url\":{\"resource\":\"https://www.discogs.com/label/673\",\"id\":\"a8b71a48-a54d-418a-942c-3cbfeae3ae2e\"},\"direction\":\"forward\",\"begin\":null,\"attribute-values\":{},\"target-credit\":\"\",\"attribute-ids\":{},\"source-credit\":\"\",\"target-type\":\"url\",\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"attributes\":[],\"type\":\"discogs\"},{\"end\":null,\"direction\":\"forward\",\"begin\":null,\"url\":{\"id\":\"ad078371-f086-47a2-84d7-ee61042ee45e\",\"resource\":\"https://www.wikidata.org/wiki/Q7388256\"},\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{},\"target-credit\":\"\",\"attribute-values\":{},\"type\":\"wikidata\",\"attributes\":[],\"target-type\":\"url\",\"type-id\":\"75d87e83-d927-4580-ba63-44dc76256f98\"}],\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"disambiguation\":\"\",\"type\":null,\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"type-id\":null},\"label-code\":6140,\"id\":\"a2afa55a-ec15-4053-a273-bf8ce523a793\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"isnis\":[],\"type\":\"Original Production\",\"sort-name\":\"Sony Soho Square\",\"life-span\":{\"end\":null,\"ended\":false,\"begin\":\"1991\"},\"ipis\":[]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/0acc7c46-8f5f-4ea5-9429-a029bfd718c0?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:13 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "519", + "X-RateLimit-Reset", + "1618477693", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"68779477f137fbfdaa95f72f6acd276f\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"DE\"],\"disambiguation\":\"\",\"sort-name\":\"Germany\",\"type\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\"},\"disambiguation\":\"German, best known for audio plays\",\"ipis\":[],\"relations\":[{\"attribute-values\":{},\"target-type\":\"url\",\"end\":null,\"direction\":\"forward\",\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"5ac35a29-d29b-4390-b279-587bcd42fc73\",\"url\":{\"resource\":\"http://forbiddeneye.com/labels/europa.html\",\"id\":\"e00bb162-b839-47d3-89d8-b4c6edcbd01f\"},\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"type\":\"catalog site\"},{\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"begin\":null,\"url\":{\"id\":\"1efe0140-afa8-4dbf-a128-e0e8c964cb37\",\"resource\":\"https://www.discogs.com/label/40536\"},\"attribute-ids\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"discogs\",\"attribute-values\":{},\"target-type\":\"url\",\"end\":null,\"direction\":\"forward\"},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"url\",\"target-credit\":\"\",\"type-id\":\"b35f7822-bf3c-4148-b306-fb723c63ee8b\",\"begin\":null,\"attributes\":[],\"attribute-ids\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"logo\",\"url\":{\"id\":\"1004f36d-33a4-46e1-9758-d6f4e496f689\",\"resource\":\"http://upload.wikimedia.org/wikipedia/de/thumb/d/df/Europa_Hoerspiele_Logo.svg/720px-Europa_Hoerspiele_Logo.svg.png\"}},{\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"url\",\"begin\":\"2020-04\",\"type-id\":\"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6\",\"target-credit\":\"\",\"attributes\":[],\"type\":\"official site\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{},\"url\":{\"resource\":\"https://www.play-europa.de/\",\"id\":\"979f6ba7-1e44-47cc-b904-a13ce478137b\"}},{\"type\":\"official site\",\"ended\":true,\"source-credit\":\"\",\"attribute-ids\":{},\"url\":{\"id\":\"edf4bdf4-0411-4ff3-884c-13a63fb360e7\",\"resource\":\"http://www.natuerlichvoneuropa.de/\"},\"type-id\":\"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"end\":\"2013\",\"direction\":\"forward\",\"target-type\":\"url\",\"attribute-values\":{}},{\"target-credit\":\"\",\"begin\":null,\"type-id\":\"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6\",\"attributes\":[],\"attribute-ids\":{},\"source-credit\":\"\",\"ended\":true,\"type\":\"official site\",\"url\":{\"id\":\"77aa0cc3-f2cf-4a73-81fe-0f122d8abe9a\",\"resource\":\"https://www.europa-kinderwelt.de/\"},\"attribute-values\":{},\"end\":\"2020-03\",\"direction\":\"forward\",\"target-type\":\"url\"},{\"url\":{\"id\":\"cc330099-c14f-43ca-b95d-dddab3db944c\",\"resource\":\"https://www.facebook.com/EUROPA.Hoerspiele\"},\"ended\":false,\"type\":\"social network\",\"attribute-ids\":{},\"source-credit\":\"\",\"attributes\":[],\"begin\":null,\"type-id\":\"5d217d99-bc05-4a76-836d-c91eec4ba818\",\"target-credit\":\"\",\"target-type\":\"url\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{}},{\"attribute-values\":{},\"target-type\":\"url\",\"end\":null,\"direction\":\"forward\",\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"75d87e83-d927-4580-ba63-44dc76256f98\",\"url\":{\"resource\":\"https://www.wikidata.org/wiki/Q1375198\",\"id\":\"e02724d0-01c0-4375-a479-a12032b163f8\"},\"attribute-ids\":{},\"source-credit\":\"\",\"type\":\"wikidata\",\"ended\":false}],\"name\":\"EUROPA\",\"id\":\"0acc7c46-8f5f-4ea5-9429-a029bfd718c0\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"isnis\":[],\"life-span\":{\"end\":null,\"ended\":false,\"begin\":\"1965\"},\"type\":\"Imprint\",\"sort-name\":\"EUROPA\",\"label-code\":967,\"country\":\"DE\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/bcec5d01-a698-4d58-809e-22455e12fc87?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:13 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1170", + "X-RateLimit-Reset", + "1618477695", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"a9579c214a6614c91beff63685ff16c5\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"ipis\":[],\"disambiguation\":\"Do not use as a label, see the annotation.\",\"area\":{\"sort-name\":\"Japan\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"disambiguation\":\"\"},\"id\":\"bcec5d01-a698-4d58-809e-22455e12fc87\",\"name\":\"Sony Music Japan International Inc.\",\"relations\":[{\"begin\":null,\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"target-credit\":\"\",\"attributes\":[],\"type\":\"discogs\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{},\"url\":{\"id\":\"71a7011d-7591-4e58-8d2b-bbb7d2813fbb\",\"resource\":\"https://www.discogs.com/label/64732\"},\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"url\"},{\"target-credit\":\"\",\"begin\":null,\"type-id\":\"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6\",\"attributes\":[],\"attribute-ids\":{},\"source-credit\":\"\",\"type\":\"official site\",\"ended\":false,\"url\":{\"resource\":\"http://www.sonymusic.co.jp/Music/International/Arch/\",\"id\":\"ba8e2d57-dc55-471d-b4eb-df67bb99e5ac\"},\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"url\"},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"url\",\"begin\":null,\"type-id\":\"5d217d99-bc05-4a76-836d-c91eec4ba818\",\"target-credit\":\"\",\"attributes\":[],\"type\":\"social network\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{},\"url\":{\"id\":\"06b0bcdf-341c-4ea1-9332-2d9e542b288a\",\"resource\":\"https://www.facebook.com/INTSonyMusicJP\"}},{\"attributes\":[],\"type-id\":\"8a2d3e55-d291-4b99-87a0-c59c6b121762\",\"begin\":null,\"target-credit\":\"\",\"url\":{\"resource\":\"https://vgmdb.net/org/1346\",\"id\":\"95b20139-ea07-4eb9-9a3a-77b628d87d22\"},\"type\":\"vgmdb\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{},\"attribute-values\":{},\"target-type\":\"url\",\"direction\":\"forward\",\"end\":null}],\"life-span\":{\"ended\":false,\"end\":null,\"begin\":\"2001-10-01\"},\"isnis\":[],\"type-id\":\"43f31a62-97e4-36f6-9752-453c131b71ed\",\"country\":\"JP\",\"label-code\":null,\"type\":\"Holding\",\"sort-name\":\"Sony Music Japan International Inc.\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/17b62044-88ea-40ce-b05d-068e8fff9f7b?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:18 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "671", + "X-RateLimit-Reset", + "1618477699", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"e5e9defc51726faceca3b5e1993617e5\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"life-span\":{\"end\":null,\"ended\":false,\"begin\":null},\"disambiguation\":\"company; use on releases if exact pressing location is not known\",\"type-id\":\"e1db00ba-f002-4edc-bc02-6f48e58e2a2e\",\"isnis\":[],\"ipis\":[],\"type\":\"Manufacturer\",\"id\":\"17b62044-88ea-40ce-b05d-068e8fff9f7b\",\"name\":\"Sony DADC\",\"label-code\":null,\"country\":\"US\",\"relations\":[{\"source-credit\":\"\",\"attributes\":[],\"attribute-values\":{},\"ended\":false,\"attribute-ids\":{},\"target-credit\":\"\",\"type\":\"discogs\",\"end\":null,\"direction\":\"forward\",\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"begin\":null,\"target-type\":\"url\",\"url\":{\"id\":\"8d8663c6-bcad-4df5-a920-1847179d2660\",\"resource\":\"https://www.discogs.com/label/34825\"}},{\"end\":null,\"target-credit\":\"\",\"type\":\"official site\",\"direction\":\"forward\",\"type-id\":\"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6\",\"target-type\":\"url\",\"url\":{\"id\":\"08d3a486-a5fd-4d73-8e72-436d9ea058f5\",\"resource\":\"http://www.sonydadc.com/\"},\"begin\":null,\"source-credit\":\"\",\"attributes\":[],\"ended\":false,\"attribute-values\":{},\"attribute-ids\":{}},{\"url\":{\"id\":\"7592f5fd-5fe1-48c6-9530-2cfb36aae079\",\"resource\":\"https://www.wikidata.org/wiki/Q1396343\"},\"target-type\":\"url\",\"begin\":null,\"type-id\":\"75d87e83-d927-4580-ba63-44dc76256f98\",\"direction\":\"forward\",\"end\":null,\"target-credit\":\"\",\"type\":\"wikidata\",\"attribute-ids\":{},\"ended\":false,\"attribute-values\":{},\"attributes\":[],\"source-credit\":\"\"}],\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"name\":\"United States\"},\"sort-name\":\"Sony DADC\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/f4d80ac0-ba9d-4a75-a45b-3d6a1176f7f4?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:18 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "672", + "X-RateLimit-Reset", + "1618477699", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"69ca379022bdff8b1b5deb26d90146ce\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"relations\":[{\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"attribute-values\":{},\"target-credit\":\"\",\"end\":null,\"attributes\":[],\"ended\":false,\"url\":{\"resource\":\"https://www.discogs.com/label/2406\",\"id\":\"d31714c0-ab8d-4c66-93eb-31671839ee76\"},\"type\":\"discogs\",\"target-type\":\"url\",\"begin\":null,\"source-credit\":\"\",\"attribute-ids\":{},\"direction\":\"forward\"},{\"begin\":null,\"source-credit\":\"\",\"type\":\"IMDb\",\"target-type\":\"url\",\"direction\":\"forward\",\"attribute-ids\":{},\"attribute-values\":{},\"type-id\":\"dfd36bc7-0c06-49fa-8b79-96978778c716\",\"url\":{\"id\":\"6e6fba31-3bdb-47a6-8fc2-19016563ac39\",\"resource\":\"https://www.imdb.com/company/co0126997/\"},\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\"},{\"attribute-ids\":{},\"direction\":\"forward\",\"target-type\":\"url\",\"type\":\"other databases\",\"source-credit\":\"\",\"begin\":null,\"target-credit\":\"\",\"end\":null,\"attributes\":[],\"ended\":false,\"url\":{\"id\":\"6afbfc3b-767b-4066-ab6b-b7d126ed8848\",\"resource\":\"https://rateyourmusic.com/label/sony_music_soundtrax/\"},\"type-id\":\"83eca2b3-5ae1-43f5-a732-56fa9a8591b1\",\"attribute-values\":{}}],\"id\":\"f4d80ac0-ba9d-4a75-a45b-3d6a1176f7f4\",\"life-span\":{\"begin\":\"1997\",\"ended\":false,\"end\":null},\"disambiguation\":\"\",\"label-code\":null,\"name\":\"Sony Music Soundtrax\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"isnis\":[],\"sort-name\":\"Sony Music Soundtrax\",\"type\":\"Imprint\",\"area\":{\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"type-id\":null,\"sort-name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\"},\"ipis\":[],\"country\":\"US\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/8cbe3b14-4247-4056-be7d-dfc2667003a8?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:18 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "653", + "X-RateLimit-Reset", + "1618477699", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"aca06ffbe89de8764d4ce8ea9cc9da8e\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"area\":null,\"country\":null,\"id\":\"8cbe3b14-4247-4056-be7d-dfc2667003a8\",\"name\":\"Sony Music TV\",\"relations\":[{\"attribute-values\":{},\"attributes\":[],\"end\":null,\"type\":\"discogs\",\"source-credit\":\"\",\"url\":{\"resource\":\"https://www.discogs.com/label/37047\",\"id\":\"106df7b3-9bdc-49ee-93bb-e28eca47860a\"},\"target-credit\":\"\",\"ended\":false,\"begin\":null,\"direction\":\"forward\",\"target-type\":\"url\",\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"attribute-ids\":{}},{\"attribute-values\":{},\"target-type\":\"url\",\"type-id\":\"75d87e83-d927-4580-ba63-44dc76256f98\",\"attribute-ids\":{},\"target-credit\":\"\",\"ended\":false,\"begin\":null,\"direction\":\"forward\",\"url\":{\"resource\":\"https://www.wikidata.org/wiki/Q98382972\",\"id\":\"c81ecaae-0fc0-4d15-a4d3-76f0dd2034a7\"},\"source-credit\":\"\",\"attributes\":[],\"end\":null,\"type\":\"wikidata\"}],\"isnis\":[],\"sort-name\":\"Sony Music TV\",\"type\":null,\"label-code\":null,\"type-id\":null,\"life-span\":{\"ended\":false,\"begin\":null,\"end\":null},\"ipis\":[],\"disambiguation\":\"\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/d766cf2e-d31e-4fad-9511-b27013594d7e?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:18 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "668", + "X-RateLimit-Reset", + "1618477699", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"39ff2b0c06f257ea4b95585e1822bc1a\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"relations\":[{\"attributes\":[],\"target-type\":\"url\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"end\":null,\"attribute-ids\":{},\"attribute-values\":{},\"url\":{\"resource\":\"https://www.discogs.com/label/878626\",\"id\":\"168bc19f-09ba-4ae9-a79c-6d76fa59ced9\"},\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"target-credit\":\"\",\"direction\":\"forward\",\"type\":\"discogs\"},{\"ended\":false,\"begin\":null,\"end\":null,\"target-type\":\"url\",\"attributes\":[],\"source-credit\":\"\",\"type-id\":\"b35f7822-bf3c-4148-b306-fb723c63ee8b\",\"target-credit\":\"\",\"direction\":\"forward\",\"type\":\"logo\",\"attribute-ids\":{},\"url\":{\"id\":\"ab9cdf18-a863-4ef2-96c8-1bcac3a48867\",\"resource\":\"https://web.archive.org/web/20150416023558/https://pbs.twimg.com/profile_images/555963422437670912/sq8xcmVX.jpeg\"},\"attribute-values\":{}},{\"target-type\":\"url\",\"attributes\":[],\"source-credit\":\"\",\"ended\":false,\"end\":null,\"begin\":null,\"url\":{\"resource\":\"https://vgmdb.net/org/793\",\"id\":\"257c8452-6cad-4f12-9626-bc30969c1b3f\"},\"attribute-values\":{},\"attribute-ids\":{},\"target-credit\":\"\",\"direction\":\"forward\",\"type\":\"vgmdb\",\"type-id\":\"8a2d3e55-d291-4b99-87a0-c59c6b121762\"},{\"attribute-ids\":{},\"url\":{\"id\":\"3d5cacd7-b84f-41c5-a99b-32855ec61c1f\",\"resource\":\"https://www.wikidata.org/wiki/Q11315207\"},\"attribute-values\":{},\"type-id\":\"75d87e83-d927-4580-ba63-44dc76256f98\",\"target-credit\":\"\",\"direction\":\"forward\",\"type\":\"wikidata\",\"attributes\":[],\"target-type\":\"url\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"end\":null}],\"name\":\"Sony Music Associated Records\",\"disambiguation\":\"imprint \\\"A∫R\\\"\",\"isnis\":[],\"life-span\":{\"ended\":false,\"begin\":\"2001-10-01\",\"end\":null},\"country\":\"JP\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type-id\":null,\"disambiguation\":\"\"},\"ipis\":[],\"id\":\"d766cf2e-d31e-4fad-9511-b27013594d7e\",\"label-code\":null,\"type\":\"Imprint\",\"sort-name\":\"Sony Music Associated Records\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/6bb88a42-87e9-48eb-97a2-4e15aea0929c?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:18 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "662", + "X-RateLimit-Reset", + "1618477699", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"762236bfa7a995bfd8e57aa858cf39fc\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"isnis\":[],\"type\":\"Original Production\",\"ipis\":[],\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type\":null},\"label-code\":null,\"disambiguation\":\"Japanese label - no imprint\",\"relations\":[{\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"target-type\":\"url\",\"end\":null,\"url\":{\"resource\":\"https://www.discogs.com/label/134200\",\"id\":\"1283c706-517c-4a42-8e58-ac96f00d3a51\"},\"target-credit\":\"\",\"ended\":false,\"source-credit\":\"\",\"type\":\"discogs\",\"attribute-values\":{},\"begin\":null,\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\"},{\"target-credit\":\"\",\"url\":{\"resource\":\"https://www.discogs.com/label/317489\",\"id\":\"7503f11c-77f0-4ab5-8897-48cb72b085bb\"},\"end\":null,\"target-type\":\"url\",\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"attribute-values\":{},\"begin\":null,\"type\":\"discogs\",\"source-credit\":\"\",\"ended\":false},{\"source-credit\":\"\",\"ended\":true,\"type\":\"official site\",\"begin\":null,\"attribute-values\":{},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"type-id\":\"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6\",\"target-type\":\"url\",\"end\":null,\"url\":{\"resource\":\"http://www.sme.co.jp/sme/corporate/smr.html\",\"id\":\"515e2e44-408a-4ee0-a272-4ce1a5753e66\"},\"target-credit\":\"\"},{\"end\":null,\"target-credit\":\"\",\"url\":{\"id\":\"6680c529-657a-41a5-9af6-c14dc30f781a\",\"resource\":\"https://twitter.com/SMR_info\"},\"type-id\":\"5d217d99-bc05-4a76-836d-c91eec4ba818\",\"target-type\":\"url\",\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"social network\",\"attribute-values\":{},\"begin\":null},{\"type-id\":\"5d217d99-bc05-4a76-836d-c91eec4ba818\",\"target-type\":\"url\",\"end\":null,\"url\":{\"id\":\"003b67b1-786b-4198-bc52-d14f19bff851\",\"resource\":\"https://www.facebook.com/SonyMusicRecords\"},\"target-credit\":\"\",\"type\":\"social network\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\"},{\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"vgmdb\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"end\":null,\"url\":{\"resource\":\"https://vgmdb.net/org/1339\",\"id\":\"91b7e99c-b507-41fb-912c-1d2ca2bf9221\"},\"target-credit\":\"\",\"type-id\":\"8a2d3e55-d291-4b99-87a0-c59c6b121762\",\"target-type\":\"url\"},{\"target-credit\":\"\",\"url\":{\"resource\":\"https://vgmdb.net/org/515\",\"id\":\"24549652-cf1c-42d5-9438-916094dd8865\"},\"end\":null,\"target-type\":\"url\",\"type-id\":\"8a2d3e55-d291-4b99-87a0-c59c6b121762\",\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"attribute-values\":{},\"begin\":null,\"ended\":false,\"source-credit\":\"\",\"type\":\"vgmdb\"},{\"end\":null,\"target-credit\":\"\",\"url\":{\"id\":\"051cbc4f-d8ae-4bd5-89f3-457bb265f2e6\",\"resource\":\"https://www.wikidata.org/wiki/Q8193865\"},\"type-id\":\"75d87e83-d927-4580-ba63-44dc76256f98\",\"target-type\":\"url\",\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"type\":\"wikidata\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null},{\"target-credit\":\"\",\"url\":{\"resource\":\"https://ja.wikipedia.org/wiki/%E3%82%BD%E3%83%8B%E3%83%BC%E3%83%BB%E3%83%9F%E3%83%A5%E3%83%BC%E3%82%B8%E3%83%83%E3%82%AF%E3%83%AC%E3%82%B3%E3%83%BC%E3%82%BA\",\"id\":\"dcb4344d-6723-4a49-9773-72b2abb9e5a2\"},\"end\":null,\"target-type\":\"url\",\"type-id\":\"51e9db21-8864-49b3-aa58-470d7b81fa50\",\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"wikipedia\",\"ended\":false}],\"country\":\"JP\",\"sort-name\":\"Sony Music Records\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"name\":\"Sony Music Records\",\"id\":\"6bb88a42-87e9-48eb-97a2-4e15aea0929c\",\"life-span\":{\"begin\":\"2001-10\",\"ended\":false,\"end\":null}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/1b32958b-1f52-42da-a439-15317140df3c?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:24 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "917", + "X-RateLimit-Reset", + "1618477705", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"7c0d9fa3575e9472e493d1db3350a89d\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"disambiguation\":\"\",\"label-code\":null,\"ipis\":[],\"type\":\"Original Production\",\"isnis\":[],\"area\":{\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"74b24e62-d2fe-42d2-9d96-31f2da756c77\",\"sort-name\":\"Toronto\",\"name\":\"Toronto\"},\"country\":null,\"relations\":[{\"target-credit\":\"\",\"url\":{\"resource\":\"https://www.discogs.com/label/121039\",\"id\":\"3c3ca245-1637-4a15-8e59-3c39e1c62e3f\"},\"end\":null,\"target-type\":\"url\",\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"discogs\"},{\"type-id\":\"75d87e83-d927-4580-ba63-44dc76256f98\",\"target-type\":\"url\",\"end\":null,\"url\":{\"resource\":\"https://www.wikidata.org/wiki/Q98815031\",\"id\":\"011b4586-94a4-4027-b588-898f616e2039\"},\"target-credit\":\"\",\"source-credit\":\"\",\"type\":\"wikidata\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\"}],\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"id\":\"1b32958b-1f52-42da-a439-15317140df3c\",\"name\":\"Sony Musique\",\"sort-name\":\"Sony Musique\",\"life-span\":{\"end\":null,\"begin\":null,\"ended\":false}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/4029defc-63b1-4071-a49f-3f826f92ef71?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:24 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "901", + "X-RateLimit-Reset", + "1618477705", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"42a79c65fd6e4db303ff832961670e6f\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"life-span\":{\"end\":null,\"ended\":false,\"begin\":\"2002-09-30\"},\"name\":\"Sony Music UK\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"sort-name\":\"Sony Music UK\",\"id\":\"4029defc-63b1-4071-a49f-3f826f92ef71\",\"country\":\"GB\",\"relations\":[{\"target-type\":\"url\",\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"target-credit\":\"\",\"url\":{\"id\":\"5873db72-ea79-4aa6-8fd4-5b06345dac43\",\"resource\":\"https://www.discogs.com/label/79067\"},\"end\":null,\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"discogs\",\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[]},{\"ended\":false,\"source-credit\":\"\",\"type\":\"logo\",\"attribute-values\":{},\"begin\":null,\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"type-id\":\"b35f7822-bf3c-4148-b306-fb723c63ee8b\",\"target-type\":\"url\",\"end\":null,\"target-credit\":\"\",\"url\":{\"resource\":\"http://oi43.tinypic.com/14vpe85.jpg\",\"id\":\"ceebc0eb-0f65-46bf-9dc0-7d15b989c534\"}}],\"label-code\":12723,\"disambiguation\":\"~2002-2006\",\"type\":\"Imprint\",\"isnis\":[],\"ipis\":[],\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"]}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/99962abe-c219-4031-9c6c-c61fc3885944?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:24 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "905", + "X-RateLimit-Reset", + "1618477705", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"2ecf3f73af563f4b9bc1c7eef7b9d052\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"life-span\":{\"end\":null,\"begin\":\"1980\",\"ended\":false},\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"disambiguation\":\"\",\"ipis\":[],\"isnis\":[],\"label-code\":null,\"type\":\"Imprint\",\"sort-name\":\"Sony Music | Latin\",\"country\":\"US\",\"id\":\"99962abe-c219-4031-9c6c-c61fc3885944\",\"name\":\"Sony Music | Latin\",\"relations\":[{\"direction\":\"forward\",\"target-credit\":\"\",\"begin\":null,\"ended\":false,\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"attribute-ids\":{},\"target-type\":\"url\",\"type\":\"discogs\",\"attributes\":[],\"end\":null,\"source-credit\":\"\",\"url\":{\"id\":\"495898fe-1d45-457d-93ff-100cc74dc240\",\"resource\":\"https://www.discogs.com/label/212396\"},\"attribute-values\":{}},{\"attribute-ids\":{},\"type-id\":\"b35f7822-bf3c-4148-b306-fb723c63ee8b\",\"target-type\":\"url\",\"direction\":\"forward\",\"ended\":false,\"target-credit\":\"\",\"begin\":null,\"source-credit\":\"\",\"url\":{\"id\":\"2bd4dfd8-4e42-4073-879a-e72e40e2866a\",\"resource\":\"https://upload.wikimedia.org/wikipedia/en/d/dc/Sony_Music_Latin.jpg\"},\"type\":\"logo\",\"attributes\":[],\"end\":null,\"attribute-values\":{}},{\"attribute-values\":{},\"attribute-ids\":{},\"type-id\":\"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6\",\"target-type\":\"url\",\"direction\":\"forward\",\"target-credit\":\"\",\"ended\":false,\"begin\":null,\"url\":{\"resource\":\"http://www.sonymusiclatin.com/\",\"id\":\"7a4c54ca-b349-449d-9830-f99bfd6ad552\"},\"source-credit\":\"\",\"type\":\"official site\",\"end\":null,\"attributes\":[]},{\"attribute-values\":{},\"begin\":null,\"target-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"target-type\":\"url\",\"type-id\":\"5d217d99-bc05-4a76-836d-c91eec4ba818\",\"attribute-ids\":{},\"attributes\":[],\"end\":null,\"type\":\"social network\",\"url\":{\"resource\":\"https://twitter.com/SonyMusicLatin\",\"id\":\"d91db0bf-db29-418f-a653-cbe318af772e\"},\"source-credit\":\"\"},{\"attribute-values\":{},\"ended\":false,\"target-credit\":\"\",\"begin\":null,\"direction\":\"forward\",\"target-type\":\"url\",\"type-id\":\"5d217d99-bc05-4a76-836d-c91eec4ba818\",\"attribute-ids\":{},\"attributes\":[],\"end\":null,\"type\":\"social network\",\"url\":{\"id\":\"71298c13-8e65-4788-a424-510c65cad7d7\",\"resource\":\"https://www.facebook.com/sonymusiclatin\"},\"source-credit\":\"\"},{\"attribute-values\":{},\"attribute-ids\":{},\"type-id\":\"75d87e83-d927-4580-ba63-44dc76256f98\",\"target-type\":\"url\",\"direction\":\"forward\",\"target-credit\":\"\",\"begin\":null,\"ended\":false,\"url\":{\"id\":\"873e093a-c2b2-4803-b983-7e8ae93cdfcd\",\"resource\":\"https://www.wikidata.org/wiki/Q3244698\"},\"source-credit\":\"\",\"type\":\"wikidata\",\"end\":null,\"attributes\":[]}],\"area\":{\"name\":\"United States\",\"disambiguation\":\"\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"iso-3166-1-codes\":[\"US\"],\"type-id\":null,\"sort-name\":\"United States\",\"type\":null}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/e0cc0322-d6e3-45c5-b184-a759a71de826?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:24 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "883", + "X-RateLimit-Reset", + "1618477705", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"e0879dd0e043c21bc5cb4c3b86c61df8\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"ipis\":[],\"area\":{\"disambiguation\":\"\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null,\"iso-3166-1-codes\":[\"US\"],\"type\":null,\"name\":\"United States\",\"sort-name\":\"United States\"},\"type\":\"Reissue Production\",\"country\":\"US\",\"type-id\":\"88ee6ae7-f413-3490-a1d2-54f6a9f0838c\",\"name\":\"SONY/DMS\",\"sort-name\":\"SONY/DMS\",\"isnis\":[],\"disambiguation\":\"SONY/DMS Enterprises/STUDIOMASTERS\",\"relations\":[],\"id\":\"e0cc0322-d6e3-45c5-b184-a759a71de826\",\"life-span\":{\"begin\":\"2019-01-01\",\"end\":null,\"ended\":false},\"label-code\":null}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/cc72a7c0-98a2-469a-9e62-81e298e38508?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:24 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "879", + "X-RateLimit-Reset", + "1618477705", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"6fea6c07691e99bf23f1e68873a7446a\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"type-id\":null,\"sort-name\":\"Sony Music Catalog\",\"id\":\"cc72a7c0-98a2-469a-9e62-81e298e38508\",\"name\":\"Sony Music Catalog\",\"life-span\":{\"end\":null,\"ended\":false,\"begin\":null},\"area\":{\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"type-id\":null,\"sort-name\":\"Germany\",\"name\":\"Germany\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"]},\"type\":null,\"isnis\":[],\"ipis\":[],\"disambiguation\":\"a division of Sony Music Entertainment (Germany) GmbH, as well as its imprint\",\"label-code\":10879,\"relations\":[{\"source-credit\":\"\",\"type\":\"discogs\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"target-type\":\"url\",\"end\":null,\"url\":{\"id\":\"ba457a03-dc7c-4884-8b69-7fc5ac9b6c38\",\"resource\":\"https://www.discogs.com/label/43962\"},\"target-credit\":\"\"}],\"country\":\"DE\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/c2aaa58c-93b2-4d22-8455-611dd401a1e2?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:29 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1114", + "X-RateLimit-Reset", + "1618477711", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"45a7f63cf8a8abdf0830cb16312cc22a\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"isnis\":[],\"sort-name\":\"Sony Music Entertainment (France) S.A.\",\"type\":\"Holding\",\"label-code\":null,\"life-span\":{\"begin\":\"1988\",\"ended\":true,\"end\":\"2003\"},\"type-id\":\"43f31a62-97e4-36f6-9752-453c131b71ed\",\"ipis\":[],\"disambiguation\":\"not for release label use! Sony Music Entertainment FR subsidiary from 1988–2003\",\"area\":{\"name\":\"France\",\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"FR\"],\"id\":\"08310658-51eb-3801-80de-5a0739207115\",\"type-id\":null,\"sort-name\":\"France\",\"type\":null},\"country\":\"FR\",\"id\":\"c2aaa58c-93b2-4d22-8455-611dd401a1e2\",\"relations\":[{\"attribute-values\":{},\"attributes\":[],\"end\":null,\"type\":\"discogs\",\"source-credit\":\"\",\"url\":{\"resource\":\"https://www.discogs.com/label/281875\",\"id\":\"fd53c677-4a71-4713-88bd-58726120301d\"},\"begin\":null,\"target-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"target-type\":\"url\",\"attribute-ids\":{},\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\"},{\"end\":null,\"attributes\":[],\"type\":\"official site\",\"url\":{\"id\":\"c7abd97f-4c11-47aa-80ac-239079b3aa4b\",\"resource\":\"http://www.sonymusic.fr/\"},\"source-credit\":\"\",\"target-credit\":\"\",\"ended\":false,\"begin\":null,\"direction\":\"forward\",\"target-type\":\"url\",\"type-id\":\"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6\",\"attribute-ids\":{},\"attribute-values\":{}}],\"name\":\"Sony Music Entertainment (France) S.A.\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/3f82f08e-8027-4995-aa64-8e338ff3805c?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:29 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1118", + "X-RateLimit-Reset", + "1618477711", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"be23012ae36caa14fa7d49f9b2873200\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"relations\":[{\"source-credit\":\"\",\"attributes\":[],\"target-type\":\"url\",\"begin\":null,\"end\":null,\"ended\":false,\"attribute-ids\":{},\"url\":{\"id\":\"82acc011-e925-4168-b7de-94cb89d88e64\",\"resource\":\"https://www.discogs.com/label/37901\"},\"attribute-values\":{},\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"type\":\"discogs\",\"direction\":\"forward\",\"target-credit\":\"\"},{\"begin\":null,\"end\":null,\"ended\":false,\"source-credit\":\"\",\"target-type\":\"url\",\"attributes\":[],\"type-id\":\"83eca2b3-5ae1-43f5-a732-56fa9a8591b1\",\"type\":\"other databases\",\"direction\":\"forward\",\"target-credit\":\"\",\"attribute-ids\":{},\"url\":{\"resource\":\"https://rateyourmusic.com/label/sony_music_special_products/\",\"id\":\"4c3daf49-9a71-434c-b11e-1d043116639c\"},\"attribute-values\":{}},{\"url\":{\"resource\":\"https://www.wikidata.org/wiki/Q7562502\",\"id\":\"eb7efd86-b623-412c-8454-1bce4aeae1a7\"},\"attribute-values\":{},\"attribute-ids\":{},\"type\":\"wikidata\",\"direction\":\"forward\",\"target-credit\":\"\",\"type-id\":\"75d87e83-d927-4580-ba63-44dc76256f98\",\"source-credit\":\"\",\"attributes\":[],\"target-type\":\"url\",\"end\":null,\"begin\":null,\"ended\":false}],\"name\":\"Sony Music Special Products\",\"disambiguation\":\"\",\"isnis\":[],\"life-span\":{\"ended\":false,\"begin\":\"1991\",\"end\":null},\"country\":\"US\",\"id\":\"3f82f08e-8027-4995-aa64-8e338ff3805c\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\",\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"},\"ipis\":[],\"type\":null,\"label-code\":11542,\"sort-name\":\"Sony Music Special Products\",\"type-id\":null}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/77e1d81b-3098-42b5-8599-8d1e6fd43038?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:29 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1113", + "X-RateLimit-Reset", + "1618477711", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"38c449b88d668f44e6ebdd663939cf84\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"relations\":[{\"attribute-values\":{},\"target-type\":\"url\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"begin\":null,\"url\":{\"id\":\"0073173c-2075-4784-a082-8b411b2b7470\",\"resource\":\"https://www.discogs.com/label/115878\"},\"attribute-ids\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"discogs\"}],\"name\":\"Sony Music\",\"id\":\"77e1d81b-3098-42b5-8599-8d1e6fd43038\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"RU\"],\"id\":\"1f1fc3a4-9500-39b8-9f10-f0a465557eef\",\"name\":\"Russia\",\"sort-name\":\"Russia\",\"type\":null},\"ipis\":[],\"disambiguation\":\"fake label, for bootlegs/counterfeits/pirated releases only\",\"type\":\"Bootleg Production\",\"sort-name\":\"Sony Music\",\"label-code\":null,\"country\":\"RU\",\"type-id\":\"fdac9b96-359b-3488-9322-ad99c2473636\",\"isnis\":[],\"life-span\":{\"ended\":false,\"end\":null,\"begin\":null}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/3cfa65af-d11c-4337-843c-0b6d4ca385d3?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:29 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1116", + "X-RateLimit-Reset", + "1618477711", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"e75e637ca8240b10dd32413f0e4fb181\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"country\":\"DE\",\"area\":{\"type\":null,\"name\":\"Germany\",\"iso-3166-1-codes\":[\"DE\"],\"type-id\":null,\"sort-name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"disambiguation\":\"\"},\"ipis\":[],\"type\":\"Original Production\",\"sort-name\":\"Hansa\",\"isnis\":[],\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"name\":\"Hansa\",\"label-code\":835,\"disambiguation\":\"\",\"id\":\"3cfa65af-d11c-4337-843c-0b6d4ca385d3\",\"relations\":[{\"attribute-values\":{},\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"url\":{\"id\":\"377497e2-846e-405b-8ff7-21cd07ccee18\",\"resource\":\"https://www.discogs.com/label/2928\"},\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"source-credit\":\"\",\"begin\":null,\"type\":\"discogs\",\"target-type\":\"url\",\"attribute-ids\":{},\"direction\":\"forward\"},{\"attribute-values\":{},\"type-id\":\"b35f7822-bf3c-4148-b306-fb723c63ee8b\",\"url\":{\"resource\":\"https://upload.wikimedia.org/wikipedia/de/thumb/1/14/Hansa_Logo.svg/800px-Hansa_Logo.svg.png\",\"id\":\"02508034-031c-457e-8441-2ada5922609a\"},\"target-credit\":\"\",\"ended\":false,\"attributes\":[],\"end\":null,\"source-credit\":\"\",\"begin\":null,\"type\":\"logo\",\"target-type\":\"url\",\"direction\":\"forward\",\"attribute-ids\":{}},{\"attribute-values\":{},\"type-id\":\"75d87e83-d927-4580-ba63-44dc76256f98\",\"url\":{\"resource\":\"https://www.wikidata.org/wiki/Q180277\",\"id\":\"511d5ab3-a574-4fc8-9305-5752ef397d9c\"},\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"begin\":null,\"source-credit\":\"\",\"target-type\":\"url\",\"type\":\"wikidata\",\"attribute-ids\":{},\"direction\":\"forward\"}],\"life-span\":{\"begin\":\"1964\",\"ended\":true,\"end\":null}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/0331bcea-3905-4893-9874-1d3f10480625?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:29 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1115", + "X-RateLimit-Reset", + "1618477711", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"6adf8691f9354ee71d71bf12e3dc3846\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"isnis\":[],\"type\":\"Holding\",\"label-code\":null,\"sort-name\":\"Sony Music Entertainment (Japan) Inc.\",\"life-span\":{\"end\":null,\"begin\":\"1991-04\",\"ended\":false},\"type-id\":\"43f31a62-97e4-36f6-9752-453c131b71ed\",\"disambiguation\":\"parent company, not normally a label - see subsidiaries\",\"ipis\":[],\"area\":{\"sort-name\":\"Japan\",\"type\":null,\"name\":\"Japan\",\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null},\"id\":\"0331bcea-3905-4893-9874-1d3f10480625\",\"country\":\"JP\",\"name\":\"Sony Music Entertainment (Japan) Inc.\",\"relations\":[{\"attribute-values\":{},\"end\":null,\"attributes\":[],\"type\":\"discogs\",\"source-credit\":\"\",\"url\":{\"id\":\"29cca3f8-80ed-4510-9c4d-2342824a2c65\",\"resource\":\"https://www.discogs.com/label/32822\"},\"target-credit\":\"\",\"begin\":null,\"ended\":false,\"direction\":\"forward\",\"target-type\":\"url\",\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"attribute-ids\":{}},{\"type\":\"official site\",\"end\":null,\"attributes\":[],\"source-credit\":\"\",\"url\":{\"resource\":\"http://www.sme.co.jp/\",\"id\":\"4621c166-b773-46b8-9894-579d31a82066\"},\"direction\":\"forward\",\"ended\":false,\"target-credit\":\"\",\"begin\":null,\"attribute-ids\":{},\"type-id\":\"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6\",\"target-type\":\"url\",\"attribute-values\":{}},{\"attribute-values\":{},\"source-credit\":\"\",\"url\":{\"id\":\"e1cf8c97-852e-4c4a-be5d-222959fdbf74\",\"resource\":\"http://www.sonymusic.co.jp/\"},\"type\":\"official site\",\"end\":null,\"attributes\":[],\"attribute-ids\":{},\"type-id\":\"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6\",\"target-type\":\"url\",\"direction\":\"forward\",\"ended\":false,\"target-credit\":\"\",\"begin\":null},{\"type\":\"social network\",\"end\":null,\"attributes\":[],\"source-credit\":\"\",\"url\":{\"id\":\"fe4341e4-0ffb-43ef-820f-e9953bc44088\",\"resource\":\"https://twitter.com/SonyMusic_JPN\"},\"direction\":\"forward\",\"begin\":null,\"target-credit\":\"\",\"ended\":false,\"type-id\":\"5d217d99-bc05-4a76-836d-c91eec4ba818\",\"attribute-ids\":{},\"target-type\":\"url\",\"attribute-values\":{}},{\"attributes\":[],\"end\":null,\"type\":\"social network\",\"source-credit\":\"\",\"url\":{\"resource\":\"https://www.facebook.com/SMEJ.international\",\"id\":\"ca50f76d-0df4-4cff-9ec5-8c2f87bc6f19\"},\"begin\":null,\"target-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"target-type\":\"url\",\"attribute-ids\":{},\"type-id\":\"5d217d99-bc05-4a76-836d-c91eec4ba818\",\"attribute-values\":{}},{\"attributes\":[],\"end\":null,\"type\":\"vgmdb\",\"source-credit\":\"\",\"url\":{\"id\":\"6cfe5b96-f29a-4fb1-829e-6696e6e57094\",\"resource\":\"https://vgmdb.net/org/63\"},\"target-credit\":\"\",\"begin\":null,\"ended\":false,\"direction\":\"forward\",\"target-type\":\"url\",\"type-id\":\"8a2d3e55-d291-4b99-87a0-c59c6b121762\",\"attribute-ids\":{},\"attribute-values\":{}},{\"ended\":false,\"target-credit\":\"\",\"begin\":null,\"direction\":\"forward\",\"target-type\":\"url\",\"type-id\":\"75d87e83-d927-4580-ba63-44dc76256f98\",\"attribute-ids\":{},\"end\":null,\"attributes\":[],\"type\":\"wikidata\",\"url\":{\"id\":\"34d710b8-5e35-471b-bb9a-aa048a7528f7\",\"resource\":\"https://www.wikidata.org/wiki/Q732503\"},\"source-credit\":\"\",\"attribute-values\":{}},{\"target-type\":\"url\",\"type-id\":\"d9c71059-ba9d-4135-b909-481d12cf84e3\",\"attribute-ids\":{},\"ended\":false,\"target-credit\":\"\",\"begin\":null,\"direction\":\"forward\",\"source-credit\":\"\",\"url\":{\"resource\":\"https://www.youtube.com/user/sonymusicnetwork\",\"id\":\"92bf3500-14f5-4df9-b474-bec3c83680fa\"},\"end\":null,\"attributes\":[],\"type\":\"youtube\",\"attribute-values\":{}}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/b54769e4-b75e-4f60-884a-c4714687bb4c?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:35 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "795", + "X-RateLimit-Reset", + "1618477716", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"7a66eefbf3146a3702d1cf36001c7407\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"country\":null,\"name\":\"Sony Music Entertainment\",\"label-code\":null,\"isnis\":[],\"id\":\"b54769e4-b75e-4f60-884a-c4714687bb4c\",\"type\":\"Holding\",\"ipis\":[],\"life-span\":{\"ended\":false,\"begin\":\"2008-10-01\",\"end\":null},\"type-id\":\"43f31a62-97e4-36f6-9752-453c131b71ed\",\"disambiguation\":\"not for release label use! company owned by Sony Corporation of America since Oct 1, 2008; operates worldwide except in JP\",\"sort-name\":\"Sony Music Entertainment\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"74e50e58-5deb-4b99-93a2-decbb365c07f\",\"type\":null,\"sort-name\":\"New York\",\"name\":\"New York\"},\"relations\":[{\"ended\":false,\"attribute-values\":{},\"attribute-ids\":{},\"source-credit\":\"\",\"attributes\":[],\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"direction\":\"forward\",\"url\":{\"resource\":\"https://www.discogs.com/label/29073\",\"id\":\"45576fe5-7111-4a09-916d-a164676eb5f2\"},\"target-type\":\"url\",\"begin\":null,\"end\":null,\"type\":\"discogs\",\"target-credit\":\"\"},{\"attributes\":[],\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"type\":\"official site\",\"target-type\":\"url\",\"url\":{\"resource\":\"http://www.sonymusic.com/\",\"id\":\"6ea97227-8bc8-4cfb-934c-74c9939f9ad5\"},\"begin\":null,\"direction\":\"forward\",\"type-id\":\"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6\"},{\"target-type\":\"url\",\"url\":{\"id\":\"85fb56b2-8a7c-4325-8f77-3b5256c7d177\",\"resource\":\"https://twitter.com/sonymusicglobal\"},\"begin\":null,\"direction\":\"forward\",\"type-id\":\"5d217d99-bc05-4a76-836d-c91eec4ba818\",\"end\":null,\"target-credit\":\"\",\"type\":\"social network\",\"attribute-ids\":{},\"ended\":false,\"attribute-values\":{},\"attributes\":[],\"source-credit\":\"\"},{\"source-credit\":\"\",\"attributes\":[],\"ended\":false,\"attribute-values\":{},\"attribute-ids\":{},\"end\":null,\"target-credit\":\"\",\"type\":\"social network\",\"direction\":\"forward\",\"type-id\":\"5d217d99-bc05-4a76-836d-c91eec4ba818\",\"target-type\":\"url\",\"url\":{\"resource\":\"https://www.facebook.com/sonymusic\",\"id\":\"35c500a9-0000-44aa-beda-966136617832\"},\"begin\":null},{\"end\":null,\"target-credit\":\"\",\"type\":\"wikidata\",\"type-id\":\"75d87e83-d927-4580-ba63-44dc76256f98\",\"direction\":\"forward\",\"target-type\":\"url\",\"url\":{\"id\":\"30291670-a3c8-4201-875d-756e9c984d1e\",\"resource\":\"https://www.wikidata.org/wiki/Q56760250\"},\"begin\":null,\"source-credit\":\"\",\"attributes\":[],\"ended\":false,\"attribute-values\":{},\"attribute-ids\":{}},{\"end\":null,\"target-credit\":\"\",\"type\":\"youtube\",\"url\":{\"id\":\"c2e47c25-3ad4-469c-8ab9-158b630b51e0\",\"resource\":\"https://www.youtube.com/SonyMusicUSA\"},\"target-type\":\"url\",\"begin\":null,\"type-id\":\"d9c71059-ba9d-4135-b909-481d12cf84e3\",\"direction\":\"forward\",\"source-credit\":\"\",\"attributes\":[],\"attribute-ids\":{},\"ended\":false,\"attribute-values\":{}}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/d2b1e603-c74d-4c5e-b580-ff542e56b4b4?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:35 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "793", + "X-RateLimit-Reset", + "1618477716", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"8cc463b0abca18cf76f60276e4d08327\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"label-code\":null,\"life-span\":{\"end\":null,\"ended\":false,\"begin\":null},\"relations\":[],\"id\":\"d2b1e603-c74d-4c5e-b580-ff542e56b4b4\",\"disambiguation\":\"\",\"isnis\":[],\"sort-name\":\"Sony NAD\",\"name\":\"Sony NAD\",\"type-id\":null,\"country\":\"IN\",\"type\":null,\"area\":{\"disambiguation\":\"\",\"id\":\"d31a9a15-537f-3669-ad53-25753ddd2772\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"IN\"],\"name\":\"India\",\"sort-name\":\"India\"},\"ipis\":[]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/127f9b62-f048-4b24-a403-15d421ffad7f?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:35 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "794", + "X-RateLimit-Reset", + "1618477716", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"b87da233c86ad066f3e56a55bc71212b\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"label-code\":null,\"type\":\"Imprint\",\"sort-name\":\"Sony Music Direct\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"isnis\":[],\"life-span\":{\"end\":null,\"begin\":\"2011\",\"ended\":false},\"country\":\"JP\",\"id\":\"127f9b62-f048-4b24-a403-15d421ffad7f\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null},\"ipis\":[],\"relations\":[{\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"target-credit\":\"\",\"type\":\"discogs\",\"direction\":\"forward\",\"attribute-ids\":{},\"attribute-values\":{},\"url\":{\"id\":\"750b2586-d379-4e31-9fdb-06f480c19be2\",\"resource\":\"https://www.discogs.com/label/1215527\"},\"ended\":false,\"end\":null,\"begin\":null,\"attributes\":[],\"target-type\":\"url\",\"source-credit\":\"\"},{\"source-credit\":\"\",\"target-type\":\"url\",\"attributes\":[],\"begin\":null,\"end\":null,\"ended\":false,\"attribute-ids\":{},\"url\":{\"id\":\"bbe08525-a975-44cb-8420-88edc9793221\",\"resource\":\"https://web.archive.org/web/20200717012155if_/https://www.110107.com/files/6/freepage/ac_audition/AC_logo_W_back.jpg\"},\"attribute-values\":{},\"type-id\":\"b35f7822-bf3c-4148-b306-fb723c63ee8b\",\"type\":\"logo\",\"direction\":\"forward\",\"target-credit\":\"\"}],\"name\":\"Sony Music Direct\",\"disambiguation\":\"Japanese music only - walking eye imprint underlined by \\\"Sony Music Direct\\\" - NOT for compilations or reissues!\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/63003dff-a8bb-4d38-b8cb-471c8af5effe?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:35 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "787", + "X-RateLimit-Reset", + "1618477716", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"c9863d674ede93f5b7b0160dbbd1a694\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"country\":\"US\",\"type\":\"Original Production\",\"ipis\":[],\"area\":{\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"type\":null,\"name\":\"United States\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\"},\"label-code\":null,\"life-span\":{\"end\":\"2006\",\"ended\":true,\"begin\":\"2004\"},\"relations\":[{\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"attribute-values\":{},\"ended\":false,\"attributes\":[],\"end\":null,\"target-credit\":\"\",\"url\":{\"resource\":\"https://www.discogs.com/label/38188\",\"id\":\"f9f7064f-09c7-4a47-bfc3-d131d9b47842\"},\"type\":\"discogs\",\"target-type\":\"url\",\"source-credit\":\"\",\"begin\":null,\"attribute-ids\":{},\"direction\":\"forward\"},{\"url\":{\"id\":\"de76f4ca-ae8e-43c5-86bd-99822d6acf35\",\"resource\":\"https://www.wikidata.org/wiki/Q7562525\"},\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"attribute-values\":{},\"type-id\":\"75d87e83-d927-4580-ba63-44dc76256f98\",\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"begin\":null,\"type\":\"wikidata\",\"target-type\":\"url\"}],\"id\":\"63003dff-a8bb-4d38-b8cb-471c8af5effe\",\"disambiguation\":\"\",\"isnis\":[],\"sort-name\":\"Sony Urban Music\",\"name\":\"Sony Urban Music\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/f1c73c59-4f22-4a0f-bb56-073671d8afea?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:35 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "791", + "X-RateLimit-Reset", + "1618477716", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"369945ef9e79024f00ff5eb45b4a9540\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"type\":\"Holding\",\"label-code\":null,\"sort-name\":\"Sony Music Labels Inc.\",\"country\":\"JP\",\"type-id\":\"43f31a62-97e4-36f6-9752-453c131b71ed\",\"life-span\":{\"begin\":\"2014-04-01\",\"end\":null,\"ended\":false},\"isnis\":[],\"relations\":[{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"url\",\"target-credit\":\"\",\"begin\":null,\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"attributes\":[],\"source-credit\":\"Sony Music Labels\",\"attribute-ids\":{},\"ended\":false,\"type\":\"discogs\",\"url\":{\"id\":\"5fab2489-cee7-45f9-be2c-48005f9f599d\",\"resource\":\"https://www.discogs.com/label/681346\"}},{\"begin\":null,\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"target-credit\":\"\",\"attributes\":[],\"type\":\"discogs\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{},\"url\":{\"id\":\"cc5e45bc-ec04-4771-a27a-5cf172ac9dd1\",\"resource\":\"https://www.discogs.com/label/681762\"},\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"url\"},{\"attribute-values\":{},\"target-type\":\"url\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6\",\"url\":{\"resource\":\"https://www.sme.co.jp/s/SME/company/SML?ima=3041\",\"id\":\"dc767534-ba59-405f-a880-9c5f943356bc\"},\"attribute-ids\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"official site\"},{\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"url\",\"target-credit\":\"\",\"type-id\":\"8a2d3e55-d291-4b99-87a0-c59c6b121762\",\"begin\":null,\"attributes\":[],\"source-credit\":\"\",\"attribute-ids\":{},\"type\":\"vgmdb\",\"ended\":false,\"url\":{\"resource\":\"https://vgmdb.net/org/1338\",\"id\":\"c407ca6c-fca0-485c-80e3-9eb9a50b3986\"}},{\"url\":{\"id\":\"096dcd40-3ce0-470b-b51d-a921de98b606\",\"resource\":\"https://ja.wikipedia.org/wiki/%E3%82%BD%E3%83%8B%E3%83%BC%E3%83%BB%E3%83%9F%E3%83%A5%E3%83%BC%E3%82%B8%E3%83%83%E3%82%AF%E3%83%AC%E3%83%BC%E3%83%99%E3%83%AB%E3%82%BA\"},\"ended\":false,\"type\":\"wikipedia\",\"attribute-ids\":{},\"source-credit\":\"\",\"attributes\":[],\"begin\":null,\"type-id\":\"51e9db21-8864-49b3-aa58-470d7b81fa50\",\"target-credit\":\"\",\"target-type\":\"url\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{}}],\"id\":\"f1c73c59-4f22-4a0f-bb56-073671d8afea\",\"name\":\"Sony Music Labels Inc.\",\"disambiguation\":\"rights and manufacturer use primarily, not an imprint\",\"ipis\":[],\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"type\":null,\"sort-name\":\"Japan\"}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/c17e4801-8e23-4add-9a3d-5fe0587a017d?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:40 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1026", + "X-RateLimit-Reset", + "1618477722", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"d9cb4b3a3b2ea675d685c02cccb4c110\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"disambiguation\":\"\",\"relations\":[],\"id\":\"c17e4801-8e23-4add-9a3d-5fe0587a017d\",\"life-span\":{\"end\":null,\"ended\":false,\"begin\":null},\"label-code\":null,\"type-id\":null,\"name\":\"Sony Owned\",\"sort-name\":\"Sony Owned\",\"isnis\":[],\"ipis\":[],\"area\":null,\"type\":null,\"country\":null}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/fb00242d-7166-4f85-8335-4e045e90d4bf?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:40 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1029", + "X-RateLimit-Reset", + "1618477722", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"64cb2c5b6193dc283103b8e004abef26\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"life-span\":{\"ended\":false,\"end\":null,\"begin\":null},\"isnis\":[],\"type\":\"Imprint\",\"sort-name\":\"Sony Music\",\"label-code\":null,\"country\":null,\"disambiguation\":\"with \\\"walking eye\\\" logo, unlikely to be the label you want; make sure to read annotations before use!\",\"ipis\":[],\"area\":null,\"relations\":[{\"url\":{\"id\":\"02fa6ec6-837e-422a-ac83-b0827c1ae8a9\",\"resource\":\"https://www.discogs.com/label/50362\"},\"type\":\"discogs\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{},\"attributes\":[],\"begin\":null,\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"target-credit\":\"\",\"target-type\":\"url\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{}},{\"attribute-values\":{},\"target-type\":\"url\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"begin\":null,\"type-id\":\"b35f7822-bf3c-4148-b306-fb723c63ee8b\",\"target-credit\":\"\",\"url\":{\"id\":\"c340bdc2-2019-443c-9a05-5f423274137a\",\"resource\":\"http://i66.tinypic.com/av1kjp.jpg\"},\"ended\":false,\"type\":\"logo\",\"source-credit\":\"\",\"attribute-ids\":{}}],\"id\":\"fb00242d-7166-4f85-8335-4e045e90d4bf\",\"name\":\"Sony Music\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/3135aac7-9ead-425f-8c5a-b0f2b1281ed0?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:40 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1028", + "X-RateLimit-Reset", + "1618477722", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"c894ce0cd0055d6d4f3d4920b0450bac\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"life-span\":{\"end\":null,\"ended\":false,\"begin\":null},\"type-id\":null,\"sort-name\":\"Sony BMG Latin\",\"id\":\"3135aac7-9ead-425f-8c5a-b0f2b1281ed0\",\"name\":\"Sony BMG Latin\",\"relations\":[],\"country\":null,\"isnis\":[],\"type\":null,\"ipis\":[],\"area\":null,\"label-code\":null,\"disambiguation\":\"DO NOT USE! very likely invalid, see annotations\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/bdbdf4ec-8431-4eed-8741-1def7db6e9e3?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:40 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1030", + "X-RateLimit-Reset", + "1618477722", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"6814cd16c79a90e2991948ddbc44296e\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"name\":\"Sony/ATV\",\"type-id\":\"e9ad53b0-e3d0-3885-a10b-8193d501338c\",\"sort-name\":\"Sony/ATV\",\"id\":\"bdbdf4ec-8431-4eed-8741-1def7db6e9e3\",\"life-span\":{\"end\":null,\"begin\":null,\"ended\":false},\"isnis\":[],\"type\":\"Publisher\",\"ipis\":[],\"area\":null,\"label-code\":null,\"disambiguation\":\"\",\"relations\":[{\"type-id\":\"5b987f87-25bc-4a2d-b3f1-3618795b8207\",\"target-type\":\"url\",\"end\":null,\"url\":{\"resource\":\"https://www.discogs.com/label/264609\",\"id\":\"c928d1ac-8b96-4675-b264-bf7fad5793e0\"},\"target-credit\":\"\",\"type\":\"discogs\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\"}],\"country\":null}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "places have a mediaWikiImages field", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/place/b5297256-8482-4cba-968a-25db61563faf?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:41 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "895", + "X-RateLimit-Reset", + "1618477722", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"09e700aea5052913a0a81f21a633611b\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"area\":{\"type\":null,\"id\":\"10adc6b5-63bf-4b4e-993e-ed83b05c22fc\",\"type-id\":null,\"name\":\"Seattle\",\"sort-name\":\"Seattle\",\"disambiguation\":\"\"},\"type\":\"Venue\",\"disambiguation\":\"\",\"type-id\":\"cd92781a-a73f-30e8-a430-55d7521338db\",\"id\":\"b5297256-8482-4cba-968a-25db61563faf\",\"name\":\"Paramount Theatre\",\"address\":\"901 Pine Street, Seattle, Washington 98101\",\"life-span\":{\"ended\":false,\"begin\":\"1928-03-01\",\"end\":null},\"coordinates\":{\"longitude\":-122.331342,\"latitude\":47.613228}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/place/b5297256-8482-4cba-968a-25db61563faf?inc=url-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:46 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "495", + "X-RateLimit-Reset", + "1618477726", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"0ed41da87add91aeb6b7bfc994ad08c0\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"type-id\":\"cd92781a-a73f-30e8-a430-55d7521338db\",\"coordinates\":{\"longitude\":-122.331342,\"latitude\":47.613228},\"life-span\":{\"end\":null,\"ended\":false,\"begin\":\"1928-03-01\"},\"type\":\"Venue\",\"address\":\"901 Pine Street, Seattle, Washington 98101\",\"name\":\"Paramount Theatre\",\"disambiguation\":\"\",\"id\":\"b5297256-8482-4cba-968a-25db61563faf\",\"area\":{\"disambiguation\":\"\",\"id\":\"10adc6b5-63bf-4b4e-993e-ed83b05c22fc\",\"type-id\":null,\"name\":\"Seattle\",\"type\":null,\"sort-name\":\"Seattle\"},\"relations\":[{\"end\":null,\"url\":{\"resource\":\"https://www.discogs.com/label/340727\",\"id\":\"19c85fe3-0f3d-45ed-9eaf-de53ebb0360b\"},\"ended\":false,\"begin\":null,\"direction\":\"forward\",\"source-credit\":\"\",\"target-credit\":\"\",\"attribute-values\":{},\"attribute-ids\":{},\"attributes\":[],\"target-type\":\"url\",\"type-id\":\"1c140ac8-8dc2-449e-92cb-52c90d525640\",\"type\":\"discogs\"},{\"ended\":false,\"url\":{\"id\":\"ad4ed121-6b53-4571-afdf-4d7858afb8ad\",\"resource\":\"https://commons.wikimedia.org/wiki/File:Paramount_Theater_in_Seattle_showing_Wicked.jpg\"},\"begin\":null,\"direction\":\"forward\",\"end\":null,\"target-type\":\"url\",\"type-id\":\"68a4537c-f2a6-49b8-81c5-82a62b0976b7\",\"attributes\":[],\"type\":\"image\",\"target-credit\":\"\",\"attribute-ids\":{},\"attribute-values\":{},\"source-credit\":\"\"},{\"type\":\"official homepage\",\"attributes\":[],\"type-id\":\"696b79da-7e45-40e6-a9d4-b31438eb7e5d\",\"target-type\":\"url\",\"source-credit\":\"\",\"attribute-values\":{},\"target-credit\":\"\",\"attribute-ids\":{},\"direction\":\"forward\",\"begin\":null,\"url\":{\"id\":\"4159f9b7-078b-4aed-a243-26d545a36e4c\",\"resource\":\"http://www.stgpresents.org/paramount\"},\"ended\":false,\"end\":null},{\"target-type\":\"url\",\"type-id\":\"751e8fb1-ed8d-4a94-b71b-a38065054f5d\",\"attributes\":[],\"type\":\"setlistfm\",\"attribute-values\":{},\"target-credit\":\"\",\"attribute-ids\":{},\"source-credit\":\"\",\"ended\":false,\"url\":{\"id\":\"0c5a1c07-32b6-4c34-8513-a16a2b9e2cfd\",\"resource\":\"https://www.setlist.fm/venue/paramount-theatre-seattle-wa-usa-43d61ff3.html\"},\"begin\":null,\"direction\":\"forward\",\"end\":null},{\"target-credit\":\"\",\"attribute-ids\":{},\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"songkick\",\"target-type\":\"url\",\"type-id\":\"3eb58d3e-6f00-36a8-a115-3dad616b7391\",\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"begin\":null,\"ended\":false,\"url\":{\"id\":\"bbf86ba9-2cc7-4dbc-a8a1-b4e1e6d29467\",\"resource\":\"https://www.songkick.com/venues/102699-paramount-theatre-seattle\"}},{\"end\":null,\"url\":{\"resource\":\"https://www.wikidata.org/wiki/Q3363536\",\"id\":\"c3d835f1-9270-46aa-aaea-7479825c0bdc\"},\"ended\":false,\"begin\":null,\"direction\":\"forward\",\"source-credit\":\"\",\"attribute-ids\":{},\"target-credit\":\"\",\"attribute-values\":{},\"attributes\":[],\"type-id\":\"e6826618-b410-4b8d-b3b5-52e29eac5e1f\",\"target-type\":\"url\",\"type\":\"wikidata\"}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/w/api.php?action=query&titles=File%3AParamount_Theater_in_Seattle_showing_Wicked.jpg&prop=imageinfo&iiprop=url%7Csize%7Ccanonicaltitle%7Cuser%7Cextmetadata&format=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:08:46 GMT", + "Server", + "mw1284.eqiad.wmnet", + "X-Content-Type-Options", + "nosniff", + "P3p", + "CP=\"See https://commons.wikimedia.org/wiki/Special:CentralAutoLogin/P3P for more info.\"", + "X-Frame-Options", + "DENY", + "Content-Disposition", + "inline; filename=api-result.json", + "Vary", + "Accept-Encoding,Treat-as-Untrusted,X-Forwarded-Proto,Cookie,Authorization", + "Cache-Control", + "private, must-revalidate, max-age=0", + "X-Request-Id", + "90cb447e-7f8c-4604-8af5-bf2d8758f1ba", + "Content-Type", + "application/json; charset=utf-8", + "Age", + "0", + "X-Cache", + "cp4031 miss, cp4031 pass", + "X-Cache-Status", + "pass", + "Server-Timing", + "cache;desc=\"pass\", host;desc=\"cp4031\"", + "Strict-Transport-Security", + "max-age=106384710; includeSubDomains; preload", + "Report-To", + "{ \"group\": \"wm_nel\", \"max_age\": 86400, \"endpoints\": [{ \"url\": \"https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0\" }] }", + "NEL", + "{ \"report_to\": \"wm_nel\", \"max_age\": 86400, \"failure_fraction\": 0.05, \"success_fraction\": 0.0}", + "Set-Cookie", + "WMF-Last-Access=15-Apr-2021;Path=/;HttpOnly;secure;Expires=Mon, 17 May 2021 00:00:00 GMT", + "X-Client-IP", + "24.56.225.155", + "Set-Cookie", + "GeoIP=US:WA:Seattle:47.61:-122.31:v4; Path=/; secure; Domain=.wikimedia.org", + "Accept-Ranges", + "bytes", + "Transfer-Encoding", + "chunked", + "Connection", + "close" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "commons.wikimedia.org" + }, + "response": "{\"batchcomplete\":\"\",\"query\":{\"normalized\":[{\"from\":\"File:Paramount_Theater_in_Seattle_showing_Wicked.jpg\",\"to\":\"File:Paramount Theater in Seattle showing Wicked.jpg\"}],\"pages\":{\"41998366\":{\"pageid\":41998366,\"ns\":6,\"title\":\"File:Paramount Theater in Seattle showing Wicked.jpg\",\"imagerepository\":\"local\",\"imageinfo\":[{\"user\":\"Dllu\",\"size\":12529142,\"width\":2566,\"height\":3840,\"canonicaltitle\":\"File:Paramount Theater in Seattle showing Wicked.jpg\",\"url\":\"https://upload.wikimedia.org/wikipedia/commons/c/ce/Paramount_Theater_in_Seattle_showing_Wicked.jpg\",\"descriptionurl\":\"https://commons.wikimedia.org/wiki/File:Paramount_Theater_in_Seattle_showing_Wicked.jpg\",\"descriptionshorturl\":\"https://commons.wikimedia.org/w/index.php?curid=41998366\",\"extmetadata\":{\"DateTime\":{\"value\":\"2015-08-01 06:59:27\",\"source\":\"mediawiki-metadata\",\"hidden\":\"\"},\"ObjectName\":{\"value\":\"Paramount Theater in Seattle showing Wicked\",\"source\":\"mediawiki-metadata\",\"hidden\":\"\"},\"CommonsMetadataExtension\":{\"value\":1.2,\"source\":\"extension\",\"hidden\":\"\"},\"Categories\":{\"value\":\"Paramount Northwest Theater|Self-published work\",\"source\":\"commons-categories\",\"hidden\":\"\"},\"Assessments\":{\"value\":\"\",\"source\":\"commons-categories\",\"hidden\":\"\"},\"ImageDescription\":{\"value\":\"The Paramount Theatre (Seattle) showing Wicked.\",\"source\":\"commons-desc-page\"},\"DateTimeOriginal\":{\"value\":\"2015-07-31 20:32:43\",\"source\":\"commons-desc-page\"},\"Credit\":{\"value\":\"Own work\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"Artist\":{\"value\":\"Dllu\",\"source\":\"commons-desc-page\"},\"LicenseShortName\":{\"value\":\"CC BY-SA 4.0\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"UsageTerms\":{\"value\":\"Creative Commons Attribution-Share Alike 4.0\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"AttributionRequired\":{\"value\":\"true\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"LicenseUrl\":{\"value\":\"https://creativecommons.org/licenses/by-sa/4.0\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"Copyrighted\":{\"value\":\"True\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"Restrictions\":{\"value\":\"\",\"source\":\"commons-desc-page\",\"hidden\":\"\"},\"License\":{\"value\":\"cc-by-sa-4.0\",\"source\":\"commons-templates\",\"hidden\":\"\"}}}]}}}}", + "responseIsBinary": false, + "scope": "https://commons.wikimedia.org:443", + "status": 200 + } + ] + ] +] diff --git a/test/extensions/mediawiki/schema.js b/test/extensions/mediawiki/schema.js index ec613fb..d1ff767 100644 --- a/test/extensions/mediawiki/schema.js +++ b/test/extensions/mediawiki/schema.js @@ -1,20 +1,27 @@ -import test from 'ava' -import { graphql } from 'graphql' -import extension from '../../../src/extensions/mediawiki' -import baseSchema, { applyExtension } from '../../../src/schema' -import baseContext from '../../helpers/context' +import test from 'ava'; +import GraphQL from 'graphql'; +import extension from '../../../src/extensions/mediawiki/index.js'; +import { baseSchema, applyExtension } from '../../../src/schema.js'; +import baseContext from '../../helpers/context.js'; -const schema = applyExtension(extension, baseSchema) -const context = extension.extendContext(baseContext) +const { graphql } = GraphQL; + +const schema = applyExtension(extension, baseSchema); +const context = extension.extendContext(baseContext, { + mediaWiki: { + limit: Infinity, + period: 0, + }, +}); function testData(t, query, handler) { - return graphql(schema, query, null, context).then(result => { + return graphql(schema, query, null, context).then((result) => { if (result.errors !== undefined) { - result.errors.forEach(error => t.log(error)) + result.errors.forEach((error) => t.log(error)); } - t.is(result.errors, undefined) - return handler(t, result.data) - }) + t.is(result.errors, undefined); + return handler(t, result.data); + }); } const fragment = ` @@ -38,7 +45,7 @@ const fragment = ` value source } -` +`; test( 'artists have a mediaWikiImages field', @@ -55,9 +62,9 @@ test( } `, (t, data) => { - t.snapshot(data) + t.snapshot(data); } -) +); test( 'instruments have a mediaWikiImages field', @@ -76,9 +83,9 @@ test( } `, (t, data) => { - t.snapshot(data) + t.snapshot(data); } -) +); test( 'labels have a mediaWikiImages field', @@ -97,9 +104,9 @@ test( } `, (t, data) => { - t.snapshot(data) + t.snapshot(data); } -) +); test( 'places have a mediaWikiImages field', @@ -116,6 +123,6 @@ test( } `, (t, data) => { - t.snapshot(data) + t.snapshot(data); } -) +); diff --git a/test/extensions/mediawiki/snapshots/schema.js.md b/test/extensions/mediawiki/snapshots/schema.js.md index c5f806c..291c6dc 100644 --- a/test/extensions/mediawiki/snapshots/schema.js.md +++ b/test/extensions/mediawiki/snapshots/schema.js.md @@ -2,7 +2,7 @@ The actual snapshot is saved in `schema.js.snap`. -Generated by [AVA](https://ava.li). +Generated by [AVA](https://avajs.dev). ## artists have a mediaWikiImages field @@ -25,7 +25,7 @@ Generated by [AVA](https://ava.li). 'Kurt Cobain', 'MTV Video Music Awards', 'Music events in 1992', - 'Nirvana (band)', + 'Nirvana (musical group)', 'Pauley Pavilion', 'Photographs taken on 1992-09-09', 'September 1992 in the United States', @@ -40,7 +40,7 @@ Generated by [AVA](https://ava.li). { name: 'DateTime', source: 'mediawiki-metadata', - value: '2015-11-21 12:22:55', + value: '2020-10-08 06:51:46', }, { name: 'ObjectName', @@ -55,7 +55,7 @@ Generated by [AVA](https://ava.li). { name: 'Categories', source: 'commons-categories', - value: '1992 events in California|1992 in Los Angeles|1992 in television|Fashion in 1992|Flickr images reviewed by trusted users|Krist Novoselic|Kurt Cobain|MTV Video Music Awards|Music events in 1992|Nirvana (band)|Pauley Pavilion|Photographs taken on 1992-09-09|September 1992 in the United States', + value: '1992 events in California|1992 in Los Angeles|1992 in television|Fashion in 1992|Flickr images reviewed by trusted users|Krist Novoselic|Kurt Cobain|MTV Video Music Awards|Music events in 1992|Nirvana (musical group)|Pauley Pavilion|Photographs taken on 1992-09-09|September 1992 in the United States', }, { name: 'Assessments', @@ -120,7 +120,7 @@ Generated by [AVA](https://ava.li). ], objectName: 'Nirvana around 1992', originalDateTimeHTML: '1992-09-09', - size: 31369, + size: 35642, url: 'https://upload.wikimedia.org/wikipedia/commons/1/19/Nirvana_around_1992.jpg', user: 'Kigsz', width: 367, @@ -153,10 +153,11 @@ Generated by [AVA](https://ava.li). artistHTML: 'TenIslands', canonicalTitle: 'File:2 Portuguese guitars.jpg', categories: [ - 'Derivative versions', + 'Files with derivative versions', 'PD-self', 'Portuguese guitar', 'Self-published work', + 'Two instruments', ], creditHTML: 'Own work', descriptionHTML: 'Left: Coimbra Portuguese guitar.
Right: Lisbon Portuguese guitar.', @@ -183,7 +184,7 @@ Generated by [AVA](https://ava.li). { name: 'Categories', source: 'commons-categories', - value: 'Derivative versions|PD-self|Portuguese guitar|Self-published work', + value: 'Files with derivative versions|PD-self|Portuguese guitar|Self-published work|Two instruments', }, { name: 'Assessments', @@ -276,7 +277,7 @@ Generated by [AVA](https://ava.li). 'Swedish Performing Arts Agency', 'Uploaded with derivativeFX', ], - creditHTML: 'This file was derived from: M2676 - gitarr - Matteo Seelos - före 1653 - foto Olav Nyhus.jpgM2676 - gitarr - Matteo Seelos - före 1653 - foto Olav Nyhus.jpg
', + creditHTML: 'This file was derived from:  M2676 - gitarr - Matteo Seelos - före 1653 - foto Olav Nyhus.jpgM2676 - gitarr - Matteo Seelos - före 1653 - foto Olav Nyhus.jpg
', descriptionHTML: 'Gitarr, tillverkare Matteo Seelos, före 1653. Foto Olav Nyhus. Ingår i Musik- och teatermuseets instrumentsamling.', descriptionURL: 'https://commons.wikimedia.org/wiki/File:M2676_-_gitarr_-_Matteo_Seelos_-_f%C3%B6re_1653_-_foto_Olav_Nyhus_(clip).jpg', height: 1236, @@ -321,7 +322,7 @@ Generated by [AVA](https://ava.li). { name: 'Credit', source: 'commons-desc-page', - value: 'This file was derived from: M2676 - gitarr - Matteo Seelos - före 1653 - foto Olav Nyhus.jpgM2676 - gitarr - Matteo Seelos - före 1653 - foto Olav Nyhus.jpg
', + value: 'This file was derived from:  M2676 - gitarr - Matteo Seelos - före 1653 - foto Olav Nyhus.jpgM2676 - gitarr - Matteo Seelos - före 1653 - foto Olav Nyhus.jpg
', }, { name: 'Artist', @@ -413,19 +414,19 @@ Generated by [AVA](https://ava.li). 'Resonator guitars', 'Self-published work', 'Steel guitars', - 'Unidentified guitar brands', + 'Unidentified guitars', ], creditHTML: 'Own work', descriptionHTML: 'steel guitar', descriptionURL: 'https://commons.wikimedia.org/wiki/File:Steel_guitar.jpg', - height: 4752, + height: 774, licenseShortName: 'CC BY-SA 3.0', licenseURL: 'https://creativecommons.org/licenses/by-sa/3.0', metadata: [ { name: 'DateTime', source: 'mediawiki-metadata', - value: '2012-11-18 20:09:45', + value: '2020-07-13 13:43:59', }, { name: 'ObjectName', @@ -440,7 +441,7 @@ Generated by [AVA](https://ava.li). { name: 'Categories', source: 'commons-categories', - value: 'Dobro-guitars|Frankilin Pedal Steel Guitar Co.|Lap steel guitars|Pedal steel guitars|Resonator guitars|Self-published work|Steel guitars|Unidentified guitar brands', + value: 'Dobro-guitars|Frankilin Pedal Steel Guitar Co.|Lap steel guitars|Pedal steel guitars|Resonator guitars|Self-published work|Steel guitars|Unidentified guitars', }, { name: 'Assessments', @@ -505,10 +506,10 @@ Generated by [AVA](https://ava.li). ], objectName: 'Steel guitar', originalDateTimeHTML: '2012-01-21 12:18:59', - size: 1405577, + size: 153093, url: 'https://upload.wikimedia.org/wikipedia/commons/3/37/Steel_guitar.jpg', - user: 'Patlaff', - width: 3168, + user: 'Eagledj', + width: 742, }, ], }, diff --git a/test/extensions/mediawiki/snapshots/schema.js.snap b/test/extensions/mediawiki/snapshots/schema.js.snap index 0936bf4b7ae45fd50b5695a1b548a50e8ebcdca4..642ff171a5f1f5ec5b74cba29ce885880427c9ea 100644 GIT binary patch literal 7308 zcmX|_cQjnj!^WfR>Pry4CwfbCR$UQ94Wf6V_g^QNrp` zS4(tRe)9hD&YAg~ndf=VJu~;5IdkW#7^`p?dfEB-yLbn11c{O2-_tU3r3nK7C*8T_ z`Wg>g9NANd@BLpP*v}`iWgh4lRBy!2{mz#mBGHu6{U8IcMzuNQ$$&^?Kjh45wvU-x zFK{)^m}v$X5K?Zh6YF#6ryB6-e>3Cr3~6qrLay><_%-X-`ekGlH`D$!Nc}Cd6lFYP zn%iKqXIntvyQ-(;4($Si#lhg~ed#7VNaCBtMrYNd_7PlZo?ABV>Ydw^3+G9ca~t*V z{&nwzo24Wr#lR(YDA)ma1{ZDJ?lsrr*yu3fg+}arWDe4cx-Lu}$-emmr^C%w=|0>j z)-v|KR+$jB_8_l??il$^n%x=KBD{~{wbADunr)_9N4KxgkF?BtxII;`Ns^@<8y<^` zil&)1CJjJ@Wa&oaq5)a7_L=}HBge6Yn!`tl%fUzB22j&Gt+k-^9Wp{y^LBNTxR|Sg zGmc{@RF5Bp-HC5kCvV+BmN`FZcnB4OWm~4Z9)j z)*Hb**Wi%=AA(04TFVRb29Vtw1k4}`8l$*Q(hg4yzu6LocgU03>V?HJ1 z@^@Z7mh|kr6p=Ix^nXq|DuJmk-Xz3ekxrdn1*&7@m_;3(E-yvBF>TCKX09wDjHU9J z2gXuwj0Hn(C~hKMhjc3NTGAVf!2A`I zdVVPQ(eKAG1bvbfvIljIva}AeoPCnTiu=!c3fY3d3oJq1vL1D^SRH@U zWDKp;0!!;OOX~m&okaf>jaRZOiS$5!b3m*_xP9(Gm?9{wLE$(x?^QiP((;#=a~E=6 zMDajyg@i_xl!k>H!q^!Rl&E4Jt785zs;F)C(cy~jiGD0A%PU0CYn7kAK-WR$k{0HY zz$1r>ZJ!tU2a|Bt|G&v@emlbjl&V}blNpTWc#xRmALca;F4T){i?H7FhQk-Ok`RJOa z4%KSf1C!8z&(g#8Z>)xb%*ZZd3Q^{HGXqe$R^zNr$5iA?@$@zt62WZ^Lm&tG$f9j`gjOU(rlQp|7F@G4f}B zMl%(A4c6c0z7(cCAQeen?2p?e##tag^8ZIjM;ayB~B16YIpGbIRt8{2Gj0R z%rMNnXr^5NQch;+CzHT6_l#Y7PLw>2)4yKDudO*q5v1RF{$&-acFRja8L4Tofm0EUcUT z{Z~+KHGu^KJ>>{?B_3s0iR($#KUdbliHvQ;dtz*BD6aSRTcGSW4!caV3wrO$iyDi@ zCTGcHXDEx^?e@Vo`&|ChU|x!YTE)=XZ4q+6r{H2H{!m$&NEql< zxTbgTA?Kta8r)ts!^1LpNH&@s9+v&hI?Q)wvf$Y*b0jFeb*6*N0i&(Fqle{eAkbWf z87-#Vrxju6<^xP4N<7qCg!@SnVtZ;pnx{cpoB&U=J(YERh{VE~dAT+GLJwYad9{J4 z)0+$z6zA=iJA4);lZabGKDS?5quE`*NmOd3(HXY1Svnc0vJ^PGitHvcTaK!3_Kxg5 zePZF>CdwDcrEbv6l5w(TC|9DZvtKzM-ZDJ3uq>J)+DL|LoC`m_jZ*197(59rs_&VZ z{mwmnqi?lJFG|Z_5xPgJKIaMVL@Dg+{xw`>$)pL$>I!QEKdY>kqpkb7TCDm&w*BFX zaK;HU#LBLtNmI3A)d>xyKw*Q@`M2Mba>2t^20f8U5;MFTL2t}GpBL;`=)aC) zX*TgApLXO23LGm9y8T$^ulxK1mXeYBXzb1N8t=C+!$8@{w&Uw-TFn(sfdcpMI`+TVn-GTHz6~(*3qJV~>No z?7U;In&N2Bdz25pbT^M|%*i?iVgJUvw+r8lzk0j`{pl3+DgVbDpRm%@m z+p!@D_@&O|AW4H^8LwP4QT{%dMP$ZBQK@@(STIV1#KTzl+VUb<+7qyQ zD{W?=%U|Q;k*rrB55>jL!5s6Snrs`Pm9265yAA5wbIQJbA8=?*#Dmu(A3H!*-#p-@ z*$|5eeue-!SN`i4<^FRYB6kBC%@ahmQR5EOa+GPP_;HkQhl1q6$6UXM<;uHGRWL)_ z0phMS183J#aZM|3%NrU{X4l{6gCx(gZioo33!`(TNE9RcGiD(|0kscvpHd=>Ikw0?WB?LS1pN% zZw-W)q+EHl-Gz2QDIkaQxR45R=G`3gk#C- z9W-L-R3GRQG<&J6;epl_)+$lNvQGDhTO;mg&6Kx?>%`I8y zL--)dSqRor8u6u#PSs#e@_P&gYxndjJ@%`E`2Mv$;!R+94enzG)v#Tf8l#696V2SBtg-dQJ%BX#1Pzf<*6rxasAa^SQtS&T$Lbs;uq`nytdsxdnC70 zxccaxAhyqC;8{2=ZO}C+>3p2{m6D`y|4S?-yfZSn^)ayQ>t}$DUDVJPG3SdZBl$-O zJ{9&KxPX(sTi>L#Q#@sSi>VDz*5=pUir#$H{6bqaqZ01|X1pw}Cb@xKrA}&lMlEb% zD?nk|45rSE=wS8N6N$&)r3Xl3+;;`j(1OBDpTs<0RL9qt_nVt8bItVCTJ)RGeNQnZ z(=r=1&vAa@Zui@MrccCl)O@Zx#f&WcpCX=JPuJ>2;%>()VkeB<^Rul=>!irb1kH=89YU)DEZvN>`m4h77X=3>W%?7O_&cjO zIcFMwOADw-a=?w=s2hwKf!&qng;iM-B=ci*@N9^f3hKVY6&@%5@a}wQ+?xq9?#;hz z^k7q*;)?C*bwTV8Z#$BzWt5gFuE3yg_q>(bxK}j0{%S0!@v0`U@d~r+cpBdE?#JQ7 zaTi>fg$MhWzvQ`lTqQpSy7NcYZSMWlCGrC`Ghd0PZIN9#N^^=Mom{%|P`soU!O@lg z1;WUo^>>63d2j@DTVPw05>8Kiu?+h}q**$o&kxt5JHjX*#9706vVAXT@#+Yshyx+n zM;AtTw`7Q5DB}yS*h3t&i>{-q6!`dcdhwB@rPlMzM)QE;lEU!YwjS*(RtX7M{n!l)aCejUZ*TU(~ctL7DoyURwrjlR7% zG=^?M$H{?ggjPCEUE0xp8dY0I-1tyQ#9pB~^7g1*^|OulqYZEUaZ<>xiBCvU^l~G0 z3rRQrui7=A@@NwRS;E~okyYR9=-c~4%;*dhu~{esybJJ&S>s+OLl|OE0l%O(7g34k zM0Dn&v;YzG2(7|vWYkf}`)KDnJp7jsD|eYsmW$v!xvQ}E&xIS_e=S*vP_#K;V-{+b z_~KOA3uYZJHsgC?j%P#I5AcMIuN?>C_Y@@|BoRQXh5l6?d?-5tjyy+p?8!!SM@!?m z!gOKK(RF6Rzb`qwA!ihE(;h2FPIyZ6L-A-<^qxGlJ=$hgdx)}d3weT)jVO)|k2X^A zL|@7;aji@cgaW={5{*0FqAUQGz$rjJ5eBuMN4U5YQ*Kv5y6d%iG=>kALXaWV4n?HHAF z{LcOb16%e+Z3TZ_HGj?X0>*3L<~1V*OHT7LT}bIWQ*qCSGMEEPr$Pzg_QN*c1F;Od z_I~Zsb}f0HZzaAm**rEp1gX4(^@`|z6uSe~D3SbviVN~ZEg=M$NDP8GZe`9>^%wj5 zM6(UhJRDBTFIR7_We7kqIddpw;qA5u>Zi5ZeMvQlHl2ExXw|_Clt&haQIpsi4L7FG zRDfsIB?+##^YwCn0CC*I6;7uksb$(fsb_pea4!_ViWj1;@D~0=t5yMXz4W~+t?|K< z1bvM^E%2Sw?icfPXN7N4-4YDIucGvyOn#UA*bSBl>rM*-8t0BE&pe9{!`UBWe7bHUG5L4gx)O(#G_8QNEUjG{6S&a|qxY2bTeI`|W0=ZFUBQg6f3_Q3U@>#ke z-daq1bpA^{!55>h9k%09Z};KFsqbgM&bWO<_5|tX3DwOOX7{3uE~7#ZnA5b*-Lsz` zOyxFCH3TmE6pj%!GjBdmr(&Sjq$8rg-?zl2`m{qW4%u30#Y3_{&RQ7s`Rdul4!Ogg z0)yPgsK2b4s{^N*IV2K_N6hROZz%uv%ntRj<&v6JS?gp{*e3Nj97 zi{>e(UW?O>Ia3yesF&MWKyiacoYy=v@#f$dBHROLluSd_Y*c0Wt)x;zlXfshVkCF5 zIDvq(vc)1;OM~IGl)18T4ofCg!Yv9h%zjeEpfbvqM;Ske0P~b7h>V7C!?|Fd7-VQ;!0JWb_1bw z^Xt5!YihFTfEYGQ*&sbvgcg9h^};=skIo#E1Z{u$4fF5}X1zJvm}`U$H=LL6f8UrJ zc-S7)-p!p4w$NqI(88n-zBJtZ(j*qO$M6B{e*M{3bTxgQcOp!EyZBtLn=~r&b^S-0 z&6%Grb^XhwYrHdMlkd&5GD6$I!ZA{M8ra^B0TJO#UVNncLIHslz7+umA4mR^OaZ7s zgkuaNx}tQ{;(bJ)3wlt>%Vvuo69PcWcXCSiri_}cBlO6QgT;^8-iwbW~?!O=r=DRby-Bo2SNmT;?PvG$_4 zb_#rat>DC3*USEUU9a>cR+myaO?5)GPUY}!ZI#B5-$+Ju#1O>~NEPx8xHcmGo z2(p||8{?I55PcBK7GH38*eoR|##QsjIjVj~cIcBBQPf0BDXXiHo-RRnAU)eDKHQq^Sp4iDq zU4ifbC811(&Z^40K)TV{wk~d*Anl;8v{C(hRN`#=K+}OeUry{zWWa8Q#Mxve^VFPr zIh$SzG=OyTdipige9yMoc*GIoQL;&kk%#5p{qUlfEZ^D8pO)8(mDTp?EPeXc!jK%bg$mn{A9dU1^>>bQiZI#bh&}|vqG;KL;qSYf$0zBd0Pfe z8q(h7n-Q1@ST0$>cStwmK&P4ZSbS#(EH|ZyjNyfUgO|1D822Q=t6~Q|*88IAsWh)s zU%;-Dq@-16sJtZRDlm{|)cZI!-RP!a`syLaEy`hSs|!lGK`GAz?b)N@FkXt{g7&zJ zAmZhDLZqtQqb2_2tQ6II5ll@u#MFHWV?-Pt=d4K7FOhAiu+bFU)Og4J5bren`aql(7DNC@?(D^o46K;Uzd8)tK;{b^3yXP7Y zTnQkgL$yuW2XYIvG(d-GG<0$ea9cV*g{C>gMhg=(rVla!s>w7c(^v&;x9~2d(rT#d!O@EY z4tMcv{|hHxY+{Fd2lfJdaS8J?3spvC$YSG*|;R zml<4!rL&@cye{j=MK@LGn2!DNcI}*R{rbFB{)=<;gKk^uBUusPuMad_kiOVB%6 ztcw3!)n>ikm>rSMllaU$6i6C=nu7|;Mb(PKaZ@a3>9Sa*&H7P7DGuULrDkulswS&70~qo(DfzI zRTAjh0(3nEx{llhm`iFNYgo7#{{<%-cv0)*0Kq3u3S8qe6HyjEL;;jY zSdl^}8Ng^uqq+QaO8PBOs*?Tc{QlDwpEW4flA-Re!KWgxTwd5 z1Bm$zA;>zs0S*gH$VVN7rg^j}(gH ztFUN6TTAd#250l5#WY|+5NXPOr|&sfS+tu*yhtn*gv(5s*kl6;T{ejm^T&M9rwHJi zCTFDxge)M519$>B1Gt~A7w_zS2}i1nr4vRw|G`@!+M%zRQZN4P^4PH$dmi}F{4;OL z>arZEQ$AA$6TVe))DewHbp_8?Bvtx##N=c3gD%bv!C$u0)O>WFT8q-Ebk)<>U`?A! z{zToTiSiS5lU_2{fH!HNq?z{@+;1&wv#EQy(ivyFNtUVJiv^f)MZn59a^*~2j(NZI zfW;+)e)Mx~l!!>6tj}JtfJXwFSk45&B~Bd^TWNxIqYRI`-k)7s*g#ix0-xp%)0%bG$5jR+Z-~odkf)`vdu|E3?{g)5Zl80^LV9BqH;!>UKFjNV?N%U@Ot$vJ zTK*~q)Ms3wItP(obWdQ?t2uD6VRh7UcduN!jaom> f96O#T`=I3%an_eJX03dA%U&1mB_)z~@816apmR2p literal 7303 zcmZ`-bx;&gx0gl{kXlMWkPsFYX<1Tg3F%x~T)Mk!0qI;C5s)QBLY78^U6GWK2B}3l zr8^$qH}mHG_3oVc&HbHw?m1`9%$+&szBYLMOxNYDo2Q+t*E1i1M>r3HRfzCD|ND0d z)4lN~Pg&(+i6?&W-$k{X|1gNL>w6F6FqpmFqafaMMg_*yokrNZru7hGRbpCXs%CL?DbPUL*aOl_z9Ya~l9+znuCth$L4^v6STXzDC4 zLnO0%`2?K3E<1Ocmn710=ip=GV{aHlrAMja?YTcvhd%x(>V`oYt0R21o!Qg#^PNpW zgUzO`gPb#jf}HC>VzWnUvk&cwXv10_My_yDqNsKVAm}-E*s~1+F}Qr;vz!#tzBzUF zSQoauX-;{YTbrlc3k#eLfUp-ayy|9_bD|Rz|4)wjl88ip~7x{+)A{GUEx_AQi^(?IKo%8>Iu5fj54nc*q zs)C1>#qV*`ML$c77sAJt2|`M!v_lrj6w|y_{uv}VrMV$ek0tVzU1}JJ0Vl;<4BpMk z6RjVP`EB2A+dG$CfTb$kpdwCfDie3~1X3QzW zhpVbJRcz+1m>V1kZf_wc$|Q^(I5bn^Yt-?S1U`eTK2K6ZA>0bOnq!jB$icI|;&9Yh z^RtS*VXF!khni2nm{6c2ixLKMPpAGv{A4^^5rSdaEOPy3W^x6f2Y=(=GF`mrFO+x7 z1C$Z%N9o}oT2~}Nf~?4k;-$oqZ=@#|`YrNW3c<%Ub`;=w4d0S6V}FkK@HoKDbNk{N zU@sT@=f$ZaUvhTch7ljHL%CxSwb#IDg46IT^j#SJ=g4$;9YzsLxbL~|;}8^>KhQK~ zSCCao@fTO$lGF~@7OwG?DH6l%CO%C>7WNGtjHPfB=DU^9!4LkyZuP71tY_=To8>-z zpBFe%FP2(r5I5}_`XuKoI3($}P_4dI|J&Aj%Q7;7UJJ>>I%X#SXWz6upf zzTd{;(}~19@p|Pk&jfgkP?L7Y>;)s6MXPg5x|bPbpM$fIjzxt@&-lbocU5-!O?7E# z*dYY;0?wwwf*cIu>T@3zygyfVL#&8|_)a-TjSy79UXT8a!~m3*$Dqb}D=8K;93p)Z zLATjX{V|W$#70ir)eu*$5ow^a7dR@3L59cSada>xQb7HS;MUREYCB3GLH(c!u5|7@ zKJdrkLTwUMVk+j}XhJHEocJa?*tER(^*4&gBbIQAwj4sLM69Q9HVj`#@W~rd_=Iq_ z6}~>h8xi=_h-EHCP#WP_qNNUJkxCiHgJD1zF3s=(hTowUfk?#G*u9LGW{$m+dudO} zEakSw?(!lH410kauU6Fh^qTe@=$guj%9hGWL7?ri@V*a2?z(O$o!h<7^SMe%r@%5&1D6}eec$Jqkp0}NJVghTv4|YxEKusec zy;Eo=Y>DI$n+c2}TP}vI8ZTLMiPu8`z#?m%7q`SUEt*l+O9M3}pTODYRnG5*uEg?Y z%B|v>V3-%I;(Gt8lz+r)+>C54^91NB0{FD@$=ZqcR`^O|d6^@&xc8Y~e8528(2}-M zoe%Ln8A~oxlCTZ=NvS8Fo7Lx$n3Qq)Iq7XTv5EvN)XvQh>)xWqJ-_P!hX)R#;YuAwYz)9CqcC{Gqo_*)1B$20!$?scS zge2wo=^Mwnlk}wN8(t@Tj`%M8_MNdTY~|mO=)%o5k%i>|RSK2*gWy&7W6XFxJZRGV zN@-xwPOaG=+hEP>DRdibi$t$L)X}d38I;;q|KRjY(=8mnYDOqk!bs=xZnGC& zu7l`mU1unN(wNXx`9_vHruP|{i(x}j2*FyP4W>ja0%IDrlQLcCGmw-2wzVrcg!sE# zp)<^KCcgzrH`Nu+kVd`L;i%b9iOyp$9cl(+f_3u$G^rJnmDLWF8>rD|%v9oQTbUbM zzB8`lJ&xtZi-H|E3Ov|2f&>KAt@m$x(_Q?Ny=5WSePq~e%JonTtDo@e`Z0^lt2p{7 zLrAW6FG@Rnf=wN4(Jjr@j2rwG5W@L zBE?@v{?Nflx=Zv=LPBFm1qfw67u`LYTkU)UNT+jI;)Egs4=Re(s^Yg zD6wq%^N++!#bl)C1(OryQs%pSg%?oz9R%J;`ylOaCWlb;NR5NkMVbYfS5XJa%9PU{ zx$<#chDJr>*7b1h5+NbPW298|A+-R}wxuZQn~Tt%vF@KognKP78@EqR>YVo0Js+8M z7OE$zAV&_AJV&iA+2|Jxeyc&EQK9Dwijkv*UpWu^Uf4WoG|qpG6;vPj6BOPU{>_Q8 z8PhmjVI^26i&B!Q(-NE%BH_RjBGF`;9r%ILmXs*YagS+cH(gD#YFcsErwOc3jf*Y_ zP!8&Gml4Pb+E4O0#B3k)TptPae@eGz5D!G5&tNJ>Ha0eq5hD!q~<$zjX&b$T0ez!~TG$X-YS(*=!{#wEYSK+ zvSv#;nr`3a9!#S*6;_OuUy$2q{wNWfLSTvas=zmiglURg{^W%p5$}@Oyj+jBlpdq3 zOmj}t6L57wAKQvz%E!cjZi$|#q;2N%#t7Glf+K)j&q@7LxwSBT+12^Yds3%$1AtlD zwZi}F?U9}o)?@#HE322O?HWZIi2+`sZ`pm6#rIndZp7CS|MC2#?1>Ih0NU4|sO`6V zFuz_j#?g}OUl=X88dzjZ(1tZ>>vCUf_R)W3>e8ogpl=La{GKWZ?E|I`SqNh-1@mMWCnphG-alVFSV_jCvbge zT3&18qnBTI)=Cv|JrfXj?V$C{e{Aufg^7XA3TrhU90;QZ&1Jol!r(MK|J$73I-%4% zQ%GWmJqiP%?f}!|E;ur{XAu_gGPD}j70Z-&@Z*gj#w&&V>1k>{S~uZr_EF$5(+3a- ziyu+P_|O7|{LhTUxth-@*~gFQ1&kWyw8Xji!yTsUzxbzQA-1@IM4_zV-y^uVP`+-4 zY=J~F&r`oggmT}*VkVtG5o90Akl;tYqe8q!hglWQcEr~##z+=BwTEF1)0B?i$omWF z$*g2>v#l0uF|B5N67#>B)e1%f75^=tiub(`UWkykKvqULNYzNHAd%)5(&kW3oe-*u z?`l1iqtFITFO{h zGO1S69po&?-Z5}QSr{X3x^j8B2Ga(t)f)$MD;INjR2@+)CJ3em&cLx;Ua|SK0cUle zR*@MEN7VO87*SQ)13P6+_fG8ejBjocnltk7_KDnj1Ub4Q-22QI?vHqQA=peINiO|Bw~pBU0d4rU ztg$F7Xn~dA<8s{zUO^+NFu&~|=|o^HL@aL2$;yv+#hZY|bYTNhMDtP_3h~$nG3DN5 zXM7|Iiztc;T}*vTq;SN8a{@ndr#y(V%sI|E@tcBV*9R6jVsM4n6x`UW%!Zz3qoo~f zKOy4`^ktz1+3$?BTIs~>VMoHw$t?Z>ku{{04x(bSs5*sG4_Td}nbq*jr0lB!_;!+e zdW$h#zMc`~huFa*f8HdO@eAhv?uvWA#6g80(tT~G{tnXU=G(#Pd zJHdUeqCQ@*n*km-e>ax4`LsP4rR}q>(j&|zqo~KK)G$B1{K=DNm8_}Hry~+Aaim^4 z$EYN}y64e4rx9=cM6Btf^f@+r@T*L!(*dT@wXx>$h2yB}Vr5s-bXL;Nza8zrR!`kn-C$|{puo>XYF=%#qBo+Jjf@dh(gy&dC4$4rtZlU| zd>1Qv`RGVZ-#I>SANfbZn;Cdz(EGliBDYbvd(qDG$%O8%4dMY#iA;OcPXhMk`IqnALgt`({z)(9z&B;2Zl)jp2Ie^_x_9 zuCLqSkkywe-{^qZ{BzeF&o?f=p<7$Cn{>r(g1L8F*E)vn)SLBRj^cp{SC4rv&les1 zH;v{iRzN)SEv5|r7(KpqSMIY94+X_0`8=&B^>~~P6L`;2%K}lGSmx&I>A*!U0V>atg@GBel*7jEyX=dLhkf?aSIs1P1I6;hv+a^tJPjPt0+8tSG!o(fAL+KK~TlPk23PJ_xkZts< zr0oTe^QM>ujS7%p|J_K17sJ= zO®k~GKFwEjF0hAZ2j39SQ!cO{z!M0ZoE@0hkk`&upbb|fdm_rfmRI_JXewyVQG zcNhQp^n9wAe_-V8lA$J;%nUaNlZ`ZX{K``)YNQ0J?^=Va6njGV+{ZU01Dp~yY<}(M zi2p?eCU??EJw%&n>pQIBHY?;g{KYM2u|Cq?;RX37X&JaDhxVg&-=1!Sf)K5w2+4~` zy|6l2;vg=Wh1Zh)<W#wF|`K7|a6|Nl&6sfq`SwRRi6NT#SY z|9y~AYj%oKVK@*yk8SBXm@?v0wjHIE6GZDh3%4$OJPs%PN>d+U{*}rUzn!caR}4Oz z^)s}G8~4nQt;3PECS?DF1@F5htoCt}32Vvc1q!|EeEA`{e)_*}7(J**ze+H%{Q~Tn zQ<_;H{Gn{@w=%~uu^!Pw8$g3Ul{+V}LJ4EO#(iPglqwkV|vMNEs*2Q<;#1OI=Z zMQw&B{<6d=qbsQ-RUcsgo}g)>lP>i!8E1*K`Yy4eA%lC4STVI3z{Mi9%|TgSLUhAt z#Y4!kq4M*r{3Cu#fBUu-q7vmi3h@;9S>t1IdxwDQ>oBd@MG$E6giGLJkOGg5#1rPGVH0A)r=VPIDqz^zPU&~Xz|OuLhr zOI@Wq5wJ-+6@;wK?tw^Pn_?NfqAX|~0z+X_(K(BlD6XTHGgK;p5j;LC0 z8Kr>sAZ$zp+fnKjhO;6Qn2Co5-;oWuPd5&<#Viq{tXCzOHTbVCQ8K!fgk5$rmaZ^5dx*D6GOk4`wuP25&M4d#B|*x>WS zRcJnRIi*ICR0z6}or7HkAg}`#tsDF{d=yYTzJ-m1NUzHhINfP7K(#=0e?c=Wl4r=O zw)Yc$1<$jHU;gnNZ1GKn0W7Z!pIHN6#p9-SX_SK=h=rH=$IGR5L4c{Z4haKj=){LE zozyN+xlaU37_DEtHCw#QWMO8+<`-gUQ(T=9$cerX%(6q2d0mDM6Y)4+~ zxEEd$o^$&pHchjmvKws-K_{F4firNbN#s zNf9|!`Js%(
K@4KKe?ti}v=6*n(sQAQH=?ZS@QlprevsOS~c=&2~s_A-e>N(8s?63Uqt{;)k3VUL=cn4YG_-R&eHG0KePb_*aMbY-T9Jkr-^1#i*CD$I|b&w zXu1$<@H1{XmZqm*lBQ>Qze1u`)849J)aais*nDW5=ho}PXKU^pDq9El zU&dTRQe*w5UeFJ-&@X2y7yQ=9VpN_x{I;+BW%q|X zU@D5har1|K=1?pXySu2(HdezZl(<9O>Uvn3sTE>rW!`^GaizBd%%!_ke|*RJKD1zS zY4N}fxwX)|IFU9>6S^WiA%A{dr2V1v(qzfLqU$(v+#+Hf1H}Hr;-xrou@ep8sD%;f zMd-?sydpXeBlC%ZkQj+ePcvsmHD#6;yZyCZiOZ!zib(e&g6BUeeMLE+R z7X2RxWxuC&i0Sq)5fvwku-u=g1g07H@KnR<3fElo9!k0Df^i!9oGfHD1tq#p;$S{; z+c$kX)KeYob-JcUI&5XlqZaICm|kduneeL#;t&L389gS@&aIUqD2mWlVMw~TgGor} z@E5=Et6#(c_HK<7*9@dX0&tlkOpDU~neeM&Vw>LusX4CrYW7-!aA#q^G>W!J!lOj2 znQ$|jxLrAdgeWxFCY1sSdGQCph!L`Pi>0_0Bn8l6X6?WJCT8duXdfr${B2PHwZUf+ zZk{7{DR~`D(Uw9OpMb3r-VlasjuiePzKtiG?;g|7j&R`x6-3?Gmz!fVKFw2}CKsw=LmMFV>zMW@ z6(wytev}7Fv zc*{||J7!7r{2E<)e&Z#E8fSR9Jg601>ntYgI3jY#;23ZQ4fGh^j_TL{(qArMgd|$V~7gjQ>8Gow{gX zDF-w|WM*>`CQ;RQYK&kK&Im?zC_SN-`jPzPu@sma1fG=yPe}&E`5y}(ZP2fc)D0A` zXG4Y=cU^^kDkkqE9+M0f)8;{FvmyK<$>uK1W-#Vm!Q|6yNY=gNKn$}X_cL>iaB{Uk zvh<8(K!d;6cmHGKqYc(F%PxrP%Vd|A$qO*%`Fn9 { + return graphql(schema, query, null, context).then((result) => { if (result.errors !== undefined) { - result.errors.forEach(error => t.log(error)) + result.errors.forEach((error) => t.log(error)); } - t.is(result.errors, undefined) - return handler(t, result.data) - }) + t.is(result.errors, undefined); + return handler(t, result.data); + }); } test( @@ -46,9 +53,9 @@ test( } `, (t, data) => { - t.snapshot(data) + t.snapshot(data); } -) +); test( 'release groups have a theAudioDB field', @@ -85,9 +92,9 @@ test( } `, (t, data) => { - t.snapshot(data) + t.snapshot(data); } -) +); test( 'recordings have a theAudioDB field', @@ -128,6 +135,6 @@ test( } `, (t, data) => { - t.snapshot(data) + t.snapshot(data); } -) +); diff --git a/test/extensions/the-audio-db/snapshots/schema.js.md b/test/extensions/the-audio-db/snapshots/schema.js.md index e292f7d..98ae50a 100644 --- a/test/extensions/the-audio-db/snapshots/schema.js.md +++ b/test/extensions/the-audio-db/snapshots/schema.js.md @@ -2,7 +2,7 @@ The actual snapshot is saved in `schema.js.snap`. -Generated by [AVA](https://ava.li). +Generated by [AVA](https://avajs.dev). ## artists have a theAudioDB field @@ -45,54 +45,6 @@ Generated by [AVA](https://ava.li). }, } -## recordings have a theAudioDB field - -> Snapshot 1 - - { - lookup: { - recording: { - theAudioDB: { - albumID: '2284335', - artistID: '131613', - description: `"Despacito" (American Spanish: ; English: "Slowly") is a single by Puerto Rican singer Luis Fonsi featuring Puerto Rican rapper Daddy Yankee from Fonsi's upcoming studio album. On January 12, 2017, Universal Music Latin released "Despacito" and its music video, which shows both artists performing the song in La Perla neighborhood of Old San Juan, Puerto Rico and the local bar La Factoría. The song's music video is the first video to reach over three billion views on YouTube. The song was written by Luis Fonsi, Erika Ender and Daddy Yankee, and was produced by Andrés Torres and Mauricio Rengifo.␊ - ␊ - It is a reggaeton-pop song composed in common time with lyrics about having a sexual relationship, performed in a smooth and romantic way. Commercially, the song topped the charts of 47 countries and reached the top 10 of ten others, making it both Fonsi and Daddy Yankee's most successful single to date. It became the first song primarily in Spanish to top the Billboard Hot 100 since "Macarena" (Bayside Boys Mix) in 1996. The official video for "Despacito" on YouTube received its 1 billionth view on April 20, 2017 after 97 days, becoming the second-fastest video on the site to reach the milestone -- behind Adele's "Hello". It received its 2 billionth view on June 16 and its 3 billionth view on August 4 after 154 and 204 days, respectively, making it the fastest video on the site to reach both milestones. With its 3.3 million certified sales plus track-equivalent streams, "Despacito" is one of the best-selling Latin singles in the United States.`, - descriptionES: null, - genre: 'Latin', - mood: 'Sensual', - musicVideo: { - commentCount: 2595618, - companyName: null, - directorName: 'Carlos Pérez', - dislikeCount: 3379320, - likeCount: 29001634, - screenshots: [ - 'https://www.theaudiodb.com/images/media/track/mvidscreen/qpxuvy1529928526.jpg', - 'https://www.theaudiodb.com/images/media/track/mvidscreen/tqupsr1529928533.jpg', - 'https://www.theaudiodb.com/images/media/track/mvidscreen/qtrtvr1529928541.jpg', - ], - screenshotsPreview: [ - 'https://www.theaudiodb.com/images/media/track/mvidscreen/qpxuvy1529928526.jpg/preview', - 'https://www.theaudiodb.com/images/media/track/mvidscreen/tqupsr1529928533.jpg/preview', - 'https://www.theaudiodb.com/images/media/track/mvidscreen/qtrtvr1529928541.jpg/preview', - ], - url: 'https://www.youtube.com/watch?v=kJQP7kiw5Fk', - viewCount: 5353939593, - }, - score: 10, - scoreVotes: 3, - style: 'Latin', - theme: 'In Love', - thumbnail: 'https://www.theaudiodb.com/images/media/track/thumb/vqqpry1506425784.jpg', - thumbnailPreview: 'https://www.theaudiodb.com/images/media/track/thumb/vqqpry1506425784.jpg/preview', - trackID: '34838814', - trackNumber: 1, - }, - }, - }, - } - ## release groups have a theAudioDB field > Snapshot 1 @@ -118,7 +70,26 @@ Generated by [AVA](https://ava.li). frontImagePreview: 'https://www.theaudiodb.com/images/media/album/thumb/random-access-memories-51764651042e5.jpg/preview', genre: 'House', mood: 'Happy', - review: null, + review: `What has been will be again, what has been done will be done again; there is nothing new under the sun.” So said the Preacher of Ecclesiastes. And he said it two and a half thousand years ago, which puts people moaning about things sounding like the ’80s into perspective.␊ + ␊ + It’s rare to hear a record that doesn’t sound like anything you’ve ever heard, and rarer still to hear one that also puts a smile on your face. How many great bands turn their backs on putting out the same old shit only to release records so calculatingly ‘out there’ they feel like maths homework? They forget this is supposed to be FUN. Yeah, Radiohead, I’m talking to you.␊ + ␊ + Daft Punk have enjoyed near-universal acclaim over 20 years and three albums but ‘Random Access Memories’ is their greatest achievement: an ambitious masterpiece you can’t imagine being made by anyone other than Thomas Bangalter and Guy-Manuel de Homem-Christo.␊ + ␊ + Opener ‘Give Life Back To Music’ sets the tone with guitars that wouldn’t have sounded out of place on Giorgio Moroder’s Top Gun score. It features Chic’s Nile Rodgers and Paul Jackson Jr, who played on ‘Thriller’, so it’s as funky as you’d expect. The sound of a happy crowd gurgles in the background. The party’s right here.␊ + ␊ + ‘The Game Of Love’ slips into a slower tempo, as a melancholy android discovers heartbreak. The record is loosely themed around a robot’s attempt to become human, and if he needs a guide who better than the producer who gave us Donna Summer’s ‘I Feel Love’? ‘Giorgio By Moroder’ is a documentary of sorts, in which the titular hero narrates his life story. When he describes the beginnings of the disco beat, we hear an insistent click track. When he tells us that when we create art there are no rules, the music proves him right. It’s a life-affirming salute to the power of the imagination.␊ + ␊ + After this, there’s a sea change. Chilly Gonzales plays a 45-second piano solo that takes us into ‘Within’, marking the transition from the first three tracks. This is a record that’s been painstakingly slaved over. The track itself is restrained, as our robot protagonist begins to realise just how much he’s yet to understand.␊ + ␊ + He’ll be hard-pressed to catch all of Julian Casablancas’ quickfire lyrics on ‘Instant Crush’, an instant nightclub anthem. ‘Lose Yourself To Dance’ is paired with ‘Get Lucky’, representing the album’s poppiest moments and featuring the dream team of Nile Rodgers and Pharrell Williams. Sitting between the two is the record’s startling centrepiece, ‘Touch’. Paul Williams might be best known as a composer for the Muppets, but Daft Punk love him best as Swan, the villainous antihero of operatic horror film Phantom Of The Paradise. His background in psychedelic storytelling is put to use on an eight-minute epic that changes shape every time you draw breath.␊ + ␊ + ‘Beyond’ is another melancholy-hearted collaboration with Paul Williams. ‘Motherboard’ is a long, spacey instrumental that sounds as if it’s somehow melting. ‘Fragments Of Time’ is a further glorious high in which Todd Edwards describes his time in LA and makes you feel like you’re driving a fast car down the west coast of the USA. ‘Doin’ It Right’ features Panda Bear of Animal Collective and is the album’s most forward-looking moment; closing track ‘Contact’ is a DJ Falcon collaboration, and an example of pure musical adrenalin.␊ + ␊ + By assembling a cast of their favourite musicians and delving into their adolescent memories, Daft Punk have created something as emotionally honest as any singer-songwriter confessional – and a lot more fun to dance to. Go out and rejoice: there’s something new under the sun.␊ + ␊ + https://www.nme.com/reviews/daft-punk/14423␊ + `, salesCount: 0, score: 8.7, scoreVotes: 6, @@ -131,3 +102,51 @@ Generated by [AVA](https://ava.li). }, }, } + +## recordings have a theAudioDB field + +> Snapshot 1 + + { + lookup: { + recording: { + theAudioDB: { + albumID: '2284335', + artistID: '131613', + description: `"Despacito" (American Spanish: ; English: "Slowly") is a single by Puerto Rican singer Luis Fonsi featuring Puerto Rican rapper Daddy Yankee from Fonsi's upcoming studio album. On January 12, 2017, Universal Music Latin released "Despacito" and its music video, which shows both artists performing the song in La Perla neighborhood of Old San Juan, Puerto Rico and the local bar La Factoría. The song's music video is the first video to reach over three billion views on YouTube. The song was written by Luis Fonsi, Erika Ender and Daddy Yankee, and was produced by Andrés Torres and Mauricio Rengifo.␊ + ␊ + It is a reggaeton-pop song composed in common time with lyrics about having a sexual relationship, performed in a smooth and romantic way. Commercially, the song topped the charts of 47 countries and reached the top 10 of ten others, making it both Fonsi and Daddy Yankee's most successful single to date. It became the first song primarily in Spanish to top the Billboard Hot 100 since "Macarena" (Bayside Boys Mix) in 1996. The official video for "Despacito" on YouTube received its 1 billionth view on April 20, 2017 after 97 days, becoming the second-fastest video on the site to reach the milestone -- behind Adele's "Hello". It received its 2 billionth view on June 16 and its 3 billionth view on August 4 after 154 and 204 days, respectively, making it the fastest video on the site to reach both milestones. With its 3.3 million certified sales plus track-equivalent streams, "Despacito" is one of the best-selling Latin singles in the United States.`, + descriptionES: null, + genre: 'Latin', + mood: 'Sensual', + musicVideo: { + commentCount: 3861412, + companyName: null, + directorName: 'Carlos Pérez', + dislikeCount: 4879174, + likeCount: 42062311, + screenshots: [ + 'https://www.theaudiodb.com/images/media/track/mvidscreen/qpxuvy1529928526.jpg', + 'https://www.theaudiodb.com/images/media/track/mvidscreen/tqupsr1529928533.jpg', + 'https://www.theaudiodb.com/images/media/track/mvidscreen/qtrtvr1529928541.jpg', + ], + screenshotsPreview: [ + 'https://www.theaudiodb.com/images/media/track/mvidscreen/qpxuvy1529928526.jpg/preview', + 'https://www.theaudiodb.com/images/media/track/mvidscreen/tqupsr1529928533.jpg/preview', + 'https://www.theaudiodb.com/images/media/track/mvidscreen/qtrtvr1529928541.jpg/preview', + ], + url: 'https://www.youtube.com/watch?v=kJQP7kiw5Fk', + viewCount: 7144816552, + }, + score: 10, + scoreVotes: 7, + style: 'Latin', + theme: 'In Love', + thumbnail: 'https://www.theaudiodb.com/images/media/track/thumb/vqqpry1506425784.jpg', + thumbnailPreview: 'https://www.theaudiodb.com/images/media/track/thumb/vqqpry1506425784.jpg/preview', + trackID: '34838814', + trackNumber: 1, + }, + }, + }, + } diff --git a/test/extensions/the-audio-db/snapshots/schema.js.snap b/test/extensions/the-audio-db/snapshots/schema.js.snap index 53a9717dc10fd151f107511585a58bbed7506e00..7cf1c6c05e1f5a06694d6d661c79995b0a030172 100644 GIT binary patch literal 7249 zcmV-X9IoR*RzV;Cl&>xEk00000000Bc zTWO3O*KwZZA&N^$bXfw^+tvRyECDR#o|zLtZUeHCFyx8NdG)ojUqqX-rwJ7Gzt(vk^pw8 zVCh=FQA7fU0ZT=C6Io#ncP{S)*Nwyy7Z)I$WTa6?5L^0vG60%)}+7`wuq`S;>Tqj zfB{iziqP>YDiHLv5<8I$z>oN397JN5E=kAZCnXt%e4n2l(RCdv*Rcd1?kMhhb2NqG^b4|H6q3MsOE^E-K`8tRsl#s1P*nYuQfhSZT3%v(CqXP*EpuvGKn;a^U zCD#e7n9zx!|1!<%!-7&e6G}#rt3)M;p+ON^%2W9cJ>V@-b^>t6GK-yfU{%Q$_;ts# zm9Ov*F{vya*kGfiTrm-s#JKj8MI9@MW2w?fRZ%Qm=+}})FE;ME7>qU6acXkl!2#P? zZM*5o8Z5`sUKC(~vF5rQDG&OL8ZaYqGImrX>aYeCvgTYJ+j#*Ws$-I>4q`kgh#hzd zYvoitk__|KpHfhvGT7-Vffv#nScT)(9fi!la)FY5Ts6m(F_b{dk~pbk}A&lA4CknZ;<%hma;1=@OPiN*+Mk- zWfa736a)-8fG6TDmG4kNRCQoiovxRsp|?Y9%^DlJIWNjE%V8Dj7Rhqan>Y8viY*?tnI&=(YM`WqSHTr418Vpw{E|$n(oiL2atR099uVNP> z$7;3%c0P@u#I>2}CbmP}z@M1jQ%!LQuNK4vk>QYGEAWtSM_P)4p>}PaLJW?G8k9q; zZh}S{O2zG-LvA(^A(lZ;2+Sf0s5J+;ozTB3aclDNDtq%jnV z7ZG&cvD--E!j9R`9S<%*Zy#lc0s}{(f3crl!`pi)aDnB)f#NW4TtThnJ-Q!lq>9%#*+Yt4MAb$XiO{_LBtUB3AA{Oi;6fACCe>TGNJkD1On{GR>d zh57rx)0+AksF00dC=mb|8gb^GFTObU@&$h9Ol$g{xz{ev-t*Ax)Z=q6J=L1RYtLcu z+(WPOTW2p{c%(J;bZhDxpf&sX=P#dsc>bY#G2oqho_*)^=kX_)z@M{^KR0{&tMiZD z)tY*7?!i~)?gjf_oxT5St*NiHrk()Hv)_J;$i8&(@`Wd7zjJSEdfJe>eEuaC?upjS zv&7!?d6wkqM3QG7n|%iSyg2*qKYI6x?}Fy#^IvXFotb~*F{b>D*3?}Pf#~1&$U857 zy>x|J*~5&Oi7(4F*4Ne17h^8RGw`nc2r*ZB0E-1gE|*ch~*1 zUpY7Xz#0DYd61od@CnTL&TDruwIzo^Ez^dXUgBf=OvVr%Aw*7P&2=~wvo z7h2O#C(DIDY2<^n&@(ew9-iRk`7>XbfAj(=bmptc{ba%JZd=0CE0@ooo_iHqK0EjL zmu4R@a=u7oc;yo#xqR{2cOSiv)%+6C0uxhb=U;zgN!60&!E&ZvP5zyJk!AQUDKg>v zHI^YI)nRz8sk>PdFqSVbUWbH@)Awikd*}Jn_%ZkJo0z>d^-yd2-b8;Lmi8R;eTHr0 zyUfZ(CU=(9#%ntN+Fhd~0|S@Oe{t^XkA0^2+0P7qHeCZ^@-5cvxz_ZnsjknY48Q#D z)cMxb8*?wcHhcfKE}y@9?(x$w%-N|g8O;<22IgPCi(Tg_euc$16cU?CHAF|plql(IE?=-0RlH= zQ*|lxQy!0Pd<-!q$C->_}VGVuA($gtdIG{^LNdVW%9o=gyj zVciE*9v&PT9v&GR>!iKn{nC!ZQzsh-NQ?d!n~B5O^O=}-&=or`$%C-1fV^`k44zkaPJm)nWU!Sw*HzlOm7itA^t z&*g5xbsSfO>tS4P;`)1B``2P}T<@;E=JMAXMltQ`*P6k>ZNo!DBUi7I4HdT*hq`02 ztwLZIpDBTZ=isE3N68X_Qp$|epKx&8M(6PiJAX6`eO}6M1lIt@_`fEI}4gjL5 z#^eAXhE?4Fe$xPGMx_8@Dxm6Firzv^l@$;4#kdMwDLmy=swEv%v566QxD7~Y0@59f zrI+szSZ8?N)xeH`GXW9VE3HTemtK+vwG#Q87O+OTZkHs?El>=&mc!7>l)6d@x*|WM z`jogs$H(H5YSU$y)Btvk3`}gVP+sf_oJon5wv*am=b{)CM=$$<2FNmn#2ua;TzVlC z$8-=RrJKVNt88JRjsl!JWnJj)JrEgN2~?#bRiwQ>U;Bm|tSta812zWQV3|;zDMq+W zP{NBP4Ll6YOX`QksZ%jjhgIde1Jxt)=>i!-7=vtrmJj^EmZS%y4&Ivu0NxbLyUl!i zEh7ypGz()@vFHpjheyE@G8O=NBO0qa8HP7Raey%@6p6{Wl$k(SCo<+^EWcZow6s(% zOsWax*iF5NN@)Pj1p$qfl&P+@3sJ$5S zq+)7(kekep2JQg6E_~DYr;uE~8ykg?O(+Wz>b6U9J*}@S!$@T&u1!%Pq|$C??p)P! zT#TY3L0=!}RH^i~!-k(jw_Elr*VS8Ci3>O!T!O=cF=!OGX5nCHDJkMg43>ry{);2S zJbZ9qI1z+uUWnhAh>WUj1H5)u7l=(IlPD~R<7E8IO<^c2m{^D*PMIpIrg-JMF=9d> zt;s%hGIr{?>A^_2Oa`7hm&^&5t*4j>Y0PiwB2IVlV?)ROv1fwsuH0}%sI!_Uxl+Er zW)l`VehO9Z@ zagpq*fa5*mHeS0V`>&ro=?Bf?$iUX&!I9Bz*Mv9TGkCk&gv)@pHT+&Xt+;+@c-zpn zZN=g4#Dd2ii3#Z?TJNEBsdoYkdIzrG!}TPtzrpqIxPES3F1H=mZ{d1&T~}JPdQn=m zwrjriT$uHu4ph1FnSa{e%@yr1(rX@($yzQl*7df7FoFFy8$wpTO9rkE#rUNc0(Ix& zH$vB$RGl;L4G(skM%R#4^WUFZ!503#b!`h@2WL{S{;G~be)!{#hc|XST)L>RG7d7! z`_)cEXkyQ#ji0QbL3Qt2>%TsE@KfWXlTKq~Z+GQkEs^fvb@lVN{^$i>y;UDupUeFU zt~0pi*Ix-rV({J#x!fUK-@^5g8x{^;b5-1V_}VPFhL~y;)PK@H71v?TgJWZZ+eQYr zE{QsSa`Ms1*bjr0{Ls*n!1H}@9|ci8BR^bR9(&&Yfof=3h#GgOL4S;H5P< z;D6w1!U@-Gga_j~gzMPP=W;QwhjE?9^>?`b8`m%YLN0gs7p@9Tf9k5xw77L}Y+&1a zY2X+h8(h@iKpPD$e0t~5doE89A7*bOBK`H|$$I@%ab#$uI50FaHnP-)n$6a=p&t7n zCta>0x&#Wpf7Masm4LoG%qinxRnv?;67ZKH;WC}tE$n3=Ft!)@J<>_ooD~Jy1LQFX z(vCIoM>zrx^(HwjZqUhQNwtwN-sTa9oHFKN0H{t`$S~&QGmO0xfESUbVY@h_D$;5S&IrvRH=#)>ESC=Ye3y=!Lz1mQO$(HD zgZ+B zc%!4sWOTq_S||ZxQO}7ABtZmYGfOQ&o*Pdbiy9ZWxke?&@p$VHa-|(!MG=a~s%}}c z3(z?{sL-J|GbX{(Mg^c+q1K3)Wpv5%_}D+DB+s-Mu$sf9hlm+TvokKHg!y!)WoD_x8Fr*>5x z>L%Eyy*mlv<;6Zn2NihuVI2@3)KcNniMCzgV#BzMU0_83IUqh}e7q{*1#bIpLF`J} z6c`F~xJeDc$U_JFrVWJV=AHsy1D`_u?*aKCYW?o&WsHyh?+PoHRQtO0r0K*^)Y8OZ z3us-~mo7k=0Te?;q>dQ1Hzq@c9&BJ{Q;r}jP(-mfN@QxXsfAh)ZPFLOrXLeQJjVE= z%JDQ=G9D?aMr5xy$)Kg!gP>x=et8HpJy^`f;J*};@}eY9XcG#-4c*QHWlC_v>9^g9I3=Jys-S(Ac&2Uq&w_TobJ%eu7vBjmtG>5TM*9j z1lbX&P5iQ8#H2Aq6!riMHmwsCa6i%EXVr63{_cTqmM}{FomIBtm-=H z)r$DXqOhOu@MKl<)t!(^npkI1tP4mKLnm2yqGG`kF1^5(Z6<`W(+F3`?`9It%&Nc# zRp6NSB6UZKi+C)BM_z?feld|x%Mtys8RoxO{|+B2-38;&{9C2N;+iKhtZ`c zEeYf842_GTT}LFmde~eL`|^te-@;f4IrmY!SWO1jWT#Z+m~#lHM9axG3WuS18KzNC zVt4J`oh)pJrLfA|(Sg;6)!kYg76StVpyfM~BM@m}VT8#GTO-9H-C)YP1M?!g@JvK_ z!E$Pu+h93ELz|X2;lg&Ts!sM)-5sRYQmk2!L;vQrrL&ez2Ydm$T%Tl@>#HR$*Edoe z8x<;X$<&zS!KJ z{{1QA+PGLo8C@mW{Teyal}fU!_ekYmL=Hyo#&nNkQ&98y>zE7I}uCZWzA z+Ejv0NAMp!>=w#J5H5gmJRMOlx$smY!62Ms#$Ms=(|;%?usKP`I+_E^Z| zLx;=k1v-!t+~4WgT!C-sBwL32Q!Waz>2GTCL&{Xi&iwqCPx-X(Qfs#424i#X#5{#& zV>XHDq&by&`}CufHgl&ToH0ED;PWm#Lmn&x&bq4vG-QfZxHsC?D)cZYN-}6BD!ryr zKvTzfhWwYBQu%e;1sER#Y*Hi<*?p8{%n*@p~ignJYH;jFAI%snPPUf@p8AU@=oX`D0$FXU!0v2C#}0lTkAk-7<@=e2dc@3 z0@RQTd6rH@NH_!0p+#0M9rzH=!1__nu$_CFkw8V<(OV;14SWX)Iq?d$8B-wF2Q*1~ zuWQogV|A<;AKs82X`wx6N`r*hDZL7}jx)Ra;%47rq*b(sD6BOCMBlC|eY!y>u($b? z;*$vb2v;%8-$_a4F>Q{@Nrq5GVRE+VB`2`v>yR+{hJ?_tVU<Spv!r`<9z4e=t-C7lQ#(KM0q8UAtw`vB!lS2@ zO*~+EVJxK8l8U0#z8JBaL;iptR%o?hxVyE7OmTw0+u^Ao`T?<*Tso2ZR%2pj{dYDy zOu%#i*xE91K4_BqLmkk^Akepo!fbp_#Gt%N$t9pfz@6k25L~ia*mKY923FjsnaA5&P zWUd3HSZ zCgjR#J3gt$qih&Xmwg9gni5QuWc6{G#Ki3dn;mm%3Jd%l2Op1v&(M{0GEW9?jNHK9 zPQ6b>5DIR8QRI%%1OTw_HK{9OXDRElf!h^!G?5#4(qG5*~Kuas?k(au|sfL z0T$rWy}kSCk;z8@AM8FPPGPdySp20(^0B~TG(z?am}N~u2`X(XR3{)1R^+j?mh;b;kCYww-P{cBQ zaF(nS?^Z0YuYGJVP()3WznOU2Zoy*L;16md`iDM%SrmL1*ODfjDET)3RgFVx$+RbkNl!OC6DN}np&%=m9!652C~VNC z+}`C~7!tc26Tqtz4GMbnMjeyDj%e?tRv?Zn5Lx^D>5>Iw2?7u=J8q4{hA-48l9Nr2 zOTb!K71Ae2+1?Q-X8B>0+JX3^NDfO;(o{j~78`pDc}Ii^P=i?12d5{0hdwOhfyQ^C zFziDn-)ou%C`t_MKsE&J0#ViMGdmS>0XvPRp2-Q?8%ZB;8_Hf-mQ1UXapzKk*kOL1 zOU+q)rq3|3k^0!lo1N8H*Ko`GCU39UN0PlZgn_ZQDVL0cN$(A0#h4wb5#nSMlaEuou^?8 zwn64$X}X_8+S?~~FxR^^hdxS9j?!w;?<`AcmoDhF9Uj87OLZ~VWc_Ay4ZFOM+q_`6 zBu^imC~{)Q9(fCP9?g|*6ZSCwF2F@;MVYR$g2=-4G#fdY)G1jbyh6DbomM2}At7yQ z^nxYAXm(N#6slUuHTtmHaytYJ>WDkkjFc7AnK*2k^_PA{g`v{c*i*=xMT$K;tALyk znhnxslQ2kzN+9X^2SR?8`kUA}35S>-(LU;HqlQFS1!OIo>ORDH`}FT8*v+MH_mDSI zQfGSPsHF{wE%rLjK23Ap3GG;Fd&l zp~d}0w83`tOXRN5owTNB<+j4;RXdcfTSUS~mX;y!!^(Ez+9E1Gw#RmbV^MF*=JtTj f8pPs;tp)8+y?e5QljVD&R&MwoV#qltIY9sb(8m$j literal 5364 zcmVD0b|3GXcD2Uv=4d9E>RSv=VDfQij?GG6D8kYb-MdZ zPmj%jBQ2uF-RD&O_xkJq{_2CVSZsOhmv8PVPyGGp^Beblc=x({PgmkG`tSILSnT3g zKK-{p+WYR>Cujf5|Jr^3;KtR{Z+s&b+xV3C=fC^Yi(fmD`_o_j=dGVU5LZuoQnA>w z*lM*tzB;}viGPPMz7k)3dwkXY>_fuva0*vP| z-pBYk#{Xb^9k$($;cRG=ZAB;9z8Z_)ifPLllC9=;HYo1e+WekM4yK0tH?>W>g}c7x z`K@`YlF4LdIMp_7O_m$uyNWz78c+5Ve81$~-Pc#CRC-|rPF66py@o9ISv1k>D+<%% zeM*i#zYr9&M5M1=Jyb3qP7b68lKts{;epXmT2CiRVo=<`? zB?Ze?*>+brMu8#n4BwTGWw2u4;jbA;ww336HX1nNy=<4yDwb`ttYBf3nzUNY*kk3u z$1#P=#9_n6^0HvIWeCR;%$ID7w4toU*#Til*Yucl*j`>`$)N;G^(WKJa@a`V`7XCD zo=~q+{jFD|#eI(DgX6tWgmi_*4I-&z$C+b3_l4KX9+2)hbVeu%wS=a)N(^R5#|T`g z@7q-<2iwrggD}F~Y>&uuqslx?6bbcG20r7=fa)$Q+1z2=Bi$+m?la5xz{3p;KX3)B z$iRkiL@ygFNSBDiNU%-Qn#{BE4#ZJB8^%e1dfw$`z-?A?Wl@ro@!6HOO}w*^$bl1G zC8c(s<-pn|IX4U6WF?1j6U>Ky%9e-ajGJXan~0{6%{Z%wEb{~fNN?97fm7mDsODPP zz*p`gem1PhlEXv&o}vRIK&?&qCS1;BE{vH@E=YhLL@)wdt)cgx49I^uwnutw#K}Wm zFLVk7_2>;vD?vWeNlp1+<{!A zh;0>>tZJtqTEV)t6O@BZkYYt{6fB37;jAc4(uH|d2dg~mVYrq^l`SyL3s#nf#8yD; z9c)U;ZBMeC;1nMo0?)R2R=P?&Ps=w75}a*@VH0e3fPLVwE!^W-M4G|D_n~(#>Os@0Bjekzo5QTd)Jt%tNRI7zH+a0BbB> z)Xp3&aO?uR^|Y65aV@xvqE8q?rJF_|XnhI@{=9JDeBzxI!eJ%pVNF@|w&kq#k({+{ ztdX_;V&x*iNB`T*2oN)pO}(nPnF5b>+A{IdoVo&Ix-iVt884cnwg(ibu!AY#NOH4H zQ6Pw7a)`(jc~vqoFWWR0K+IA=1o0a44+zVV6v=pnuc`j#@+t*1XWNieOvJC6qJ&N* zn{)6l<)j45@`t2Og^-3GHxp(r+h!wFA*Gs*t&h{dn!4zO>I!CBNI!bY)I~Chqh(S0 z*JZ-so=`4Z7;~-J%{AD1Bl`)7ijLn%X*&&z^>0#{j3g9adq2Q)**RPhCM; z;G{703E)z7c4=cyoheB}InM?^odm1O%C1$U{6`5+wB92vMw6ZnK~7#$(S&)F_oixL z;xl1h6{KE+RW#*MT)gqN2viq(;Mg> zcv5FR9r#fH)kA^haOGU2T_aG7RlNAZw`ha7jl`E|(&4Nu920buaawtAn;mhWZy`?* zQzf-Cbp<9>o0FOU{Cty2-t*rZ)dS zg;=Dt!c5A!2J=(`xkaKsFYCPwcNfy(2cDLqt{btrRP`erpdatHLJ$+YlRe#$&O47y-s9jDI4{Z;8cz2V)0@fpG-mG{)ay z{1W5fnpo^-82_>6^RydoyJ5Q_wJDQM58SxjkWLOJ)1L!_|MseGDvwaV`LdhcIf7h| z)4*Y4CGJ>W;coT^Y@3s})yM8JTUP99_gw_gIi0Y1965l}qk*8B_kdbSk5OXn2{36p zK!O#b2Ld_sCc4;g3R{|Hm3^B#<3gY|M%|-U-Ql(He-!xlvi%O*je3f^fZ-{HpaI5l z(f}`FN3y*N&+P$1aawpksw4pig1s8}l~FKB;N$`h8Riva#ba3sRHIGm(Xj*Ms>IL$ z5FbE!4`-vo#rfz6D_=k{P(Usr47MKtdJNj_MroReC@d9U1xO{qlProx5ZTTRUsBPk zF&B})W1eV@W=PI*JwJQ|imm{zV-h;!tqaQ$j3%%{+gr6MzAb};0YUi&T~@&XT>(7u zarDA#Ee|EwHrE;lFi?#Uk~8WQ4L4~q3SKiXbo*q)FurEAn|ReChO*WJyZ{-=gFIF<29yiv-kAYG_PpS6u?JsImedb#Ga90Z>33 z4ivJpHU2DEr9{I)nh@q7sgwI44`K=R0}NT=RRBZqKz(Qt?n|_M=}SbRc8r0d%2yaZ zGX#;4*HziANRhe2X;{IM{R-;CkYJ|3X_1eUke08*M@N3UDao}GZuA0ms^w7Ag}aF0 zI`@U@R%M03VThL3m7r9Jao0i#X*IW}g0>KcrfzQZQP@uDL%@C_4ZzU7mjj3hhhuwh z=2Z_7#5T(+aD{dFE~1qj9v;+DB6AvghG9k>o9M=A1(gEV*l>CyB^$v9y(#=?;t0gG z8@;fhu#GefBnt@=q@iqWDSUCvo*V~qY=(H)??Oo`TH#JliYRkE1d?DqJ)l#tVB!&A zYqD+kPAbB?l@aGjnCc+m?f^8BgUxi1?xaPK2i#_vQ2yjVMomxkXF^2~`X!`rFruJp z#enkNjTKU%($t80eiZyln%*?MP+QudMp({*E~?@H1`epp1{>krxQb1!4&UGEiX6Tw z2i{M%yG~gZ@48`0wfwqOPDcqN1rCY03+W!2wjFq=GS%Uh-FUL|^Om{FcVU@ZK6I$$ zR+9t$gPGL8(56hM#(k4hTU|YRvluQ?L$6lrT4lv8>CC3|rcKFAdtssG?E`h;hE|VL z#nhFBLkk#BVO+rYSBzWM#$pMKT^L1-OKaOIqm`X1qcv?T*U^!Iu#c4A%e%jSN4sEj z$Z)5+j~5rIjn|nLG6jy{<`fF_E!-s-J34j76%Q|5;n~)>h;lysbbGC}rftfK(~n)z z73R;^wt{>u_LIN{C`jK^FW0PVy}Uj0asNUqvUeTPbigEHbeH9VZ!G>{t9 z8%a@*$G<#z|4>l!+y?n{I!b=oO_1Jq{c@9hCaKAHve11u)k3YE-)5;V&Zd*4+Sx3- z3EFh9ScA>411NnVN=Ks!Mdxqu{F5ah()x7}={BIydof&$Pcg=p;a?!lUts(FJH|$A z!8FE;80&6}#riPzhZp1ja@!X{q#bXz)5+oX#z~etPIwsL>+a9p08-TZ^yV1}5<_=d-2?(%>rCn)^ z1MeyL$9?rWL@dBjAzY@n`M~l~;iF`{H*kFbmMkYogEv|3dFr`(yHAz@oNRq-If66S z#C}My2RHzcllQ5itjhXLL%pmi6P1WSiZaL-2qkF%Le(W|L%Jv|DiovfDI`LnXrq2r z7qo)@ZsldccDS-&6Ihn)A!#`wAX2JnAknXHTd2s@*qfG0N8O$hN(JJvdr+?C+phB) z1*qi$4wQw{Q>Dvl!Y%q5P%A-qcW|L9pcM$ob9JZ6=T*51VOdVj4xlrk86_UTrt1R^ zw!GoB76A4-bRXQ?wabZK8q+m#gE`$(WT_FNF@>;m#Fy?e8g#}4_kEi#!~$55d4_OA zB4P)s>ouU$SCN}-1p*ou<3KW^B=E=a8~6M+&kCE31z9!*_ zjC4H#EP}~AysK6r2N^8=BLcJP@FF5dUw3&vd@ggUAt3w;U4{Zs2w)aOLkN9s8JG!% zJyZshf^-9qfXavhMD%L_1>+>J&qL5d3%qs5me$Q#!+tp>4nWsoLQDi^bPQ_1-#u0Y zF7enNluhg)2{Kl)T+8oHL~*dj%Bo4!2)sMI5I}}T-3R@tU1PF45s%5cnp=P-1}3Z< zVQkX#m^BFUypI8K002MTRvig!C~gGAV>c6X7kZS+Rf3Kp!QiVaufgzM4{ zkqvOAQjYrZ1-^89B{?oUT95GI;hi)=t8V?Pji%xB{xhhdfH)2JTzAgqd1`ZoLFez0aqsEwWhpu0-Ry-=r+Yvj`KIBf)Idhv(`y z3P74+e34NMx@*Fw4rR;JkHEl-vaWCp5&b!VX_?HCKElNh0lmhwIV-PzU;sUu9!#)o zpwlH1k!{m&SeiYYrV|za@XnupuVNTBw_xesu9nhS*AnnZfIaR|zR1xJQ!0)Ag9&X5 z#5kIDbvnyv5z2@T8K^5V!cg=v>@3oyY+2}^5m=rVP*_vfC81h#p3t4PX2MQ1GAK!{ zIo+Y+P*(62>>W{6ShJUnspbu(3{yacL@U!$7WAZT>h51^pxGyI!`~=%!tyY`bix=` z>xLGtt4P;2X;U;i8H9ruZ6GvrC=9P!cahVElN4s4_POPRKfpMkHWUOn0Q<9@v<$1a zQ{sZiss3a}9bBz6sSW}4yA~^NWi8wCtL;6Bwas&Q_h{oJ{>Ae8%rLrmwy> z_wK~p_g}Bq&ebR0S9C7o^UPyc=1%^kUV8ylC`K@q2!IUDICkx^v$JnsQEQIXC!UzS zbam#5=VofBX3w9l*RbqOOrCx2f?9QM`pS#-+H3XNk3ehYk+-HVKR@@}2~4>5#2eR+ zJc6$f0$*oNy*YE_nYovb)@x^HpM7Wc1jK)4=Hv_Y+V|?US0M7tM;{W|^H-;@ygKuf z6ZMG+O=|k`d8OPd^~pC#yot+7lh;B`UVnM!b;xse=A*y-?3Ir}bNcdA_1dwy_g+?% ze^jp>g$hLf$rrDk{bBvciG`M}A9<3LRYsk@dUE!;m*$>*izY*!_a2#jbCTpgJvnpg zLcR7D5v)Brd-UYY_b$#neN26Q3uNb>eFYq^T{^0$b({vXOlV=cNREjQl>1=iEA`2% z^~p2!iP!5B@2Jm@)+b&I-G#3-^I3BAUH&dt61UPseXJy)MN5!x>j zX>TgIkEz)BSc!5~kvm6bQ$C%$baZH-zkmAjW3xYe`N8CO9!!0w;R6!#LuJ{E^@$4& zTOVr({Pt(H%k|oOv*$0(ocycl%g1L=9YJ8u)E?KCN%r^8y?az`ozrTGQeRUDV=B~l z?#Dk)_fLNW*t*tC-b|MD=0CwHz{qImrHK!g>Zt_ z_IVZWu;(WS(sZb%2GbpWJ+PK0e$k%Zjd(5gL)@aEHeICMv!FvduR*(fjGNc(px#2( z>qC8d!~W>5C8`$w4xm~pRZ9S6>0~N{|CZ7q{pL;M*s|v8_=+otv%kh*8)LCQ+c>|= zwX#E3>>n}bpE0)I9*dp5{RUmMPCcLfOVk6gProN|^pV$-F-@KWN>2}D_@<71v84j^ zkU`*isV>ghS(S7 S(ZN~`9{&e(``1Z -400 Bad Request -

Bad Request

-

invalid MBID specified

diff --git a/test/fixtures/257742f1f5f07e90a7514808bc18977a.headers b/test/fixtures/257742f1f5f07e90a7514808bc18977a.headers deleted file mode 100644 index cde8f2f..0000000 --- a/test/fixtures/257742f1f5f07e90a7514808bc18977a.headers +++ /dev/null @@ -1,22 +0,0 @@ -{ - "statusCode": 400, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:22 GMT", - "content-type": "text/html", - "content-length": "138", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/xyz", - "time": 421, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/2858315b07a07d102395f182f5037571 b/test/fixtures/2858315b07a07d102395f182f5037571 deleted file mode 100644 index e6f216d..0000000 --- a/test/fixtures/2858315b07a07d102395f182f5037571 +++ /dev/null @@ -1 +0,0 @@ -{"sort-name":"CBS/Sony","label-code":null,"id":"494b1bfc-a97f-4ab4-bc56-c5b4e3b66b68","area":{"sort-name":"Hong Kong","id":"0373cdff-eac8-3fbc-92dc-36a607da06d1","iso-3166-2-codes":["CN-91"],"disambiguation":"","name":"Hong Kong","iso-3166-1-codes":["HK"]},"relations":[{"end":null,"begin":null,"attribute-values":{},"direction":"forward","source-credit":"","target-credit":"","target-type":"url","url":{"resource":"https://www.discogs.com/label/33078","id":"f1e6708e-9b0c-4656-aa0a-25d580e3b24e"},"attributes":[],"type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","type":"discogs","ended":false},{"begin":null,"attribute-values":{},"end":null,"source-credit":"","target-credit":"","direction":"forward","attributes":[],"url":{"id":"f2c03692-249f-42f5-97b4-1c0ed9eb8bee","resource":"http://i47.twitgoo.com/23lmqtl.jpg"},"target-type":"url","type":"logo","type-id":"b35f7822-bf3c-4148-b306-fb723c63ee8b","ended":false}],"ipis":[],"country":"HK","life-span":{"ended":true,"begin":"1978","end":"1991-04"},"type":"Imprint","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","name":"CBS/Sony","disambiguation":"HK","isnis":[]} \ No newline at end of file diff --git a/test/fixtures/2858315b07a07d102395f182f5037571.headers b/test/fixtures/2858315b07a07d102395f182f5037571.headers deleted file mode 100644 index 140f56c..0000000 --- a/test/fixtures/2858315b07a07d102395f182f5037571.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:23 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "967", - "x-ratelimit-reset": "1537138704", - "server": "Plack::Handler::Starlet", - "etag": "W/\"6c4bce65df362db7d621eeecd01ffdaa\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/494b1bfc-a97f-4ab4-bc56-c5b4e3b66b68?inc=url-rels&fmt=json", - "time": 410, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/28589f231a3be39ac9077fe789bed818 b/test/fixtures/28589f231a3be39ac9077fe789bed818 deleted file mode 100644 index 580c3fe..0000000 --- a/test/fixtures/28589f231a3be39ac9077fe789bed818 +++ /dev/null @@ -1 +0,0 @@ -{"disambiguation":"","area":{"sort-name":"United States","disambiguation":"","id":"489ce91b-6658-3307-9877-795b68554c98","name":"United States","iso-3166-1-codes":["US"]},"country":"US","name":"Sub Pop Records","life-span":{"begin":"1979","ended":false,"end":null},"ipis":[],"tags":[{"count":1,"name":"american"},{"count":1,"name":"américain"},{"count":1,"name":"folk"},{"count":1,"name":"indie folk"},{"count":1,"name":"usa"}],"type":"Original Production","label-code":8323,"sort-name":"Sub Pop Records","type-id":"7aaa37fe-2def-3476-b359-80245850062d","id":"38dc88de-7720-4100-9d5b-3cdc41b0c474","isnis":[]} \ No newline at end of file diff --git a/test/fixtures/28589f231a3be39ac9077fe789bed818.headers b/test/fixtures/28589f231a3be39ac9077fe789bed818.headers deleted file mode 100644 index 8f2f34a..0000000 --- a/test/fixtures/28589f231a3be39ac9077fe789bed818.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:13 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "852", - "x-ratelimit-reset": "1537138694", - "server": "Plack::Handler::Starlet", - "etag": "W/\"b1ed2118b5ea7de139b2d8543f8a0deb\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/38dc88de-7720-4100-9d5b-3cdc41b0c474?inc=tags&fmt=json", - "time": 363, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/2aedd41af73384fee8a19db76a3cc3ed b/test/fixtures/2aedd41af73384fee8a19db76a3cc3ed deleted file mode 100644 index 1b57104..0000000 --- a/test/fixtures/2aedd41af73384fee8a19db76a3cc3ed +++ /dev/null @@ -1 +0,0 @@ -{"country":null,"name":"Sony International","id":"855855b1-4210-48e5-b1b7-86772f842759","ipis":[],"relations":[],"sort-name":"Sony International","isnis":[],"life-span":{"begin":null,"ended":false,"end":null},"type-id":null,"type":null,"area":null,"disambiguation":"this is a dubious label; read annotations","label-code":null} \ No newline at end of file diff --git a/test/fixtures/2aedd41af73384fee8a19db76a3cc3ed.headers b/test/fixtures/2aedd41af73384fee8a19db76a3cc3ed.headers deleted file mode 100644 index 67813f5..0000000 --- a/test/fixtures/2aedd41af73384fee8a19db76a3cc3ed.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:12 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1189", - "x-ratelimit-reset": "1537138694", - "server": "Plack::Handler::Starlet", - "etag": "W/\"eab837f7f2c0cc41ccc3d8471a0c840f\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/855855b1-4210-48e5-b1b7-86772f842759?inc=url-rels&fmt=json", - "time": 381, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/2b7cd5ca496a1d302cc587411cd36ad4 b/test/fixtures/2b7cd5ca496a1d302cc587411cd36ad4 deleted file mode 100644 index 773af48..0000000 --- a/test/fixtures/2b7cd5ca496a1d302cc587411cd36ad4 +++ /dev/null @@ -1 +0,0 @@ -{"created":"2018-09-16T22:56:55.137Z","count":388,"offset":0,"labels":[{"id":"9e6b4d7f-4958-4db7-8504-d89e315836af","type":"Original Production","type-id":"7aaa37fe-2def-3476-b359-80245850062d","score":100,"name":"Sony Music","sort-name":"Sony Music","label-code":10746,"disambiguation":"global brand, excluding JP, owned by Sony Music Entertainment; for use as release label only when no sub-label/imprint is specified","country":"XW","area":{"id":"525d4e18-3d00-31b9-a58b-a146a916de8f","name":"[Worldwide]","sort-name":"[Worldwide]","life-span":{"ended":null}},"life-span":{"begin":"1991-01-01","ended":null},"aliases":[{"sort-name":"新力音樂","name":"新力音樂","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"索尼音樂","name":"索尼音樂","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"新力","name":"新力","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"索尼","name":"索尼","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null}],"tags":[{"count":1,"name":"rock"},{"count":1,"name":"soft rock"},{"count":1,"name":"pop rock"},{"count":1,"name":"veronica"},{"count":1,"name":"clean up"},{"count":1,"name":"record company logo"}]},{"id":"10920823-9ed8-45d9-adb3-69fc22475ab0","type":"Imprint","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","score":97,"name":"Sony Classical","sort-name":"Sony Classical","label-code":6868,"country":"US","area":{"id":"489ce91b-6658-3307-9877-795b68554c98","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"United States","sort-name":"United States","life-span":{"ended":null}},"life-span":{"begin":"1990","ended":null},"aliases":[{"sort-name":"Sony Classics","name":"Sony Classics","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null}],"tags":[{"count":2,"name":"soundtrack"},{"count":2,"name":"classical"},{"count":1,"name":"sk 60957"}]},{"id":"dee62e1a-cfd1-466f-b578-846a0fdf435a","type":"Imprint","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","score":95,"name":"Sony Records","sort-name":"Sony Records","disambiguation":"Japanese imprint","country":"JP","area":{"id":"2db42837-c832-3c27-b4a3-08198f75693c","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Japan","sort-name":"Japan","life-span":{"ended":null}},"life-span":{"begin":"1991","ended":null},"aliases":[{"sort-name":"ソニーレコーズ","name":"ソニーレコーズ","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"ソニーレコード","name":"ソニーレコード","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"ソニー・レコード","name":"ソニー・レコード","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"ソニー・レコーズ","name":"ソニー・レコーズ","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null}],"tags":[{"count":1,"name":"fixme cccd release dates swapped"},{"count":1,"name":"clean up"},{"count":-1,"name":"37659169 split label"}]},{"id":"08f37a61-1c54-4257-b31d-810fa2ac5cd5","type":"Imprint","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","score":93,"name":"CBS/Sony","sort-name":"CBS/Sony","disambiguation":"Japan","country":"JP","area":{"id":"2db42837-c832-3c27-b4a3-08198f75693c","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Japan","sort-name":"Japan","life-span":{"ended":null}},"life-span":{"begin":"1968-03-11","end":"1991-04","ended":true},"aliases":[{"sort-name":"CBS Sony Records","name":"CBS Sony Records","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"CBS Sony Group","name":"CBS Sony Group","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"株式会社CBS・ソニー","name":"株式会社CBS・ソニー","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"CBS Sony Inc.","name":"CBS Sony Inc.","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"CBSソニー","name":"CBSソニー","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null}],"tags":[{"count":1,"name":"clean up"}]},{"id":"151085ba-42d0-477a-83f9-eed3f758c743","type":"Imprint","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","score":93,"name":"Sony","sort-name":"Sony","disambiguation":"CBS \"walking eye\" logo over the name \"SONY\" in a box, used in Latin-American releases","country":"US","area":{"id":"489ce91b-6658-3307-9877-795b68554c98","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"United States","sort-name":"United States","life-span":{"ended":null}},"life-span":{"ended":null},"tags":[{"count":1,"name":"latin american"}]},{"id":"f9ada3ae-3081-44df-8581-ca27a3462b68","type":"Original Production","type-id":"7aaa37fe-2def-3476-b359-80245850062d","score":90,"name":"Sony BMG Music Entertainment","sort-name":"Sony BMG Music Entertainment","label-code":13989,"disambiguation":"Aug 5, 2004 - Oct 1, 2008; do not use if a specific sub-label is available","country":"XW","area":{"id":"525d4e18-3d00-31b9-a58b-a146a916de8f","name":"[Worldwide]","sort-name":"[Worldwide]","life-span":{"ended":null}},"life-span":{"begin":"2004-08-05","end":"2008-10-01","ended":true},"aliases":[{"sort-name":"Sony BMG Music Entertainment Inc","name":"Sony BMG Music Entertainment Inc","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"SBME","type-id":"829662f2-a781-3ec8-8b46-fbcea6196f81","name":"SBME","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"新力博德曼","name":"新力博德曼","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"SonyBMG","name":"SonyBMG","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Sony BMG","name":"Sony BMG","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null}],"tags":[{"count":1,"name":"trance"},{"count":1,"name":"soul"},{"count":2,"name":"clean up"},{"count":1,"name":"imprint/holding combo"}]},{"id":"93abac35-42d9-4c55-a9f4-3aae018eb899","score":89,"name":"Sony","sort-name":"Sony","disambiguation":"logo contains only the SONY® wordmark! do not use if there is a more specific label","life-span":{"ended":null}},{"id":"12c53048-be97-403d-805d-bc69c71211e4","type":"Holding","type-id":"43f31a62-97e4-36f6-9752-453c131b71ed","score":86,"name":"EPIC/SONY","sort-name":"EPIC/SONY","disambiguation":"brand used by Epic/Sony Inc. between Aug 1978-Mar 1988","country":"JP","area":{"id":"2db42837-c832-3c27-b4a3-08198f75693c","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Japan","sort-name":"Japan","life-span":{"ended":null}},"life-span":{"begin":"1978-08","end":"1988-03","ended":true},"aliases":[{"sort-name":"Epic/Sony Records","type-id":"3a1a0c48-d885-3b89-87b2-9e8a483c5675","name":"Epic/Sony Records","locale":null,"type":"Label name","primary":null,"begin-date":null,"end-date":null},{"sort-name":"エピックソニー","type-id":"3a1a0c48-d885-3b89-87b2-9e8a483c5675","name":"EPICソニー","locale":"ja","type":"Label name","primary":true,"begin-date":null,"end-date":null}],"tags":[{"count":1,"name":"clean up"},{"count":1,"name":"imprint/holding combo"}]},{"id":"45ffe1d8-92da-4750-9a4a-f42861f46e2c","type":"Reissue Production","type-id":"88ee6ae7-f413-3490-a1d2-54f6a9f0838c","score":86,"name":"Legacy","sort-name":"Legacy","label-code":2361,"disambiguation":"Legacy Recordings","area":{"id":"a36544c1-cb40-4f44-9e0e-7a5a69e403a8","type":"Subdivision","type-id":"fd3d44c5-80a1-3842-9745-2c4972d35afa","name":"New Jersey","sort-name":"New Jersey","life-span":{"ended":null}},"life-span":{"begin":"1990","ended":null},"aliases":[{"sort-name":"Legacy Entertainment","name":"Legacy Entertainment","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Legacy Recordings","name":"Legacy Recordings","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Epic/Legacy","name":"Epic/Legacy","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"CBS Sony Legacy","name":"CBS Sony Legacy","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Sony Legacy","name":"Sony Legacy","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Columbia/Legacy","name":"Columbia/Legacy","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Columbia / Legacy","name":"Columbia / Legacy","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Epic / Legacy","name":"Epic / Legacy","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Sony BMG Legacy","name":"Sony BMG Legacy","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Sony Classical Legacy","type-id":"829662f2-a781-3ec8-8b46-fbcea6196f81","name":"Sony Classical Legacy","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null}]},{"id":"855855b1-4210-48e5-b1b7-86772f842759","score":84,"name":"Sony International","sort-name":"Sony International","disambiguation":"this is a dubious label; read annotations","life-span":{"ended":null}},{"id":"c27ed569-e9aa-4627-be01-e6e7396120f0","type":"Imprint","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","score":84,"name":"Sony Discos","sort-name":"Sony Discos","disambiguation":"an imprint owned by Sony Discos, Inc.","area":{"id":"4a9aeb42-3763-4234-8fb8-1167ac1dfdfe","type":"City","type-id":"6fd8f29a-3d0a-32fc-980d-ea697b69da78","name":"Miami","sort-name":"Miami","life-span":{"ended":null}},"life-span":{"begin":"1991","ended":true}},{"id":"6c429b59-f360-457c-9e42-383d66788b8f","score":83,"name":"Sony Records","sort-name":"Sony Records","disambiguation":"1991 - 2001 company - group/division of Sony Music Entertainment (Japan)","country":"JP","area":{"id":"2db42837-c832-3c27-b4a3-08198f75693c","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Japan","sort-name":"Japan","life-span":{"ended":null}},"life-span":{"begin":"1991-04","end":"2001-10","ended":true},"tags":[{"count":1,"name":"clean up"}]},{"id":"f752481c-2e26-446f-bccf-e487aea582ed","type":"Imprint","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","score":81,"name":"Sony Music Media","sort-name":"Sony Music Media","label-code":2604,"country":"XE","area":{"id":"89a675c2-3e37-3518-b83c-418bad59a85a","name":"Europe","sort-name":"Europe","life-span":{"ended":null}},"life-span":{"begin":"1996","end":"2004-08-05","ended":true},"aliases":[{"sort-name":"SMM","name":"SMM","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null}],"tags":[{"count":1,"name":"rock"},{"count":1,"name":"soft rock"},{"count":1,"name":"pop rock"}]},{"id":"c9a4ea86-7611-4fff-9f4f-41f18be7e14b","type":"Imprint","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","score":81,"name":"Sony Records International","sort-name":"Sony Records International","disambiguation":"Japanese TEXTLESS walking eye imprint","country":"JP","area":{"id":"2db42837-c832-3c27-b4a3-08198f75693c","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Japan","sort-name":"Japan","life-span":{"ended":null}},"life-span":{"begin":"2001-05","ended":null},"aliases":[{"sort-name":"ソニーレコーズ インターナショナル","type-id":"3a1a0c48-d885-3b89-87b2-9e8a483c5675","name":"ソニーレコーズ インターナショナル","locale":"ja","type":"Label name","primary":null,"begin-date":null,"end-date":null},{"sort-name":"Sony Records Int'l","type-id":"829662f2-a781-3ec8-8b46-fbcea6196f81","name":"Sony Records Int'l","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"Columbia","type-id":"829662f2-a781-3ec8-8b46-fbcea6196f81","name":"Columbia","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"Sony Music","type-id":"829662f2-a781-3ec8-8b46-fbcea6196f81","name":"Sony Music","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null}],"tags":[{"count":1,"name":"high chance of cccd release date swaps"}]},{"id":"99e91ff7-9bd9-45f0-ae3a-6853fefaea5c","type":"Original Production","type-id":"7aaa37fe-2def-3476-b359-80245850062d","score":81,"name":"Sony Masterworks","sort-name":"Sony Masterworks","disambiguation":"formerly an imprint since circa 1990s, label group since 2009; see annotation for imprints it manages","country":"US","area":{"id":"489ce91b-6658-3307-9877-795b68554c98","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"United States","sort-name":"United States","life-span":{"ended":null}},"life-span":{"begin":"2009","ended":null}},{"id":"e7ab62fb-f702-4a11-b96b-691cc4d82579","score":80,"name":"Sony CMG","sort-name":"Sony CMG","disambiguation":"subsidiary of SME UK, add only UK releases","country":"GB","area":{"id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"United Kingdom","sort-name":"United Kingdom","life-span":{"ended":null}},"life-span":{"ended":null},"aliases":[{"sort-name":"Sony Commercial Music Group","name":"Sony Commercial Music Group","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null}]},{"id":"494b1bfc-a97f-4ab4-bc56-c5b4e3b66b68","type":"Imprint","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","score":80,"name":"CBS/Sony","sort-name":"CBS/Sony","disambiguation":"HK","country":"HK","area":{"id":"0373cdff-eac8-3fbc-92dc-36a607da06d1","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Hong Kong","sort-name":"Hong Kong","life-span":{"ended":null}},"life-span":{"begin":"1978","end":"1991-04","ended":true}},{"id":"24681a1b-c1ec-4f0b-b800-36d5b3814740","type":"Imprint","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","score":79,"name":"Sony Wonder","sort-name":"Sony Wonder","country":"US","area":{"id":"489ce91b-6658-3307-9877-795b68554c98","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"United States","sort-name":"United States","life-span":{"ended":null}},"life-span":{"begin":"1995","end":"2007","ended":true}},{"id":"e88e09bd-5ab1-48d3-8b4d-c1631f8fe1b7","type":"Imprint","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","score":78,"name":"CBS/Sony","sort-name":"CBS/Sony","disambiguation":"ES","country":"ES","area":{"id":"471c46a7-afc5-31c4-923c-d0444f5053a4","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Spain","sort-name":"Spain","life-span":{"ended":null}},"life-span":{"begin":"1991","end":"1997","ended":true}},{"id":"bcec5d01-a698-4d58-809e-22455e12fc87","type":"Holding","type-id":"43f31a62-97e4-36f6-9752-453c131b71ed","score":77,"name":"Sony Music Japan International Inc.","sort-name":"Sony Music Japan International Inc.","disambiguation":"Do not use as a label, see the annotation.","country":"JP","area":{"id":"2db42837-c832-3c27-b4a3-08198f75693c","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Japan","sort-name":"Japan","life-span":{"ended":null}},"life-span":{"begin":"2001-10-01","ended":null},"aliases":[{"sort-name":"Epic (Sony Music Japan International Inc.)","type-id":"829662f2-a781-3ec8-8b46-fbcea6196f81","name":"Epic (Sony Music Japan International Inc.)","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"JIVE (Sony Music Japan International Inc.)","type-id":"829662f2-a781-3ec8-8b46-fbcea6196f81","name":"JIVE (Sony Music Japan International Inc.)","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"RCA (Sony Music Japan International Inc.)","type-id":"829662f2-a781-3ec8-8b46-fbcea6196f81","name":"RCA (Sony Music Japan International Inc.)","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"Sony Music Japan Int'l","name":"Sony Music Japan Int'l","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"ソニー・ミュージックジャパンインターナショナル","name":"ソニー・ミュージックジャパンインターナショナル","locale":"ja","type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"株式会社ソニー・ミュージックジャパンインターナショナル","type-id":"3a1a0c48-d885-3b89-87b2-9e8a483c5675","name":"株式会社ソニー・ミュージックジャパンインターナショナル","locale":"ja","type":"Label name","primary":true,"begin-date":null,"end-date":null}],"tags":[{"count":1,"name":"clean up"}]},{"id":"6d0e9125-6846-400e-8b1a-3ff851967273","score":77,"name":"Sony Broadway","sort-name":"Sony Broadway","country":"US","area":{"id":"489ce91b-6658-3307-9877-795b68554c98","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"United States","sort-name":"United States","life-span":{"ended":null}},"life-span":{"begin":"1991-12","end":"1993","ended":true}},{"id":"55464638-3451-45e9-ac28-18c6838a786f","score":77,"name":"Sony Jazz","sort-name":"Sony Jazz","life-span":{"ended":null}},{"id":"34af3899-79f9-43b2-92fe-0819f89ca35a","type":"Imprint","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","score":76,"name":"Sony Latin","sort-name":"Sony Latin","area":{"id":"4a9aeb42-3763-4234-8fb8-1167ac1dfdfe","type":"City","type-id":"6fd8f29a-3d0a-32fc-980d-ea697b69da78","name":"Miami","sort-name":"Miami","life-span":{"ended":null}},"life-span":{"ended":null}},{"id":"a2afa55a-ec15-4053-a273-bf8ce523a793","type":"Original Production","type-id":"7aaa37fe-2def-3476-b359-80245850062d","score":75,"name":"Sony Soho Square","sort-name":"Sony Soho Square","label-code":6140,"country":"GB","area":{"id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"United Kingdom","sort-name":"United Kingdom","life-span":{"ended":null}},"life-span":{"ended":null},"aliases":[{"sort-name":"Sony Soho²","name":"Sony Soho²","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"S2 Records","name":"S2 Records","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"S²","name":"S²","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"S2","name":"S2","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null}]},{"id":"6bb88a42-87e9-48eb-97a2-4e15aea0929c","type":"Original Production","type-id":"7aaa37fe-2def-3476-b359-80245850062d","score":75,"name":"Sony Music Records","sort-name":"Sony Music Records","disambiguation":"Japanese label - no imprint","country":"JP","area":{"id":"2db42837-c832-3c27-b4a3-08198f75693c","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Japan","sort-name":"Japan","life-span":{"ended":null}},"life-span":{"begin":"2001-10","ended":null},"aliases":[{"sort-name":"Sony Music Records Inc.","name":"Sony Music Records Inc.","locale":"en","type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Sony Music Records","name":"Sony Music Records","locale":"en","type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"SMR","type-id":"829662f2-a781-3ec8-8b46-fbcea6196f81","name":"SMR","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"ソニー・ミュージックレコーズ","name":"ソニー・ミュージックレコーズ","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"ソニー・ミュージックレコード","name":"ソニー・ミュージックレコード","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"株式会社ソニー・ミュージックレコーズ","type-id":"3a1a0c48-d885-3b89-87b2-9e8a483c5675","name":"株式会社ソニー・ミュージックレコーズ","locale":"ja","type":"Label name","primary":true,"begin-date":null,"end-date":null}],"tags":[{"count":1,"name":"clean up"}]},{"id":"f9f7b52b-f196-4e82-9ccb-de3053ada20e","type":"Imprint","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","score":75,"name":"Sony Tropical","sort-name":"Sony Tropical","disambiguation":"an imprint owned by Sony Discos, Inc.","country":"US","area":{"id":"489ce91b-6658-3307-9877-795b68554c98","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"United States","sort-name":"United States","life-span":{"ended":null}},"life-span":{"ended":true},"tags":[{"count":1,"name":"latin-american"}]},{"id":"0acc7c46-8f5f-4ea5-9429-a029bfd718c0","type":"Imprint","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","score":75,"name":"Europa","sort-name":"Europa","label-code":967,"disambiguation":"German, best known for audio plays","country":"DE","area":{"id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Germany","sort-name":"Germany","life-span":{"ended":null}},"life-span":{"begin":"1965","ended":null},"aliases":[{"sort-name":"Europa (Sony Music)","name":"Europa (Sony Music)","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null}],"tags":[{"count":0,"name":"306.2"}]},{"id":"f4d80ac0-ba9d-4a75-a45b-3d6a1176f7f4","type":"Imprint","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","score":74,"name":"Sony Music Soundtrax","sort-name":"Sony Music Soundtrax","country":"US","area":{"id":"489ce91b-6658-3307-9877-795b68554c98","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"United States","sort-name":"United States","life-span":{"ended":null}},"life-span":{"begin":"1997","ended":null},"tags":[{"count":1,"name":"soundtrack label"}]},{"id":"17b62044-88ea-40ce-b05d-068e8fff9f7b","type":"Manufacturer","type-id":"e1db00ba-f002-4edc-bc02-6f48e58e2a2e","score":74,"name":"Sony DADC","sort-name":"Sony DADC","disambiguation":"company; use on releases if exact pressing location is not known","country":"US","area":{"id":"489ce91b-6658-3307-9877-795b68554c98","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"United States","sort-name":"United States","life-span":{"ended":null}},"life-span":{"ended":null},"aliases":[{"sort-name":"Sony Digital Audio Disc Corporation","type-id":"3a1a0c48-d885-3b89-87b2-9e8a483c5675","name":"Sony Digital Audio Disc Corporation","locale":"en","type":"Label name","primary":null,"begin-date":null,"end-date":null}],"tags":[{"count":1,"name":"manufacturer"}]},{"id":"8cbe3b14-4247-4056-be7d-dfc2667003a8","score":74,"name":"Sony Music TV","sort-name":"Sony Music TV","life-span":{"ended":null}},{"id":"99962abe-c219-4031-9c6c-c61fc3885944","type":"Imprint","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","score":73,"name":"Sony Music | Latin","sort-name":"Sony Music | Latin","country":"US","area":{"id":"489ce91b-6658-3307-9877-795b68554c98","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"United States","sort-name":"United States","life-span":{"ended":null}},"life-span":{"begin":"1980","ended":null}},{"id":"d766cf2e-d31e-4fad-9511-b27013594d7e","type":"Imprint","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","score":73,"name":"Sony Music Associated Records","sort-name":"Sony Music Associated Records","disambiguation":"imprint \"A∫R\"","country":"JP","area":{"id":"2db42837-c832-3c27-b4a3-08198f75693c","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Japan","sort-name":"Japan","life-span":{"ended":null}},"life-span":{"begin":"2001-10-01","ended":null},"aliases":[{"sort-name":"AICL","name":"AICL","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"SMEJ Associated Records","name":"SMEJ Associated Records","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"ソニー・ミュージックアソ\\シエイテッドレコーズ","name":"ソニー・ミュージックアソ\\シエイテッドレコーズ","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"SMA","name":"SMA","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"ソニー・ミュージックアソシエイテッドレコーズ","name":"ソニー・ミュージックアソシエイテッドレコーズ","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"SMAR","name":"SMAR","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null}],"tags":[{"count":2,"name":"clean up"}]},{"id":"cc72a7c0-98a2-469a-9e62-81e298e38508","score":73,"name":"Sony Music Catalog","sort-name":"Sony Music Catalog","label-code":10879,"disambiguation":"a division of Sony Music Entertainment (Germany) GmbH, as well as its imprint","country":"DE","area":{"id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Germany","sort-name":"Germany","life-span":{"ended":null}},"life-span":{"ended":null},"aliases":[{"sort-name":"SMC","name":"SMC","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null}]},{"id":"1b32958b-1f52-42da-a439-15317140df3c","type":"Original Production","type-id":"7aaa37fe-2def-3476-b359-80245850062d","score":72,"name":"Sony Musique","sort-name":"Sony Musique","area":{"id":"74b24e62-d2fe-42d2-9d96-31f2da756c77","type":"City","type-id":"6fd8f29a-3d0a-32fc-980d-ea697b69da78","name":"Toronto","sort-name":"Toronto","life-span":{"ended":null}},"life-span":{"ended":null}},{"id":"ebcc6218-78cb-4002-80f7-982ba9ac0dca","score":72,"name":"Sony BMG","sort-name":"Sony BMG","disambiguation":"please use this label with caution, likely to have existed only between 2004–2008","life-span":{"ended":null}},{"id":"4029defc-63b1-4071-a49f-3f826f92ef71","type":"Imprint","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","score":72,"name":"Sony Music UK","sort-name":"Sony Music UK","label-code":12723,"disambiguation":"~2002-2006","country":"GB","area":{"id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"United Kingdom","sort-name":"United Kingdom","life-span":{"ended":null}},"life-span":{"begin":"2002-09-30","ended":null},"tags":[{"count":1,"name":"clean up"}]},{"id":"0331bcea-3905-4893-9874-1d3f10480625","type":"Holding","type-id":"43f31a62-97e4-36f6-9752-453c131b71ed","score":72,"name":"Sony Music Entertainment (Japan) Inc.","sort-name":"Sony Music Entertainment (Japan) Inc.","disambiguation":"parent company, not normally a label - see subsidiaries","country":"JP","area":{"id":"2db42837-c832-3c27-b4a3-08198f75693c","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Japan","sort-name":"Japan","life-span":{"ended":null}},"life-span":{"begin":"1991-04","ended":null},"aliases":[{"sort-name":"SME Japan","name":"SME Japan","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Sony Music Group (Japan)","name":"Sony Music Group (Japan)","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"ソニーミュージック","name":"ソニーミュージック","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"SonyMusic","name":"SonyMusic","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"SonyMusic Group","name":"SonyMusic Group","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"ソニー・ミュジックエンタテインメント","name":"ソニー・ミュジックエンタテインメント","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Sony Music Japan","name":"Sony Music Japan","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"SMEJ","name":"SMEJ","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"ソニー・ミュジック・エンタテインメント","name":"ソニー・ミュジック・エンタテインメント","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"株式会社ソニー・ミュージックエンタテインメント","type-id":"3a1a0c48-d885-3b89-87b2-9e8a483c5675","name":"株式会社ソニー・ミュージックエンタテインメント","locale":"ja","type":"Label name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Sony Music Entertainment (Japan) Inc.","type-id":"3a1a0c48-d885-3b89-87b2-9e8a483c5675","name":"Sony Music Entertainment (Japan) Inc.","locale":"en","type":"Label name","primary":true,"begin-date":null,"end-date":null}],"tags":[{"count":0,"name":"sicp"}]},{"id":"3cfa65af-d11c-4337-843c-0b6d4ca385d3","type":"Original Production","type-id":"7aaa37fe-2def-3476-b359-80245850062d","score":72,"name":"Hansa","sort-name":"Hansa","label-code":835,"country":"DE","area":{"id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Germany","sort-name":"Germany","life-span":{"ended":null}},"life-span":{"begin":"1964","ended":true},"aliases":[{"sort-name":"Hansa (Sony Music)","name":"Hansa (Sony Music)","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null}]},{"id":"3f82f08e-8027-4995-aa64-8e338ff3805c","score":72,"name":"Sony Music Special Products","sort-name":"Sony Music Special Products","label-code":11542,"country":"US","area":{"id":"489ce91b-6658-3307-9877-795b68554c98","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"United States","sort-name":"United States","life-span":{"ended":null}},"life-span":{"begin":"1991","ended":null}},{"id":"73fe8a7b-eaa3-477a-8719-dfc4823394d2","type":"Publisher","type-id":"e9ad53b0-e3d0-3885-a10b-8193d501338c","score":72,"name":"Sony Legacy","sort-name":"Sony Legacy","life-span":{"ended":null}},{"id":"c2aaa58c-93b2-4d22-8455-611dd401a1e2","type":"Holding","type-id":"43f31a62-97e4-36f6-9752-453c131b71ed","score":71,"name":"Sony Music Entertainment (France) S.A.","sort-name":"Sony Music Entertainment (France) S.A.","disambiguation":"not for release label use! Sony Music Entertainment FR subsidiary from 1988–2003","country":"FR","area":{"id":"08310658-51eb-3801-80de-5a0739207115","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"France","sort-name":"France","life-span":{"ended":null}},"life-span":{"begin":"1988","end":"2003","ended":true},"aliases":[{"sort-name":"Sony Music France (S.A.)","name":"Sony Music France (S.A.)","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Sony Music Entertainment (France) S.A.S.","name":"Sony Music Entertainment (France) S.A.S.","locale":null,"type":null,"primary":null,"begin-date":"2003","end-date":"2004"}]},{"id":"127f9b62-f048-4b24-a403-15d421ffad7f","type":"Imprint","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","score":71,"name":"Sony Music Direct","sort-name":"Sony Music Direct","disambiguation":"Japanese walking eye imprint that says \"Sony Music Direct\"","country":"JP","area":{"id":"2db42837-c832-3c27-b4a3-08198f75693c","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Japan","sort-name":"Japan","life-span":{"ended":null}},"life-span":{"ended":null}},{"id":"63003dff-a8bb-4d38-b8cb-471c8af5effe","type":"Original Production","type-id":"7aaa37fe-2def-3476-b359-80245850062d","score":69,"name":"Sony Urban Music","sort-name":"Sony Urban Music","country":"US","area":{"id":"489ce91b-6658-3307-9877-795b68554c98","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"United States","sort-name":"United States","life-span":{"ended":null}},"life-span":{"begin":"2004","end":"2006","ended":true}},{"id":"3135aac7-9ead-425f-8c5a-b0f2b1281ed0","score":69,"name":"Sony BMG Latin","sort-name":"Sony BMG Latin","disambiguation":"DO NOT USE! very likely invalid, see annotations","life-span":{"ended":null},"tags":[{"count":1,"name":"charlie zaa"}]},{"id":"77e1d81b-3098-42b5-8599-8d1e6fd43038","type":"Bootleg Production","type-id":"fdac9b96-359b-3488-9322-ad99c2473636","score":69,"name":"Sony Music","sort-name":"Sony Music","disambiguation":"fake label, for bootlegs/counterfeits/pirated releases only","country":"RU","area":{"id":"1f1fc3a4-9500-39b8-9f10-f0a465557eef","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Russia","sort-name":"Russia","life-span":{"ended":null}},"life-span":{"ended":null}},{"id":"d2b1e603-c74d-4c5e-b580-ff542e56b4b4","score":69,"name":"Sony NAD","sort-name":"Sony NAD","country":"IN","area":{"id":"d31a9a15-537f-3669-ad53-25753ddd2772","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"India","sort-name":"India","life-span":{"ended":null}},"life-span":{"ended":null}},{"id":"c17e4801-8e23-4add-9a3d-5fe0587a017d","score":69,"name":"Sony Owned","sort-name":"Sony Owned","life-span":{"ended":null}},{"id":"885f3efd-cc41-4b3e-914f-a7da1176a79f","score":68,"name":"Sony U.S. Latin","sort-name":"Sony U.S. Latin","disambiguation":"bogus label, do not use!","life-span":{"ended":null}},{"id":"65f85c42-92a0-489c-a921-d804acba29b1","type":"Production","type-id":"a2426aab-2dd4-339c-b47d-b4923a241678","score":68,"name":"550 Music","sort-name":"550 Music","label-code":5257,"country":"US","area":{"id":"489ce91b-6658-3307-9877-795b68554c98","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"United States","sort-name":"United States","life-span":{"ended":null}},"life-span":{"begin":"1992","end":"2000","ended":true},"aliases":[{"sort-name":"Sony 50 50 Music","name":"Sony 50 50 Music","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null}]},{"id":"fd2a2e8c-591c-44f6-b91c-dc86f7339233","type":"Imprint","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","score":67,"name":"CBS/Sony","sort-name":"CBS/Sony","disambiguation":"PH","country":"PH","area":{"id":"786532a5-2e36-315a-bdf2-221dc1b64b72","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Philippines","sort-name":"Philippines","life-span":{"ended":null}},"life-span":{"ended":true}}]} \ No newline at end of file diff --git a/test/fixtures/2b7cd5ca496a1d302cc587411cd36ad4.headers b/test/fixtures/2b7cd5ca496a1d302cc587411cd36ad4.headers deleted file mode 100644 index 9e2c52c..0000000 --- a/test/fixtures/2b7cd5ca496a1d302cc587411cd36ad4.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:56:55 GMT", - "content-type": "application/json", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "908", - "x-ratelimit-reset": "1537138615", - "last-modified": "Sun, 16 Sep 2018 22:36:14 GMT", - "etag": "W/\"NmNkNjAwMDAwMDAwMDAwMFNvbHI=\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label?limit=50&query=Sony&fmt=json", - "time": 383, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/2c34fb36a56575acb20fd958b18583fd b/test/fixtures/2c34fb36a56575acb20fd958b18583fd deleted file mode 100644 index aa2c62f..0000000 --- a/test/fixtures/2c34fb36a56575acb20fd958b18583fd +++ /dev/null @@ -1 +0,0 @@ -{"album":[{"idAlbum":"2162908","idArtist":"111492","idLabel":"43473","strAlbum":"Random Access Memories","strAlbumStripped":"Random Access Memories","strArtist":"Daft Punk","strArtistStripped":"Daft Punk","intYearReleased":"2013","strStyle":"Electronic","strGenre":"House","strLabel":"Columbia","strReleaseFormat":"Album","intSales":"0","strAlbumThumb":"https://www.theaudiodb.com/images/media/album/thumb/random-access-memories-51764651042e5.jpg","strAlbumThumbBack":"https://www.theaudiodb.com/images/media/album/thumbback/vyqvvx1535103595.jpg","strAlbumCDart":"https://www.theaudiodb.com/images/media/album/cdart/random-access-memories-5194a5974107d.png","strAlbumSpine":null,"strAlbum3DCase":null,"strAlbum3DFlat":null,"strAlbum3DFace":null,"strDescriptionEN":"Random Access Memories is the upcoming fourth studio album by French electronic music duo Daft Punk. It will be released by Daft Life under exclusive license to Columbia Records on May 17, 2013 in Australia, May 20, 2013 in the United Kingdom and on May 21, 2013 in the United States. Work started on the record concurrently with the Tron: Legacy score, without a clear plan as to what its structure would be. Shortly after Daft Punk signed with Columbia, a gradual promotional rollout began for the album including billboards, television advertising and a web series.\nRandom Access Memories pays tribute to the late 1970s and early 80s era of music in the United States, particularly the sound of Los Angeles recordings of the period. Daft Punk recorded the album largely using live instrumentation with session musicians, and limited the use of electronics to drum machines, a modular synthesizer and vintage vocoders. The album also features collaborations with Panda Bear, Julian Casablancas, Todd Edwards, DJ Falcon, Chilly Gonzales, Giorgio Moroder, Nile Rodgers, Paul Williams and Pharrell Williams. Critical reception to the album has generally been positive.","strDescriptionDE":null,"strDescriptionFR":"Random Access Memories est le quatri\u00e8me album studio de Daft Punk, dont la date de sortie officielle est le 20 mai 2013. Il est publi\u00e9 par Daft Life Limited, une filiale de Columbia Records. L'album comprend des collaborations avec plusieurs artistes tels que Nile Rodgers, Paul Williams, Giorgio Moroder, Pharrell Williams, Todd Edwards, DJ Falcon, Chilly Gonzales, Panda Bear et Julian Casablancas et se caract\u00e9rise, en tant qu'hommage au son des ann\u00e9es 1970, par le parti pris d'utiliser des vrais instruments (guitare, basse, batterie, piano, cuivres etc..) en limitant l'usage des machines \u00e9lectroniques. \u00c0 sa publication, l'album rencontre un important succ\u00e8s international, d\u00e9passant d\u00e9j\u00e0 le million d'exemplaires lors de sa premi\u00e8re semaine de vente.\n\nD\u00e8s la premi\u00e8re semaine, l'album se classe premier quasiment partout dans le monde. Random Access Memories semble \u00eatre le plus grand succ\u00e8s de cette ann\u00e9e. V\u00e9ritable buzz mondial, l'album devient le plus vendu dans le monde lors de sa premi\u00e8re semaine de vente.\n\nEn France, l'album se vend lors de la premi\u00e8re semaine \u00e0 plus de 195 000 exemplaires et r\u00e9alise la plus grosse vente num\u00e9rique en une semaine (67 335 exemplaires). Il est dans le m\u00eame temps certifi\u00e9 double disque de platine en seulement sept jours.\n\nAu Royaume-Uni, l'album r\u00e9alise le meilleur d\u00e9marrage de l'ann\u00e9e dans ce pays avec 217 892 exemplaires \u00e9coul\u00e9s en une semaine.\n\nDaft Punk se hisse \u00e9galement en t\u00eate des charts am\u00e9ricains en vendant plus de 330 000 albums lors des sept premiers jours.\n\nDans Rock & Folk, Philippe Man\u0153uvre parle de \u00ab 73 minutes de folie cr\u00e9atrice \u00bb et compare Random Access Memories \u00e0 A Wizard, A True Star, album de Todd Rundgren, dont le groupe a d'ailleurs utilis\u00e9 un morceau dans le film Daft Punk's Electroma. Le journaliste \u00e9voque \u00e9galement un son \u00ab exceptionnel \u00bb et \u00ab tr\u00e8s sophistiqu\u00e9 \u00bb et ajoute que le disque est une prise de risque \u00e9norme, \u00ab pour eux comme pour leur maison de disques \u00bb. Enfin, il qualifie l'album de \u00ab vertigineux, brillant \u00bb et \u00ab exceptionnel \u00bb.\n\nLe magazine fran\u00e7ais Les Inrockuptibles, par la plume de Pierre Siankowski, parle de ce nouvel album comme \u00e9tant l\u2019un \u00ab des chefs-d\u2019\u0153uvre de cette ann\u00e9e 2013 \u00bb.\n\nQuant \u00e0 T\u00e9l\u00e9rama, il accorde \u00e0 l'album ses quatre clefs, \u00e9crivant des Daft Punk qu'\u00ab on les retrouve apais\u00e9s, presque farceurs, c\u00e9l\u00e9brant joyeusement les bacchanales des musiques populaires \u00bb.\n\nPour Lib\u00e9ration, en revanche, Random Access Memories \u00ab est un disque embarrassant de pop funk sans engagement \u00bb et \u00ab qui se contente trop souvent de faire \"\u00e0 la fa\u00e7on de\" \u00bb. Le quotidien consid\u00e8re l'album comme \u00ab pass\u00e9iste \u00bb et s'interroge : \u00ab depuis quand le pass\u00e9 est-il plus int\u00e9ressant que le pr\u00e9sent ? \u00bb. Selon le journal, seul le morceau Touch, \u00ab le Bohemian Rhapsody des Daft Punk \u00bb, m\u00e9rite une v\u00e9ritable attention puisqu'il \u00ab tire vers le haut \u00bb l'album.","strDescriptionCN":null,"strDescriptionIT":null,"strDescriptionJP":null,"strDescriptionRU":null,"strDescriptionES":"Random Access Memories es el cuarto \u00e1lbum de estudio del d\u00fao franc\u00e9s Daft Punk. Fue lanzado oficialmente el 17 de mayo en Australia, lanzado despu\u00e9s en el Reino Unido el 20 de mayo y para Estados Unidos el 21 de mayo de 2013, bajo licencia de Daft Life. El inicio de grabaci\u00f3n de este disco inici\u00f3 cuando el d\u00fao preparaba el soundtrack de la pel\u00edcula Tron: Legacy, sin un plan claro en cuanto a lo que ser\u00eda su estructura. Despu\u00e9s de haber anunciado su nuevo contrato con Columbia Records, Daft Punk empez\u00f3 a promocionar el nuevo \u00e1lbum con cart\u00e9les, anuncios televisivos y series para internet.\n\nRandom Access Memories hace un tributo a la m\u00fasica estadounidense de la \u00e9poca de los 1970s y la primera parte de los 1980s, particularmente al sonido de Los \u00c1ngeles durante esa \u00e9poca. Daft Punk grab\u00f3 el \u00e1lbum en gran parte con orquesta en vivo con sesi\u00f3nes musicales y con un uso limitado de m\u00e1quinas de percusi\u00f3n, sintetizador modular, y con una vendimia de vocoders. El \u00e1lbum contiene un gran n\u00famero de colaboradores, entre ellos se dest\u00e1can: Panda Bear, Chilly Gonzales, DJ Falcon, Julian Casablancas, Todd Edwards, Paul Williams, Pharrell Williams, Nile Rodgers y Ghallmarck. El \u00e1lbum fue recibido con cr\u00edticas positivas.\n\nDurante la primera mitad de 2013, vendi\u00f3 614 000 copias en los Estados Unidos, donde se convirti\u00f3 en el d\u00e9cimo \u00e1lbum m\u00e1s vendido durante dicho periodo.","strDescriptionPT":"Random Access Memories \u00e9 o quarto \u00e1lbum de est\u00fadio da dupla francesa de m\u00fasica eletr\u00f4nica Daft Punk. O lan\u00e7amento foi no dia 21 de maio de 2013 pelas gravadoras Sony Music Entertainment e Columbia Records. O \u00e1lbum contem colabora\u00e7\u00f5es de v\u00e1rios artistas incluindo Nile Rodgers, Paul Williams, Giorgio Moroder, Pharrell Williams, Todd Edwards, DJ Falcon, Panda Bear e Julian Casablancas. O trabalho no \u00e1lbum come\u00e7ou a ser desenvolvido no mesmo tempo em que a dupla criava a Trilha Sonora de Tron Legacy, em 2010, sem um \u00fanico plano de como seria estruturado. Pouco depois que Daft Punk assinou contrato com a gravadora Columbia Records, come\u00e7ou um gradual lan\u00e7amento promocionais do novo \u00e1lbum, incluindo outdoors, comerciais de televis\u00e3o e at\u00e9 s\u00e9ries de internet, como a The Collaborators. A recep\u00e7\u00e3o cr\u00edtica at\u00e9 agora foi geralmente positiva.\n\nDaft Punk fez este \u00e1lbum com a colabora\u00e7\u00e3o do escritor e cantor Paul Williams e com o guitarrista da banda Chic, o aclamado produtor Nile Rodgers. Williams mencionou essa colabora\u00e7\u00e3o em duas entrevistas, que o projeto estaria em produ\u00e7\u00e3o desde 2010. Durante uma entrevista com Rodgers, ele disse que se encontraria com a dupla para discutir o pr\u00f3ximo \u00e1lbum.","strDescriptionSE":null,"strDescriptionNL":null,"strDescriptionHU":null,"strDescriptionNO":null,"strDescriptionIL":null,"strDescriptionPL":null,"intLoved":"2","intScore":"8.7","intScoreVotes":"6","strReview":"","strMood":"Happy","strTheme":null,"strSpeed":"Medium","strLocation":null,"strMusicBrainzID":"aa997ea0-2936-40bd-884d-3af8a0e064dc","strMusicBrainzArtistID":"056e4f3e-d505-4dad-8ec1-d04f521cbb56","strAllMusicID":"mw0002521619","strBBCReviewID":null,"strRateYourMusicID":"random_access_memories","strDiscogsID":"556257","strWikidataID":"Q8119033","strWikipediaID":"Random_Access_Memories","strGeniusID":null,"strLyricWikiID":null,"strMusicMozID":null,"strItunesID":null,"strAmazonID":null,"strLocked":"unlocked"}]} \ No newline at end of file diff --git a/test/fixtures/2c34fb36a56575acb20fd958b18583fd.headers b/test/fixtures/2c34fb36a56575acb20fd958b18583fd.headers deleted file mode 100644 index 4a7b5c2..0000000 --- a/test/fixtures/2c34fb36a56575acb20fd958b18583fd.headers +++ /dev/null @@ -1,23 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "content-type": "application/json", - "server": "Microsoft-IIS/7.0", - "x-powered-by": "PHP/5.6.0, ASP.NET", - "access-control-allow-origin": "*", - "date": "Sun, 16 Sep 2018 22:56:50 GMT", - "connection": "close", - "content-length": "9078" - }, - "url": "https://www.theaudiodb.com:443/api/v1/json/1/album-mb.php?i=aa997ea0-2936-40bd-884d-3af8a0e064dc", - "time": 1347, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "www.theaudiodb.com", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/2c6a805737a5bb4bc6cf7ca4c93bcf3c b/test/fixtures/2c6a805737a5bb4bc6cf7ca4c93bcf3c deleted file mode 100644 index 5db1e2f..0000000 --- a/test/fixtures/2c6a805737a5bb4bc6cf7ca4c93bcf3c +++ /dev/null @@ -1 +0,0 @@ -{"life-span":{"end":null,"ended":false,"begin":"1972"},"type-id":"7aaa37fe-2def-3476-b359-80245850062d","type":"Original Production","disambiguation":"","area":{"id":"6a264f94-6ff1-30b1-9a81-41f7bfabd616","disambiguation":"","iso-3166-1-codes":["FI"],"sort-name":"Finland","name":"Finland"},"label-code":null,"isnis":[],"sort-name":"EMI Finland","ipis":[],"id":"4c418bbc-9e5a-442f-876c-eb40126b772d","rating":{"value":null,"votes-count":0},"name":"EMI Finland","country":"FI"} \ No newline at end of file diff --git a/test/fixtures/2c6a805737a5bb4bc6cf7ca4c93bcf3c.headers b/test/fixtures/2c6a805737a5bb4bc6cf7ca4c93bcf3c.headers deleted file mode 100644 index b5fd4ab..0000000 --- a/test/fixtures/2c6a805737a5bb4bc6cf7ca4c93bcf3c.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:08 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1089", - "x-ratelimit-reset": "1537138750", - "server": "Plack::Handler::Starlet", - "etag": "W/\"30dc81a022c7564d232c5d4e1ac9ba4d\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/4c418bbc-9e5a-442f-876c-eb40126b772d?inc=ratings&fmt=json", - "time": 365, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/2d73450c4eb129a96c19fb31893cb07f b/test/fixtures/2d73450c4eb129a96c19fb31893cb07f deleted file mode 100644 index 3652ed6..0000000 --- a/test/fixtures/2d73450c4eb129a96c19fb31893cb07f +++ /dev/null @@ -1 +0,0 @@ -{"images":[{"types":["Front"],"front":true,"back":false,"edit":17462565,"image":"http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/829521842.jpg","comment":"","approved":true,"id":"829521842","thumbnails":{"large":"http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/829521842-500.jpg","small":"http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/829521842-250.jpg"}},{"types":["Back"],"front":false,"back":true,"edit":24923554,"image":"http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/5769317885.jpg","comment":"","approved":true,"id":"5769317885","thumbnails":{"large":"http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/5769317885-500.jpg","small":"http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/5769317885-250.jpg"}},{"types":["Medium"],"front":false,"back":false,"edit":24923552,"image":"http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/5769316809.jpg","comment":"","approved":true,"id":"5769316809","thumbnails":{"large":"http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/5769316809-500.jpg","small":"http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/5769316809-250.jpg"}}],"release":"http://musicbrainz.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd"} \ No newline at end of file diff --git a/test/fixtures/2d73450c4eb129a96c19fb31893cb07f.headers b/test/fixtures/2d73450c4eb129a96c19fb31893cb07f.headers deleted file mode 100644 index 193064c..0000000 --- a/test/fixtures/2d73450c4eb129a96c19fb31893cb07f.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:23 GMT", - "content-type": "application/json", - "content-length": "1358", - "last-modified": "Mon, 22 Jun 2015 14:56:27 GMT", - "connection": "keep-alive", - "etag": "\"5588221b-54e\"", - "expires": "Mon, 17 Sep 2018 04:59:23 GMT", - "cache-control": "max-age=21600", - "access-control-allow-origin": "*", - "accept-ranges": "bytes" - }, - "url": "http://ia902607.us.archive.org:80/32/items/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd/index.json", - "time": 160, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://archive.org/download/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd/index.json", - "host": "ia902607.us.archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/2dd9912677b480dba99a99c809078688 b/test/fixtures/2dd9912677b480dba99a99c809078688 deleted file mode 100644 index 5456560..0000000 --- a/test/fixtures/2dd9912677b480dba99a99c809078688 +++ /dev/null @@ -1,4 +0,0 @@ -{ - "status": "error", - "error message": "Not found" -} \ No newline at end of file diff --git a/test/fixtures/2dd9912677b480dba99a99c809078688.headers b/test/fixtures/2dd9912677b480dba99a99c809078688.headers deleted file mode 100644 index c5dba8e..0000000 --- a/test/fixtures/2dd9912677b480dba99a99c809078688.headers +++ /dev/null @@ -1,23 +0,0 @@ -{ - "statusCode": 404, - "headers": { - "server": "nginx/1.10.1 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:57:18 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "vary": "Accept-Encoding", - "access-control-allow-origin": "*" - }, - "url": "http://webservice.fanart.tv:80/v3/music/0cf56645-50ec-4411-aeb6-c9f4ce0f8edb?api_key=d9e25d5beda1027a1674c1585882309e", - "time": 321, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "webservice.fanart.tv", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/2f9e4c201203a33929006daf7b750f02 b/test/fixtures/2f9e4c201203a33929006daf7b750f02 deleted file mode 100644 index c826558..0000000 --- a/test/fixtures/2f9e4c201203a33929006daf7b750f02 +++ /dev/null @@ -1 +0,0 @@ -{"offsets":[150,18190,34163,66150,87453,116853,151413,166833,184123],"offset-count":9,"id":"TMXdzZkTcc9Jq24PD0w5J9_AXms-","sectors":193443,"releases":[{"id":"7f6d3088-837d-495e-905f-be5c70ac2d82","disambiguation":"","media":[{"format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31","format":"CD","discs":[{"offset-count":9,"id":"TMXdzZkTcc9Jq24PD0w5J9_AXms-","offsets":[150,18190,34163,66150,87453,116853,151413,166833,184123],"sectors":193443},{"offset-count":9,"id":"rKs_PWM2y.8B7uVgxqJqzTDz7vs-","offsets":[150,17960,33857,65742,87272,116037,151202,166622,183905],"sectors":193405}],"position":1,"track-count":9,"title":""}],"barcode":"","cover-art-archive":{"front":true,"darkened":false,"count":5,"artwork":true,"back":true},"status":"Official","country":"JP","date":"1983-05-21","quality":"normal","text-representation":{"language":"eng","script":"Latn"},"status-id":"4e304316-386d-3409-af2e-78857eec5cfe","release-events":[{"area":{"disambiguation":"","name":"Japan","sort-name":"Japan","id":"2db42837-c832-3c27-b4a3-08198f75693c","iso-3166-1-codes":["JP"]},"date":"1983-05-21"}],"packaging":"Jewel Case","packaging-id":"ec27701a-4a22-37f4-bfac-6616e0f9750a","asin":null,"title":"The Dark Side of the Moon"}]} \ No newline at end of file diff --git a/test/fixtures/2f9e4c201203a33929006daf7b750f02.headers b/test/fixtures/2f9e4c201203a33929006daf7b750f02.headers deleted file mode 100644 index 47ae1db..0000000 --- a/test/fixtures/2f9e4c201203a33929006daf7b750f02.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:13 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "853", - "x-ratelimit-reset": "1537138694", - "server": "Plack::Handler::Starlet", - "etag": "W/\"e866185b1355198622e62a3f1d080b4b\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/discid/TMXdzZkTcc9Jq24PD0w5J9_AXms-?fmt=json", - "time": 389, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/2fb308510ba1d5fad8dd2e2f9f2fb296 b/test/fixtures/2fb308510ba1d5fad8dd2e2f9f2fb296 deleted file mode 100644 index 3c27a2e..0000000 --- a/test/fixtures/2fb308510ba1d5fad8dd2e2f9f2fb296 +++ /dev/null @@ -1 +0,0 @@ -{"label-code":null,"sort-name":"CBS/Sony","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","type":"Imprint","name":"CBS/Sony","isnis":[],"ipis":[],"area":{"name":"Spain","iso-3166-1-codes":["ES"],"id":"471c46a7-afc5-31c4-923c-d0444f5053a4","sort-name":"Spain","disambiguation":""},"disambiguation":"ES","id":"e88e09bd-5ab1-48d3-8b4d-c1631f8fe1b7","country":"ES","life-span":{"end":"1997","ended":true,"begin":"1991"},"relations":[{"end":null,"attributes":[],"source-credit":"","direction":"forward","url":{"resource":"https://www.discogs.com/label/33078","id":"f1e6708e-9b0c-4656-aa0a-25d580e3b24e"},"begin":null,"target-credit":"","type":"discogs","ended":false,"type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","attribute-values":{},"target-type":"url"},{"attribute-values":{},"target-credit":"","type":"logo","type-id":"b35f7822-bf3c-4148-b306-fb723c63ee8b","ended":false,"target-type":"url","end":null,"attributes":[],"begin":null,"source-credit":"","url":{"resource":"http://i47.twitgoo.com/23lmqtl.jpg","id":"f2c03692-249f-42f5-97b4-1c0ed9eb8bee"},"direction":"forward"}]} \ No newline at end of file diff --git a/test/fixtures/2fb308510ba1d5fad8dd2e2f9f2fb296.headers b/test/fixtures/2fb308510ba1d5fad8dd2e2f9f2fb296.headers deleted file mode 100644 index 9e573a4..0000000 --- a/test/fixtures/2fb308510ba1d5fad8dd2e2f9f2fb296.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:23 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "966", - "x-ratelimit-reset": "1537138704", - "server": "Plack::Handler::Starlet", - "etag": "W/\"42513ef25a81e4fc3ce721e805ebaa51\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/e88e09bd-5ab1-48d3-8b4d-c1631f8fe1b7?inc=url-rels&fmt=json", - "time": 405, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/3061cf9812acb7fec508ad673d17c104 b/test/fixtures/3061cf9812acb7fec508ad673d17c104 deleted file mode 100644 index 84867ab..0000000 --- a/test/fixtures/3061cf9812acb7fec508ad673d17c104 +++ /dev/null @@ -1 +0,0 @@ -{"sort-name":"550 Music","disambiguation":"","label-code":5257,"area":{"id":"489ce91b-6658-3307-9877-795b68554c98","name":"United States","sort-name":"United States","disambiguation":"","iso-3166-1-codes":["US"]},"type":"Production","isnis":[],"ipis":[],"country":"US","relations":[{"source-credit":"","direction":"forward","target-type":"url","url":{"resource":"https://www.discogs.com/label/3578","id":"61a9df50-6271-4413-bfa1-5e8d9028739b"},"type":"discogs","type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","attribute-values":{},"target-credit":"","attributes":[],"end":null,"begin":null,"ended":false},{"attribute-values":{},"target-credit":"","type-id":"b35f7822-bf3c-4148-b306-fb723c63ee8b","begin":null,"end":null,"attributes":[],"ended":false,"direction":"forward","source-credit":"","url":{"resource":"https://rymimg.com/lk/f/b/0efb78ffc4de845121fc42391787143f/152071.jpeg","id":"6e81cd57-db2e-4b4c-8de7-8b5ff937c8c9"},"target-type":"url","type":"logo"},{"type":"other databases","direction":"forward","source-credit":"","url":{"id":"06338dd6-afaf-494b-8ed4-5c14eb799968","resource":"https://rateyourmusic.com/label/550_music/"},"target-type":"url","begin":null,"end":null,"attributes":[],"ended":false,"attribute-values":{},"target-credit":"","type-id":"83eca2b3-5ae1-43f5-a732-56fa9a8591b1"},{"type":"wikidata","url":{"id":"fe469108-9f97-418f-b2f2-10b8cc530c90","resource":"https://www.wikidata.org/wiki/Q4352944"},"target-type":"url","direction":"forward","source-credit":"","ended":false,"end":null,"begin":null,"attributes":[],"target-credit":"","attribute-values":{},"type-id":"75d87e83-d927-4580-ba63-44dc76256f98"}],"type-id":"a2426aab-2dd4-339c-b47d-b4923a241678","id":"65f85c42-92a0-489c-a921-d804acba29b1","life-span":{"end":"2000","begin":"1992","ended":true},"name":"550 Music"} \ No newline at end of file diff --git a/test/fixtures/3061cf9812acb7fec508ad673d17c104.headers b/test/fixtures/3061cf9812acb7fec508ad673d17c104.headers deleted file mode 100644 index 4e448d5..0000000 --- a/test/fixtures/3061cf9812acb7fec508ad673d17c104.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:29 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1026", - "x-ratelimit-reset": "1537138770", - "server": "Plack::Handler::Starlet", - "etag": "W/\"8741b035769a5275d253f3ca358fc540\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/65f85c42-92a0-489c-a921-d804acba29b1?inc=url-rels&fmt=json", - "time": 392, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/30fd9e0948302a73130dea98b64c566d b/test/fixtures/30fd9e0948302a73130dea98b64c566d deleted file mode 100644 index 305229f..0000000 --- a/test/fixtures/30fd9e0948302a73130dea98b64c566d +++ /dev/null @@ -1 +0,0 @@ -{"type-id":null,"country":null,"name":"Photo Finish Records","id":"abf92a54-dcc5-4264-9f00-2cb2ceb26a45","life-span":{"ended":false,"end":null,"begin":"2006"},"rating":{"votes-count":0,"value":null},"area":null,"label-code":null,"disambiguation":"","sort-name":"Photo Finish Records","ipis":[],"isnis":[],"type":null} \ No newline at end of file diff --git a/test/fixtures/30fd9e0948302a73130dea98b64c566d.headers b/test/fixtures/30fd9e0948302a73130dea98b64c566d.headers deleted file mode 100644 index f093805..0000000 --- a/test/fixtures/30fd9e0948302a73130dea98b64c566d.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:30 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1086", - "x-ratelimit-reset": "1537138772", - "server": "Plack::Handler::Starlet", - "etag": "W/\"3589bf6f3ecd7ba736d7a9a78107f25e\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/abf92a54-dcc5-4264-9f00-2cb2ceb26a45?inc=ratings&fmt=json", - "time": 384, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/3144a847f9f6b9455d92bd331f7d11b6 b/test/fixtures/3144a847f9f6b9455d92bd331f7d11b6 deleted file mode 100644 index 396dbf8..0000000 --- a/test/fixtures/3144a847f9f6b9455d92bd331f7d11b6 +++ /dev/null @@ -1 +0,0 @@ -{"type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","type":"Imprint","sort-name":"CBS/Sony","label-code":null,"isnis":[],"id":"fd2a2e8c-591c-44f6-b91c-dc86f7339233","disambiguation":"PH","area":{"disambiguation":"","sort-name":"Philippines","id":"786532a5-2e36-315a-bdf2-221dc1b64b72","name":"Philippines","iso-3166-1-codes":["PH"]},"ipis":[],"life-span":{"end":null,"ended":true,"begin":null},"relations":[{"attributes":[],"url":{"resource":"https://www.discogs.com/label/33078","id":"f1e6708e-9b0c-4656-aa0a-25d580e3b24e"},"source-credit":"","end":null,"target-type":"url","direction":"forward","begin":null,"type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","attribute-values":{},"ended":false,"type":"discogs","target-credit":""},{"type-id":"b35f7822-bf3c-4148-b306-fb723c63ee8b","attribute-values":{},"direction":"forward","begin":null,"type":"logo","target-credit":"","ended":false,"url":{"resource":"http://i47.twitgoo.com/23lmqtl.jpg","id":"f2c03692-249f-42f5-97b4-1c0ed9eb8bee"},"target-type":"url","end":null,"source-credit":"","attributes":[]}],"country":"PH","name":"CBS/Sony"} \ No newline at end of file diff --git a/test/fixtures/3144a847f9f6b9455d92bd331f7d11b6.headers b/test/fixtures/3144a847f9f6b9455d92bd331f7d11b6.headers deleted file mode 100644 index cca9dd7..0000000 --- a/test/fixtures/3144a847f9f6b9455d92bd331f7d11b6.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:40 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1138", - "x-ratelimit-reset": "1537138782", - "server": "Plack::Handler::Starlet", - "etag": "W/\"ddfec563dd57408d50dc34102501315d\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/fd2a2e8c-591c-44f6-b91c-dc86f7339233?inc=url-rels&fmt=json", - "time": 374, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/3168abdfb2c45801ecb78bc900d14b41 b/test/fixtures/3168abdfb2c45801ecb78bc900d14b41 deleted file mode 100644 index f9d79db..0000000 --- a/test/fixtures/3168abdfb2c45801ecb78bc900d14b41 +++ /dev/null @@ -1 +0,0 @@ -{"area":{"iso-3166-1-codes":["US"],"sort-name":"United States","disambiguation":"","id":"489ce91b-6658-3307-9877-795b68554c98","name":"United States"},"label-code":11542,"disambiguation":"","sort-name":"Sony Music Special Products","ipis":[],"isnis":[],"type":null,"type-id":null,"country":"US","relations":[{"type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","attribute-values":{},"target-credit":"","ended":false,"attributes":[],"begin":null,"end":null,"target-type":"url","url":{"resource":"https://www.discogs.com/label/37901","id":"82acc011-e925-4168-b7de-94cb89d88e64"},"source-credit":"","direction":"forward","type":"discogs"},{"source-credit":"","direction":"forward","target-type":"url","url":{"resource":"https://www.wikidata.org/wiki/Q7562502","id":"eb7efd86-b623-412c-8454-1bce4aeae1a7"},"type":"wikidata","type-id":"75d87e83-d927-4580-ba63-44dc76256f98","attribute-values":{},"target-credit":"","attributes":[],"end":null,"begin":null,"ended":false}],"name":"Sony Music Special Products","id":"3f82f08e-8027-4995-aa64-8e338ff3805c","life-span":{"end":null,"begin":"1991","ended":false}} \ No newline at end of file diff --git a/test/fixtures/3168abdfb2c45801ecb78bc900d14b41.headers b/test/fixtures/3168abdfb2c45801ecb78bc900d14b41.headers deleted file mode 100644 index 3aab72d..0000000 --- a/test/fixtures/3168abdfb2c45801ecb78bc900d14b41.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:07 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1018", - "x-ratelimit-reset": "1537138748", - "server": "Plack::Handler::Starlet", - "etag": "W/\"88c44a28c711d4daa36426a4561cbab3\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/3f82f08e-8027-4995-aa64-8e338ff3805c?inc=url-rels&fmt=json", - "time": 410, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/328fb65e26d71acde23f18ea8d3d0bff b/test/fixtures/328fb65e26d71acde23f18ea8d3d0bff deleted file mode 100644 index e4bf36f..0000000 --- a/test/fixtures/328fb65e26d71acde23f18ea8d3d0bff +++ /dev/null @@ -1 +0,0 @@ -{"isnis":[],"name":"Sony Discos","ipis":[],"type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","area":{"disambiguation":"","name":"Miami","sort-name":"Miami","id":"4a9aeb42-3763-4234-8fb8-1167ac1dfdfe"},"country":null,"life-span":{"ended":true,"begin":"1991","end":null},"relations":[{"target-credit":"","url":{"id":"e300835d-fa23-4212-820f-a54a424d1405","resource":"https://www.discogs.com/label/83869"},"end":null,"type":"discogs","ended":false,"source-credit":"","attribute-values":{},"direction":"forward","begin":null,"attributes":[],"target-type":"url","type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207"},{"type":"logo","end":null,"url":{"resource":"http://i66.tinypic.com/f09m3r.jpg","id":"477618c3-e359-441e-837d-a5064009d924"},"target-credit":"","target-type":"url","type-id":"b35f7822-bf3c-4148-b306-fb723c63ee8b","attributes":[],"begin":null,"direction":"forward","source-credit":"","ended":false,"attribute-values":{}}],"disambiguation":"an imprint owned by Sony Discos, Inc.","label-code":null,"type":"Imprint","sort-name":"Sony Discos","id":"c27ed569-e9aa-4627-be01-e6e7396120f0"} \ No newline at end of file diff --git a/test/fixtures/328fb65e26d71acde23f18ea8d3d0bff.headers b/test/fixtures/328fb65e26d71acde23f18ea8d3d0bff.headers deleted file mode 100644 index 1a2b06b..0000000 --- a/test/fixtures/328fb65e26d71acde23f18ea8d3d0bff.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:12 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1190", - "x-ratelimit-reset": "1537138694", - "server": "Plack::Handler::Starlet", - "etag": "W/\"07813571dac984573e5107134c4bdbd3\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/c27ed569-e9aa-4627-be01-e6e7396120f0?inc=url-rels&fmt=json", - "time": 378, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/349bf7254e33f9f6b7a360d9cdaedce3 b/test/fixtures/349bf7254e33f9f6b7a360d9cdaedce3 deleted file mode 100644 index e69de29..0000000 diff --git a/test/fixtures/349bf7254e33f9f6b7a360d9cdaedce3.headers b/test/fixtures/349bf7254e33f9f6b7a360d9cdaedce3.headers deleted file mode 100644 index 5d485b8..0000000 --- a/test/fixtures/349bf7254e33f9f6b7a360d9cdaedce3.headers +++ /dev/null @@ -1,26 +0,0 @@ -{ - "statusCode": 302, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "text/html; charset=UTF-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "access-control-allow-origin": "*", - "accept-ranges": "bytes", - "location": "http://ia801607.us.archive.org/11/items/mbid-fbc2e8c7-045d-4bcc-82da-2f1309918f0e/index.json", - "strict-transport-security": "max-age=2592000" - }, - "url": "http://archive.org:80/download/mbid-fbc2e8c7-045d-4bcc-82da-2f1309918f0e/index.json", - "time": 108, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e", - "host": "archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/34ca10f44e5af073160c7b6adac60130 b/test/fixtures/34ca10f44e5af073160c7b6adac60130 deleted file mode 100644 index e69de29..0000000 diff --git a/test/fixtures/34ca10f44e5af073160c7b6adac60130.headers b/test/fixtures/34ca10f44e5af073160c7b6adac60130.headers deleted file mode 100644 index 5b686fe..0000000 --- a/test/fixtures/34ca10f44e5af073160c7b6adac60130.headers +++ /dev/null @@ -1,26 +0,0 @@ -{ - "statusCode": 302, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "text/html; charset=UTF-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "access-control-allow-origin": "*", - "accept-ranges": "bytes", - "location": "http://ia801203.us.archive.org/29/items/mbid-d5cdb7fd-c7e9-460a-9549-8a369655cc52/index.json", - "strict-transport-security": "max-age=2592000" - }, - "url": "http://archive.org:80/download/mbid-d5cdb7fd-c7e9-460a-9549-8a369655cc52/index.json", - "time": 84, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52", - "host": "archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/35eee390e68edec5d06d0a820f87087a b/test/fixtures/35eee390e68edec5d06d0a820f87087a deleted file mode 100644 index 4930c9b..0000000 --- a/test/fixtures/35eee390e68edec5d06d0a820f87087a +++ /dev/null @@ -1,4 +0,0 @@ - -404 Not Found -

Not Found

-

No cover art found for release b2fe009b-c042-422c-99c1-667c1b7c120b

diff --git a/test/fixtures/35eee390e68edec5d06d0a820f87087a.headers b/test/fixtures/35eee390e68edec5d06d0a820f87087a.headers deleted file mode 100644 index 42f0823..0000000 --- a/test/fixtures/35eee390e68edec5d06d0a820f87087a.headers +++ /dev/null @@ -1,22 +0,0 @@ -{ - "statusCode": 404, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "text/html", - "content-length": "179", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/b2fe009b-c042-422c-99c1-667c1b7c120b", - "time": 390, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/39192d7783e3cbd103a64e37435860c8 b/test/fixtures/39192d7783e3cbd103a64e37435860c8 deleted file mode 100644 index d4519ba..0000000 --- a/test/fixtures/39192d7783e3cbd103a64e37435860c8 +++ /dev/null @@ -1,4 +0,0 @@ - -404 Not Found -

Not Found

-

No cover art found for release 29a43eb0-537d-4af1-8598-8b488c847f2e

diff --git a/test/fixtures/39192d7783e3cbd103a64e37435860c8.headers b/test/fixtures/39192d7783e3cbd103a64e37435860c8.headers deleted file mode 100644 index cd5d8c0..0000000 --- a/test/fixtures/39192d7783e3cbd103a64e37435860c8.headers +++ /dev/null @@ -1,22 +0,0 @@ -{ - "statusCode": 404, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "text/html", - "content-length": "179", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/29a43eb0-537d-4af1-8598-8b488c847f2e", - "time": 356, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/3a7c3d2d0ac8cb3923c301ccbe320fd9 b/test/fixtures/3a7c3d2d0ac8cb3923c301ccbe320fd9 deleted file mode 100644 index 9336481..0000000 --- a/test/fixtures/3a7c3d2d0ac8cb3923c301ccbe320fd9 +++ /dev/null @@ -1 +0,0 @@ -{"id":"4347ffe2-82ec-4059-9520-6a1a3f73a304","resource":"http://www.nirvana.com/"} \ No newline at end of file diff --git a/test/fixtures/3a7c3d2d0ac8cb3923c301ccbe320fd9.headers b/test/fixtures/3a7c3d2d0ac8cb3923c301ccbe320fd9.headers deleted file mode 100644 index 350eade..0000000 --- a/test/fixtures/3a7c3d2d0ac8cb3923c301ccbe320fd9.headers +++ /dev/null @@ -1,27 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:18 GMT", - "content-type": "application/json; charset=utf-8", - "content-length": "82", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1074", - "x-ratelimit-reset": "1537138639", - "server": "Plack::Handler::Starlet", - "etag": "\"4694db1ddf955e7a7832f47b19720fca\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/url?resource=http%3A%2F%2Fwww.nirvana.com%2F&fmt=json", - "time": 368, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/3b60588b620d7e73852e4800525e40d6 b/test/fixtures/3b60588b620d7e73852e4800525e40d6 deleted file mode 100644 index 10ae0ab..0000000 --- a/test/fixtures/3b60588b620d7e73852e4800525e40d6 +++ /dev/null @@ -1 +0,0 @@ -{"label-code":null,"type-id":"43f31a62-97e4-36f6-9752-453c131b71ed","type":"Holding","disambiguation":"brand used by Epic/Sony Inc. between Aug 1978-Mar 1988","life-span":{"end":"1988-03","ended":true,"begin":"1978-08"},"area":{"iso-3166-1-codes":["JP"],"id":"2db42837-c832-3c27-b4a3-08198f75693c","disambiguation":"","name":"Japan","sort-name":"Japan"},"isnis":[],"sort-name":"EPIC/SONY","relations":[{"target-type":"url","url":{"resource":"https://www.discogs.com/label/37615","id":"10386a31-52c1-4af1-bf5e-08378fc8952d"},"begin":null,"type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","type":"discogs","ended":false,"target-credit":"","end":null,"direction":"forward","attribute-values":{},"attributes":[],"source-credit":""},{"target-type":"url","url":{"id":"31579ca2-4061-4184-922d-cf96955f5e1b","resource":"https://www.wikidata.org/wiki/Q846383"},"type-id":"75d87e83-d927-4580-ba63-44dc76256f98","begin":null,"type":"wikidata","direction":"forward","ended":false,"end":null,"target-credit":"","attribute-values":{},"attributes":[],"source-credit":""}],"ipis":[],"id":"12c53048-be97-403d-805d-bc69c71211e4","name":"EPIC/SONY","country":"JP"} \ No newline at end of file diff --git a/test/fixtures/3b60588b620d7e73852e4800525e40d6.headers b/test/fixtures/3b60588b620d7e73852e4800525e40d6.headers deleted file mode 100644 index 928bd57..0000000 --- a/test/fixtures/3b60588b620d7e73852e4800525e40d6.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:01 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "934", - "x-ratelimit-reset": "1537138682", - "server": "Plack::Handler::Starlet", - "etag": "W/\"f43ca9265247b8f332cd5cef6c1cd249\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/12c53048-be97-403d-805d-bc69c71211e4?inc=url-rels&fmt=json", - "time": 396, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/3be1040749e09fb6758604279107fe6d b/test/fixtures/3be1040749e09fb6758604279107fe6d deleted file mode 100644 index 795a074..0000000 --- a/test/fixtures/3be1040749e09fb6758604279107fe6d +++ /dev/null @@ -1 +0,0 @@ -{"ipis":[],"type":"Original Production","name":"Finger Lickin' Records","isnis":[],"type-id":"7aaa37fe-2def-3476-b359-80245850062d","rating":{"value":null,"votes-count":0},"sort-name":"Finger Lickin' Records","label-code":null,"life-span":{"begin":"1998","end":null,"ended":false},"id":"25007538-8896-408b-9689-e62ccc4a5cc1","country":"GB","disambiguation":"","area":{"iso-3166-1-codes":["GB"],"name":"United Kingdom","disambiguation":"","sort-name":"United Kingdom","id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed"}} \ No newline at end of file diff --git a/test/fixtures/3be1040749e09fb6758604279107fe6d.headers b/test/fixtures/3be1040749e09fb6758604279107fe6d.headers deleted file mode 100644 index ff40f56..0000000 --- a/test/fixtures/3be1040749e09fb6758604279107fe6d.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:30 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1080", - "x-ratelimit-reset": "1537138772", - "server": "Plack::Handler::Starlet", - "etag": "W/\"ad8227ead40ee1b0aaa58362019c2598\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/25007538-8896-408b-9689-e62ccc4a5cc1?inc=ratings&fmt=json", - "time": 400, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/3c84bd700a6239d110d78334816eda85 b/test/fixtures/3c84bd700a6239d110d78334816eda85 deleted file mode 100644 index 97cce58..0000000 --- a/test/fixtures/3c84bd700a6239d110d78334816eda85 +++ /dev/null @@ -1 +0,0 @@ -{"name":"flamenco guitar","id":"9483eb06-fd5a-4792-844f-72bc4cb1c0a1","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","type":"String instrument","disambiguation":"Guitar used in flamenco","description":"Deriving from the classical guitar, it has many modifications and playing techniques to create a more percussive sound. Originally having wooden tuning pegs like lutes and violins, it has a thinner, lighter build with \"golpeadores\" or tapping-plates and less sustain than the classical guitar.","relations":[{"direction":"forward","end":null,"target-credit":"","ended":false,"url":{"id":"052c2fe3-1238-448c-bad4-54b2d9cb4e1d","resource":"https://www.wikidata.org/wiki/Q930531"},"begin":null,"type-id":"1486fccd-cf59-35e4-9399-b50e2b255877","type":"wikidata","target-type":"url","source-credit":"","attributes":[],"attribute-values":{}}]} \ No newline at end of file diff --git a/test/fixtures/3c84bd700a6239d110d78334816eda85.headers b/test/fixtures/3c84bd700a6239d110d78334816eda85.headers deleted file mode 100644 index 7b13e60..0000000 --- a/test/fixtures/3c84bd700a6239d110d78334816eda85.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:50 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1176", - "x-ratelimit-reset": "1537138672", - "server": "Plack::Handler::Starlet", - "etag": "W/\"6756ffe312d35524d5dbf3eba993b97e\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/instrument/9483eb06-fd5a-4792-844f-72bc4cb1c0a1?inc=url-rels&fmt=json", - "time": 368, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/3cb5257c754aba0014f4d753feab63a2 b/test/fixtures/3cb5257c754aba0014f4d753feab63a2 deleted file mode 100644 index ab07fec..0000000 --- a/test/fixtures/3cb5257c754aba0014f4d753feab63a2 +++ /dev/null @@ -1 +0,0 @@ -{"images":[{"approved":true,"back":false,"comment":"","edit":48086205,"front":true,"id":17892462572,"image":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/17892462572.jpg","thumbnails":{"1200":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/17892462572-1200.jpg","250":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/17892462572-250.jpg","500":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/17892462572-500.jpg","large":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/17892462572-500.jpg","small":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/17892462572-250.jpg"},"types":["Front","Booklet"]},{"approved":true,"back":true,"comment":"","edit":48086208,"front":false,"id":17892463601,"image":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/17892463601.jpg","thumbnails":{"1200":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/17892463601-1200.jpg","250":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/17892463601-250.jpg","500":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/17892463601-500.jpg","large":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/17892463601-500.jpg","small":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/17892463601-250.jpg"},"types":["Back","Spine"]},{"approved":true,"back":false,"comment":"","edit":48086209,"front":false,"id":17892465448,"image":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/17892465448.jpg","thumbnails":{"1200":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/17892465448-1200.jpg","250":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/17892465448-250.jpg","500":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/17892465448-500.jpg","large":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/17892465448-500.jpg","small":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/17892465448-250.jpg"},"types":["Medium"]},{"approved":true,"back":false,"comment":"","edit":42991929,"front":false,"id":15714592605,"image":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/15714592605.jpg","thumbnails":{"1200":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/15714592605-1200.jpg","250":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/15714592605-250.jpg","500":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/15714592605-500.jpg","large":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/15714592605-500.jpg","small":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/15714592605-250.jpg"},"types":["Booklet"]},{"approved":true,"back":false,"comment":"","edit":42991933,"front":false,"id":15714593501,"image":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/15714593501.jpg","thumbnails":{"1200":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/15714593501-1200.jpg","250":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/15714593501-250.jpg","500":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/15714593501-500.jpg","large":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/15714593501-500.jpg","small":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/15714593501-250.jpg"},"types":["Booklet"]},{"approved":true,"back":false,"comment":"","edit":42991934,"front":false,"id":15714594399,"image":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/15714594399.jpg","thumbnails":{"1200":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/15714594399-1200.jpg","250":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/15714594399-250.jpg","500":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/15714594399-500.jpg","large":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/15714594399-500.jpg","small":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/15714594399-250.jpg"},"types":["Booklet"]},{"approved":true,"back":false,"comment":"","edit":42991938,"front":false,"id":15714594941,"image":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/15714594941.jpg","thumbnails":{"1200":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/15714594941-1200.jpg","250":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/15714594941-250.jpg","500":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/15714594941-500.jpg","large":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/15714594941-500.jpg","small":"http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6/15714594941-250.jpg"},"types":["Booklet"]}],"release":"https://musicbrainz.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6"} \ No newline at end of file diff --git a/test/fixtures/3cb5257c754aba0014f4d753feab63a2.headers b/test/fixtures/3cb5257c754aba0014f4d753feab63a2.headers deleted file mode 100644 index 0d9ba54..0000000 --- a/test/fixtures/3cb5257c754aba0014f4d753feab63a2.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:21 GMT", - "content-type": "application/json", - "content-length": "5213", - "last-modified": "Sun, 18 Feb 2018 21:30:13 GMT", - "connection": "keep-alive", - "etag": "\"5a89f065-145d\"", - "expires": "Mon, 17 Sep 2018 04:59:21 GMT", - "cache-control": "max-age=21600", - "access-control-allow-origin": "*", - "accept-ranges": "bytes" - }, - "url": "http://ia801209.us.archive.org:80/27/items/mbid-3e2c779e-16e8-459e-8791-2da47a92dce6/index.json", - "time": 152, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://archive.org/download/mbid-3e2c779e-16e8-459e-8791-2da47a92dce6/index.json", - "host": "ia801209.us.archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/3d1ea2a773f49cdf17cf4256f5cde4bf b/test/fixtures/3d1ea2a773f49cdf17cf4256f5cde4bf deleted file mode 100644 index e69de29..0000000 diff --git a/test/fixtures/3d1ea2a773f49cdf17cf4256f5cde4bf.headers b/test/fixtures/3d1ea2a773f49cdf17cf4256f5cde4bf.headers deleted file mode 100644 index 71bccd9..0000000 --- a/test/fixtures/3d1ea2a773f49cdf17cf4256f5cde4bf.headers +++ /dev/null @@ -1,26 +0,0 @@ -{ - "statusCode": 302, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:20 GMT", - "content-type": "text/html; charset=UTF-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "access-control-allow-origin": "*", - "accept-ranges": "bytes", - "location": "http://ia801204.us.archive.org/4/items/mbid-3ee3723e-ed1e-4baa-a718-7f1d9ecb3bec/index.json", - "strict-transport-security": "max-age=2592000" - }, - "url": "http://archive.org:80/download/mbid-3ee3723e-ed1e-4baa-a718-7f1d9ecb3bec/index.json", - "time": 83, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://coverartarchive.org/release/3ee3723e-ed1e-4baa-a718-7f1d9ecb3bec", - "host": "archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/3d2ee72516840ca0816bd567f766b32a b/test/fixtures/3d2ee72516840ca0816bd567f766b32a deleted file mode 100644 index caa3957..0000000 --- a/test/fixtures/3d2ee72516840ca0816bd567f766b32a +++ /dev/null @@ -1 +0,0 @@ -{"id":"85da782d-2ec0-41ec-a97f-9be464bba309","name":"Beets Music Collection","type":"Release","release-count":579,"type-id":"d94659b2-4ce5-3a98-b4b8-da1131cf33ee","editor":"offbeatadam","entity-type":"release"} \ No newline at end of file diff --git a/test/fixtures/3d2ee72516840ca0816bd567f766b32a.headers b/test/fixtures/3d2ee72516840ca0816bd567f766b32a.headers deleted file mode 100644 index 6e86fb9..0000000 --- a/test/fixtures/3d2ee72516840ca0816bd567f766b32a.headers +++ /dev/null @@ -1,27 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:51 GMT", - "content-type": "application/json; charset=utf-8", - "content-length": "210", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "817", - "x-ratelimit-reset": "1537138672", - "server": "Plack::Handler::Starlet", - "etag": "\"103bd1f22b6f87198f3e9250a572d9aa\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/collection/85da782d-2ec0-41ec-a97f-9be464bba309?fmt=json", - "time": 355, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/3d3398816ac3ccbffdd2c4893406f982 b/test/fixtures/3d3398816ac3ccbffdd2c4893406f982 deleted file mode 100644 index eac23ad..0000000 --- a/test/fixtures/3d3398816ac3ccbffdd2c4893406f982 +++ /dev/null @@ -1 +0,0 @@ -{"release-count":6,"release-offset":0,"releases":[{"disambiguation":"","asin":null,"text-representation":{"language":"eng","script":"Latn"},"status-id":"1156806e-d06a-38bd-83f0-cf2284a808b9","title":"Beauty and Power EP","packaging":null,"packaging-id":null,"status":"Bootleg","barcode":null,"id":"03988bf9-e49e-4671-8f56-1964faa76002","cover-art-archive":{"back":false,"front":true,"darkened":false,"count":1,"artwork":true},"quality":"normal"},{"packaging-id":null,"packaging":null,"barcode":null,"status":"Bootleg","cover-art-archive":{"back":false,"darkened":false,"count":0,"artwork":false,"front":false},"id":"05621ec4-0c3a-4ec4-a2e5-0a64eb27f638","quality":"normal","disambiguation":"","asin":null,"text-representation":{"language":"eng","script":"Latn"},"title":"Coming Down Heavy","status-id":"1156806e-d06a-38bd-83f0-cf2284a808b9"},{"quality":"normal","cover-art-archive":{"back":false,"front":true,"count":1,"darkened":false,"artwork":true},"id":"8950b138-feaa-4ff7-b2c0-65f36247d7c8","barcode":null,"status":"Bootleg","packaging-id":null,"packaging":null,"title":"Acoustic EP","status-id":"1156806e-d06a-38bd-83f0-cf2284a808b9","text-representation":{"language":"eng","script":"Latn"},"asin":null,"disambiguation":""},{"cover-art-archive":{"back":false,"front":true,"count":1,"darkened":false,"artwork":true},"id":"c6b97e56-e92a-40f9-a7a9-86b2bebad1f5","quality":"normal","packaging-id":null,"packaging":null,"barcode":null,"status":"Bootleg","text-representation":{"language":"eng","script":"Latn"},"title":"The Triple Platinum EP","status-id":"1156806e-d06a-38bd-83f0-cf2284a808b9","disambiguation":"","asin":null},{"quality":"normal","id":"d75fa825-74c8-4b3c-a1b7-b09f9ee3bbe0","cover-art-archive":{"front":false,"count":0,"artwork":false,"darkened":false,"back":false},"status":"Bootleg","barcode":null,"packaging":null,"packaging-id":null,"status-id":"1156806e-d06a-38bd-83f0-cf2284a808b9","title":"The Ghost of Seattle: The TV EP, Volume 1","text-representation":{"language":"eng","script":"Latn"},"asin":null,"disambiguation":""},{"status-id":"1156806e-d06a-38bd-83f0-cf2284a808b9","title":"Pack of 4","text-representation":{"language":"eng","script":"Latn"},"asin":null,"disambiguation":"","quality":"normal","id":"f657046b-f495-4d81-a423-514ca943eeea","cover-art-archive":{"back":false,"front":true,"count":1,"darkened":false,"artwork":true},"status":"Bootleg","barcode":null,"packaging":null,"packaging-id":null}]} \ No newline at end of file diff --git a/test/fixtures/3d3398816ac3ccbffdd2c4893406f982.headers b/test/fixtures/3d3398816ac3ccbffdd2c4893406f982.headers deleted file mode 100644 index b1ba6b9..0000000 --- a/test/fixtures/3d3398816ac3ccbffdd2c4893406f982.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:18 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1072", - "x-ratelimit-reset": "1537138639", - "server": "Plack::Handler::Starlet", - "etag": "W/\"e73a77bda81967839b74c18dbe73c054\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/release?artist=5b11f4ce-a62d-471e-81fc-a69a8278c7da&type=ep&status=bootleg&fmt=json", - "time": 364, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/3d8e23969b7b8b8dc1e9363bc953eaed b/test/fixtures/3d8e23969b7b8b8dc1e9363bc953eaed deleted file mode 100644 index 47a6b44..0000000 --- a/test/fixtures/3d8e23969b7b8b8dc1e9363bc953eaed +++ /dev/null @@ -1 +0,0 @@ -{"country":"US","name":"Sony DADC","ipis":[],"life-span":{"end":null,"ended":false,"begin":null},"relations":[{"attributes":[],"target-type":"url","source-credit":"","end":null,"url":{"resource":"https://www.discogs.com/label/34825","id":"8d8663c6-bcad-4df5-a920-1847179d2660"},"target-credit":"","type":"discogs","ended":false,"type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","attribute-values":{},"direction":"forward","begin":null},{"end":null,"source-credit":"","target-type":"url","url":{"id":"08d3a486-a5fd-4d73-8e72-436d9ea058f5","resource":"http://www.sonydadc.com/"},"ended":false,"target-credit":"","type":"official site","direction":"forward","begin":null,"type-id":"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6","attribute-values":{},"attributes":[]},{"attributes":[],"attribute-values":{},"type-id":"75d87e83-d927-4580-ba63-44dc76256f98","begin":null,"direction":"forward","target-credit":"","type":"wikidata","ended":false,"url":{"id":"7592f5fd-5fe1-48c6-9530-2cfb36aae079","resource":"https://www.wikidata.org/wiki/Q1396343"},"target-type":"url","end":null,"source-credit":""}],"area":{"sort-name":"United States","disambiguation":"","id":"489ce91b-6658-3307-9877-795b68554c98","name":"United States","iso-3166-1-codes":["US"]},"disambiguation":"company; use on releases if exact pressing location is not known","id":"17b62044-88ea-40ce-b05d-068e8fff9f7b","isnis":[],"sort-name":"Sony DADC","type":"Manufacturer","label-code":null,"type-id":"e1db00ba-f002-4edc-bc02-6f48e58e2a2e"} \ No newline at end of file diff --git a/test/fixtures/3d8e23969b7b8b8dc1e9363bc953eaed.headers b/test/fixtures/3d8e23969b7b8b8dc1e9363bc953eaed.headers deleted file mode 100644 index 2fdd25c..0000000 --- a/test/fixtures/3d8e23969b7b8b8dc1e9363bc953eaed.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:45 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1002", - "x-ratelimit-reset": "1537138726", - "server": "Plack::Handler::Starlet", - "etag": "W/\"11f334c5f8023cc170c31fc21b53b27a\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/17b62044-88ea-40ce-b05d-068e8fff9f7b?inc=url-rels&fmt=json", - "time": 399, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/3dd3f9a8efe08f8d1adb70cd6ece87d9 b/test/fixtures/3dd3f9a8efe08f8d1adb70cd6ece87d9 deleted file mode 100644 index 406beff..0000000 --- a/test/fixtures/3dd3f9a8efe08f8d1adb70cd6ece87d9 +++ /dev/null @@ -1 +0,0 @@ -{"end_area":null,"life-span":{"end":"1994-04-05","ended":true,"begin":"1988-01"},"disambiguation":"90s US grunge band","gender":null,"gender-id":null,"type":"Group","sort-name":"Nirvana","id":"5b11f4ce-a62d-471e-81fc-a69a8278c7da","name":"Nirvana","isnis":["0000000123486830"],"ipis":[],"begin_area":{"sort-name":"Aberdeen","id":"a640b45c-c173-49b1-8030-973603e895b5","name":"Aberdeen","disambiguation":""},"type-id":"e431f5f6-b5d2-343d-8b36-72607fffb74b","area":{"sort-name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98","iso-3166-1-codes":["US"],"name":"United States","disambiguation":""},"country":"US"} \ No newline at end of file diff --git a/test/fixtures/3dd3f9a8efe08f8d1adb70cd6ece87d9.headers b/test/fixtures/3dd3f9a8efe08f8d1adb70cd6ece87d9.headers deleted file mode 100644 index 249cf72..0000000 --- a/test/fixtures/3dd3f9a8efe08f8d1adb70cd6ece87d9.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 23:01:45 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "939", - "x-ratelimit-reset": "1537138906", - "server": "Plack::Handler::Starlet", - "etag": "W/\"a51142877edd68ffb816f1a091345ba6\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/artist/5b11f4ce-a62d-471e-81fc-a69a8278c7da?fmt=json", - "time": 377, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/3e1c2d3f08053b0376bb4a3fa2586cc0 b/test/fixtures/3e1c2d3f08053b0376bb4a3fa2586cc0 deleted file mode 100644 index 50811df..0000000 --- a/test/fixtures/3e1c2d3f08053b0376bb4a3fa2586cc0 +++ /dev/null @@ -1 +0,0 @@ -{"relations":[{"type":"discogs","attributes":[],"target-type":"url","ended":false,"target-credit":"","source-credit":"","begin":null,"direction":"forward","url":{"resource":"https://www.discogs.com/label/9905","id":"e91b3731-189a-4f34-a022-8ab595884510"},"end":null,"type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","attribute-values":{}}],"area":{"id":"4a9aeb42-3763-4234-8fb8-1167ac1dfdfe","sort-name":"Miami","disambiguation":"","name":"Miami"},"type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","id":"34af3899-79f9-43b2-92fe-0819f89ca35a","disambiguation":"","ipis":[],"life-span":{"begin":null,"ended":false,"end":null},"label-code":null,"type":"Imprint","isnis":[],"sort-name":"Sony Latin","country":null,"name":"Sony Latin"} \ No newline at end of file diff --git a/test/fixtures/3e1c2d3f08053b0376bb4a3fa2586cc0.headers b/test/fixtures/3e1c2d3f08053b0376bb4a3fa2586cc0.headers deleted file mode 100644 index e9ff7f2..0000000 --- a/test/fixtures/3e1c2d3f08053b0376bb4a3fa2586cc0.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:34 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "739", - "x-ratelimit-reset": "1537138714", - "server": "Plack::Handler::Starlet", - "etag": "W/\"55816dfb3916e843f6ed5c9da89cf12b\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/34af3899-79f9-43b2-92fe-0819f89ca35a?inc=url-rels&fmt=json", - "time": 418, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/411c0b53f75e4380eae0424fdecb902e b/test/fixtures/411c0b53f75e4380eae0424fdecb902e deleted file mode 100644 index b18c2d3..0000000 --- a/test/fixtures/411c0b53f75e4380eae0424fdecb902e +++ /dev/null @@ -1 +0,0 @@ -{"type-id":"cd92781a-a73f-30e8-a430-55d7521338db","type":"Venue","address":"901 Pine Street, Seattle, Washington 98101","coordinates":{"latitude":"47.613228","longitude":"-122.331342"},"id":"b5297256-8482-4cba-968a-25db61563faf","area":{"sort-name":"Seattle","disambiguation":"","id":"10adc6b5-63bf-4b4e-993e-ed83b05c22fc","name":"Seattle"},"disambiguation":"","relations":[{"target-type":"url","source-credit":"","end":null,"url":{"id":"19c85fe3-0f3d-45ed-9eaf-de53ebb0360b","resource":"https://www.discogs.com/label/340727"},"type":"discogs","target-credit":"","ended":false,"type-id":"1c140ac8-8dc2-449e-92cb-52c90d525640","attribute-values":{},"begin":null,"direction":"forward","attributes":[]},{"attributes":[],"type-id":"68a4537c-f2a6-49b8-81c5-82a62b0976b7","attribute-values":{},"begin":null,"direction":"forward","target-credit":"","type":"image","ended":false,"url":{"resource":"https://commons.wikimedia.org/wiki/File:Paramount_Theater_in_Seattle_showing_Wicked.jpg","id":"ad4ed121-6b53-4571-afdf-4d7858afb8ad"},"target-type":"url","source-credit":"","end":null},{"url":{"resource":"http://www.stgpresents.org/paramount","id":"4159f9b7-078b-4aed-a243-26d545a36e4c"},"source-credit":"","end":null,"target-type":"url","begin":null,"direction":"forward","attribute-values":{},"type-id":"696b79da-7e45-40e6-a9d4-b31438eb7e5d","ended":false,"target-credit":"","type":"official homepage","attributes":[]},{"end":null,"source-credit":"","target-type":"url","url":{"id":"0c5a1c07-32b6-4c34-8513-a16a2b9e2cfd","resource":"http://www.setlist.fm/venue/paramount-theatre-seattle-wa-usa-43d61ff3.html"},"ended":false,"target-credit":"","type":"setlistfm","begin":null,"direction":"forward","type-id":"751e8fb1-ed8d-4a94-b71b-a38065054f5d","attribute-values":{},"attributes":[]},{"ended":false,"type":"wikidata","target-credit":"","begin":null,"direction":"forward","type-id":"e6826618-b410-4b8d-b3b5-52e29eac5e1f","attribute-values":{},"end":null,"source-credit":"","target-type":"url","url":{"id":"c3d835f1-9270-46aa-aaea-7479825c0bdc","resource":"https://www.wikidata.org/wiki/Q3363536"},"attributes":[]}],"life-span":{"begin":"1928-03-01","ended":false,"end":null},"name":"Paramount Theatre"} \ No newline at end of file diff --git a/test/fixtures/411c0b53f75e4380eae0424fdecb902e.headers b/test/fixtures/411c0b53f75e4380eae0424fdecb902e.headers deleted file mode 100644 index 0021695..0000000 --- a/test/fixtures/411c0b53f75e4380eae0424fdecb902e.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:06 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1160", - "x-ratelimit-reset": "1537138627", - "server": "Plack::Handler::Starlet", - "etag": "W/\"1b7becfe19c209df9ac1fd1ffcb2a991\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/place/b5297256-8482-4cba-968a-25db61563faf?inc=url-rels&fmt=json", - "time": 400, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/419c9e83b133ad68be49ec1098778d6c b/test/fixtures/419c9e83b133ad68be49ec1098778d6c deleted file mode 100644 index e137753..0000000 --- a/test/fixtures/419c9e83b133ad68be49ec1098778d6c +++ /dev/null @@ -1 +0,0 @@ -{"ipis":[],"name":"Europa","isnis":[],"type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","area":{"disambiguation":"","name":"Germany","id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","sort-name":"Germany","iso-3166-1-codes":["DE"]},"country":"DE","label-code":967,"relations":[{"target-credit":"","url":{"id":"e00bb162-b839-47d3-89d8-b4c6edcbd01f","resource":"http://forbiddeneye.com/labels/europa.html"},"type":"catalog site","end":null,"source-credit":"","ended":false,"attribute-values":{},"direction":"forward","begin":null,"attributes":[],"target-type":"url","type-id":"5ac35a29-d29b-4390-b279-587bcd42fc73"},{"end":null,"type":"discogs","target-credit":"","url":{"id":"1efe0140-afa8-4dbf-a128-e0e8c964cb37","resource":"https://www.discogs.com/label/40536"},"attributes":[],"type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","target-type":"url","source-credit":"","ended":false,"attribute-values":{},"direction":"forward","begin":null},{"target-type":"url","type-id":"b35f7822-bf3c-4148-b306-fb723c63ee8b","attributes":[],"begin":null,"direction":"forward","source-credit":"","ended":false,"attribute-values":{},"type":"logo","end":null,"url":{"id":"1004f36d-33a4-46e1-9758-d6f4e496f689","resource":"http://upload.wikimedia.org/wikipedia/de/thumb/d/df/Europa_Hoerspiele_Logo.svg/720px-Europa_Hoerspiele_Logo.svg.png"},"target-credit":""},{"attributes":[],"target-type":"url","type-id":"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6","attribute-values":{},"source-credit":"","ended":false,"direction":"forward","begin":null,"type":"official site","end":null,"target-credit":"","url":{"resource":"http://www.natuerlichvoneuropa.de/","id":"dfcda325-8407-4143-8d3b-981f76f90825"}},{"attribute-values":{},"source-credit":"","ended":false,"begin":null,"direction":"forward","attributes":[],"target-type":"url","type-id":"5d217d99-bc05-4a76-836d-c91eec4ba818","target-credit":"","url":{"resource":"https://www.facebook.com/EUROPA.Hoerspiele","id":"cc330099-c14f-43ca-b95d-dddab3db944c"},"type":"social network","end":null},{"target-type":"url","type-id":"75d87e83-d927-4580-ba63-44dc76256f98","attributes":[],"begin":null,"direction":"forward","source-credit":"","ended":false,"attribute-values":{},"end":null,"type":"wikidata","url":{"id":"e02724d0-01c0-4375-a479-a12032b163f8","resource":"https://www.wikidata.org/wiki/Q1375198"},"target-credit":""}],"disambiguation":"German, best known for audio plays","life-span":{"begin":"1965","ended":false,"end":null},"sort-name":"Europa","id":"0acc7c46-8f5f-4ea5-9429-a029bfd718c0","type":"Imprint"} \ No newline at end of file diff --git a/test/fixtures/419c9e83b133ad68be49ec1098778d6c.headers b/test/fixtures/419c9e83b133ad68be49ec1098778d6c.headers deleted file mode 100644 index e58c9dd..0000000 --- a/test/fixtures/419c9e83b133ad68be49ec1098778d6c.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:45 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "998", - "x-ratelimit-reset": "1537138726", - "server": "Plack::Handler::Starlet", - "etag": "W/\"42be8fa7c3d088f47ac530335f410dca\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/0acc7c46-8f5f-4ea5-9429-a029bfd718c0?inc=url-rels&fmt=json", - "time": 388, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/43296de566b64880545e57a0fadb7712 b/test/fixtures/43296de566b64880545e57a0fadb7712 deleted file mode 100644 index 6ce8385..0000000 --- a/test/fixtures/43296de566b64880545e57a0fadb7712 +++ /dev/null @@ -1 +0,0 @@ -{"created":"2018-09-16T22:58:13.621Z","count":5,"offset":0,"release-groups":[{"id":"14b8ff46-3b93-403b-9e35-018f02eb3a05","type-id":"f529b476-6e62-324f-b0aa-1f3e33d313fc","score":100,"count":1,"title":"There's No Pressure","primary-type":"Album","artist-credit":[{"artist":{"id":"c8da2e40-bd28-4d4e-813a-bd2f51958ba8","name":"Lures","sort-name":"Lures","disambiguation":"Seattle trio"}}],"releases":[{"id":"5e23704d-8c93-4389-bd2a-affe3600ddde","title":"There's No Pressure","status":"Official"}]},{"id":"f86eb0a9-fd04-48c9-810b-1ba0b006e7b4","type-id":"d6038452-8ee0-3f68-affc-2de9a1ede0b9","score":100,"count":1,"title":"Vacant","primary-type":"Single","artist-credit":[{"artist":{"id":"c8da2e40-bd28-4d4e-813a-bd2f51958ba8","name":"Lures","sort-name":"Lures","disambiguation":"Seattle trio"}}],"releases":[{"id":"797ad821-4dc3-486d-95bb-710d2bf049e4","title":"Vacant","status":"Official"}]},{"id":"25193cc2-b39a-4a55-9aa6-d1a0fa3ba858","type-id":"f529b476-6e62-324f-b0aa-1f3e33d313fc","score":100,"count":1,"title":"Tape","primary-type":"Album","artist-credit":[{"artist":{"id":"c8da2e40-bd28-4d4e-813a-bd2f51958ba8","name":"Lures","sort-name":"Lures","disambiguation":"Seattle trio"}}],"releases":[{"id":"c57896e2-a378-4e96-a523-06bc382d1b14","title":"Tape","status":"Official"}]},{"id":"e37d2740-4503-4e3f-ab6d-e622a25e964d","type-id":"f529b476-6e62-324f-b0aa-1f3e33d313fc","score":100,"count":2,"title":"Lures","primary-type":"Album","artist-credit":[{"artist":{"id":"c8da2e40-bd28-4d4e-813a-bd2f51958ba8","name":"Lures","sort-name":"Lures","disambiguation":"Seattle trio"}}],"releases":[{"id":"698adbcb-930d-45a2-939e-e24c6b3ce37c","title":"Lures","status":"Official"},{"id":"4743fd81-8b65-4e79-a844-7296c5af7e4a","title":"Lures","status":"Official"}]},{"id":"abd672ff-6c87-44b5-8606-5b763215cbe7","type-id":"d6038452-8ee0-3f68-affc-2de9a1ede0b9","score":100,"count":2,"title":"Dizzy","primary-type":"Single","artist-credit":[{"artist":{"id":"c8da2e40-bd28-4d4e-813a-bd2f51958ba8","name":"Lures","sort-name":"Lures","disambiguation":"Seattle trio"}}],"releases":[{"id":"9e475ba6-4928-4b27-a0b2-7c933a0d2353","title":"Dizzy","status":"Official"},{"id":"37e9d433-2031-4a12-b0e7-71d9c6636337","title":"Dizzy","status":"Official"}]}]} \ No newline at end of file diff --git a/test/fixtures/43296de566b64880545e57a0fadb7712.headers b/test/fixtures/43296de566b64880545e57a0fadb7712.headers deleted file mode 100644 index f316a3a..0000000 --- a/test/fixtures/43296de566b64880545e57a0fadb7712.headers +++ /dev/null @@ -1,27 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:13 GMT", - "content-type": "application/json", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "860", - "x-ratelimit-reset": "1537138694", - "last-modified": "Sun, 16 Sep 2018 22:57:27 GMT", - "etag": "\"NzgxMGUwMDAwMDAwMDAwMFNvbHI=\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/release-group?inc=ratings&query=arid%3Ac8da2e40-bd28-4d4e-813a-bd2f51958ba8&fmt=json", - "time": 355, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/43f3b56a2f689bb66e45b9502c23ae82 b/test/fixtures/43f3b56a2f689bb66e45b9502c23ae82 deleted file mode 100644 index 1e04496..0000000 --- a/test/fixtures/43f3b56a2f689bb66e45b9502c23ae82 +++ /dev/null @@ -1 +0,0 @@ -{"track":[{"idTrack":"34838814","idAlbum":"2284335","idArtist":"131613","idLyric":null,"idIMVDB":"0","strTrack":"Despacito","strAlbum":"Despacito & mis grandes \u00e9xitos","strArtist":"Luis Fonsi","strArtistAlternate":null,"intCD":null,"intDuration":"231573","strGenre":"Latin","strMood":"Sensual","strStyle":"Latin","strTheme":"In Love","strDescriptionEN":"\"Despacito\" (American Spanish: ; English: \"Slowly\") is a single by Puerto Rican singer Luis Fonsi featuring Puerto Rican rapper Daddy Yankee from Fonsi's upcoming studio album. On January 12, 2017, Universal Music Latin released \"Despacito\" and its music video, which shows both artists performing the song in La Perla neighborhood of Old San Juan, Puerto Rico and the local bar La Factor\u00eda. The song's music video is the first video to reach over three billion views on YouTube. The song was written by Luis Fonsi, Erika Ender and Daddy Yankee, and was produced by Andr\u00e9s Torres and Mauricio Rengifo.\n\nIt is a reggaeton-pop song composed in common time with lyrics about having a sexual relationship, performed in a smooth and romantic way. Commercially, the song topped the charts of 47 countries and reached the top 10 of ten others, making it both Fonsi and Daddy Yankee's most successful single to date. It became the first song primarily in Spanish to top the Billboard Hot 100 since \"Macarena\" (Bayside Boys Mix) in 1996. The official video for \"Despacito\" on YouTube received its 1 billionth view on April 20, 2017 after 97 days, becoming the second-fastest video on the site to reach the milestone -- behind Adele's \"Hello\". It received its 2 billionth view on June 16 and its 3 billionth view on August 4 after 154 and 204 days, respectively, making it the fastest video on the site to reach both milestones. With its 3.3 million certified sales plus track-equivalent streams, \"Despacito\" is one of the best-selling Latin singles in the United States.","strTrackThumb":"https://www.theaudiodb.com/images/media/track/thumb/vqqpry1506425784.jpg","strTrackLyrics":"","strMusicVid":"https://www.youtube.com/watch?v=kJQP7kiw5Fk","strMusicVidDirector":"Carlos P\u00e9rez","strMusicVidCompany":"","strMusicVidScreen1":"https://www.theaudiodb.com/images/media/track/mvidscreen/qpxuvy1529928526.jpg","strMusicVidScreen2":"https://www.theaudiodb.com/images/media/track/mvidscreen/tqupsr1529928533.jpg","strMusicVidScreen3":"https://www.theaudiodb.com/images/media/track/mvidscreen/qtrtvr1529928541.jpg","intMusicVidViews":"5353939593","intMusicVidLikes":"29001634","intMusicVidDislikes":"3379320","intMusicVidFavorites":"0","intMusicVidComments":"2595618","intTrackNumber":"1","intLoved":"2","intScore":"10","intScoreVotes":"3","intTotalListeners":null,"intTotalPlays":null,"strMusicBrainzID":"1109d8da-ce4a-4739-9414-242dc3e9b81c","strMusicBrainzAlbumID":"76357b1d-db6e-4dfc-b5fc-ed2544764d90","strMusicBrainzArtistID":"d68fda90-ab8d-4799-be56-317ba4ae700f","strLocked":"unlocked"}]} \ No newline at end of file diff --git a/test/fixtures/43f3b56a2f689bb66e45b9502c23ae82.headers b/test/fixtures/43f3b56a2f689bb66e45b9502c23ae82.headers deleted file mode 100644 index 6787a80..0000000 --- a/test/fixtures/43f3b56a2f689bb66e45b9502c23ae82.headers +++ /dev/null @@ -1,23 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "content-type": "application/json", - "server": "Microsoft-IIS/7.0", - "x-powered-by": "PHP/5.6.0, ASP.NET", - "access-control-allow-origin": "*", - "date": "Sun, 16 Sep 2018 22:56:50 GMT", - "connection": "close", - "content-length": "2969" - }, - "url": "https://www.theaudiodb.com:443/api/v1/json/1/track-mb.php?i=1109d8da-ce4a-4739-9414-242dc3e9b81c", - "time": 1410, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "www.theaudiodb.com", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/456168a862ec0ca28127f067e3f166e7 b/test/fixtures/456168a862ec0ca28127f067e3f166e7 deleted file mode 100644 index 43f8c09..0000000 --- a/test/fixtures/456168a862ec0ca28127f067e3f166e7 +++ /dev/null @@ -1 +0,0 @@ -{"begin_area":{"name":"Seattle","disambiguation":"","sort-name":"Seattle","id":"10adc6b5-63bf-4b4e-993e-ed83b05c22fc"},"sort-name":"Lures","type-id":"e431f5f6-b5d2-343d-8b36-72607fffb74b","isnis":[],"type":"Group","name":"Lures","end_area":null,"ipis":[],"area":{"disambiguation":"","sort-name":"Seattle","id":"10adc6b5-63bf-4b4e-993e-ed83b05c22fc","name":"Seattle"},"disambiguation":"Seattle trio","id":"c8da2e40-bd28-4d4e-813a-bd2f51958ba8","country":null,"life-span":{"end":null,"ended":false,"begin":"2013"},"gender-id":null,"gender":null} \ No newline at end of file diff --git a/test/fixtures/456168a862ec0ca28127f067e3f166e7.headers b/test/fixtures/456168a862ec0ca28127f067e3f166e7.headers deleted file mode 100644 index 3db0d53..0000000 --- a/test/fixtures/456168a862ec0ca28127f067e3f166e7.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:56:51 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "861", - "x-ratelimit-reset": "1537138611", - "server": "Plack::Handler::Starlet", - "etag": "W/\"074fcac14fdccfd524573e1be7ac3b54\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/artist/c8da2e40-bd28-4d4e-813a-bd2f51958ba8?fmt=json", - "time": 408, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/45daa19eb100ee93bf814b6b7c76d81e b/test/fixtures/45daa19eb100ee93bf814b6b7c76d81e deleted file mode 100644 index cc73bbb..0000000 --- a/test/fixtures/45daa19eb100ee93bf814b6b7c76d81e +++ /dev/null @@ -1 +0,0 @@ -{"area":{"name":"Sweden","iso-3166-1-codes":["SE"],"id":"23d10872-f5ae-3f0c-bf55-332788a16ecb","disambiguation":"","sort-name":"Sweden"},"disambiguation":"","life-span":{"end":null,"begin":null,"ended":false},"ipis":[],"country":"SE","name":"Fin de Siècle Media","type-id":"a2426aab-2dd4-339c-b47d-b4923a241678","type":"Production","sort-name":"Fin de Siècle Media","label-code":null,"isnis":[],"id":"156fa9e1-1385-41c5-9403-54effeeab69c","rating":{"value":null,"votes-count":0}} \ No newline at end of file diff --git a/test/fixtures/45daa19eb100ee93bf814b6b7c76d81e.headers b/test/fixtures/45daa19eb100ee93bf814b6b7c76d81e.headers deleted file mode 100644 index 05e3517..0000000 --- a/test/fixtures/45daa19eb100ee93bf814b6b7c76d81e.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:57 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "842", - "x-ratelimit-reset": "1537138738", - "server": "Plack::Handler::Starlet", - "etag": "W/\"939fffef07269568a189caf71b6d43de\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/156fa9e1-1385-41c5-9403-54effeeab69c?inc=ratings&fmt=json", - "time": 369, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/46c7f0caf13c352837058611548506bb b/test/fixtures/46c7f0caf13c352837058611548506bb deleted file mode 100644 index 3c77997..0000000 --- a/test/fixtures/46c7f0caf13c352837058611548506bb +++ /dev/null @@ -1 +0,0 @@ -{"images":[{"types":["Front","Booklet"],"front":true,"back":false,"edit":29753022,"image":"http://coverartarchive.org/release/90a00dba-addb-4fdc-af2c-6fbb5d733c39/8615474322.jpg","comment":"","approved":true,"id":"8615474322","thumbnails":{"large":"http://coverartarchive.org/release/90a00dba-addb-4fdc-af2c-6fbb5d733c39/8615474322-500.jpg","small":"http://coverartarchive.org/release/90a00dba-addb-4fdc-af2c-6fbb5d733c39/8615474322-250.jpg"}},{"types":["Medium"],"front":false,"back":false,"edit":29753069,"image":"http://coverartarchive.org/release/90a00dba-addb-4fdc-af2c-6fbb5d733c39/8615530709.jpg","comment":"","approved":true,"id":"8615530709","thumbnails":{"large":"http://coverartarchive.org/release/90a00dba-addb-4fdc-af2c-6fbb5d733c39/8615530709-500.jpg","small":"http://coverartarchive.org/release/90a00dba-addb-4fdc-af2c-6fbb5d733c39/8615530709-250.jpg"}},{"types":["Back","Spine"],"front":false,"back":true,"edit":29753023,"image":"http://coverartarchive.org/release/90a00dba-addb-4fdc-af2c-6fbb5d733c39/8615477106.jpg","comment":"","approved":true,"id":"8615477106","thumbnails":{"large":"http://coverartarchive.org/release/90a00dba-addb-4fdc-af2c-6fbb5d733c39/8615477106-500.jpg","small":"http://coverartarchive.org/release/90a00dba-addb-4fdc-af2c-6fbb5d733c39/8615477106-250.jpg"}}],"release":"http://musicbrainz.org/release/90a00dba-addb-4fdc-af2c-6fbb5d733c39"} \ No newline at end of file diff --git a/test/fixtures/46c7f0caf13c352837058611548506bb.headers b/test/fixtures/46c7f0caf13c352837058611548506bb.headers deleted file mode 100644 index ab3591d..0000000 --- a/test/fixtures/46c7f0caf13c352837058611548506bb.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:21 GMT", - "content-type": "application/json", - "content-length": "1380", - "last-modified": "Sun, 26 Oct 2014 03:00:42 GMT", - "connection": "keep-alive", - "etag": "\"544c63da-564\"", - "expires": "Mon, 17 Sep 2018 04:59:21 GMT", - "cache-control": "max-age=21600", - "access-control-allow-origin": "*", - "accept-ranges": "bytes" - }, - "url": "http://ia902605.us.archive.org:80/15/items/mbid-90a00dba-addb-4fdc-af2c-6fbb5d733c39/index.json", - "time": 129, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://archive.org/download/mbid-90a00dba-addb-4fdc-af2c-6fbb5d733c39/index.json", - "host": "ia902605.us.archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/4722e553ad2febf7e2c68d71f478a338 b/test/fixtures/4722e553ad2febf7e2c68d71f478a338 deleted file mode 100644 index 02ae5eb..0000000 --- a/test/fixtures/4722e553ad2febf7e2c68d71f478a338 +++ /dev/null @@ -1,4 +0,0 @@ - -404 Not Found -

Not Found

-

No cover art found for release 15c88cc0-30f5-4568-bac8-e577e3358023

diff --git a/test/fixtures/4722e553ad2febf7e2c68d71f478a338.headers b/test/fixtures/4722e553ad2febf7e2c68d71f478a338.headers deleted file mode 100644 index 4cd253b..0000000 --- a/test/fixtures/4722e553ad2febf7e2c68d71f478a338.headers +++ /dev/null @@ -1,22 +0,0 @@ -{ - "statusCode": 404, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "text/html", - "content-length": "179", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/15c88cc0-30f5-4568-bac8-e577e3358023", - "time": 347, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/475fed802529221edd39de95047235c3 b/test/fixtures/475fed802529221edd39de95047235c3 deleted file mode 100644 index eb19d89..0000000 --- a/test/fixtures/475fed802529221edd39de95047235c3 +++ /dev/null @@ -1 +0,0 @@ -{"life-span":{"ended":false,"begin":"2001-10-01","end":null},"relations":[{"type":"discogs","end":null,"url":{"resource":"https://www.discogs.com/label/64732","id":"71a7011d-7591-4e58-8d2b-bbb7d2813fbb"},"target-credit":"","type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","target-type":"url","attributes":[],"begin":null,"direction":"forward","source-credit":"","attribute-values":{},"ended":false},{"source-credit":"","attribute-values":{},"ended":false,"direction":"forward","begin":null,"attributes":[],"target-type":"url","type-id":"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6","target-credit":"","url":{"resource":"http://www.sonymusic.co.jp/Music/International/Arch/","id":"ba8e2d57-dc55-471d-b4eb-df67bb99e5ac"},"end":null,"type":"official site"},{"target-credit":"","url":{"id":"06b0bcdf-341c-4ea1-9332-2d9e542b288a","resource":"https://www.facebook.com/INTSonyMusicJP"},"type":"social network","end":null,"source-credit":"","ended":false,"attribute-values":{},"begin":null,"direction":"forward","attributes":[],"target-type":"url","type-id":"5d217d99-bc05-4a76-836d-c91eec4ba818"}],"label-code":null,"disambiguation":"Do not use as a label, see the annotation.","type":"Holding","id":"bcec5d01-a698-4d58-809e-22455e12fc87","sort-name":"Sony Music Japan International Inc.","isnis":[],"name":"Sony Music Japan International Inc.","ipis":[],"area":{"name":"Japan","disambiguation":"","sort-name":"Japan","id":"2db42837-c832-3c27-b4a3-08198f75693c","iso-3166-1-codes":["JP"]},"country":"JP","type-id":"43f31a62-97e4-36f6-9752-453c131b71ed"} \ No newline at end of file diff --git a/test/fixtures/475fed802529221edd39de95047235c3.headers b/test/fixtures/475fed802529221edd39de95047235c3.headers deleted file mode 100644 index b3eb95e..0000000 --- a/test/fixtures/475fed802529221edd39de95047235c3.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:34 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "742", - "x-ratelimit-reset": "1537138714", - "server": "Plack::Handler::Starlet", - "etag": "W/\"a65b6e4a001daf831512bd779371b7d6\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/bcec5d01-a698-4d58-809e-22455e12fc87?inc=url-rels&fmt=json", - "time": 510, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/4779439b186f99d3c4fbf1cc02727418 b/test/fixtures/4779439b186f99d3c4fbf1cc02727418 deleted file mode 100644 index b8a8278..0000000 --- a/test/fixtures/4779439b186f99d3c4fbf1cc02727418 +++ /dev/null @@ -1 +0,0 @@ -{"area":{"iso-3166-1-codes":["FI"],"disambiguation":"","name":"Finland","sort-name":"Finland","id":"6a264f94-6ff1-30b1-9a81-41f7bfabd616"},"life-span":{"end":"2010","begin":null,"ended":true},"ipis":[],"disambiguation":"","rating":{"value":null,"votes-count":0},"name":"Edel Records Finland","country":"FI","type":"Original Production","label-code":null,"type-id":"7aaa37fe-2def-3476-b359-80245850062d","isnis":[],"sort-name":"Edel Records Finland","id":"cd19e1f8-1c5f-4723-9fa3-d3def765bf4b"} \ No newline at end of file diff --git a/test/fixtures/4779439b186f99d3c4fbf1cc02727418.headers b/test/fixtures/4779439b186f99d3c4fbf1cc02727418.headers deleted file mode 100644 index 87b6045..0000000 --- a/test/fixtures/4779439b186f99d3c4fbf1cc02727418.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:30 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1085", - "x-ratelimit-reset": "1537138772", - "server": "Plack::Handler::Starlet", - "etag": "W/\"ccb6da964752bef7b3fe650b2cc779a8\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/cd19e1f8-1c5f-4723-9fa3-d3def765bf4b?inc=ratings&fmt=json", - "time": 412, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/47797b954fc6aca3786eb09e054b459a b/test/fixtures/47797b954fc6aca3786eb09e054b459a deleted file mode 100644 index e69de29..0000000 diff --git a/test/fixtures/47797b954fc6aca3786eb09e054b459a.headers b/test/fixtures/47797b954fc6aca3786eb09e054b459a.headers deleted file mode 100644 index 6be9c2a..0000000 --- a/test/fixtures/47797b954fc6aca3786eb09e054b459a.headers +++ /dev/null @@ -1,26 +0,0 @@ -{ - "statusCode": 302, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "text/html; charset=UTF-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "access-control-allow-origin": "*", - "accept-ranges": "bytes", - "location": "http://ia801901.us.archive.org/10/items/mbid-42fab4c5-13e1-4663-bef4-dbd41a8050bd/index.json", - "strict-transport-security": "max-age=2592000" - }, - "url": "http://archive.org:80/download/mbid-42fab4c5-13e1-4663-bef4-dbd41a8050bd/index.json", - "time": 88, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://coverartarchive.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd", - "host": "archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/49a2bac852ad6aca096d15a60f5ad23a b/test/fixtures/49a2bac852ad6aca096d15a60f5ad23a deleted file mode 100644 index 64eefae..0000000 --- a/test/fixtures/49a2bac852ad6aca096d15a60f5ad23a +++ /dev/null @@ -1 +0,0 @@ -{"country":"CA","name":"Leonard Cohen","ipis":["00006457004"],"life-span":{"end":"2016-11-07","ended":true,"begin":"1934-09-21"},"gender":"Male","disambiguation":"","area":{"sort-name":"Canada","disambiguation":"","name":"Canada","iso-3166-1-codes":["CA"],"id":"71bbafaa-e825-3e15-8ca9-017dcad1748b"},"id":"65314b12-0e08-43fa-ba33-baaa7b874c15","end_area":{"disambiguation":"","sort-name":"Los Angeles","name":"Los Angeles","id":"1f40c6e1-47ba-4e35-996f-fe6ee5840e62"},"isnis":["0000000110273481"],"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","sort-name":"Cohen, Leonard","type":"Person","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","begin_area":{"id":"3f504d54-c40c-487d-bc16-c1990eac887f","name":"Westmount","sort-name":"Westmount","disambiguation":""}} \ No newline at end of file diff --git a/test/fixtures/49a2bac852ad6aca096d15a60f5ad23a.headers b/test/fixtures/49a2bac852ad6aca096d15a60f5ad23a.headers deleted file mode 100644 index f165664..0000000 --- a/test/fixtures/49a2bac852ad6aca096d15a60f5ad23a.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:56:56 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1003", - "x-ratelimit-reset": "1537138617", - "server": "Plack::Handler::Starlet", - "etag": "W/\"325997634eeb4f8113ce5393d8c442ae\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/artist/65314b12-0e08-43fa-ba33-baaa7b874c15?fmt=json", - "time": 371, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/49b42184abf656b320a7124347074075 b/test/fixtures/49b42184abf656b320a7124347074075 deleted file mode 100644 index 25c7a61..0000000 --- a/test/fixtures/49b42184abf656b320a7124347074075 +++ /dev/null @@ -1 +0,0 @@ -See: http://archive.org/download/mbid-32a863b3-a356-4873-8b74-c2039156cb68/index.json diff --git a/test/fixtures/49b42184abf656b320a7124347074075.headers b/test/fixtures/49b42184abf656b320a7124347074075.headers deleted file mode 100644 index 4d83b58..0000000 --- a/test/fixtures/49b42184abf656b320a7124347074075.headers +++ /dev/null @@ -1,23 +0,0 @@ -{ - "statusCode": 307, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:20 GMT", - "content-type": "text/plain; charset=utf-8", - "content-length": "86", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "location": "http://archive.org/download/mbid-32a863b3-a356-4873-8b74-c2039156cb68/index.json", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/32a863b3-a356-4873-8b74-c2039156cb68", - "time": 384, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/4b2d503f6b8f97b06e3ec6a3341f6904 b/test/fixtures/4b2d503f6b8f97b06e3ec6a3341f6904 deleted file mode 100644 index 218a85a..0000000 --- a/test/fixtures/4b2d503f6b8f97b06e3ec6a3341f6904 +++ /dev/null @@ -1 +0,0 @@ -{"iso-3166-1-codes":["US"],"id":"489ce91b-6658-3307-9877-795b68554c98","type":"Country","sort-name":"United States","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"United States","life-span":{"end":null,"begin":null,"ended":false},"disambiguation":""} \ No newline at end of file diff --git a/test/fixtures/4b2d503f6b8f97b06e3ec6a3341f6904.headers b/test/fixtures/4b2d503f6b8f97b06e3ec6a3341f6904.headers deleted file mode 100644 index bf2b10c..0000000 --- a/test/fixtures/4b2d503f6b8f97b06e3ec6a3341f6904.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:07 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "809", - "x-ratelimit-reset": "1537138627", - "server": "Plack::Handler::Starlet", - "etag": "W/\"21630fb79c2e855e6a1976efd62509df\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/area/489ce91b-6658-3307-9877-795b68554c98?fmt=json", - "time": 375, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/4b802038a4994a768903c9df4bc309fb b/test/fixtures/4b802038a4994a768903c9df4bc309fb deleted file mode 100644 index 1fd04ad..0000000 --- a/test/fixtures/4b802038a4994a768903c9df4bc309fb +++ /dev/null @@ -1,196 +0,0 @@ -{ - "name": "Pink Floyd", - "mbid_id": "83d91898-7763-47d7-b03b-b92132375c47", - "albums": { - "f5093c06-23e3-404f-aeaa-40f72885ee3a": { - "albumcover": [ - { - "id": "4417", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-4decb408b6604.jpg", - "likes": "12" - }, - { - "id": "128223", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-53afcfaa65a86.jpg", - "likes": "6" - }, - { - "id": "183166", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-5647389f76c9a.jpg", - "likes": "3" - }, - { - "id": "163522", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-555319062404d.jpg", - "likes": "3" - }, - { - "id": "118729", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-535054d4e2e32.jpg", - "likes": "3" - }, - { - "id": "130679", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-53cf470795637.jpg", - "likes": "2" - }, - { - "id": "225420", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-59a82b1a7c6cd.jpg", - "likes": "1" - }, - { - "id": "225421", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-59a82d31adb2f.jpg", - "likes": "1" - }, - { - "id": "173720", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-55c4af535f7e9.jpg", - "likes": "1" - }, - { - "id": "174560", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-55cbdf80ef05c.jpg", - "likes": "1" - }, - { - "id": "225172", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-59a31c7ad5931.jpg", - "likes": "0" - }, - { - "id": "225266", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-59a48bfb008e3.jpg", - "likes": "0" - }, - { - "id": "225267", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/albumcover/the-dark-side-of-the-moon-59a48df6822b4.jpg", - "likes": "0" - } - ], - "cdart": [ - { - "id": "179437", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-56047db2bbb28.png", - "likes": "4", - "disc": "1", - "size": "1000" - }, - { - "id": "179438", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-56047e045d648.png", - "likes": "4", - "disc": "1", - "size": "1000" - }, - { - "id": "62047", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-50aa6521ef0f3.png", - "likes": "2", - "disc": "3", - "size": "1000" - }, - { - "id": "179439", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-56047e56b51f8.png", - "likes": "2", - "disc": "1", - "size": "1000" - }, - { - "id": "221698", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-5957ea48b6728.png", - "likes": "1", - "disc": "1", - "size": "1000" - }, - { - "id": "225077", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-59a0791276643.png", - "likes": "1", - "disc": "1", - "size": "1000" - }, - { - "id": "46158", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-501c2a49803a0.png", - "likes": "1", - "disc": "1", - "size": "1000" - }, - { - "id": "46162", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-501c3001b1c7c.png", - "likes": "1", - "disc": "2", - "size": "1000" - }, - { - "id": "225375", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-59a74d8e41558.png", - "likes": "1", - "disc": "2", - "size": "1000" - }, - { - "id": "225376", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-59a74dbb41789.png", - "likes": "1", - "disc": "3", - "size": "1000" - }, - { - "id": "225385", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-59a7719de4451.png", - "likes": "1", - "disc": "4", - "size": "1000" - }, - { - "id": "225414", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-59a81404c6562.png", - "likes": "1", - "disc": "5", - "size": "1000" - }, - { - "id": "225416", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-59a822507d221.png", - "likes": "1", - "disc": "6", - "size": "1000" - }, - { - "id": "148887", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-54c55c43410af.png", - "likes": "1", - "disc": "1", - "size": "1000" - }, - { - "id": "225188", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-59a3237b3607a.png", - "likes": "1", - "disc": "1", - "size": "1000" - }, - { - "id": "115624", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-532569d57474d.png", - "likes": "1", - "disc": "1", - "size": "1000" - }, - { - "id": "225215", - "url": "https://assets.fanart.tv/fanart/music/83d91898-7763-47d7-b03b-b92132375c47/cdart/the-dark-side-of-the-moon-59a375ff8866e.png", - "likes": "1", - "disc": "1", - "size": "1000" - } - ] - } - } -} \ No newline at end of file diff --git a/test/fixtures/4b802038a4994a768903c9df4bc309fb.headers b/test/fixtures/4b802038a4994a768903c9df4bc309fb.headers deleted file mode 100644 index aafe545..0000000 --- a/test/fixtures/4b802038a4994a768903c9df4bc309fb.headers +++ /dev/null @@ -1,23 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "server": "nginx/1.10.1 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:57:17 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "vary": "Accept-Encoding", - "access-control-allow-origin": "*" - }, - "url": "http://webservice.fanart.tv:80/v3/music/albums/f5093c06-23e3-404f-aeaa-40f72885ee3a?api_key=d9e25d5beda1027a1674c1585882309e", - "time": 323, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "webservice.fanart.tv", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/4cbb86059aac9c82542e28028c92b1f7 b/test/fixtures/4cbb86059aac9c82542e28028c92b1f7 deleted file mode 100644 index a2f3f9e..0000000 --- a/test/fixtures/4cbb86059aac9c82542e28028c92b1f7 +++ /dev/null @@ -1 +0,0 @@ -{"ipis":[],"relations":[{"source-credit":"","target-credit":"","direction":"forward","attribute-values":{},"begin":null,"end":null,"ended":false,"type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","type":"discogs","attributes":[],"url":{"resource":"https://www.discogs.com/label/43962","id":"ba457a03-dc7c-4884-8b69-7fc5ac9b6c38"},"target-type":"url"}],"area":{"sort-name":"Germany","id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","disambiguation":"","iso-3166-1-codes":["DE"],"name":"Germany"},"life-span":{"end":null,"begin":null,"ended":false},"country":"DE","label-code":10879,"sort-name":"Sony Music Catalog","id":"cc72a7c0-98a2-469a-9e62-81e298e38508","name":"Sony Music Catalog","disambiguation":"a division of Sony Music Entertainment (Germany) GmbH, as well as its imprint","isnis":[],"type":null,"type-id":null} \ No newline at end of file diff --git a/test/fixtures/4cbb86059aac9c82542e28028c92b1f7.headers b/test/fixtures/4cbb86059aac9c82542e28028c92b1f7.headers deleted file mode 100644 index d1c52b0..0000000 --- a/test/fixtures/4cbb86059aac9c82542e28028c92b1f7.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:56 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "776", - "x-ratelimit-reset": "1537138736", - "server": "Plack::Handler::Starlet", - "etag": "W/\"6993d559227467a846bbec3009810a7c\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/cc72a7c0-98a2-469a-9e62-81e298e38508?inc=url-rels&fmt=json", - "time": 391, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/4e1f01ba60b51a0696cc97178a29068a b/test/fixtures/4e1f01ba60b51a0696cc97178a29068a deleted file mode 100644 index bcf8b58..0000000 --- a/test/fixtures/4e1f01ba60b51a0696cc97178a29068a +++ /dev/null @@ -1 +0,0 @@ -{"disambiguation":"","cancelled":false,"setlist":"","type":"Festival","type-id":"b6ded574-b592-3f0e-b56e-5b5f06aa0678","rating":{"value":null,"votes-count":0},"name":"SXSW 2015","time":"","life-span":{"end":"2015-03-22","begin":"2015-03-13","ended":true},"id":"eec75a81-8864-4cea-b8b4-e99cd08b29f1"} \ No newline at end of file diff --git a/test/fixtures/4e1f01ba60b51a0696cc97178a29068a.headers b/test/fixtures/4e1f01ba60b51a0696cc97178a29068a.headers deleted file mode 100644 index 29c0279..0000000 --- a/test/fixtures/4e1f01ba60b51a0696cc97178a29068a.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:02 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1076", - "x-ratelimit-reset": "1537138684", - "server": "Plack::Handler::Starlet", - "etag": "W/\"84219958c784804176b8a1d3991b6728\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/event/eec75a81-8864-4cea-b8b4-e99cd08b29f1?inc=ratings&fmt=json", - "time": 359, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/4f319c7097565393bbd28f21937bd7c7 b/test/fixtures/4f319c7097565393bbd28f21937bd7c7 deleted file mode 100644 index 0fb6e5f..0000000 --- a/test/fixtures/4f319c7097565393bbd28f21937bd7c7 +++ /dev/null @@ -1 +0,0 @@ -{"id":"52825091-69b0-47bb-8b28-9612b69ddc21","label-code":null,"sort-name":"Warner Music Finland","ipis":[],"area":{"disambiguation":"","iso-3166-1-codes":["FI"],"name":"Finland","id":"6a264f94-6ff1-30b1-9a81-41f7bfabd616","sort-name":"Finland"},"life-span":{"begin":"1993","end":null,"ended":false},"country":"FI","type":"Original Production","type-id":"7aaa37fe-2def-3476-b359-80245850062d","rating":{"value":null,"votes-count":0},"disambiguation":"","isnis":[],"name":"Warner Music Finland"} \ No newline at end of file diff --git a/test/fixtures/4f319c7097565393bbd28f21937bd7c7.headers b/test/fixtures/4f319c7097565393bbd28f21937bd7c7.headers deleted file mode 100644 index b0ad4c3..0000000 --- a/test/fixtures/4f319c7097565393bbd28f21937bd7c7.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:57 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "845", - "x-ratelimit-reset": "1537138738", - "server": "Plack::Handler::Starlet", - "etag": "W/\"c39111a2948834d7bb42abc90ccde4ef\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/52825091-69b0-47bb-8b28-9612b69ddc21?inc=ratings&fmt=json", - "time": 361, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/4fa26532ea1c464f20dd0e8016a59665 b/test/fixtures/4fa26532ea1c464f20dd0e8016a59665 deleted file mode 100644 index 8e8fff3..0000000 --- a/test/fixtures/4fa26532ea1c464f20dd0e8016a59665 +++ /dev/null @@ -1 +0,0 @@ -{"disambiguation":"an imprint owned by Sony Discos, Inc.","id":"f9f7b52b-f196-4e82-9ccb-de3053ada20e","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","area":{"id":"489ce91b-6658-3307-9877-795b68554c98","iso-3166-1-codes":["US"],"sort-name":"United States","disambiguation":"","name":"United States"},"relations":[{"target-type":"url","ended":false,"type":"discogs","attributes":[],"target-credit":"","source-credit":"","end":null,"url":{"resource":"https://www.discogs.com/label/60470","id":"30435664-9b30-433f-8caf-0d3b0107bc8a"},"begin":null,"direction":"forward","type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","attribute-values":{}}],"country":"US","name":"Sony Tropical","isnis":[],"sort-name":"Sony Tropical","label-code":null,"type":"Imprint","life-span":{"ended":true,"end":null,"begin":null},"ipis":[]} \ No newline at end of file diff --git a/test/fixtures/4fa26532ea1c464f20dd0e8016a59665.headers b/test/fixtures/4fa26532ea1c464f20dd0e8016a59665.headers deleted file mode 100644 index 5615413..0000000 --- a/test/fixtures/4fa26532ea1c464f20dd0e8016a59665.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:45 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "999", - "x-ratelimit-reset": "1537138726", - "server": "Plack::Handler::Starlet", - "etag": "W/\"51987fa0f302d9dd668c9a57adb74bd7\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/f9f7b52b-f196-4e82-9ccb-de3053ada20e?inc=url-rels&fmt=json", - "time": 383, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/4fc501bed2b7d643f741185069aace22 b/test/fixtures/4fc501bed2b7d643f741185069aace22 deleted file mode 100644 index 10de721..0000000 --- a/test/fixtures/4fc501bed2b7d643f741185069aace22 +++ /dev/null @@ -1 +0,0 @@ -{"batchcomplete":"","query":{"normalized":[{"from":"File:Paramount_Theater_in_Seattle_showing_Wicked.jpg","to":"File:Paramount Theater in Seattle showing Wicked.jpg"}],"pages":{"41998366":{"pageid":41998366,"ns":6,"title":"File:Paramount Theater in Seattle showing Wicked.jpg","imagerepository":"local","imageinfo":[{"user":"Dllu","size":12529142,"width":2566,"height":3840,"canonicaltitle":"File:Paramount Theater in Seattle showing Wicked.jpg","url":"https://upload.wikimedia.org/wikipedia/commons/c/ce/Paramount_Theater_in_Seattle_showing_Wicked.jpg","descriptionurl":"https://commons.wikimedia.org/wiki/File:Paramount_Theater_in_Seattle_showing_Wicked.jpg","descriptionshorturl":"https://commons.wikimedia.org/w/index.php?curid=41998366","extmetadata":{"DateTime":{"value":"2015-08-01 06:59:27","source":"mediawiki-metadata","hidden":""},"ObjectName":{"value":"Paramount Theater in Seattle showing Wicked","source":"mediawiki-metadata","hidden":""},"CommonsMetadataExtension":{"value":1.2,"source":"extension","hidden":""},"Categories":{"value":"Paramount Northwest Theater|Self-published work","source":"commons-categories","hidden":""},"Assessments":{"value":"","source":"commons-categories","hidden":""},"ImageDescription":{"value":"The Paramount Theatre (Seattle) showing Wicked.","source":"commons-desc-page"},"DateTimeOriginal":{"value":"2015-07-31 20:32:43","source":"commons-desc-page"},"Credit":{"value":"Own work","source":"commons-desc-page","hidden":""},"Artist":{"value":"Dllu","source":"commons-desc-page"},"LicenseShortName":{"value":"CC BY-SA 4.0","source":"commons-desc-page","hidden":""},"UsageTerms":{"value":"Creative Commons Attribution-Share Alike 4.0","source":"commons-desc-page","hidden":""},"AttributionRequired":{"value":"true","source":"commons-desc-page","hidden":""},"LicenseUrl":{"value":"https://creativecommons.org/licenses/by-sa/4.0","source":"commons-desc-page","hidden":""},"Copyrighted":{"value":"True","source":"commons-desc-page","hidden":""},"Restrictions":{"value":"","source":"commons-desc-page","hidden":""},"License":{"value":"cc-by-sa-4.0","source":"commons-templates","hidden":""}}}]}}}} \ No newline at end of file diff --git a/test/fixtures/4fc501bed2b7d643f741185069aace22.headers b/test/fixtures/4fc501bed2b7d643f741185069aace22.headers deleted file mode 100644 index 4e51600..0000000 --- a/test/fixtures/4fc501bed2b7d643f741185069aace22.headers +++ /dev/null @@ -1,42 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:06 GMT", - "content-type": "application/json; charset=utf-8", - "content-length": "844", - "connection": "keep-alive", - "server": "mw2139.codfw.wmnet", - "x-powered-by": "HHVM/3.18.6-dev", - "p3p": "CP=\"This is not a P3P policy! See https://commons.wikimedia.org/wiki/Special:CentralAutoLogin/P3P for more info.\"", - "cache-control": "private, must-revalidate, max-age=0", - "vary": "Accept-Encoding,Treat-as-Untrusted,X-Forwarded-Proto,Cookie,Authorization", - "content-disposition": "inline; filename=api-result.json", - "x-content-type-options": "nosniff", - "x-frame-options": "DENY", - "backend-timing": "D=41376 t=1537138626334839", - "x-varnish": "752654293, 835323547, 776852152", - "via": "1.1 varnish (Varnish/5.1), 1.1 varnish (Varnish/5.1), 1.1 varnish (Varnish/5.1)", - "accept-ranges": "bytes", - "age": "0", - "x-cache": "cp2010 pass, cp4031 pass, cp4030 pass", - "x-cache-status": "pass", - "strict-transport-security": "max-age=106384710; includeSubDomains; preload", - "set-cookie": [ - "WMF-Last-Access=16-Sep-2018;Path=/;HttpOnly;secure;Expires=Thu, 18 Oct 2018 12:00:00 GMT", - "GeoIP=US:WA:Seattle:47.61:-122.30:v4; Path=/; secure; Domain=.wikimedia.org" - ], - "x-analytics": "ns=-1;special=Badtitle;https=1;nocookies=1", - "x-client-ip": "24.56.225.155" - }, - "url": "https://commons.wikimedia.org:443/w/api.php?action=query&titles=File%3AParamount_Theater_in_Seattle_showing_Wicked.jpg&prop=imageinfo&iiprop=url%7Csize%7Ccanonicaltitle%7Cuser%7Cextmetadata&format=json", - "time": 187, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "commons.wikimedia.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/4fe2b849e82d3a0e82f9776573e98d1b b/test/fixtures/4fe2b849e82d3a0e82f9776573e98d1b deleted file mode 100644 index cd6e59f..0000000 --- a/test/fixtures/4fe2b849e82d3a0e82f9776573e98d1b +++ /dev/null @@ -1 +0,0 @@ -{"created":"2018-09-16T22:58:13.639Z","count":1123,"offset":0,"artists":[{"id":"65314b12-0e08-43fa-ba33-baaa7b874c15","type":"Person","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","score":100,"name":"Leonard Cohen","sort-name":"Cohen, Leonard","gender":"male","country":"CA","area":{"id":"71bbafaa-e825-3e15-8ca9-017dcad1748b","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Canada","sort-name":"Canada","life-span":{"ended":null}},"begin-area":{"id":"3f504d54-c40c-487d-bc16-c1990eac887f","type":"City","type-id":"6fd8f29a-3d0a-32fc-980d-ea697b69da78","name":"Westmount","sort-name":"Westmount","life-span":{"ended":null}},"end-area":{"id":"1f40c6e1-47ba-4e35-996f-fe6ee5840e62","type":"City","type-id":"6fd8f29a-3d0a-32fc-980d-ea697b69da78","name":"Los Angeles","sort-name":"Los Angeles","life-span":{"ended":null}},"ipis":["00006457004"],"life-span":{"begin":"1934-09-21","end":"2016-11-07","ended":true},"aliases":[{"sort-name":"L.Cohen","type-id":"1937e404-b981-3cb7-8151-4c86ebfc8d8e","name":"L.Cohen","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"Lonard Cohen","type-id":"1937e404-b981-3cb7-8151-4c86ebfc8d8e","name":"Lonard Cohen","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"Leonhard Cohen","type-id":"1937e404-b981-3cb7-8151-4c86ebfc8d8e","name":"Leonhard Cohen","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"L. Cohen","type-id":"1937e404-b981-3cb7-8151-4c86ebfc8d8e","name":"L. Cohen","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"Cohen, Leonard Norman","type-id":"d4dcd0c0-b341-3612-a332-c0ce797b25cf","name":"Leonard Norman Cohen","locale":null,"type":"Legal name","primary":null,"begin-date":null,"end-date":null}],"tags":[{"count":0,"name":"canada"},{"count":2,"name":"pop"},{"count":3,"name":"singer/songwriter"},{"count":1,"name":"singer-songwriter"},{"count":0,"name":"singer and songwriter"},{"count":1,"name":"canadian"},{"count":2,"name":"contemporary folk"},{"count":3,"name":"blues rock"},{"count":0,"name":"classic pop and rock"},{"count":0,"name":"sophisti-pop"},{"count":0,"name":"rock"},{"count":4,"name":"folk"}]}]} \ No newline at end of file diff --git a/test/fixtures/4fe2b849e82d3a0e82f9776573e98d1b.headers b/test/fixtures/4fe2b849e82d3a0e82f9776573e98d1b.headers deleted file mode 100644 index 1fba405..0000000 --- a/test/fixtures/4fe2b849e82d3a0e82f9776573e98d1b.headers +++ /dev/null @@ -1,27 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:13 GMT", - "content-type": "application/json", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "850", - "x-ratelimit-reset": "1537138694", - "last-modified": "Sun, 16 Sep 2018 22:57:17 GMT", - "etag": "\"NzljMDIwMDAwMDAwMDAwMFNvbHI=\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/artist?limit=1&inc=tags&query=Leonard%20Cohen&fmt=json", - "time": 371, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/50ce6d15b2781d533c9a5090b9a3721a b/test/fixtures/50ce6d15b2781d533c9a5090b9a3721a deleted file mode 100644 index a91490f..0000000 --- a/test/fixtures/50ce6d15b2781d533c9a5090b9a3721a +++ /dev/null @@ -1 +0,0 @@ -{"label-code":null,"sort-name":"Sony Records","type-id":null,"isnis":[],"type":null,"name":"Sony Records","ipis":[],"area":{"iso-3166-1-codes":["JP"],"name":"Japan","disambiguation":"","id":"2db42837-c832-3c27-b4a3-08198f75693c","sort-name":"Japan"},"disambiguation":"1991 - 2001 company - group/division of Sony Music Entertainment (Japan)","id":"6c429b59-f360-457c-9e42-383d66788b8f","country":"JP","life-span":{"end":"2001-10","ended":true,"begin":"1991-04"},"relations":[]} \ No newline at end of file diff --git a/test/fixtures/50ce6d15b2781d533c9a5090b9a3721a.headers b/test/fixtures/50ce6d15b2781d533c9a5090b9a3721a.headers deleted file mode 100644 index fb8fcad..0000000 --- a/test/fixtures/50ce6d15b2781d533c9a5090b9a3721a.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:12 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1191", - "x-ratelimit-reset": "1537138694", - "server": "Plack::Handler::Starlet", - "etag": "W/\"f3caed7fcee4cce4cd4a0744f95ec352\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/6c429b59-f360-457c-9e42-383d66788b8f?inc=url-rels&fmt=json", - "time": 373, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/535ab3a418fb2b5ac0c9476546cc72d8 b/test/fixtures/535ab3a418fb2b5ac0c9476546cc72d8 deleted file mode 100644 index 7b33c57..0000000 --- a/test/fixtures/535ab3a418fb2b5ac0c9476546cc72d8 +++ /dev/null @@ -1 +0,0 @@ -{"type":"String instrument","disambiguation":"","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","id":"43f378cf-b099-46da-8ec3-a39b6f5e5258","name":"classical guitar","description":"","relations":[{"url":{"resource":"https://www.wikidata.org/wiki/Q719120","id":"bb142346-714d-4dc8-9976-62c12e69047a"},"end":null,"source-credit":"","target-type":"url","begin":null,"direction":"forward","type-id":"1486fccd-cf59-35e4-9399-b50e2b255877","attribute-values":{},"ended":false,"type":"wikidata","target-credit":"","attributes":[]}]} \ No newline at end of file diff --git a/test/fixtures/535ab3a418fb2b5ac0c9476546cc72d8.headers b/test/fixtures/535ab3a418fb2b5ac0c9476546cc72d8.headers deleted file mode 100644 index 1c58baf..0000000 --- a/test/fixtures/535ab3a418fb2b5ac0c9476546cc72d8.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:17 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "928", - "x-ratelimit-reset": "1537138637", - "server": "Plack::Handler::Starlet", - "etag": "W/\"710228fcba82d81efcd595792ba74133\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/instrument/43f378cf-b099-46da-8ec3-a39b6f5e5258?inc=url-rels&fmt=json", - "time": 375, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/537dbabc1ce057385edd9d8c4599c077 b/test/fixtures/537dbabc1ce057385edd9d8c4599c077 deleted file mode 100644 index add00a3..0000000 --- a/test/fixtures/537dbabc1ce057385edd9d8c4599c077 +++ /dev/null @@ -1 +0,0 @@ -{"isnis":["0000000123486830"],"gender-id":null,"id":"5b11f4ce-a62d-471e-81fc-a69a8278c7da","type-id":"e431f5f6-b5d2-343d-8b36-72607fffb74b","sort-name":"Nirvana","type":"Group","name":"Nirvana","area":{"name":"United States","iso-3166-1-codes":["US"],"id":"489ce91b-6658-3307-9877-795b68554c98","sort-name":"United States","disambiguation":""},"disambiguation":"90s US grunge band","end_area":null,"begin_area":{"id":"a640b45c-c173-49b1-8030-973603e895b5","name":"Aberdeen","disambiguation":"","sort-name":"Aberdeen"},"relations":[{"attributes":[],"url":{"resource":"http://www.bbc.co.uk/music/artists/5b11f4ce-a62d-471e-81fc-a69a8278c7da","id":"627ce98c-0eef-41c7-b28f-cc3387b98aab"},"source-credit":"","end":null,"target-type":"url","begin":null,"direction":"forward","attribute-values":{},"type-id":"d028a975-000c-4525-9333-d3c8425e4b54","ended":false,"type":"BBC Music page","target-credit":""},{"attributes":[],"target-credit":"","type":"IMDb","ended":false,"type-id":"94c8b0cc-4477-4106-932c-da60e63de61c","attribute-values":{},"begin":null,"direction":"forward","target-type":"url","end":null,"source-credit":"","url":{"resource":"http://www.imdb.com/name/nm1110321/","id":"85229dcd-cc79-4ce8-a3be-4b0539e9148a"}},{"type-id":"e8571dcc-35d4-4e91-a577-a3382fd84460","attribute-values":{},"begin":null,"direction":"forward","target-credit":"","type":"VIAF","ended":false,"url":{"id":"421a959a-c50f-4a52-99e4-3c603dd37145","resource":"http://viaf.org/viaf/138573893"},"target-type":"url","source-credit":"","end":null,"attributes":[]},{"end":null,"source-credit":"","target-type":"url","url":{"resource":"http://www.allmusic.com/artist/mn0000357406","id":"4a425cd3-641d-409c-a282-2334935bf1bd"},"ended":false,"target-credit":"","type":"allmusic","begin":null,"direction":"forward","attribute-values":{},"type-id":"6b3e3c85-0002-4f34-aca6-80ace0d7e846","attributes":[]},{"direction":"forward","begin":null,"type-id":"4fb0eeec-a6eb-4ae3-ad52-b55765b94e8f","attribute-values":{},"ended":false,"target-credit":"","type":"discography","url":{"resource":"http://www.livenirvana.com/bootography/listing85a9.html?listingquery=all","id":"73a6779b-8aaa-42ff-9833-e550ad974be4"},"source-credit":"","end":null,"target-type":"url","attributes":[]},{"target-type":"url","end":null,"source-credit":"","url":{"resource":"http://www.livenirvana.com/digitalnirvana/discography/index.html","id":"aa2f9928-f2d0-4ce3-9714-af7566b9df94"},"type":"discography","target-credit":"","ended":false,"attribute-values":{},"type-id":"4fb0eeec-a6eb-4ae3-ad52-b55765b94e8f","begin":null,"direction":"forward","attributes":[]},{"url":{"resource":"http://www.nirvanaarchive.com/","id":"d0498330-0679-4174-a145-273dd974e09e"},"target-type":"url","end":null,"source-credit":"","type-id":"4fb0eeec-a6eb-4ae3-ad52-b55765b94e8f","attribute-values":{},"direction":"forward","begin":null,"target-credit":"","type":"discography","ended":false,"attributes":[]},{"attributes":[],"ended":false,"target-credit":"","type":"discogs","begin":null,"direction":"forward","type-id":"04a5b104-a4c2-4bac-99a1-7b837c37d9e4","attribute-values":{},"source-credit":"","end":null,"target-type":"url","url":{"resource":"https://www.discogs.com/artist/125246","id":"81846eca-af41-43d0-bcae-b62dbf5cfa2f"}},{"attributes":[],"end":null,"source-credit":"","target-type":"url","url":{"resource":"http://www.livenirvana.com/","id":"74c7fc4f-cb3d-45ef-9c83-f7a1061f0272"},"ended":false,"target-credit":"","type":"fanpage","begin":null,"direction":"forward","type-id":"f484f897-81cc-406e-96f9-cd799a04ee24","attribute-values":{}},{"attributes":[],"target-type":"url","end":null,"source-credit":"","url":{"resource":"http://www.nirvanaclub.com/","id":"e42476ce-e923-498e-8e98-d11ae200aebb"},"type":"fanpage","target-credit":"","ended":false,"type-id":"f484f897-81cc-406e-96f9-cd799a04ee24","attribute-values":{},"direction":"forward","begin":null},{"type":"image","target-credit":"","ended":false,"type-id":"221132e9-e30e-43f2-a741-15afc4c5fa7c","attribute-values":{},"begin":null,"direction":"forward","target-type":"url","source-credit":"","end":null,"url":{"resource":"https://commons.wikimedia.org/wiki/File:Nirvana_around_1992.jpg","id":"88867281-e540-4b37-9fce-870dda1bfd8b"},"attributes":[]},{"attributes":[],"source-credit":"","end":null,"target-type":"url","url":{"resource":"http://www.last.fm/music/Nirvana","id":"36dc918b-2a58-4d31-9ccd-10af003e7386"},"ended":false,"target-credit":"","type":"last.fm","direction":"forward","begin":null,"type-id":"08db8098-c0df-4b78-82c3-c8697b4bba7f","attribute-values":{}},{"url":{"id":"2759d810-5a97-446e-b168-09d2dec389a9","resource":"http://decoda.com/nirvana-lyrics"},"target-type":"url","source-credit":"","end":null,"type-id":"e4d73442-3762-45a8-905c-401da65544ed","attribute-values":{},"begin":null,"direction":"forward","type":"lyrics","target-credit":"","ended":false,"attributes":[]},{"attributes":[],"url":{"resource":"http://genius.com/artists/Nirvana","id":"eb2efdf0-05cf-4ea8-bc00-b1b0d2bcdcfb"},"end":null,"source-credit":"","target-type":"url","begin":null,"direction":"forward","type-id":"e4d73442-3762-45a8-905c-401da65544ed","attribute-values":{},"ended":false,"type":"lyrics","target-credit":""},{"ended":false,"type":"lyrics","target-credit":"","direction":"forward","begin":null,"type-id":"e4d73442-3762-45a8-905c-401da65544ed","attribute-values":{},"end":null,"source-credit":"","target-type":"url","url":{"id":"47e69f92-e4b3-46ca-9f95-28cc11bedf34","resource":"http://lyrics.wikia.com/Nirvana"},"attributes":[]},{"attributes":[],"attribute-values":{},"type-id":"e4d73442-3762-45a8-905c-401da65544ed","begin":null,"direction":"forward","type":"lyrics","target-credit":"","ended":false,"url":{"resource":"http://muzikum.eu/en/122-4216/nirvana/lyrics.html","id":"740505c7-3a30-4482-8ca6-10183b37d308"},"target-type":"url","source-credit":"","end":null},{"attributes":[],"target-type":"url","end":null,"source-credit":"","url":{"id":"706cb178-5d5c-49e0-a07f-149751b94043","resource":"https://myspace.com/nirvana"},"target-credit":"","type":"myspace","ended":false,"type-id":"bac47923-ecde-4b59-822e-d08f0cd10156","attribute-values":{},"direction":"forward","begin":null},{"target-type":"url","source-credit":"","end":null,"url":{"resource":"http://www.nirvana.com/","id":"4347ffe2-82ec-4059-9520-6a1a3f73a304"},"type":"official homepage","target-credit":"","ended":false,"attribute-values":{},"type-id":"fe33d22f-c3b0-4d68-bd53-a856badf2b15","direction":"forward","begin":null,"attributes":[]},{"attributes":[],"source-credit":"","end":null,"target-type":"url","url":{"resource":"http://d-nb.info/gnd/10295339-9","id":"88a3f586-d383-4cd8-9458-f48512533799"},"ended":false,"type":"other databases","target-credit":"","direction":"forward","begin":null,"attribute-values":{},"type-id":"d94fb61c-fa20-4e3c-a19a-71a949fb2c55"},{"source-credit":"","end":null,"target-type":"url","url":{"id":"21daaa31-4c41-4fc9-b07d-e77b3f01d3e6","resource":"http://musicmoz.org/Bands_and_Artists/N/Nirvana/"},"ended":false,"target-credit":"","type":"other databases","direction":"forward","begin":null,"attribute-values":{},"type-id":"d94fb61c-fa20-4e3c-a19a-71a949fb2c55","attributes":[]},{"attributes":[],"url":{"resource":"http://rateyourmusic.com/artist/nirvana","id":"07a468c6-3ceb-4e44-b0b9-f46cca1151dc"},"source-credit":"","end":null,"target-type":"url","direction":"forward","begin":null,"type-id":"d94fb61c-fa20-4e3c-a19a-71a949fb2c55","attribute-values":{},"ended":false,"type":"other databases","target-credit":""},{"type":"other databases","target-credit":"","ended":false,"type-id":"d94fb61c-fa20-4e3c-a19a-71a949fb2c55","attribute-values":{},"direction":"forward","begin":null,"target-type":"url","end":null,"source-credit":"","url":{"resource":"http://www.whosampled.com/Nirvana/","id":"805e0346-cdfb-4eae-a8c4-f27937288cda"},"attributes":[]},{"url":{"id":"2127a8c5-befb-401c-a6f0-057b4f4a4581","resource":"http://www.worldcat.org/wcidentities/lccn-n92-11111"},"target-type":"url","end":null,"source-credit":"","attribute-values":{},"type-id":"d94fb61c-fa20-4e3c-a19a-71a949fb2c55","direction":"forward","begin":null,"type":"other databases","target-credit":"","ended":false,"attributes":[]},{"url":{"resource":"https://www.musik-sammler.de/artist/nirvana/","id":"902a6503-ed52-4207-ae6e-f1a64dc53888"},"end":null,"source-credit":"","target-type":"url","direction":"forward","begin":null,"attribute-values":{},"type-id":"d94fb61c-fa20-4e3c-a19a-71a949fb2c55","ended":false,"target-credit":"","type":"other databases","attributes":[]},{"type":"purchase for download","target-credit":"","ended":false,"type-id":"f8319a2f-f824-4617-81c8-be6560b3b203","attribute-values":{},"begin":null,"direction":"forward","target-type":"url","source-credit":"","end":null,"url":{"resource":"https://itunes.apple.com/us/artist/id112018","id":"9fc44b9f-8ca9-4079-952f-fcd8a2976dbf"},"attributes":[]},{"url":{"resource":"https://play.google.com/store/music/artist?id=Apyli2ev5del3s42qsjpnmqwuue","id":"adb16d0b-c38d-471c-b3da-4f715267f620"},"source-credit":"","end":null,"target-type":"url","begin":null,"direction":"forward","type-id":"f8319a2f-f824-4617-81c8-be6560b3b203","attribute-values":{},"ended":false,"target-credit":"","type":"purchase for download","attributes":[]},{"url":{"resource":"http://www.purevolume.com/Nirvana109A","id":"61139a11-0318-481d-b305-bf569e400e50"},"target-type":"url","source-credit":"","end":null,"attribute-values":{},"type-id":"b6f02157-a9d3-4f24-9057-0675b2dbc581","direction":"forward","begin":null,"type":"purevolume","target-credit":"","ended":false,"attributes":[]},{"target-credit":"","type":"secondhandsongs","ended":false,"attribute-values":{},"type-id":"79c5b84d-a206-4f4c-9832-78c028c312c3","begin":null,"direction":"forward","target-type":"url","end":null,"source-credit":"","url":{"resource":"http://www.secondhandsongs.com/artist/169","id":"5f33ae58-aa56-40bd-ad14-ab7db9b3d3fd"},"attributes":[]},{"target-credit":"","type":"setlistfm","ended":false,"attribute-values":{},"type-id":"bf5d0d5e-27a1-4e94-9df7-3cdc67b3b207","begin":null,"direction":"forward","target-type":"url","source-credit":"","end":null,"url":{"resource":"http://www.setlist.fm/setlists/nirvana-7bd69ee8.html","id":"47616077-74cb-47c6-8bd4-cf34753a9af0"},"attributes":[]},{"attributes":[],"type":"social network","target-credit":"","ended":false,"type-id":"99429741-f3f6-484b-84f8-23af51991770","attribute-values":{},"begin":null,"direction":"forward","target-type":"url","source-credit":"","end":null,"url":{"id":"f5cfd704-b99a-45fc-9aed-8747257cad03","resource":"https://twitter.com/Nirvana"}},{"attributes":[],"end":null,"source-credit":"","target-type":"url","url":{"resource":"https://www.facebook.com/Nirvana","id":"a9cec2d1-0544-4dc9-a4b2-640751654573"},"ended":false,"target-credit":"","type":"social network","begin":null,"direction":"forward","type-id":"99429741-f3f6-484b-84f8-23af51991770","attribute-values":{}},{"attribute-values":{},"type-id":"99429741-f3f6-484b-84f8-23af51991770","direction":"forward","begin":null,"type":"social network","target-credit":"","ended":false,"url":{"id":"24639f7d-d335-4ced-9e02-0971d71c29d4","resource":"https://www.instagram.com/nirvana/"},"target-type":"url","source-credit":"","end":null,"attributes":[]},{"attributes":[],"target-credit":"","type":"soundcloud","ended":false,"attribute-values":{},"type-id":"89e4a949-0976-440d-bda1-5f772c1e5710","begin":null,"direction":"forward","target-type":"url","end":null,"source-credit":"","url":{"id":"14c6ec03-4bd8-4f12-bfef-f2450746adab","resource":"https://soundcloud.com/nirvana"}},{"attributes":[],"url":{"id":"c29fa499-8e33-455a-aaa0-d93ea088c55f","resource":"http://www.pandora.com/nirvana"},"target-type":"url","source-credit":"","end":null,"type-id":"769085a1-c2f7-4c24-a532-2375a77693bd","attribute-values":{},"begin":null,"direction":"forward","target-credit":"","type":"streaming music","ended":false},{"target-type":"url","source-credit":"","end":null,"url":{"id":"3b8fd2ea-4090-4328-9c2a-bb11bd038f8b","resource":"http://www.staimusic.com/en/bands/nirvana_3237.html"},"type":"streaming music","target-credit":"","ended":false,"attribute-values":{},"type-id":"769085a1-c2f7-4c24-a532-2375a77693bd","direction":"forward","begin":null,"attributes":[]},{"attribute-values":{},"type-id":"769085a1-c2f7-4c24-a532-2375a77693bd","begin":null,"direction":"forward","target-credit":"","type":"streaming music","ended":false,"url":{"resource":"https://open.spotify.com/artist/6olE6TJLqED3rqDCT0FyPh","id":"f6a499eb-5959-4861-95f1-13caec960006"},"target-type":"url","end":null,"source-credit":"","attributes":[]},{"attributes":[],"target-type":"url","source-credit":"","end":null,"url":{"id":"1221730c-3a48-49fa-8001-beaa6e93c892","resource":"https://www.wikidata.org/wiki/Q11649"},"type":"wikidata","target-credit":"","ended":false,"attribute-values":{},"type-id":"689870a4-a1e4-4912-b17f-7b2664215698","begin":null,"direction":"forward"},{"attributes":[],"target-credit":"","type":"youtube","ended":false,"attribute-values":{},"type-id":"6a540e5b-58c6-4192-b6ba-dbc71ec8fcf0","begin":null,"direction":"forward","target-type":"url","source-credit":"","end":null,"url":{"resource":"https://www.youtube.com/user/NirvanaVEVO","id":"c8d415be-b993-4ade-bd28-d3ab4806fcbd"}}],"gender":null,"life-span":{"end":"1994-04-05","begin":"1988-01","ended":true},"ipis":[],"country":"US"} \ No newline at end of file diff --git a/test/fixtures/537dbabc1ce057385edd9d8c4599c077.headers b/test/fixtures/537dbabc1ce057385edd9d8c4599c077.headers deleted file mode 100644 index 0ba3251..0000000 --- a/test/fixtures/537dbabc1ce057385edd9d8c4599c077.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:56:55 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "823", - "x-ratelimit-reset": "1537138615", - "server": "Plack::Handler::Starlet", - "etag": "W/\"471c7a4d5927cc1b5a2cb5856b772dbf\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/artist/5b11f4ce-a62d-471e-81fc-a69a8278c7da?inc=url-rels&fmt=json", - "time": 638, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/55e718a13ff7c5178cbb0116a1bd2cd6 b/test/fixtures/55e718a13ff7c5178cbb0116a1bd2cd6 deleted file mode 100644 index a6c020d..0000000 --- a/test/fixtures/55e718a13ff7c5178cbb0116a1bd2cd6 +++ /dev/null @@ -1 +0,0 @@ -{"country":"GB","text-representation":{"script":"Latn","language":"eng"},"disambiguation":"","barcode":"","status-id":"4e304316-386d-3409-af2e-78857eec5cfe","date":"1973-03-24","packaging":"Gatefold Cover","quality":"normal","asin":null,"packaging-id":"e724a489-a7e8-30a1-a17c-30dfd6831202","id":"b84ee12a-09ef-421b-82de-0441a926375b","cover-art-archive":{"count":10,"artwork":true,"darkened":false,"front":true,"back":true},"release-events":[{"area":{"id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","iso-3166-1-codes":["GB"],"name":"United Kingdom","disambiguation":"","sort-name":"United Kingdom"},"date":"1973-03-24"}],"title":"The Dark Side of the Moon","status":"Official"} \ No newline at end of file diff --git a/test/fixtures/55e718a13ff7c5178cbb0116a1bd2cd6.headers b/test/fixtures/55e718a13ff7c5178cbb0116a1bd2cd6.headers deleted file mode 100644 index a40ebba..0000000 --- a/test/fixtures/55e718a13ff7c5178cbb0116a1bd2cd6.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:18 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1142", - "x-ratelimit-reset": "1537138760", - "server": "Plack::Handler::Starlet", - "etag": "W/\"de030f62f72b473a1b02673c41119bc9\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/release/b84ee12a-09ef-421b-82de-0441a926375b?fmt=json", - "time": 390, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/5644078df70841f66834098df9e30457 b/test/fixtures/5644078df70841f66834098df9e30457 deleted file mode 100644 index d3daf36..0000000 --- a/test/fixtures/5644078df70841f66834098df9e30457 +++ /dev/null @@ -1 +0,0 @@ -{"label-code":null,"type":"Imprint","sort-name":"Sony Wonder","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","id":"24681a1b-c1ec-4f0b-b800-36d5b3814740","isnis":[],"area":{"id":"489ce91b-6658-3307-9877-795b68554c98","name":"United States","iso-3166-1-codes":["US"],"disambiguation":"","sort-name":"United States"},"disambiguation":"","country":"US","name":"Sony Wonder","life-span":{"end":"2007","begin":"1995","ended":true},"ipis":[],"relations":[{"ended":false,"target-credit":"","type":"discogs","direction":"forward","begin":null,"attribute-values":{},"type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","source-credit":"","end":null,"target-type":"url","url":{"resource":"https://www.discogs.com/label/56233","id":"5814fba0-f9fb-45e3-a9f4-6b4cde44b897"},"attributes":[]},{"attributes":[],"target-credit":"","type":"logo","ended":false,"type-id":"b35f7822-bf3c-4148-b306-fb723c63ee8b","attribute-values":{},"begin":null,"direction":"forward","target-type":"url","source-credit":"","end":null,"url":{"id":"d099c3e6-3b78-4396-9364-a6df8da466cf","resource":"http://upload.wikimedia.org/wikipedia/en/8/89/SonyWonder.png"}},{"attributes":[],"attribute-values":{},"type-id":"75d87e83-d927-4580-ba63-44dc76256f98","direction":"forward","begin":null,"target-credit":"","type":"wikidata","ended":false,"url":{"id":"8593d913-04ce-4e89-b807-f6b7517e5bff","resource":"https://www.wikidata.org/wiki/Q2314043"},"target-type":"url","source-credit":"","end":null}]} \ No newline at end of file diff --git a/test/fixtures/5644078df70841f66834098df9e30457.headers b/test/fixtures/5644078df70841f66834098df9e30457.headers deleted file mode 100644 index 53015e6..0000000 --- a/test/fixtures/5644078df70841f66834098df9e30457.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:23 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "970", - "x-ratelimit-reset": "1537138704", - "server": "Plack::Handler::Starlet", - "etag": "W/\"5e9ace28a853d521d226b759dcf0bbad\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/24681a1b-c1ec-4f0b-b800-36d5b3814740?inc=url-rels&fmt=json", - "time": 417, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/5740cf0df41918fee30a22a1bce2791e b/test/fixtures/5740cf0df41918fee30a22a1bce2791e deleted file mode 100644 index 1d750fe..0000000 --- a/test/fixtures/5740cf0df41918fee30a22a1bce2791e +++ /dev/null @@ -1 +0,0 @@ -{"disambiguation":"","area":{"name":"United States","iso-3166-1-codes":["US"],"id":"489ce91b-6658-3307-9877-795b68554c98","sort-name":"United States","disambiguation":""},"relations":[{"ended":false,"type":"discogs","target-credit":"","direction":"forward","begin":null,"type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","attribute-values":{},"end":null,"source-credit":"","target-type":"url","url":{"resource":"https://www.discogs.com/label/865","id":"43178c9b-a5ce-44bf-9ade-cea8baf67337"},"attributes":[]},{"url":{"id":"3307e64a-797a-4295-89b5-5cc81287d3b1","resource":"http://upload.wikimedia.org/wikipedia/en/d/d4/Sonyclassicallogo.png"},"target-type":"url","end":null,"source-credit":"","attribute-values":{},"type-id":"b35f7822-bf3c-4148-b306-fb723c63ee8b","begin":null,"direction":"forward","type":"logo","target-credit":"","ended":false,"attributes":[]},{"ended":false,"type":"official site","target-credit":"","direction":"forward","begin":null,"type-id":"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6","attribute-values":{},"end":null,"source-credit":"","target-type":"url","url":{"id":"742dc351-1eaa-4644-a5ee-80efb60f1a22","resource":"https://sonyclassical.com/"},"attributes":[]},{"url":{"id":"18097bbe-d693-484a-a083-60f628e8493a","resource":"https://www.wikidata.org/wiki/Q7562453"},"target-type":"url","source-credit":"","end":null,"type-id":"75d87e83-d927-4580-ba63-44dc76256f98","attribute-values":{},"direction":"forward","begin":null,"target-credit":"","type":"wikidata","ended":false,"attributes":[]}],"life-span":{"end":null,"ended":false,"begin":"1990"},"ipis":[],"name":"Sony Classical","country":"US","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","label-code":6868,"type":"Imprint","sort-name":"Sony Classical","isnis":[],"id":"10920823-9ed8-45d9-adb3-69fc22475ab0"} \ No newline at end of file diff --git a/test/fixtures/5740cf0df41918fee30a22a1bce2791e.headers b/test/fixtures/5740cf0df41918fee30a22a1bce2791e.headers deleted file mode 100644 index a314f89..0000000 --- a/test/fixtures/5740cf0df41918fee30a22a1bce2791e.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:50 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1178", - "x-ratelimit-reset": "1537138672", - "server": "Plack::Handler::Starlet", - "etag": "W/\"df3efd1e5e94786d4e912a3755ad148f\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/10920823-9ed8-45d9-adb3-69fc22475ab0?inc=url-rels&fmt=json", - "time": 427, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/5818a7c5bffe034297462ee69620f3f3 b/test/fixtures/5818a7c5bffe034297462ee69620f3f3 deleted file mode 100644 index bb428db..0000000 --- a/test/fixtures/5818a7c5bffe034297462ee69620f3f3 +++ /dev/null @@ -1 +0,0 @@ -{"quality":"normal","release-events":[{"date":"2010-11-15","area":{"id":"525d4e18-3d00-31b9-a58b-a146a916de8f","sort-name":"[Worldwide]","disambiguation":"","name":"[Worldwide]","iso-3166-1-codes":["XW"]}}],"id":"0702057c-cb90-43d3-b7b4-6d0cc37e8644","cover-art-archive":{"back":true,"count":6,"darkened":false,"artwork":true,"front":true},"status":"Official","country":"XW","barcode":"","packaging":"None","packaging-id":"119eba76-b343-3e02-a292-f0f00644bb9b","status-id":"4e304316-386d-3409-af2e-78857eec5cfe","title":"All Day","text-representation":{"script":"Latn","language":"eng"},"date":"2010-11-15","asin":null,"disambiguation":"separated"} \ No newline at end of file diff --git a/test/fixtures/5818a7c5bffe034297462ee69620f3f3.headers b/test/fixtures/5818a7c5bffe034297462ee69620f3f3.headers deleted file mode 100644 index c1b6924..0000000 --- a/test/fixtures/5818a7c5bffe034297462ee69620f3f3.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:51 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "813", - "x-ratelimit-reset": "1537138672", - "server": "Plack::Handler::Starlet", - "etag": "W/\"f7a0042f69990a17a3af27c6b8a07d86\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/release/0702057c-cb90-43d3-b7b4-6d0cc37e8644?fmt=json", - "time": 368, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/59293eea29033071de7f98943c3b5b1f b/test/fixtures/59293eea29033071de7f98943c3b5b1f deleted file mode 100644 index e1bca9e..0000000 --- a/test/fixtures/59293eea29033071de7f98943c3b5b1f +++ /dev/null @@ -1 +0,0 @@ -See: http://archive.org/download/mbid-3ee3723e-ed1e-4baa-a718-7f1d9ecb3bec/index.json diff --git a/test/fixtures/59293eea29033071de7f98943c3b5b1f.headers b/test/fixtures/59293eea29033071de7f98943c3b5b1f.headers deleted file mode 100644 index b99538f..0000000 --- a/test/fixtures/59293eea29033071de7f98943c3b5b1f.headers +++ /dev/null @@ -1,23 +0,0 @@ -{ - "statusCode": 307, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "text/plain; charset=utf-8", - "content-length": "86", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "location": "http://archive.org/download/mbid-3ee3723e-ed1e-4baa-a718-7f1d9ecb3bec/index.json", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/3ee3723e-ed1e-4baa-a718-7f1d9ecb3bec", - "time": 356, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/5c1b9b2cd173095ad489f4a6e36a911d b/test/fixtures/5c1b9b2cd173095ad489f4a6e36a911d deleted file mode 100644 index ee93e95..0000000 --- a/test/fixtures/5c1b9b2cd173095ad489f4a6e36a911d +++ /dev/null @@ -1 +0,0 @@ -{"isnis":[],"id":"0331bcea-3905-4893-9874-1d3f10480625","type-id":"43f31a62-97e4-36f6-9752-453c131b71ed","sort-name":"Sony Music Entertainment (Japan) Inc.","type":"Holding","label-code":null,"ipis":[],"life-span":{"end":null,"begin":"1991-04","ended":false},"relations":[{"url":{"id":"29cca3f8-80ed-4510-9c4d-2342824a2c65","resource":"https://www.discogs.com/label/32822"},"end":null,"source-credit":"","target-type":"url","direction":"forward","begin":null,"attribute-values":{},"type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","ended":false,"type":"discogs","target-credit":"","attributes":[]},{"attributes":[],"type":"official site","target-credit":"","ended":false,"attribute-values":{},"type-id":"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6","direction":"forward","begin":null,"target-type":"url","source-credit":"","end":null,"url":{"id":"4621c166-b773-46b8-9894-579d31a82066","resource":"http://www.sme.co.jp/"}},{"ended":false,"type":"official site","target-credit":"","begin":null,"direction":"forward","attribute-values":{},"type-id":"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6","end":null,"source-credit":"","target-type":"url","url":{"resource":"http://www.sonymusic.co.jp/","id":"e1cf8c97-852e-4c4a-be5d-222959fdbf74"},"attributes":[]},{"target-type":"url","end":null,"source-credit":"","url":{"id":"fe4341e4-0ffb-43ef-820f-e9953bc44088","resource":"https://twitter.com/SonyMusic_JPN"},"target-credit":"","type":"social network","ended":false,"type-id":"5d217d99-bc05-4a76-836d-c91eec4ba818","attribute-values":{},"begin":null,"direction":"forward","attributes":[]},{"end":null,"source-credit":"","target-type":"url","url":{"resource":"https://www.facebook.com/SMEJ.international","id":"ca50f76d-0df4-4cff-9ec5-8c2f87bc6f19"},"ended":false,"target-credit":"","type":"social network","begin":null,"direction":"forward","type-id":"5d217d99-bc05-4a76-836d-c91eec4ba818","attribute-values":{},"attributes":[]},{"type":"vgmdb","target-credit":"","ended":false,"attribute-values":{},"type-id":"8a2d3e55-d291-4b99-87a0-c59c6b121762","direction":"forward","begin":null,"target-type":"url","source-credit":"","end":null,"url":{"id":"6cfe5b96-f29a-4fb1-829e-6696e6e57094","resource":"https://vgmdb.net/org/63"},"attributes":[]},{"type-id":"75d87e83-d927-4580-ba63-44dc76256f98","attribute-values":{},"begin":null,"direction":"forward","target-credit":"","type":"wikidata","ended":false,"url":{"id":"34d710b8-5e35-471b-bb9a-aa048a7528f7","resource":"https://www.wikidata.org/wiki/Q732503"},"target-type":"url","source-credit":"","end":null,"attributes":[]},{"attributes":[],"url":{"id":"92bf3500-14f5-4df9-b474-bec3c83680fa","resource":"https://www.youtube.com/user/sonymusicnetwork"},"target-type":"url","end":null,"source-credit":"","type-id":"d9c71059-ba9d-4135-b909-481d12cf84e3","attribute-values":{},"direction":"forward","begin":null,"target-credit":"","type":"youtube","ended":false}],"country":"JP","name":"Sony Music Entertainment (Japan) Inc.","disambiguation":"parent company, not normally a label - see subsidiaries","area":{"iso-3166-1-codes":["JP"],"name":"Japan","id":"2db42837-c832-3c27-b4a3-08198f75693c","sort-name":"Japan","disambiguation":""}} \ No newline at end of file diff --git a/test/fixtures/5c1b9b2cd173095ad489f4a6e36a911d.headers b/test/fixtures/5c1b9b2cd173095ad489f4a6e36a911d.headers deleted file mode 100644 index 215ecec..0000000 --- a/test/fixtures/5c1b9b2cd173095ad489f4a6e36a911d.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:07 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1019", - "x-ratelimit-reset": "1537138748", - "server": "Plack::Handler::Starlet", - "etag": "W/\"cb6f66bb63da21460593cb7145239f1b\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/0331bcea-3905-4893-9874-1d3f10480625?inc=url-rels&fmt=json", - "time": 423, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/5c3b62773c782c2db25349cffac9102d b/test/fixtures/5c3b62773c782c2db25349cffac9102d deleted file mode 100644 index 189f2e5..0000000 --- a/test/fixtures/5c3b62773c782c2db25349cffac9102d +++ /dev/null @@ -1 +0,0 @@ -See: http://archive.org/download/mbid-fbc2e8c7-045d-4bcc-82da-2f1309918f0e/index.json diff --git a/test/fixtures/5c3b62773c782c2db25349cffac9102d.headers b/test/fixtures/5c3b62773c782c2db25349cffac9102d.headers deleted file mode 100644 index 3e707ed..0000000 --- a/test/fixtures/5c3b62773c782c2db25349cffac9102d.headers +++ /dev/null @@ -1,23 +0,0 @@ -{ - "statusCode": 307, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:18 GMT", - "content-type": "text/plain; charset=utf-8", - "content-length": "86", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "location": "http://archive.org/download/mbid-fbc2e8c7-045d-4bcc-82da-2f1309918f0e/index.json", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e", - "time": 348, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/5f54da66d9a88167f9dda7f1c00d73f3 b/test/fixtures/5f54da66d9a88167f9dda7f1c00d73f3 deleted file mode 100644 index e868295..0000000 --- a/test/fixtures/5f54da66d9a88167f9dda7f1c00d73f3 +++ /dev/null @@ -1 +0,0 @@ -{"name":"electric lap steel guitar","relations":[],"description":"","disambiguation":"","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","type":"String instrument","id":"3c5349ca-cf82-4537-851f-1957ac88bced"} \ No newline at end of file diff --git a/test/fixtures/5f54da66d9a88167f9dda7f1c00d73f3.headers b/test/fixtures/5f54da66d9a88167f9dda7f1c00d73f3.headers deleted file mode 100644 index c547012..0000000 --- a/test/fixtures/5f54da66d9a88167f9dda7f1c00d73f3.headers +++ /dev/null @@ -1,27 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:39 GMT", - "content-type": "application/json; charset=utf-8", - "content-length": "208", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "961", - "x-ratelimit-reset": "1537138660", - "server": "Plack::Handler::Starlet", - "etag": "\"2b9030d0c1fae98836e5bc51cad7e127\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/instrument/3c5349ca-cf82-4537-851f-1957ac88bced?inc=url-rels&fmt=json", - "time": 366, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/5fba37b7b6619c61e3092bead860e8c9 b/test/fixtures/5fba37b7b6619c61e3092bead860e8c9 deleted file mode 100644 index 03af10e..0000000 --- a/test/fixtures/5fba37b7b6619c61e3092bead860e8c9 +++ /dev/null @@ -1 +0,0 @@ -{"disambiguation":"","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","id":"4a5a2a59-f5a8-4dc1-95b8-f3b3fb3cf2b6","type":"String instrument","relations":[{"end":null,"type-id":"1486fccd-cf59-35e4-9399-b50e2b255877","target-credit":"","attribute-values":{},"direction":"forward","begin":null,"attributes":[],"source-credit":"","url":{"id":"0e69bd01-f020-4e9d-870f-dd1e00fee549","resource":"https://www.wikidata.org/wiki/Q5616842"},"target-type":"url","type":"wikidata","ended":false}],"name":"Vietnamese guitar","description":"The Vietnamese guitar is similar to a normal guitar, but with scalloped fingerboard resulting in elevated frets similar to the đàn nguyệt."} \ No newline at end of file diff --git a/test/fixtures/5fba37b7b6619c61e3092bead860e8c9.headers b/test/fixtures/5fba37b7b6619c61e3092bead860e8c9.headers deleted file mode 100644 index e06a7ec..0000000 --- a/test/fixtures/5fba37b7b6619c61e3092bead860e8c9.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:39 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "964", - "x-ratelimit-reset": "1537138660", - "server": "Plack::Handler::Starlet", - "etag": "W/\"7bf663ed8366f71cfee2ba02d4024431\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/instrument/4a5a2a59-f5a8-4dc1-95b8-f3b3fb3cf2b6?inc=url-rels&fmt=json", - "time": 377, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/600c519401f48c53791ce190cae3f561 b/test/fixtures/600c519401f48c53791ce190cae3f561 deleted file mode 100644 index 8606524..0000000 --- a/test/fixtures/600c519401f48c53791ce190cae3f561 +++ /dev/null @@ -1 +0,0 @@ -See: http://archive.org/download/mbid-ee773571-6147-4bfd-8ea1-d666c4d4caef/index.json diff --git a/test/fixtures/600c519401f48c53791ce190cae3f561.headers b/test/fixtures/600c519401f48c53791ce190cae3f561.headers deleted file mode 100644 index ba31a4b..0000000 --- a/test/fixtures/600c519401f48c53791ce190cae3f561.headers +++ /dev/null @@ -1,23 +0,0 @@ -{ - "statusCode": 307, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "text/plain; charset=utf-8", - "content-length": "86", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "location": "http://archive.org/download/mbid-ee773571-6147-4bfd-8ea1-d666c4d4caef/index.json", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/ee773571-6147-4bfd-8ea1-d666c4d4caef", - "time": 355, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/6044ddc15443664659ef91c3c73c0776 b/test/fixtures/6044ddc15443664659ef91c3c73c0776 deleted file mode 100644 index 782b441..0000000 --- a/test/fixtures/6044ddc15443664659ef91c3c73c0776 +++ /dev/null @@ -1 +0,0 @@ -{"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","ipis":[],"name":"Ringo Starr","id":"300c4c73-33ac-4255-9d57-4e32627f5e13","relations":[{"type":"collaboration","end":null,"target-credit":"","type-id":"75c09861-6857-4ec0-9729-84eefde7fc86","target-type":"artist","artist":{"id":"298fb0c1-5a1f-43c1-854d-663762caad6e","sort-name":"Artists United Against Apartheid","disambiguation":"","name":"Artists United Against Apartheid"},"attributes":[],"begin":null,"direction":"forward","ended":false,"source-credit":"","attribute-values":{}},{"end":null,"type":"involved with","target-credit":"","attributes":[],"artist":{"name":"Nancy Lee Andrews","disambiguation":"","sort-name":"Andrews, Nancy Lee","id":"21387090-6d9b-40a4-a806-e56810012fa8"},"type-id":"fd3927ba-fd51-4fa9-bcc2-e83637896fe8","target-type":"artist","source-credit":"","attribute-values":{},"ended":true,"direction":"backward","begin":null},{"target-type":"artist","type-id":"dd9886f2-1dfe-4270-97db-283f6839a666","artist":{"id":"2a32e394-8efd-44cd-ab32-fb14fecd663f","sort-name":"Starkey, Richard","name":"Richard Starkey","disambiguation":""},"attributes":[],"begin":null,"direction":"backward","attribute-values":{},"source-credit":"","ended":false,"end":null,"type":"is person","target-credit":""},{"type":"married","end":null,"target-credit":"","type-id":"b2bf7a5d-2da6-4742-baf4-e38d8a7ad029","target-type":"artist","artist":{"id":"80a4ee1b-e3e0-46c4-be17-af62c8755af7","sort-name":"Bach, Barbara","name":"Barbara Bach","disambiguation":""},"attributes":[],"begin":"1981-04-27","direction":"forward","ended":false,"source-credit":"","attribute-values":{}},{"target-credit":"","type":"married","end":"1975","begin":"1965","direction":"backward","source-credit":"","ended":true,"attribute-values":{},"type-id":"b2bf7a5d-2da6-4742-baf4-e38d8a7ad029","target-type":"artist","artist":{"disambiguation":"","name":"Maureen Cox","sort-name":"Cox, Maureen","id":"96a008c8-63e0-48ee-92dd-d25beed4f0e5"},"attributes":[]},{"target-type":"artist","type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","artist":{"name":"Plastic Ono Band","disambiguation":"","id":"84f81b32-8b3a-4914-9cff-017a52f9d16b","sort-name":"Plastic Ono Band"},"attributes":[],"begin":null,"direction":"forward","source-credit":"","attribute-values":{},"ended":false,"type":"member of band","end":null,"target-credit":""},{"target-credit":"","attribute-credits":{},"type":"member of band","end":"1970-04-10","begin":"1962-08","direction":"forward","source-credit":"","ended":true,"attribute-values":{},"target-type":"artist","type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","artist":{"name":"The Beatles","disambiguation":"","sort-name":"Beatles, The","id":"b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"},"attributes":["membranophone"]},{"target-credit":"","end":"1962-08","type":"member of band","begin":"1959-03","direction":"forward","source-credit":"","attribute-values":{},"ended":true,"target-type":"artist","type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","artist":{"name":"Rory Storm and the Hurricanes","disambiguation":"","sort-name":"Storm, Rory and Hurricanes, The","id":"de74e49a-d4f0-4551-ab8b-62b291e132bb"},"attributes":[]},{"direction":"forward","begin":"1989","attribute-values":{},"source-credit":"","ended":false,"target-type":"artist","type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","attributes":["lead vocals","original"],"artist":{"sort-name":"Starr, Ringo & His All Starr Band","id":"f03600eb-88b2-4cbc-858f-20535f03ca0c","name":"Ringo Starr & His All Starr Band","disambiguation":""},"target-credit":"","attribute-credits":{},"end":null,"type":"member of band"},{"artist":{"id":"f03600eb-88b2-4cbc-858f-20535f03ca0c","sort-name":"Starr, Ringo & His All Starr Band","name":"Ringo Starr & His All Starr Band","disambiguation":""},"attributes":["background vocals","original"],"type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","target-type":"artist","source-credit":"","ended":false,"attribute-values":{},"begin":"1989","direction":"forward","type":"member of band","end":null,"attribute-credits":{},"target-credit":""},{"type":"member of band","end":null,"target-credit":"","attribute-credits":{},"artist":{"id":"f03600eb-88b2-4cbc-858f-20535f03ca0c","sort-name":"Starr, Ringo & His All Starr Band","disambiguation":"","name":"Ringo Starr & His All Starr Band"},"attributes":["membranophone","original"],"type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","target-type":"artist","source-credit":"","attribute-values":{},"ended":false,"begin":"1989","direction":"forward"},{"begin":"1989","direction":"forward","attribute-values":{},"source-credit":"","ended":false,"type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","target-type":"artist","artist":{"name":"Ringo Starr & His All Starr Band","disambiguation":"","id":"f03600eb-88b2-4cbc-858f-20535f03ca0c","sort-name":"Starr, Ringo & His All Starr Band"},"attributes":["original","piano"],"attribute-credits":{},"target-credit":"","end":null,"type":"member of band"}],"area":{"disambiguation":"","name":"United Kingdom","id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","sort-name":"United Kingdom","iso-3166-1-codes":["GB"]},"country":"GB","begin_area":{"name":"Dingle","disambiguation":"","id":"520bce94-56d3-4d9a-b7a8-a419753936ae","sort-name":"Dingle"},"isnis":["0000000120331518"],"sort-name":"Starr, Ringo","gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","type":"Person","disambiguation":"","gender":"Male","end_area":null,"life-span":{"end":null,"ended":false,"begin":"1940-07-07"}} \ No newline at end of file diff --git a/test/fixtures/6044ddc15443664659ef91c3c73c0776.headers b/test/fixtures/6044ddc15443664659ef91c3c73c0776.headers deleted file mode 100644 index a3d7f1c..0000000 --- a/test/fixtures/6044ddc15443664659ef91c3c73c0776.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:58 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "808", - "x-ratelimit-reset": "1537138798", - "server": "Plack::Handler::Starlet", - "etag": "W/\"5753ab24c426b21b51f6b8962ed62d3e\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/artist/300c4c73-33ac-4255-9d57-4e32627f5e13?inc=artist-rels&fmt=json", - "time": 381, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/6143276fc750d9f7ad6a6a2f9fb2e025 b/test/fixtures/6143276fc750d9f7ad6a6a2f9fb2e025 deleted file mode 100644 index f8833d9..0000000 --- a/test/fixtures/6143276fc750d9f7ad6a6a2f9fb2e025 +++ /dev/null @@ -1 +0,0 @@ -{"sort-name":"Beatles, The","isnis":["0000000121707484"],"id":"b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d","gender":null,"type-id":"e431f5f6-b5d2-343d-8b36-72607fffb74b","end_area":null,"life-span":{"ended":true,"begin":"1957-03","end":"1970-04-10"},"ipis":[],"disambiguation":"","country":"GB","name":"The Beatles","relations":[{"target-type":"artist","source-credit":"","attributes":["membranophone"],"ended":true,"type":"member of band","begin":"1960-08-12","attribute-credits":{},"target-credit":"","attribute-values":{},"direction":"backward","artist":{"sort-name":"Best, Pete","name":"Pete Best","id":"0d4ab0f9-bbda-4ab1-ae2c-f772ffcfbea9","disambiguation":"original drummer in The Beatles"},"type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","end":"1962-08-16"},{"attribute-credits":{},"begin":"1962-08","type":"member of band","ended":true,"source-credit":"","target-type":"artist","attributes":["membranophone"],"end":"1970-04-10","artist":{"disambiguation":"","id":"300c4c73-33ac-4255-9d57-4e32627f5e13","name":"Ringo Starr","sort-name":"Starr, Ringo"},"type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","attribute-values":{},"direction":"backward","target-credit":""},{"target-credit":"","direction":"backward","attribute-values":{},"end":"1970-04-10","type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","artist":{"id":"42a8f507-8412-4611-854f-926571049fa0","name":"George Harrison","sort-name":"Harrison, George","disambiguation":"The Beatles"},"source-credit":"","target-type":"artist","attributes":["guitar","lead vocals","original"],"type":"member of band","ended":true,"attribute-credits":{},"begin":"1958-04"},{"begin":"1960-01","attribute-credits":{},"ended":true,"type":"member of band","target-type":"artist","source-credit":"","attributes":["bass guitar"],"type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","artist":{"sort-name":"Sutcliffe, Stuart","name":"Stuart Sutcliffe","id":"49a51491-650e-44b3-8085-2f07ac2986dd","disambiguation":""},"end":"1962","attribute-values":{},"direction":"backward","target-credit":""},{"begin":null,"attribute-credits":{},"source-credit":"","target-type":"artist","attributes":["guitar","lead vocals","original"],"ended":true,"type":"member of band","artist":{"name":"John Lennon","sort-name":"Lennon, John","id":"4d5447d7-c61c-4120-ba1b-d7f471d385b9","disambiguation":"Beatle"},"type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","end":"1970-04-10","target-credit":"","attribute-values":{},"direction":"backward"},{"attribute-values":{},"direction":"backward","target-credit":"","artist":{"name":"Paul McCartney","sort-name":"McCartney, Paul","id":"ba550d0e-adac-4864-b88b-407cab5e76af","disambiguation":""},"type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","end":"1970-04-10","ended":true,"type":"member of band","source-credit":"","target-type":"artist","attributes":["bass guitar","lead vocals","original"],"begin":"1957-07","attribute-credits":{}},{"artist":{"disambiguation":"","id":"08387cc6-dc48-4d72-ba3f-05c09c9a77fb","name":"Where’s Ringo","sort-name":"Where’s Ringo"},"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","end":null,"target-credit":"","direction":"backward","attribute-values":{},"begin":"2015","attributes":[],"source-credit":"","target-type":"artist","ended":false,"type":"tribute"},{"type":"tribute","ended":false,"target-type":"artist","source-credit":"","attributes":[],"begin":"1976","attribute-values":{},"direction":"backward","target-credit":"","end":null,"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","artist":{"disambiguation":"German cover band","sort-name":"Beatles Revival Band, The","name":"The Beatles Revival Band","id":"0f697bc6-6df7-41c9-b550-39981e520d70"}},{"artist":{"disambiguation":"Norwegian Progressive Rock group","id":"1a8e8e32-feec-4358-b096-68e958ffa3d5","name":"Rain","sort-name":"Rain"},"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","end":null,"target-credit":"Rain","attribute-values":{},"direction":"backward","begin":null,"source-credit":"","attributes":[],"target-type":"artist","ended":false,"type":"tribute"},{"attribute-values":{},"direction":"backward","target-credit":"","artist":{"disambiguation":"Beatles tribute band from Los Angeles, CA","name":"Hard Day’s Night","sort-name":"Hard Day’s Night","id":"1bad4ffd-1727-4865-a45e-2fdfd3befe44"},"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","end":null,"ended":false,"type":"tribute","target-type":"artist","source-credit":"","attributes":[],"begin":null},{"begin":null,"attributes":[],"source-credit":"","target-type":"artist","type":"tribute","ended":false,"end":null,"artist":{"disambiguation":"Beatles Cover Band","id":"31f6812d-12ab-406f-a13d-ad54976e49c6","name":"The Cavern Beatles","sort-name":"Beatles Cover Band"},"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","target-credit":"","attribute-values":{},"direction":"backward"},{"begin":null,"source-credit":"","attributes":[],"target-type":"artist","type":"tribute","ended":false,"end":null,"artist":{"disambiguation":"Beatles tribute band from Cleveland, OH","id":"38603e0b-ed17-498a-9322-40c2d93cb2b4","name":"Hard Day’s Night","sort-name":"Hard Day’s Night"},"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","target-credit":"","direction":"backward","attribute-values":{}},{"type":"tribute","ended":false,"source-credit":"","target-type":"artist","attributes":[],"begin":null,"attribute-values":{},"direction":"backward","target-credit":"","end":null,"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","artist":{"disambiguation":"Beatles cover band","id":"3d45df45-d73b-4366-a47d-b4ffb81cef3d","name":"The Beetles","sort-name":"Beetles, The"}},{"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","artist":{"disambiguation":"Belgian Beatles and Sixties Cover Group","name":"Abbey Road","sort-name":"Abbey Road","id":"503c67ae-98d9-4cd8-a7d4-204c41ddaa3d"},"end":null,"attribute-values":{},"direction":"backward","target-credit":"","begin":null,"ended":false,"type":"tribute","source-credit":"","target-type":"artist","attributes":[]},{"end":null,"artist":{"sort-name":"Beatles Revival, The","name":"The Beatles Revival","id":"5153cd90-37c6-4fa0-8da6-dbf5513b4a44","disambiguation":"Czech 'The Beatles' tribute band"},"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","target-credit":"","direction":"backward","attribute-values":{},"begin":null,"target-type":"artist","source-credit":"","attributes":[],"type":"tribute","ended":false},{"target-credit":"","attribute-values":{},"direction":"backward","type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","artist":{"disambiguation":"","sort-name":"Caverners, The","name":"The Caverners","id":"5213c51f-d3d8-4784-8e66-759c8b592d70"},"end":null,"source-credit":"","target-type":"artist","attributes":[],"ended":false,"type":"tribute","begin":null},{"end":null,"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","artist":{"disambiguation":"The Beatles tribute band","sort-name":"Beatles Back2Back","name":"Beatles Back2Back","id":"7cac6d47-ef4e-4347-8835-63ed3f2e74a7"},"target-credit":"","attribute-values":{},"direction":"backward","begin":null,"source-credit":"","target-type":"artist","attributes":[],"type":"tribute","ended":false},{"begin":null,"source-credit":"","attributes":[],"target-type":"artist","ended":false,"type":"tribute","artist":{"sort-name":"Crab Four, The","name":"The Crab Four","id":"80af295d-c252-4eb2-ba7b-a8d44ada1725","disambiguation":"Belgian Beatles tribute band"},"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","end":null,"target-credit":"","attribute-values":{},"direction":"backward"},{"begin":null,"type":"tribute","ended":false,"source-credit":"","attributes":[],"target-type":"artist","end":null,"artist":{"id":"83fb18dc-2879-45a9-bdb8-5ba3b609fb2b","name":"The Shouts","sort-name":"Shouts, The","disambiguation":"Beatles Tribute Band"},"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","attribute-values":{},"direction":"backward","target-credit":""},{"ended":false,"type":"tribute","target-type":"artist","source-credit":"","attributes":[],"begin":null,"direction":"backward","attribute-values":{},"target-credit":"","artist":{"name":"Beatallica","sort-name":"Beatallica","id":"8602561b-caa1-4ef7-9501-a4159b3a41c3","disambiguation":""},"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","end":null},{"attribute-values":{},"direction":"backward","target-credit":"","end":null,"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","artist":{"disambiguation":"Beatles Tribute Band","id":"911217e1-d165-4fb9-9e9f-3f12509b0eb5","name":"The Fabfakes","sort-name":"Fabfakes, The"},"type":"tribute","ended":false,"attributes":[],"source-credit":"","target-type":"artist","begin":null},{"target-credit":"","attribute-values":{},"direction":"backward","type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","artist":{"disambiguation":"Beatles tribute artist","id":"a3305543-f49d-4b69-82f0-b53173a84e31","sort-name":"Flake","name":"Flake"},"end":null,"attributes":[],"source-credit":"","target-type":"artist","ended":false,"type":"tribute","begin":null},{"begin":null,"ended":false,"type":"tribute","attributes":[],"source-credit":"","target-type":"artist","artist":{"name":"Sgt. Pepper","sort-name":"Sgt. Pepper","id":"a6d31e9e-272b-40f7-afbe-d0d3f06bece6","disambiguation":"Belgian Beatles cover group"},"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","end":null,"attribute-values":{},"direction":"backward","target-credit":""},{"source-credit":"","attributes":[],"target-type":"artist","ended":false,"type":"tribute","begin":null,"target-credit":"","attribute-values":{},"direction":"backward","artist":{"id":"abdd68e9-cd78-453e-a0d6-315dc73cf0e4","name":"Liverpool Lads a Beatles Tribute","sort-name":"Liverpool Lads","disambiguation":"Beatles Tribute Band"},"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","end":null},{"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","artist":{"id":"ad60d963-44f1-4b41-b785-8284edcaaffe","sort-name":"Counterfeit Beatles","name":"Counterfeit Beatles","disambiguation":"The Beatles tribute band"},"end":null,"attribute-values":{},"direction":"backward","target-credit":"","begin":null,"ended":false,"type":"tribute","target-type":"artist","source-credit":"","attributes":[]},{"end":null,"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","artist":{"disambiguation":"","name":"A Hard Night’s Day","sort-name":"Hard Night’s Day, A","id":"adbe5706-d9dc-42df-987f-d9302ad669d7"},"target-credit":"","attribute-values":{},"direction":"backward","begin":null,"source-credit":"","attributes":[],"target-type":"artist","type":"tribute","ended":false},{"begin":null,"source-credit":"","target-type":"artist","attributes":[],"type":"tribute","ended":false,"end":null,"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","artist":{"disambiguation":"Beatles tribute band from Minneapolis/St. Paul, MN","name":"A Hard Day’s Night","sort-name":"Night, A Hard Day’s","id":"d6b38023-0a5d-4d2e-aff0-58286649c4da"},"target-credit":"","attribute-values":{},"direction":"backward"},{"end":null,"artist":{"disambiguation":"Argentinian The Beatles tribute band","name":"The Beats","sort-name":"Beats, The","id":"e9394db9-ce32-4145-9d82-3d7f9bba0586"},"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","attribute-values":{},"direction":"backward","target-credit":"","begin":null,"type":"tribute","ended":false,"target-type":"artist","source-credit":"","attributes":[]},{"begin":null,"target-type":"artist","source-credit":"","attributes":[],"type":"tribute","ended":false,"end":null,"artist":{"disambiguation":"Belgian Beatles tribute band","sort-name":"Harrison","name":"Harrison","id":"efd345ae-4c44-404c-9347-34802a218a60"},"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","target-credit":"","attribute-values":{},"direction":"backward"},{"target-credit":"","attribute-values":{},"direction":"backward","end":null,"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","artist":{"disambiguation":"","name":"Not The Beatles","sort-name":"Not The Beatles","id":"f540dcbe-4ae8-45c7-817b-372241202276"},"target-type":"artist","source-credit":"","attributes":[],"type":"tribute","ended":false,"begin":null}],"gender-id":null,"begin_area":{"name":"Liverpool","sort-name":"Liverpool","id":"c249c30e-88ab-4b2f-a745-96a25bd7afee","iso-3166-2-codes":["GB-LIV"],"disambiguation":""},"type":"Group","area":{"disambiguation":"","iso-3166-1-codes":["GB"],"id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","name":"United Kingdom","sort-name":"United Kingdom"}} \ No newline at end of file diff --git a/test/fixtures/6143276fc750d9f7ad6a6a2f9fb2e025.headers b/test/fixtures/6143276fc750d9f7ad6a6a2f9fb2e025.headers deleted file mode 100644 index bed485c..0000000 --- a/test/fixtures/6143276fc750d9f7ad6a6a2f9fb2e025.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:53 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "956", - "x-ratelimit-reset": "1537138794", - "server": "Plack::Handler::Starlet", - "etag": "W/\"796d14806f8a8bcf9d14c47645073fd2\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/artist/b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d?inc=artist-rels&fmt=json", - "time": 377, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/69d9c8738fe3ea4883276fd8fc9979ce b/test/fixtures/69d9c8738fe3ea4883276fd8fc9979ce deleted file mode 100644 index b37e974..0000000 --- a/test/fixtures/69d9c8738fe3ea4883276fd8fc9979ce +++ /dev/null @@ -1 +0,0 @@ -{"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","country":null,"begin_area":{"name":"Chennai","sort-name":"Chennai","disambiguation":"","id":"a03385a0-da43-41f9-bbfc-741b949c2e0c"},"area":{"id":"c249c30e-88ab-4b2f-a745-96a25bd7afee","disambiguation":"","sort-name":"Liverpool","name":"Liverpool","iso-3166-2-codes":["GB-LIV"]},"disambiguation":"original drummer in The Beatles","relations":[{"target-credit":"","begin":null,"target-type":"artist","ended":false,"end":null,"source-credit":"","type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","attribute-values":{},"direction":"forward","artist":{"name":"The Pete Best Combo","sort-name":"Pete Best Combo, The","disambiguation":"","id":"4bf05cf1-556a-48bb-b659-7f8164850b72"},"type":"member of band","attributes":["original"]},{"ended":true,"target-credit":"","begin":"1960-08-12","target-type":"artist","source-credit":"","end":"1962-08-16","attribute-credits":{},"direction":"forward","attribute-values":{},"type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","attributes":["membranophone"],"type":"member of band","artist":{"id":"b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d","disambiguation":"","sort-name":"Beatles, The","name":"The Beatles"}},{"begin":"1988","target-credit":"","target-type":"artist","ended":false,"attribute-credits":{},"end":null,"source-credit":"","type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","attribute-values":{},"direction":"forward","type":"member of band","artist":{"id":"f7f024fc-1b17-4a1c-b70c-7c783ec09500","disambiguation":"","sort-name":"Pete Best Band, The","name":"The Pete Best Band"},"attributes":["membranophone","original"]},{"target-credit":"","begin":null,"target-type":"artist","ended":false,"end":null,"source-credit":"","type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","attribute-values":{},"direction":"forward","type":"member of band","artist":{"sort-name":"Pete Best Four, The","name":"The Pete Best Four","id":"fe89039d-2167-453e-8e03-b2ab5656b84b","disambiguation":""},"attributes":[]}],"sort-name":"Best, Pete","name":"Pete Best","ipis":[],"end_area":null,"isnis":["0000000120228449"],"life-span":{"begin":"1941-11-24","ended":false,"end":null},"gender":"Male","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","id":"0d4ab0f9-bbda-4ab1-ae2c-f772ffcfbea9","type":"Person"} \ No newline at end of file diff --git a/test/fixtures/69d9c8738fe3ea4883276fd8fc9979ce.headers b/test/fixtures/69d9c8738fe3ea4883276fd8fc9979ce.headers deleted file mode 100644 index 58a5228..0000000 --- a/test/fixtures/69d9c8738fe3ea4883276fd8fc9979ce.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:58 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "809", - "x-ratelimit-reset": "1537138798", - "server": "Plack::Handler::Starlet", - "etag": "W/\"bfc9534fbec1efc5259cc8acfb7a7339\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/artist/0d4ab0f9-bbda-4ab1-ae2c-f772ffcfbea9?inc=artist-rels&fmt=json", - "time": 401, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/6c0b3d7a38ba390a7030130c1c53e287 b/test/fixtures/6c0b3d7a38ba390a7030130c1c53e287 deleted file mode 100644 index e69de29..0000000 diff --git a/test/fixtures/6c0b3d7a38ba390a7030130c1c53e287.headers b/test/fixtures/6c0b3d7a38ba390a7030130c1c53e287.headers deleted file mode 100644 index 9c2d5be..0000000 --- a/test/fixtures/6c0b3d7a38ba390a7030130c1c53e287.headers +++ /dev/null @@ -1,26 +0,0 @@ -{ - "statusCode": 302, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:20 GMT", - "content-type": "text/html; charset=UTF-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "access-control-allow-origin": "*", - "accept-ranges": "bytes", - "location": "http://ia802801.us.archive.org/29/items/mbid-11b461f0-035f-4726-90e8-da897c9ffc58/index.json", - "strict-transport-security": "max-age=2592000" - }, - "url": "http://archive.org:80/download/mbid-11b461f0-035f-4726-90e8-da897c9ffc58/index.json", - "time": 87, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58", - "host": "archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/6d03bcdb429a47cabcdcb6c31ea1f565 b/test/fixtures/6d03bcdb429a47cabcdcb6c31ea1f565 deleted file mode 100644 index d1ab1a1..0000000 --- a/test/fixtures/6d03bcdb429a47cabcdcb6c31ea1f565 +++ /dev/null @@ -1 +0,0 @@ -{"country":"US","area":{"name":"United States","disambiguation":"","iso-3166-1-codes":["US"],"id":"489ce91b-6658-3307-9877-795b68554c98","sort-name":"United States"},"type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","name":"Sony Music Soundtrax","isnis":[],"ipis":[],"type":"Imprint","id":"f4d80ac0-ba9d-4a75-a45b-3d6a1176f7f4","sort-name":"Sony Music Soundtrax","life-span":{"ended":false,"begin":"1997","end":null},"relations":[{"target-credit":"","url":{"resource":"http://www.imdb.com/company/co0126997/","id":"6e6fba31-3bdb-47a6-8fc2-19016563ac39"},"end":null,"type":"IMDb","ended":false,"source-credit":"","attribute-values":{},"begin":null,"direction":"forward","attributes":[],"target-type":"url","type-id":"dfd36bc7-0c06-49fa-8b79-96978778c716"},{"target-type":"url","type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","attributes":[],"direction":"forward","begin":null,"ended":false,"source-credit":"","attribute-values":{},"type":"discogs","end":null,"url":{"resource":"https://www.discogs.com/label/2406","id":"d31714c0-ab8d-4c66-93eb-31671839ee76"},"target-credit":""},{"url":{"resource":"http://rateyourmusic.com/label/sony_music_soundtrax/","id":"6afbfc3b-767b-4066-ab6b-b7d126ed8848"},"target-credit":"","end":null,"type":"other databases","begin":null,"direction":"forward","source-credit":"","ended":false,"attribute-values":{},"type-id":"83eca2b3-5ae1-43f5-a732-56fa9a8591b1","target-type":"url","attributes":[]}],"label-code":null,"disambiguation":""} \ No newline at end of file diff --git a/test/fixtures/6d03bcdb429a47cabcdcb6c31ea1f565.headers b/test/fixtures/6d03bcdb429a47cabcdcb6c31ea1f565.headers deleted file mode 100644 index 48fd17e..0000000 --- a/test/fixtures/6d03bcdb429a47cabcdcb6c31ea1f565.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:45 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1001", - "x-ratelimit-reset": "1537138726", - "server": "Plack::Handler::Starlet", - "etag": "W/\"c523e9c3d08742d5d444af4292f1843d\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/f4d80ac0-ba9d-4a75-a45b-3d6a1176f7f4?inc=url-rels&fmt=json", - "time": 395, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/6d67e76967cd5d93d61d515f2e6bb203 b/test/fixtures/6d67e76967cd5d93d61d515f2e6bb203 deleted file mode 100644 index c693a48..0000000 --- a/test/fixtures/6d67e76967cd5d93d61d515f2e6bb203 +++ /dev/null @@ -1 +0,0 @@ -{"rating":{"value":4,"votes-count":1},"title":"Lures","first-release-date":"2014-10-07","id":"e37d2740-4503-4e3f-ab6d-e622a25e964d","disambiguation":"","secondary-types":[],"secondary-type-ids":[],"primary-type-id":"f529b476-6e62-324f-b0aa-1f3e33d313fc","primary-type":"Album"} \ No newline at end of file diff --git a/test/fixtures/6d67e76967cd5d93d61d515f2e6bb203.headers b/test/fixtures/6d67e76967cd5d93d61d515f2e6bb203.headers deleted file mode 100644 index 8045827..0000000 --- a/test/fixtures/6d67e76967cd5d93d61d515f2e6bb203.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:41 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "882", - "x-ratelimit-reset": "1537138782", - "server": "Plack::Handler::Starlet", - "etag": "W/\"d3d78797afded3ca7ef69dc9c348fc70\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/release-group/e37d2740-4503-4e3f-ab6d-e622a25e964d?inc=ratings&fmt=json", - "time": 350, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/6e3eeb66969aa4c71c2595d514f127f5 b/test/fixtures/6e3eeb66969aa4c71c2595d514f127f5 deleted file mode 100644 index c2400fa..0000000 --- a/test/fixtures/6e3eeb66969aa4c71c2595d514f127f5 +++ /dev/null @@ -1 +0,0 @@ -{"length":229213,"disambiguation":"","title":"Despacito","video":false,"id":"1109d8da-ce4a-4739-9414-242dc3e9b81c"} \ No newline at end of file diff --git a/test/fixtures/6e3eeb66969aa4c71c2595d514f127f5.headers b/test/fixtures/6e3eeb66969aa4c71c2595d514f127f5.headers deleted file mode 100644 index 969dddb..0000000 --- a/test/fixtures/6e3eeb66969aa4c71c2595d514f127f5.headers +++ /dev/null @@ -1,27 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:56:53 GMT", - "content-type": "application/json; charset=utf-8", - "content-length": "115", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "868", - "x-ratelimit-reset": "1537138613", - "server": "Plack::Handler::Starlet", - "etag": "\"eaefbd467bd3673b21eafddd4e61b216\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/recording/1109d8da-ce4a-4739-9414-242dc3e9b81c?fmt=json", - "time": 359, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/6f51f7057a8ad55969f83563724a58d9 b/test/fixtures/6f51f7057a8ad55969f83563724a58d9 deleted file mode 100644 index 782029d..0000000 --- a/test/fixtures/6f51f7057a8ad55969f83563724a58d9 +++ /dev/null @@ -1 +0,0 @@ -{"artist-count":14,"artist-offset":0,"artists":[{"disambiguation":"German Baroque period composer & musician","sort-name":"Bach, Johann Sebastian","area":{"id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","name":"Germany","iso-3166-1-codes":["DE"],"sort-name":"Germany","disambiguation":""},"isnis":["0000000122764157"],"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","type":"Person","ipis":["00001749311"],"end_area":{"name":"Leipzig","id":"20619e36-fca8-4499-bcc8-be01a3ea3e41","disambiguation":"","sort-name":"Leipzig"},"begin_area":{"disambiguation":"","sort-name":"Eisenach","name":"Eisenach","id":"8331b712-99b9-41ef-bf58-0f033f8d926a"},"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","country":"DE","gender":"Male","name":"Johann Sebastian Bach","life-span":{"begin":"1685-03-21","end":"1750-07-28","ended":true},"id":"24f1766e-9635-4d58-a4d4-9413f9f98a4c"},{"sort-name":"Handel, George Frideric","disambiguation":"German‐British baroque composer","area":{"id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","name":"United Kingdom","sort-name":"United Kingdom","disambiguation":"","iso-3166-1-codes":["GB"]},"type":"Person","isnis":["0000000122759702"],"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","ipis":["00013146331","00239948320"],"begin_area":{"name":"Halle (Saale)","id":"1c432aeb-3b75-4442-ad6b-deaf555ad07e","disambiguation":"","sort-name":"Halle (Saale)"},"end_area":{"name":"London","id":"f03d09b3-39dc-4083-afd6-159e3f0d462f","disambiguation":"","sort-name":"London"},"country":"GB","gender":"Male","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","life-span":{"ended":true,"end":"1759-04-14","begin":"1685-02-23"},"id":"27870d47-bb98-42d1-bf2b-c7e972e6befc","name":"George Frideric Handel"},{"life-span":{"ended":true,"begin":"1722-06-30","end":"1795-11-06"},"id":"2dffa2d9-3b13-420d-b6a7-84ca62763a41","name":"Jiří Antonín Benda","gender":"Male","country":"DE","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","begin_area":{"iso-3166-2-codes":["CZ-207"],"disambiguation":"","sort-name":"Mladá Boleslav","name":"Mladá Boleslav","id":"6a6ecb18-ebc5-4cc4-9bb0-b18c0bb8e9e1"},"end_area":{"name":"Bad Köstritz","id":"13729d23-183d-41a1-bcd6-6af1fb2b63cd","disambiguation":"","sort-name":"Bad Köstritz"},"ipis":[],"type":"Person","isnis":["000000010858749X"],"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","area":{"name":"Germany","id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","iso-3166-1-codes":["DE"],"disambiguation":"","sort-name":"Germany"},"sort-name":"Benda, Jiří Antonín","disambiguation":""},{"ipis":[],"isnis":["0000000108627391"],"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","type":"Person","area":{"name":"Germany","id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","disambiguation":"","sort-name":"Germany","iso-3166-1-codes":["DE"]},"disambiguation":"","sort-name":"Mozart, Leopold","name":"Leopold Mozart","id":"45993ba5-2083-4011-8d76-9497067bd092","life-span":{"begin":"1719-11-14","end":"1787-05-28","ended":true},"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","gender":"Male","country":"DE","end_area":{"disambiguation":"","sort-name":"Salzburg","name":"Salzburg","id":"f0590317-8b42-4498-a2e4-34cc5562fcf8"},"begin_area":{"sort-name":"Augsburg","disambiguation":"","id":"72cb4849-5677-47c2-8c5f-415c9074f5f3","name":"Augsburg"}},{"name":"Jean‐Baptiste Lully","life-span":{"ended":true,"end":"1687-03-22","begin":"1632-11-28"},"id":"7f9989b0-8f5e-41dd-bbab-1fff052609e3","end_area":{"disambiguation":"","sort-name":"Paris","iso-3166-2-codes":["FR-75"],"name":"Paris","id":"dc10c22b-e510-4006-8b7f-fecb4f36436e"},"begin_area":{"disambiguation":"","sort-name":"Florence","name":"Florence","id":"2b397313-0d04-4167-b9a8-914f16935d4a"},"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","gender":"Male","country":"FR","isnis":["0000000120991997"],"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","type":"Person","ipis":[],"disambiguation":"","sort-name":"Lully, Jean‐Baptiste","area":{"sort-name":"France","disambiguation":"","iso-3166-1-codes":["FR"],"id":"08310658-51eb-3801-80de-5a0739207115","name":"France"}},{"name":"Dimitri Cantemir","life-span":{"end":"1723-08-21","begin":"1673-10-26","ended":true},"id":"853620fb-99c3-4b16-9c27-ee37c4e0a330","end_area":{"id":"c5e7e85d-c67d-48ff-b907-cad0cffdb9be","name":"Dmitrovsk","sort-name":"Dmitrovsk","disambiguation":""},"begin_area":{"id":"69d4ab57-9a2d-484c-a786-4d8b0542fa9e","name":"Vaslui","sort-name":"Vaslui","disambiguation":"","iso-3166-2-codes":["RO-VS"]},"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","country":"RO","gender":"Male","isnis":["0000000110278805"],"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","type":"Person","ipis":[],"disambiguation":"","sort-name":"Cantemir, Dimitri","area":{"name":"Romania","id":"61ed84b8-5a10-30a7-8376-ccd51801d6d1","disambiguation":"","sort-name":"Romania","iso-3166-1-codes":["RO"]}},{"begin_area":{"id":"d433ec3e-b140-47a8-b7da-3062e69749a8","name":"Magdeburg","sort-name":"Magdeburg","disambiguation":""},"end_area":{"name":"Hamburg","id":"11a44e18-a2e5-43a9-bee9-aa4f7c83f967","iso-3166-2-codes":["DE-HH"],"disambiguation":"","sort-name":"Hamburg"},"country":"DE","gender":"Male","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","life-span":{"begin":"1681-03-14","end":"1767-06-25","ended":true},"id":"8f831f50-e409-47c3-8598-71a61bc8cfb3","name":"Georg Philipp Telemann","sort-name":"Telemann, Georg Philipp","disambiguation":"","area":{"disambiguation":"","sort-name":"Germany","iso-3166-1-codes":["DE"],"name":"Germany","id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad"},"type":"Person","isnis":["0000000109144172"],"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","ipis":[]},{"life-span":{"begin":"1709-02-16","end":"1770-05-10","ended":true},"id":"979b9f89-0fc5-42bf-8dc9-f0b7ea1adfe0","name":"Charles Avison","begin_area":{"sort-name":"Newcastle upon Tyne","disambiguation":"","iso-3166-2-codes":["GB-NET"],"id":"80a26267-4f75-4976-ae82-aad848ec096a","name":"Newcastle upon Tyne"},"end_area":{"disambiguation":"","sort-name":"Newcastle upon Tyne","iso-3166-2-codes":["GB-NET"],"name":"Newcastle upon Tyne","id":"80a26267-4f75-4976-ae82-aad848ec096a"},"country":"GB","gender":"Male","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","type":"Person","gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","isnis":["0000000109094806"],"ipis":[],"sort-name":"Avison, Charles","disambiguation":"","area":{"disambiguation":"","sort-name":"United Kingdom","iso-3166-1-codes":["GB"],"name":"United Kingdom","id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed"}},{"ipis":[],"type":"Person","gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","isnis":["0000000083444635"],"area":{"iso-3166-1-codes":["IT"],"disambiguation":"","sort-name":"Italy","name":"Italy","id":"c6500277-9a3d-349b-bf30-41afdbf42add"},"sort-name":"Corelli, Arcangelo","disambiguation":"","id":"a3546087-fe59-47d3-a3a8-42d58e2573c7","life-span":{"begin":"1653-02-17","end":"1713-01-08","ended":true},"name":"Arcangelo Corelli","gender":"Male","country":"IT","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","begin_area":{"id":"5f763d03-82d9-4178-88c6-244e697fd013","name":"Fusignano","sort-name":"Fusignano","disambiguation":""},"end_area":{"id":"dccd77b2-bd3d-49eb-a98f-fd58e87f481e","name":"Rome","sort-name":"Rome","disambiguation":""}},{"life-span":{"ended":true,"begin":"1791-05-11","end":"1825-11-19"},"id":"b699d5bc-7b1c-4de7-8747-974574ca4728","name":"Jan Václav Hugo Voříšek","begin_area":{"name":"Hradec Králové","id":"d87a320f-c695-4386-998d-337ba936fa13","iso-3166-2-codes":["CZ-521"],"disambiguation":"","sort-name":"Hradec Králové"},"end_area":{"sort-name":"Wien","disambiguation":"","iso-3166-2-codes":["AT-9"],"id":"afff1a94-a98b-4322-8874-3148139ab6da","name":"Wien"},"gender":"Male","country":"CZ","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","type":"Person","gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","isnis":["0000000109845067"],"ipis":[],"sort-name":"Voříšek, Jan Václav Hugo","disambiguation":"","area":{"disambiguation":"","sort-name":"Czech Republic","iso-3166-1-codes":["CZ"],"name":"Czech Republic","id":"51d34c28-61bf-3d21-849f-7492672a9d44"}},{"area":{"iso-3166-1-codes":["AT"],"disambiguation":"","sort-name":"Austria","name":"Austria","id":"caac77d1-a5c8-3e6e-8e27-90b44dcc1446"},"sort-name":"Mozart, Wolfgang Amadeus","disambiguation":"classical composer","ipis":["00021693006"],"type":"Person","gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","isnis":["0000000121269154"],"country":"AT","gender":"Male","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","begin_area":{"id":"f0590317-8b42-4498-a2e4-34cc5562fcf8","name":"Salzburg","sort-name":"Salzburg","disambiguation":""},"end_area":{"disambiguation":"","sort-name":"Wien","iso-3166-2-codes":["AT-9"],"name":"Wien","id":"afff1a94-a98b-4322-8874-3148139ab6da"},"life-span":{"begin":"1756-01-27","end":"1791-12-05","ended":true},"id":"b972f589-fb0e-474e-b64a-803b0364fa75","name":"Wolfgang Amadeus Mozart"},{"area":{"id":"51d34c28-61bf-3d21-849f-7492672a9d44","name":"Czech Republic","iso-3166-1-codes":["CZ"],"sort-name":"Czech Republic","disambiguation":""},"disambiguation":"","sort-name":"Mysliveček, Josef","ipis":["00021923901"],"isnis":["0000000110197853"],"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","type":"Person","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","country":"CZ","gender":"Male","end_area":{"disambiguation":"","sort-name":"Rome","name":"Rome","id":"dccd77b2-bd3d-49eb-a98f-fd58e87f481e"},"begin_area":{"iso-3166-2-codes":["CZ-PR"],"sort-name":"Praha","disambiguation":"","id":"0a65a727-7465-4e6c-8b15-ed4d09e021ee","name":"Praha"},"name":"Josef Mysliveček","id":"b9c00256-d27a-4f3b-bb0e-c5132483f4ec","life-span":{"ended":true,"begin":"1737-03-09","end":"1781-02-04"}},{"id":"d581b2f2-f945-4566-a249-2d0171466993","life-span":{"end":"1840-05-27","begin":"1782-10-27","ended":true},"name":"Niccolò Paganini","country":"IT","gender":"Male","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","begin_area":{"name":"Genoa","id":"5e27763f-9567-4b8d-ac62-d8e5f18b32d1","disambiguation":"","sort-name":"Genoa"},"end_area":{"disambiguation":"","sort-name":"Nice","name":"Nice","id":"49856c85-1b7c-4f46-a078-b01261a058ad"},"ipis":[],"type":"Person","gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","isnis":["0000000122830695"],"area":{"id":"c6500277-9a3d-349b-bf30-41afdbf42add","name":"Italy","sort-name":"Italy","disambiguation":"","iso-3166-1-codes":["IT"]},"sort-name":"Paganini, Niccolò","disambiguation":"composer"},{"name":"Henry Purcell","life-span":{"ended":true,"begin":"1659-09-10","end":"1695-11-21"},"id":"ddea5540-2c7d-4266-8507-b367c2635d35","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","gender":"Male","country":"GB","end_area":{"name":"Westminster","id":"48d08ee1-db45-4566-bb1d-c47ab6dbaf98","iso-3166-2-codes":["GB-WSM"],"disambiguation":"","sort-name":"Westminster"},"begin_area":{"disambiguation":"","sort-name":"Westminster","iso-3166-2-codes":["GB-WSM"],"name":"Westminster","id":"48d08ee1-db45-4566-bb1d-c47ab6dbaf98"},"ipis":["00025071418"],"isnis":["0000000121188274"],"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","type":"Person","area":{"id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","name":"United Kingdom","sort-name":"United Kingdom","disambiguation":"","iso-3166-1-codes":["GB"]},"disambiguation":"baroque composer","sort-name":"Purcell, Henry"}]} \ No newline at end of file diff --git a/test/fixtures/6f51f7057a8ad55969f83563724a58d9.headers b/test/fixtures/6f51f7057a8ad55969f83563724a58d9.headers deleted file mode 100644 index 86d8446..0000000 --- a/test/fixtures/6f51f7057a8ad55969f83563724a58d9.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:24 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1079", - "x-ratelimit-reset": "1537138706", - "server": "Plack::Handler::Starlet", - "etag": "W/\"722c6c3d0b0637068b29a99189fd5d22\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/artist?collection=06535ef2-adc9-4c50-ad19-ab607d143485&fmt=json", - "time": 410, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/701d6495a448e878f88e9dc1313f4d95 b/test/fixtures/701d6495a448e878f88e9dc1313f4d95 deleted file mode 100644 index 3dcff6e..0000000 --- a/test/fixtures/701d6495a448e878f88e9dc1313f4d95 +++ /dev/null @@ -1 +0,0 @@ -{"batchcomplete":"","query":{"normalized":[{"from":"File:Steel_guitar.jpg","to":"File:Steel guitar.jpg"}],"pages":{"22763218":{"pageid":22763218,"ns":6,"title":"File:Steel guitar.jpg","imagerepository":"local","imageinfo":[{"user":"Patlaff","size":1405577,"width":3168,"height":4752,"canonicaltitle":"File:Steel guitar.jpg","url":"https://upload.wikimedia.org/wikipedia/commons/3/37/Steel_guitar.jpg","descriptionurl":"https://commons.wikimedia.org/wiki/File:Steel_guitar.jpg","descriptionshorturl":"https://commons.wikimedia.org/w/index.php?curid=22763218","extmetadata":{"DateTime":{"value":"2012-11-18 20:09:45","source":"mediawiki-metadata","hidden":""},"ObjectName":{"value":"Steel guitar","source":"mediawiki-metadata","hidden":""},"CommonsMetadataExtension":{"value":1.2,"source":"extension","hidden":""},"Categories":{"value":"Dobro-guitars|Frankilin Pedal Steel Guitar Co.|Lap steel guitars|Pedal steel guitars|Resonator guitars|Self-published work|Steel guitars|Unidentified guitar brands","source":"commons-categories","hidden":""},"Assessments":{"value":"","source":"commons-categories","hidden":""},"ImageDescription":{"value":"steel guitar","source":"commons-desc-page"},"DateTimeOriginal":{"value":"2012-01-21 12:18:59","source":"commons-desc-page"},"Credit":{"value":"Own work","source":"commons-desc-page","hidden":""},"Artist":{"value":"Patlaff","source":"commons-desc-page"},"LicenseShortName":{"value":"CC BY-SA 3.0","source":"commons-desc-page","hidden":""},"UsageTerms":{"value":"Creative Commons Attribution-Share Alike 3.0","source":"commons-desc-page","hidden":""},"AttributionRequired":{"value":"true","source":"commons-desc-page","hidden":""},"LicenseUrl":{"value":"https://creativecommons.org/licenses/by-sa/3.0","source":"commons-desc-page","hidden":""},"Copyrighted":{"value":"True","source":"commons-desc-page","hidden":""},"Restrictions":{"value":"","source":"commons-desc-page","hidden":""},"License":{"value":"cc-by-sa-3.0","source":"commons-templates","hidden":""}}}]}}}} \ No newline at end of file diff --git a/test/fixtures/701d6495a448e878f88e9dc1313f4d95.headers b/test/fixtures/701d6495a448e878f88e9dc1313f4d95.headers deleted file mode 100644 index 2f38152..0000000 --- a/test/fixtures/701d6495a448e878f88e9dc1313f4d95.headers +++ /dev/null @@ -1,42 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:28 GMT", - "content-type": "application/json; charset=utf-8", - "content-length": "843", - "connection": "keep-alive", - "server": "mw2216.codfw.wmnet", - "x-powered-by": "HHVM/3.18.6-dev", - "p3p": "CP=\"This is not a P3P policy! See https://commons.wikimedia.org/wiki/Special:CentralAutoLogin/P3P for more info.\"", - "cache-control": "private, must-revalidate, max-age=0", - "vary": "Accept-Encoding,Treat-as-Untrusted,X-Forwarded-Proto,Cookie,Authorization", - "content-disposition": "inline; filename=api-result.json", - "x-content-type-options": "nosniff", - "x-frame-options": "DENY", - "backend-timing": "D=29090 t=1537138648301760", - "x-varnish": "180715543, 117523687, 912077159", - "via": "1.1 varnish (Varnish/5.1), 1.1 varnish (Varnish/5.1), 1.1 varnish (Varnish/5.1)", - "accept-ranges": "bytes", - "age": "0", - "x-cache": "cp2023 pass, cp4029 pass, cp4030 pass", - "x-cache-status": "pass", - "strict-transport-security": "max-age=106384710; includeSubDomains; preload", - "set-cookie": [ - "WMF-Last-Access=16-Sep-2018;Path=/;HttpOnly;secure;Expires=Thu, 18 Oct 2018 12:00:00 GMT", - "GeoIP=US:WA:Seattle:47.61:-122.30:v4; Path=/; secure; Domain=.wikimedia.org" - ], - "x-analytics": "ns=-1;special=Badtitle;https=1;nocookies=1", - "x-client-ip": "24.56.225.155" - }, - "url": "https://commons.wikimedia.org:443/w/api.php?action=query&titles=File%3ASteel_guitar.jpg&prop=imageinfo&iiprop=url%7Csize%7Ccanonicaltitle%7Cuser%7Cextmetadata&format=json", - "time": 171, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "commons.wikimedia.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/71097d26676d70389a9b76ea2061db4d b/test/fixtures/71097d26676d70389a9b76ea2061db4d deleted file mode 100644 index 43c3a1c..0000000 --- a/test/fixtures/71097d26676d70389a9b76ea2061db4d +++ /dev/null @@ -1 +0,0 @@ -See: http://archive.org/download/mbid-25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27/index.json diff --git a/test/fixtures/71097d26676d70389a9b76ea2061db4d.headers b/test/fixtures/71097d26676d70389a9b76ea2061db4d.headers deleted file mode 100644 index 4cfb78d..0000000 --- a/test/fixtures/71097d26676d70389a9b76ea2061db4d.headers +++ /dev/null @@ -1,23 +0,0 @@ -{ - "statusCode": 307, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:18 GMT", - "content-type": "text/plain; charset=utf-8", - "content-length": "86", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "location": "http://archive.org/download/mbid-25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27/index.json", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release-group/f5093c06-23e3-404f-aeaa-40f72885ee3a", - "time": 358, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/715078248f7642a0aef6972d7c072a2a b/test/fixtures/715078248f7642a0aef6972d7c072a2a deleted file mode 100644 index 5e12ec0..0000000 --- a/test/fixtures/715078248f7642a0aef6972d7c072a2a +++ /dev/null @@ -1 +0,0 @@ -{"artist-count":94,"artists":[{"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","gender":"Male","isnis":["0000000122795367"],"sort-name":"Grieg, Edvard","id":"013c8e5b-d72a-4cd3-8dee-6c64d6125823","area":{"id":"6743d351-6f37-3049-9724-5041161fff4d","sort-name":"Norway","name":"Norway","disambiguation":"","iso-3166-1-codes":["NO"]},"disambiguation":"","ipis":["00012696687"],"life-span":{"ended":true,"end":"1907-09-04","begin":"1843-06-15"},"end_area":{"name":"Bergen","sort-name":"Bergen","id":"34268a86-54ec-487d-afa3-1afe3266a382","disambiguation":""},"country":"NO","gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","name":"Edvard Grieg","begin_area":{"id":"34268a86-54ec-487d-afa3-1afe3266a382","name":"Bergen","sort-name":"Bergen","disambiguation":""},"type":"Person"},{"life-span":{"end":"2007-02-15","begin":"2001","ended":true},"ipis":[],"end_area":{"id":"1f40c6e1-47ba-4e35-996f-fe6ee5840e62","sort-name":"Los Angeles","name":"Los Angeles","disambiguation":""},"disambiguation":"","area":{"id":"489ce91b-6658-3307-9877-795b68554c98","sort-name":"United States","name":"United States","disambiguation":"","iso-3166-1-codes":["US"]},"begin_area":{"id":"1f40c6e1-47ba-4e35-996f-fe6ee5840e62","sort-name":"Los Angeles","name":"Los Angeles","disambiguation":""},"type":"Group","gender-id":null,"name":"Audioslave","country":"US","gender":null,"type-id":"e431f5f6-b5d2-343d-8b36-72607fffb74b","id":"020bfbb4-05c3-4c86-b372-17825c262094","sort-name":"Audioslave","isnis":["000000011526500X"]},{"country":"US","gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","name":"André Previn","begin_area":{"disambiguation":"","iso-3166-2-codes":["DE-BE"],"id":"c9ac1239-e832-41bc-9930-e252a1fd1105","sort-name":"Berlin","name":"Berlin"},"type":"Person","area":{"iso-3166-1-codes":["US"],"disambiguation":"","name":"United States","sort-name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98"},"life-span":{"ended":false,"end":null,"begin":"1929-04-06"},"end_area":null,"ipis":["00024901603"],"disambiguation":"","sort-name":"Previn, André","isnis":["0000000110326977"],"id":"06538137-47eb-4dd6-bb78-5c8afa1a1885","gender":"Male","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df"},{"type":"Group","begin_area":null,"name":"Days of the New","gender-id":null,"country":"US","disambiguation":"","life-span":{"ended":false,"end":null,"begin":"1995"},"end_area":null,"ipis":[],"area":{"iso-3166-1-codes":["US"],"disambiguation":"","name":"United States","sort-name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98"},"id":"10c8a5ad-4329-475a-a550-ff3c9cf19599","isnis":[],"sort-name":"Days of the New","type-id":"e431f5f6-b5d2-343d-8b36-72607fffb74b","gender":null},{"disambiguation":"","ipis":["00334084089"],"life-span":{"end":null,"begin":"1964-12-23","ended":false},"end_area":null,"area":{"name":"Seattle","sort-name":"Seattle","id":"10adc6b5-63bf-4b4e-993e-ed83b05c22fc","disambiguation":""},"begin_area":{"disambiguation":"","sort-name":"Evanston","name":"Evanston","id":"860a21bd-92a4-462f-a000-3eefc57ed793"},"type":"Person","name":"Eddie Vedder","country":null,"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","gender":"Male","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","id":"1a60d6dd-9d3e-40fc-a66d-3184f9ee0d61","isnis":["0000000114710124"],"sort-name":"Vedder, Eddie"},{"life-span":{"begin":"1960-06-23","end":null,"ended":false},"ipis":["00469306727"],"end_area":null,"disambiguation":"engineer","area":{"disambiguation":"","iso-3166-1-codes":["US"],"id":"489ce91b-6658-3307-9877-795b68554c98","name":"United States","sort-name":"United States"},"begin_area":{"name":"Atlanta","sort-name":"Atlanta","id":"26e0e534-19ea-4645-bfb3-1aa4e83a4046","disambiguation":""},"type":"Person","name":"Brendan O’Brien","gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","country":"US","gender":"Male","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","id":"32ad7683-0eb5-4428-acc2-4b2127601161","sort-name":"O’Brien, Brendan","isnis":[]},{"gender-id":null,"country":"US","name":"Blind Melon","type":"Group","begin_area":{"disambiguation":"","id":"1f40c6e1-47ba-4e35-996f-fe6ee5840e62","sort-name":"Los Angeles","name":"Los Angeles"},"area":{"iso-3166-1-codes":["US"],"disambiguation":"","sort-name":"United States","name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98"},"ipis":[],"life-span":{"ended":false,"begin":"1989-03","end":null},"end_area":null,"disambiguation":"","sort-name":"Blind Melon","isnis":[],"id":"38c5cdab-5d6d-43d1-85b0-dac41bde186e","type-id":"e431f5f6-b5d2-343d-8b36-72607fffb74b","gender":null},{"sort-name":"Chamber Orchestra of Europe","isnis":[],"id":"3f221c60-2568-40f5-b1c3-625fed319258","type-id":"a0b36c92-3eb1-3839-a4f9-4799823f54a5","gender":null,"name":"Chamber Orchestra of Europe","country":"XE","gender-id":null,"type":"Orchestra","begin_area":null,"area":{"disambiguation":"","iso-3166-1-codes":["XE"],"id":"89a675c2-3e37-3518-b83c-418bad59a85a","name":"Europe","sort-name":"Europe"},"disambiguation":"","ipis":[],"life-span":{"end":null,"begin":"1981","ended":false},"end_area":null},{"id":"4b1a830b-0a1f-42e5-b8d5-1d6743912e99","sort-name":"Creed","isnis":[],"type-id":"e431f5f6-b5d2-343d-8b36-72607fffb74b","gender":null,"type":"Group","begin_area":{"id":"15c5ef04-3f80-485f-87ee-d538d1dfa3f1","sort-name":"Tallahassee","name":"Tallahassee","disambiguation":""},"gender-id":null,"country":"US","name":"Creed","disambiguation":"Tallahassee rock band","ipis":[],"life-span":{"ended":false,"begin":"1995","end":null},"end_area":null,"area":{"disambiguation":"","iso-3166-1-codes":["US"],"id":"489ce91b-6658-3307-9877-795b68554c98","sort-name":"United States","name":"United States"}},{"sort-name":"Bournemouth Symphony Orchestra","isnis":["0000000110340162"],"id":"4b507bc1-d715-4c52-94c1-9d6140bccbe2","gender":null,"type-id":"a0b36c92-3eb1-3839-a4f9-4799823f54a5","name":"Bournemouth Symphony Orchestra","country":"GB","gender-id":null,"type":"Orchestra","begin_area":{"disambiguation":"","sort-name":"Bournemouth","name":"Bournemouth","id":"e7316723-22d9-4472-8a81-5c89425923ae"},"area":{"disambiguation":"","iso-3166-1-codes":["GB"],"id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","name":"United Kingdom","sort-name":"United Kingdom"},"ipis":[],"life-span":{"ended":false,"end":null,"begin":"1893"},"end_area":null,"disambiguation":""},{"gender":null,"type-id":"e431f5f6-b5d2-343d-8b36-72607fffb74b","sort-name":"Alice in Chains","isnis":["0000000121916454"],"id":"4bd95eea-b9f6-4d70-a36c-cfea77431553","area":{"iso-3166-1-codes":["US"],"disambiguation":"","sort-name":"United States","name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98"},"life-span":{"end":null,"begin":"1987","ended":false},"end_area":null,"ipis":[],"disambiguation":"","country":"US","name":"Alice in Chains","gender-id":null,"type":"Group","begin_area":{"id":"10adc6b5-63bf-4b4e-993e-ed83b05c22fc","name":"Seattle","sort-name":"Seattle","disambiguation":""}},{"begin_area":null,"type":"Orchestra","name":"Chicago Symphony Orchestra","gender-id":null,"country":"US","ipis":[],"life-span":{"end":null,"begin":"1891","ended":false},"end_area":null,"disambiguation":"","area":{"iso-3166-1-codes":["US"],"disambiguation":"","name":"United States","sort-name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98"},"id":"509c772e-1164-4457-8d09-0553cfa77d64","isnis":["0000000121870097"],"sort-name":"Chicago Symphony Orchestra","gender":null,"type-id":"a0b36c92-3eb1-3839-a4f9-4799823f54a5"},{"type-id":"a0b36c92-3eb1-3839-a4f9-4799823f54a5","gender":null,"isnis":["0000000109416801"],"sort-name":"Boston Symphony Orchestra","id":"6ed6a493-0300-428d-82da-91c62b4d50aa","area":{"disambiguation":"","iso-3166-1-codes":["US"],"id":"489ce91b-6658-3307-9877-795b68554c98","name":"United States","sort-name":"United States"},"disambiguation":"","life-span":{"ended":false,"end":null,"begin":"1881"},"end_area":null,"ipis":[],"country":"US","name":"Boston Symphony Orchestra","gender-id":null,"type":"Orchestra","begin_area":{"id":"e331bfdf-b908-429c-a79b-710cf9c06abb","sort-name":"Boston","name":"Boston","disambiguation":""}},{"id":"71f754c0-f2d1-4a54-8d70-cc0ee409ca00","sort-name":"Crazy Horse","isnis":["0000000122601729"],"type-id":"e431f5f6-b5d2-343d-8b36-72607fffb74b","gender":null,"type":"Group","begin_area":{"id":"1f40c6e1-47ba-4e35-996f-fe6ee5840e62","sort-name":"Los Angeles","name":"Los Angeles","disambiguation":""},"name":"Crazy Horse","gender-id":null,"country":"US","disambiguation":"American rock band often working with Neil Young","life-span":{"begin":"1969","end":null,"ended":false},"end_area":null,"ipis":[],"area":{"id":"489ce91b-6658-3307-9877-795b68554c98","name":"United States","sort-name":"United States","disambiguation":"","iso-3166-1-codes":["US"]}},{"isnis":["0000000120285187"],"sort-name":"Rubinstein, Arthur","id":"7cc89d05-3db5-4d08-bea0-9c328aa56c39","gender":"Male","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","country":"PL","gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","name":"Arthur Rubinstein","type":"Person","begin_area":{"id":"71ce186a-285d-4c01-b863-6e46bf10e249","sort-name":"Łódź","name":"Łódź","disambiguation":""},"area":{"disambiguation":"","iso-3166-1-codes":["PL"],"id":"dd7f80c8-f017-3d01-8608-2a8c9c32b954","name":"Poland","sort-name":"Poland"},"end_area":{"id":"28d44913-d1b1-4cc8-8c51-bf80a2a210cf","sort-name":"Geneva","name":"Geneva","disambiguation":""},"life-span":{"begin":"1887-01-28","end":"1982-12-20","ended":true},"ipis":[],"disambiguation":"pianist"},{"id":"87a66da1-83f8-4fae-8f99-ce5813b67c09","isnis":["0000000114972458"],"sort-name":"Krivine, Emmanuel","gender":"Male","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","begin_area":{"disambiguation":"","name":"Grenoble","sort-name":"Grenoble","id":"2ce155f8-0523-420c-82f8-0d80992f2a6e"},"type":"Person","gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","name":"Emmanuel Krivine","country":"FR","disambiguation":"","life-span":{"ended":false,"end":null,"begin":"1947-05-07"},"ipis":[],"end_area":null,"area":{"iso-3166-1-codes":["FR"],"disambiguation":"","name":"France","sort-name":"France","id":"08310658-51eb-3801-80de-5a0739207115"}},{"gender":"Male","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","id":"8c8ec0c5-bd2b-4d93-bf10-2989cfff11e8","isnis":["0000000407340294"],"sort-name":"Friel, Chris","disambiguation":"","life-span":{"end":null,"begin":null,"ended":false},"ipis":[],"end_area":null,"area":{"sort-name":"United States","name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98","iso-3166-1-codes":["US"],"disambiguation":""},"begin_area":null,"type":"Person","country":"US","name":"Chris Friel","gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9"},{"area":{"name":"United States","sort-name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98","iso-3166-1-codes":["US"],"disambiguation":""},"life-span":{"ended":false,"end":null,"begin":"1991-12"},"end_area":null,"ipis":[],"disambiguation":"","name":"Candlebox","country":"US","gender-id":null,"type":"Group","begin_area":{"disambiguation":"","id":"10adc6b5-63bf-4b4e-993e-ed83b05c22fc","name":"Seattle","sort-name":"Seattle"},"type-id":"e431f5f6-b5d2-343d-8b36-72607fffb74b","gender":null,"sort-name":"Candlebox","isnis":["0000000107256234"],"id":"8e9516ba-f417-47dd-a8a5-8998b94553f8"},{"life-span":{"ended":false,"begin":"1992","end":null},"ipis":[],"end_area":null,"disambiguation":"English rock band","area":{"iso-3166-1-codes":["GB"],"disambiguation":"","name":"United Kingdom","sort-name":"United Kingdom","id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed"},"begin_area":{"id":"f03d09b3-39dc-4083-afd6-159e3f0d462f","name":"London","sort-name":"London","disambiguation":""},"type":"Group","name":"Bush","gender-id":null,"country":"GB","gender":null,"type-id":"e431f5f6-b5d2-343d-8b36-72607fffb74b","id":"93ccd76c-3790-4435-a8bf-02bc26294b93","sort-name":"Bush","isnis":[]},{"id":"be50643c-0377-4968-b48c-47e06b2e2a3b","sort-name":"Debussy, Claude","isnis":["0000000121190614"],"gender":"Male","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","begin_area":{"name":"Saint-Germain-en-Laye","sort-name":"Saint-Germain-en-Laye","id":"3a84b7b0-2e32-4cf3-9b54-08741a9c59ca","disambiguation":""},"type":"Person","gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","name":"Claude Debussy","country":"FR","disambiguation":"","ipis":["00039652659"],"life-span":{"end":"1918-03-25","begin":"1862-08-22","ended":true},"end_area":{"disambiguation":"","iso-3166-2-codes":["FR-75"],"id":"dc10c22b-e510-4006-8b7f-fecb4f36436e","sort-name":"Paris","name":"Paris"},"area":{"disambiguation":"","iso-3166-1-codes":["FR"],"id":"08310658-51eb-3801-80de-5a0739207115","name":"France","sort-name":"France"}},{"gender":"Male","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","sort-name":"Ormandy, Eugene","isnis":["0000000109110853"],"id":"c70e7c06-65e9-42bd-9059-4973fd20e127","area":{"iso-3166-1-codes":["US"],"disambiguation":"","name":"United States","sort-name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98"},"life-span":{"begin":"1899-11-18","end":"1985-03-12","ended":true},"end_area":{"disambiguation":"","name":"Philadelphia","sort-name":"Philadelphia","id":"0eeb01c2-6e31-46ad-96b8-319749f731d2"},"ipis":[],"disambiguation":"","country":"US","gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","name":"Eugene Ormandy","type":"Person","begin_area":{"name":"Budapest","sort-name":"Budapest","id":"f1ac379f-8cd3-45c3-8da0-80c429b36c5e","iso-3166-2-codes":["HU-BU"],"disambiguation":""}},{"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","gender":"Male","sort-name":"Cornell, Chris","isnis":["0000000114947287"],"id":"cbf9738d-8f81-4a92-bc64-ede09341652d","area":{"name":"United States","sort-name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98","iso-3166-1-codes":["US"],"disambiguation":""},"life-span":{"ended":true,"end":"2017-05-17","begin":"1964-07-20"},"end_area":{"disambiguation":"","id":"b03ff310-d8e2-45cf-9455-769f76641eb2","name":"Detroit","sort-name":"Detroit"},"ipis":["00128082388"],"disambiguation":"Soundgarden lead singer","name":"Chris Cornell","gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","country":"US","type":"Person","begin_area":{"disambiguation":"","id":"10adc6b5-63bf-4b4e-993e-ed83b05c22fc","name":"Seattle","sort-name":"Seattle"}},{"gender":null,"type-id":"a0b36c92-3eb1-3839-a4f9-4799823f54a5","id":"dea28aa9-1086-4ffa-8739-0ccc759de1ce","sort-name":"Berliner Philharmoniker","isnis":["0000000121144247"],"disambiguation":"","life-span":{"begin":"1882","end":null,"ended":false},"end_area":null,"ipis":[],"area":{"disambiguation":"","iso-3166-2-codes":["DE-BE"],"id":"c9ac1239-e832-41bc-9930-e252a1fd1105","sort-name":"Berlin","name":"Berlin"},"type":"Orchestra","begin_area":{"disambiguation":"","iso-3166-2-codes":["DE-BE"],"id":"c9ac1239-e832-41bc-9930-e252a1fd1105","name":"Berlin","sort-name":"Berlin"},"country":null,"gender-id":null,"name":"Berliner Philharmoniker"},{"country":"FR","name":"Erik Satie","gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","type":"Person","begin_area":{"disambiguation":"","id":"c71ebd52-87c5-40cf-91ef-0e880e221205","name":"Honfleur","sort-name":"Honfleur"},"area":{"disambiguation":"","iso-3166-1-codes":["FR"],"id":"08310658-51eb-3801-80de-5a0739207115","name":"France","sort-name":"France"},"disambiguation":"French composer","end_area":{"id":"dc10c22b-e510-4006-8b7f-fecb4f36436e","sort-name":"Paris","name":"Paris","disambiguation":"","iso-3166-2-codes":["FR-75"]},"life-span":{"begin":"1866-05-17","end":"1925-07-01","ended":true},"ipis":["00027693071","00043282990","00275512170","00440209693"],"isnis":["0000000121428848"],"sort-name":"Satie, Erik","id":"e1d521ea-5b97-4981-987c-ba988b2a87d7","gender":"Male","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df"},{"country":"GB","gender-id":null,"name":"Academy of St Martin in the Fields","type":"Orchestra","begin_area":{"id":"f03d09b3-39dc-4083-afd6-159e3f0d462f","sort-name":"London","name":"London","disambiguation":""},"area":{"id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","name":"United Kingdom","sort-name":"United Kingdom","disambiguation":"","iso-3166-1-codes":["GB"]},"life-span":{"ended":false,"begin":"1959","end":null},"end_area":null,"ipis":[],"disambiguation":"","isnis":["0000000119456479"],"sort-name":"Academy of St Martin in the Fields","id":"f0ac992d-edd9-4672-ac23-ba0ca93f6539","gender":null,"type-id":"a0b36c92-3eb1-3839-a4f9-4799823f54a5"}],"artist-offset":0} \ No newline at end of file diff --git a/test/fixtures/715078248f7642a0aef6972d7c072a2a.headers b/test/fixtures/715078248f7642a0aef6972d7c072a2a.headers deleted file mode 100644 index e3a1c00..0000000 --- a/test/fixtures/715078248f7642a0aef6972d7c072a2a.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:35 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "873", - "x-ratelimit-reset": "1537138716", - "server": "Plack::Handler::Starlet", - "etag": "W/\"5409374612cc1baa4afa9f01d0c21dc4\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/artist?collection=fb1b7d8d-4082-4b78-b50c-3c1e8a91e2e2&fmt=json", - "time": 387, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/73f8fb4778dc1bc3a0975a0c6c8046c6 b/test/fixtures/73f8fb4778dc1bc3a0975a0c6c8046c6 deleted file mode 100644 index 6edaece..0000000 --- a/test/fixtures/73f8fb4778dc1bc3a0975a0c6c8046c6 +++ /dev/null @@ -1 +0,0 @@ -{"id":"d2b1e603-c74d-4c5e-b580-ff542e56b4b4","isnis":[],"label-code":null,"type":null,"sort-name":"Sony NAD","type-id":null,"name":"Sony NAD","country":"IN","relations":[],"life-span":{"ended":false,"begin":null,"end":null},"ipis":[],"area":{"id":"d31a9a15-537f-3669-ad53-25753ddd2772","iso-3166-1-codes":["IN"],"name":"India","disambiguation":"","sort-name":"India"},"disambiguation":""} \ No newline at end of file diff --git a/test/fixtures/73f8fb4778dc1bc3a0975a0c6c8046c6.headers b/test/fixtures/73f8fb4778dc1bc3a0975a0c6c8046c6.headers deleted file mode 100644 index 02f7f30..0000000 --- a/test/fixtures/73f8fb4778dc1bc3a0975a0c6c8046c6.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:29 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1023", - "x-ratelimit-reset": "1537138770", - "server": "Plack::Handler::Starlet", - "etag": "W/\"147a479ef7f4bea1081c47f764cb54db\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/d2b1e603-c74d-4c5e-b580-ff542e56b4b4?inc=url-rels&fmt=json", - "time": 366, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/77534a6e7fb7ddb83df8a7c91f2ebcc4 b/test/fixtures/77534a6e7fb7ddb83df8a7c91f2ebcc4 deleted file mode 100644 index 6fee245..0000000 --- a/test/fixtures/77534a6e7fb7ddb83df8a7c91f2ebcc4 +++ /dev/null @@ -1 +0,0 @@ -{"artist-offset":0,"artists":[{"disambiguation":"","gender":null,"life-span":{"ended":true,"begin":"1957-03","end":"1970-04-10"},"end_area":null,"sort-name":"Beatles, The","id":"b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d","type":"Group","gender-id":null,"ipis":[],"name":"The Beatles","isnis":["0000000121707484"],"area":{"disambiguation":"","name":"United Kingdom","sort-name":"United Kingdom","id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","iso-3166-1-codes":["GB"]},"country":"GB","type-id":"e431f5f6-b5d2-343d-8b36-72607fffb74b","begin_area":{"name":"Liverpool","disambiguation":"","iso-3166-2-codes":["GB-LIV"],"sort-name":"Liverpool","id":"c249c30e-88ab-4b2f-a745-96a25bd7afee"}}],"artist-count":1} \ No newline at end of file diff --git a/test/fixtures/77534a6e7fb7ddb83df8a7c91f2ebcc4.headers b/test/fixtures/77534a6e7fb7ddb83df8a7c91f2ebcc4.headers deleted file mode 100644 index 43536d2..0000000 --- a/test/fixtures/77534a6e7fb7ddb83df8a7c91f2ebcc4.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:52 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1124", - "x-ratelimit-reset": "1537138794", - "server": "Plack::Handler::Starlet", - "etag": "W/\"ad388d76eba8fa7d54d2b4abd7d6001b\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/artist?release=2ac3cbf2-f0d0-3678-af5f-b62dcb051bc0&fmt=json", - "time": 710, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/77bf843f88aa61a66ec61a238b892956 b/test/fixtures/77bf843f88aa61a66ec61a238b892956 deleted file mode 100644 index 006a17f..0000000 --- a/test/fixtures/77bf843f88aa61a66ec61a238b892956 +++ /dev/null @@ -1 +0,0 @@ -{"release-count":579,"release-offset":0,"releases":[{"disambiguation":"","asin":null,"date":"1970-11","text-representation":{"script":"Latn","language":"eng"},"title":"Bryter Layter","status-id":"4e304316-386d-3409-af2e-78857eec5cfe","packaging-id":null,"packaging":null,"country":"GB","barcode":null,"status":"Official","cover-art-archive":{"back":false,"front":true,"count":1,"artwork":true,"darkened":false},"id":"0266c5dc-e7d4-49a7-8964-f7e4461f911a","release-events":[{"date":"1970-11","area":{"id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","sort-name":"United Kingdom","disambiguation":"","name":"United Kingdom","iso-3166-1-codes":["GB"]}}],"quality":"normal"},{"disambiguation":"","date":"1986","asin":"B000002L99","text-representation":{"language":"eng","script":"Latn"},"title":"5150","status-id":"4e304316-386d-3409-af2e-78857eec5cfe","packaging-id":"ec27701a-4a22-37f4-bfac-6616e0f9750a","packaging":"Jewel Case","country":"DE","barcode":"075992539425","status":"Official","cover-art-archive":{"front":true,"count":7,"artwork":true,"darkened":false,"back":true},"id":"0879929b-1226-4163-a03f-1a5afd4a3595","quality":"normal","release-events":[{"area":{"id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","sort-name":"Germany","disambiguation":"","name":"Germany","iso-3166-1-codes":["DE"]},"date":"1986"}]},{"text-representation":{"script":"Latn","language":"eng"},"status-id":"4e304316-386d-3409-af2e-78857eec5cfe","title":"Layla and Other Assorted Love Songs","disambiguation":"","date":"1972","asin":null,"id":"118ddd00-2be2-34af-99f6-5a7969f067b2","cover-art-archive":{"front":true,"artwork":true,"count":2,"darkened":false,"back":true},"release-events":[{"date":"1972","area":{"sort-name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98","name":"United States","iso-3166-1-codes":["US"],"disambiguation":""}}],"quality":"normal","packaging":"Cardboard/Paper Sleeve","packaging-id":"f7101ce3-0384-39ce-9fde-fbbd0044d35f","status":"Official","barcode":"","country":"US"},{"disambiguation":"","date":"1969-10-10","asin":null,"text-representation":{"language":"eng","script":"Latn"},"status-id":"4e304316-386d-3409-af2e-78857eec5cfe","title":"In the Court of the Crimson King","packaging":null,"packaging-id":null,"status":"Official","barcode":null,"country":"NL","id":"3e8ec0bc-287d-3894-b9be-69e247fa63a8","cover-art-archive":{"front":false,"artwork":false,"count":0,"darkened":false,"back":false},"quality":"normal","release-events":[{"area":{"disambiguation":"","iso-3166-1-codes":["NL"],"name":"Netherlands","sort-name":"Netherlands","id":"ef1b7cc0-cd26-36f4-8ea0-04d9623786c7"},"date":"1969-10-10"}]},{"status":"Official","country":"FR","barcode":null,"packaging":null,"packaging-id":null,"release-events":[{"area":{"iso-3166-1-codes":["FR"],"name":"France","disambiguation":"","sort-name":"France","id":"08310658-51eb-3801-80de-5a0739207115"},"date":"1978"}],"quality":"normal","id":"474f6a18-e9b5-396e-8203-f8c4dc867bcb","cover-art-archive":{"artwork":false,"count":0,"darkened":false,"front":false,"back":false},"date":"1978","asin":null,"disambiguation":"","status-id":"4e304316-386d-3409-af2e-78857eec5cfe","title":"Some Girls","text-representation":{"script":"Latn","language":"eng"}},{"cover-art-archive":{"front":false,"artwork":false,"count":0,"darkened":false,"back":false},"id":"5793a42f-bf14-3427-a737-d07ab41e553b","release-events":[{"area":{"sort-name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98","name":"United States","iso-3166-1-codes":["US"],"disambiguation":""},"date":"1972-03-25"}],"quality":"normal","packaging-id":null,"packaging":null,"country":"US","barcode":null,"status":"Official","text-representation":{"language":"eng","script":"Latn"},"title":"The Kink Kronikles","status-id":"4e304316-386d-3409-af2e-78857eec5cfe","disambiguation":"","asin":null,"date":"1972-03-25"},{"date":"1974-02-15","asin":null,"disambiguation":"","status-id":"4e304316-386d-3409-af2e-78857eec5cfe","title":"Burn","text-representation":{"language":"eng","script":"Latn"},"status":"Official","country":"GB","barcode":"","packaging":"Cardboard/Paper Sleeve","packaging-id":"f7101ce3-0384-39ce-9fde-fbbd0044d35f","quality":"normal","release-events":[{"date":"1974-02-15","area":{"iso-3166-1-codes":["GB"],"name":"United Kingdom","disambiguation":"","sort-name":"United Kingdom","id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed"}}],"id":"5f5244a6-9881-4e21-90ef-76c1718cab60","cover-art-archive":{"back":true,"artwork":true,"count":4,"darkened":false,"front":true}},{"status-id":"4e304316-386d-3409-af2e-78857eec5cfe","title":"My Kind of Blues","text-representation":{"script":"Latn","language":"eng"},"asin":null,"date":"1961","disambiguation":"","release-events":[{"area":{"sort-name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98","iso-3166-1-codes":["US"],"name":"United States","disambiguation":""},"date":"1961"}],"quality":"normal","id":"67eba09f-cab2-474f-a578-ec71ccc7c94b","cover-art-archive":{"back":false,"darkened":false,"count":1,"artwork":true,"front":true},"status":"Official","country":"US","barcode":"","packaging":"Cardboard/Paper Sleeve","packaging-id":"f7101ce3-0384-39ce-9fde-fbbd0044d35f"},{"status-id":"4e304316-386d-3409-af2e-78857eec5cfe","title":"Bad","text-representation":{"script":"Latn","language":"eng"},"date":"1987-08-31","asin":null,"disambiguation":"","quality":"normal","release-events":[{"date":"1987-08-31","area":{"disambiguation":"","name":"Japan","iso-3166-1-codes":["JP"],"sort-name":"Japan","id":"2db42837-c832-3c27-b4a3-08198f75693c"}}],"id":"6ad3386b-fd40-4a00-a477-0763ebfa2e8e","cover-art-archive":{"darkened":false,"count":9,"artwork":true,"front":true,"back":true},"status":"Official","barcode":"4988010215019","country":"JP","packaging":null,"packaging-id":null},{"text-representation":{"script":"Latn","language":"eng"},"title":"Thriller","status-id":"4e304316-386d-3409-af2e-78857eec5cfe","disambiguation":"","date":"1982","asin":"B0000025RI","cover-art-archive":{"back":true,"darkened":false,"count":22,"artwork":true,"front":true},"id":"6bc658fc-c2ad-38ec-a829-0cf8ffef53d8","release-events":[{"area":{"sort-name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98","disambiguation":"","name":"United States","iso-3166-1-codes":["US"]},"date":"1982"}],"quality":"normal","packaging-id":"ec27701a-4a22-37f4-bfac-6616e0f9750a","packaging":"Jewel Case","barcode":"074643811224","country":"US","status":"Official"},{"packaging":null,"packaging-id":null,"status":"Official","country":"XE","barcode":"0035629025424","id":"6f9cf228-2f75-334d-93f5-27198c422828","cover-art-archive":{"count":0,"artwork":false,"darkened":false,"front":false,"back":false},"release-events":[{"area":{"sort-name":"Europe","id":"89a675c2-3e37-3518-b83c-418bad59a85a","name":"Europe","iso-3166-1-codes":["XE"],"disambiguation":""},"date":"1985"}],"quality":"normal","disambiguation":"","asin":"B000026FAV","date":"1985","text-representation":{"script":"Latn","language":"eng"},"status-id":"4e304316-386d-3409-af2e-78857eec5cfe","title":"Welcome to the Real World"},{"status":"Official","barcode":null,"country":"GB","packaging":null,"packaging-id":null,"quality":"normal","release-events":[{"date":"1968-05","area":{"id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","sort-name":"United Kingdom","iso-3166-1-codes":["GB"],"name":"United Kingdom","disambiguation":""}}],"id":"76ecbc09-aa6c-4c45-a42a-68ee44016733","cover-art-archive":{"back":false,"count":1,"darkened":false,"artwork":true,"front":true},"asin":"B000002NZ4","date":"1968-05","disambiguation":"","status-id":"4e304316-386d-3409-af2e-78857eec5cfe","title":"Steppenwolf","text-representation":{"language":"eng","script":"Latn"}},{"status":"Official","country":"US","barcode":"","packaging":null,"packaging-id":null,"release-events":[{"date":"1971-01-16","area":{"disambiguation":"","iso-3166-1-codes":["US"],"name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98","sort-name":"United States"}}],"quality":"normal","id":"8129f8a5-cf28-3acb-a5dd-72b9cca18903","cover-art-archive":{"back":true,"front":true,"count":4,"darkened":false,"artwork":true},"asin":null,"date":"1971-01-16","disambiguation":"","status-id":"4e304316-386d-3409-af2e-78857eec5cfe","title":"ZZ Top’s First Album","text-representation":{"script":"Latn","language":"eng"}},{"release-events":[{"area":{"id":"489ce91b-6658-3307-9877-795b68554c98","sort-name":"United States","iso-3166-1-codes":["US"],"name":"United States","disambiguation":""},"date":"1984-04"}],"quality":"normal","cover-art-archive":{"back":true,"count":2,"artwork":true,"darkened":false,"front":true},"id":"8381ec38-d717-3a39-88cf-2dba9611f295","barcode":"","country":"US","status":"Official","packaging-id":"f7101ce3-0384-39ce-9fde-fbbd0044d35f","packaging":"Cardboard/Paper Sleeve","title":"Meat Puppets II","status-id":"4e304316-386d-3409-af2e-78857eec5cfe","text-representation":{"script":"Latn","language":"eng"},"date":"1984-04","asin":"B00000I9KU","disambiguation":""},{"text-representation":{"language":"eng","script":"Latn"},"status-id":"4e304316-386d-3409-af2e-78857eec5cfe","title":"Space Is the Place","disambiguation":"","asin":null,"date":"1973","id":"87e49acf-c2f5-427c-a699-d3df4ac149f0","cover-art-archive":{"front":true,"darkened":false,"count":1,"artwork":true,"back":false},"release-events":[{"area":{"id":"489ce91b-6658-3307-9877-795b68554c98","sort-name":"United States","disambiguation":"","iso-3166-1-codes":["US"],"name":"United States"},"date":"1973"}],"quality":"normal","packaging":null,"packaging-id":null,"status":"Official","barcode":null,"country":"US"},{"title":"Led Zeppelin II","status-id":"4e304316-386d-3409-af2e-78857eec5cfe","text-representation":{"language":"eng","script":"Latn"},"asin":null,"date":"1969-10-22","disambiguation":"","quality":"normal","release-events":[{"date":"1969-10-22","area":{"disambiguation":"","name":"Canada","iso-3166-1-codes":["CA"],"id":"71bbafaa-e825-3e15-8ca9-017dcad1748b","sort-name":"Canada"}}],"cover-art-archive":{"darkened":false,"count":1,"artwork":true,"front":true,"back":false},"id":"87e8eaa5-2285-4fd5-b392-f0e8bad5b2f9","country":"CA","barcode":null,"status":"Official","packaging-id":null,"packaging":null},{"packaging":"Cardboard/Paper Sleeve","packaging-id":"f7101ce3-0384-39ce-9fde-fbbd0044d35f","status":"Official","barcode":"","country":"US","id":"91e18240-8b33-3d93-80d0-b7e907db9186","cover-art-archive":{"back":true,"darkened":false,"count":4,"artwork":true,"front":true},"release-events":[{"area":{"name":"United States","iso-3166-1-codes":["US"],"disambiguation":"","sort-name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98"},"date":"1963"}],"quality":"normal","disambiguation":"","asin":"B000AO4NJK","date":"1963","text-representation":{"language":"eng","script":"Latn"},"status-id":"4e304316-386d-3409-af2e-78857eec5cfe","title":"Night Beat"},{"status-id":"4e304316-386d-3409-af2e-78857eec5cfe","title":"Tonight’s the Night","text-representation":{"script":"Latn","language":"eng"},"asin":"B000002KCB","date":"1975-06-20","disambiguation":"","release-events":[{"area":{"sort-name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98","name":"United States","iso-3166-1-codes":["US"],"disambiguation":""},"date":"1975-06-20"}],"quality":"normal","id":"a75df175-7a8b-4b88-b04e-47cf44e9c17d","cover-art-archive":{"count":1,"darkened":false,"artwork":true,"front":true,"back":false},"status":"Official","country":"US","barcode":"","packaging":"Gatefold Cover","packaging-id":"e724a489-a7e8-30a1-a17c-30dfd6831202"},{"cover-art-archive":{"back":false,"front":true,"darkened":false,"count":1,"artwork":true},"id":"b1edea1a-3bf6-40a0-b9aa-cfc52a5fcf94","release-events":[{"date":"1975","area":{"name":"United States","iso-3166-1-codes":["US"],"disambiguation":"","sort-name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98"}}],"quality":"normal","packaging-id":"f7101ce3-0384-39ce-9fde-fbbd0044d35f","packaging":"Cardboard/Paper Sleeve","barcode":"","country":"US","status":"Official","text-representation":{"language":"eng","script":"Latn"},"title":"Desolation Boulevard","status-id":"4e304316-386d-3409-af2e-78857eec5cfe","disambiguation":"","asin":"B00E0PEQD8","date":"1975"},{"text-representation":{"language":"eng","script":"Latn"},"title":"Couldn't Stand the Weather","status-id":"4e304316-386d-3409-af2e-78857eec5cfe","disambiguation":"","date":"1984","asin":"B0000025ZN","cover-art-archive":{"back":true,"count":5,"artwork":true,"darkened":false,"front":true},"id":"b5c2a801-0d13-31fb-bdd8-52c88c73b6ee","release-events":[{"date":"1984","area":{"id":"489ce91b-6658-3307-9877-795b68554c98","sort-name":"United States","name":"United States","iso-3166-1-codes":["US"],"disambiguation":""}}],"quality":"normal","packaging-id":"ec27701a-4a22-37f4-bfac-6616e0f9750a","packaging":"Jewel Case","country":"US","barcode":"074643930420","status":"Official"},{"cover-art-archive":{"back":false,"darkened":false,"count":0,"artwork":false,"front":false},"id":"cbecaba6-42e0-4109-bf32-c154cf88fcb8","quality":"normal","release-events":[{"area":{"name":"United States","iso-3166-1-codes":["US"],"disambiguation":"","id":"489ce91b-6658-3307-9877-795b68554c98","sort-name":"United States"},"date":"1970"}],"packaging-id":null,"packaging":null,"barcode":null,"country":"US","status":"Official","text-representation":{"script":"Latn","language":"eng"},"title":"Marrying Maiden","status-id":"4e304316-386d-3409-af2e-78857eec5cfe","disambiguation":"","asin":"B000000DP7","date":"1970"},{"release-events":[{"area":{"id":"489ce91b-6658-3307-9877-795b68554c98","sort-name":"United States","disambiguation":"","name":"United States","iso-3166-1-codes":["US"]},"date":"1965-08-30"}],"quality":"normal","id":"d61a2bd9-81ac-4023-bd22-1c884d4a176c","cover-art-archive":{"count":5,"artwork":true,"darkened":false,"front":true,"back":true},"status":"Official","barcode":"","country":"US","packaging":null,"packaging-id":null,"status-id":"4e304316-386d-3409-af2e-78857eec5cfe","title":"Highway 61 Revisited","text-representation":{"script":"Latn","language":"eng"},"date":"1965-08-30","asin":null,"disambiguation":"mono"},{"status-id":"4e304316-386d-3409-af2e-78857eec5cfe","title":"Ain’t That Good News","text-representation":{"script":"Latn","language":"eng"},"asin":null,"date":"1964","disambiguation":"","quality":"normal","release-events":[{"area":{"sort-name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98","iso-3166-1-codes":["US"],"name":"United States","disambiguation":""},"date":"1964"}],"id":"e3038485-8585-4169-9060-916ee5611d74","cover-art-archive":{"count":1,"darkened":false,"artwork":true,"front":true,"back":false},"status":"Official","country":"US","barcode":"","packaging":null,"packaging-id":null},{"id":"e6fc15c4-0f29-33bf-927b-e9a90cd0b925","cover-art-archive":{"back":false,"front":false,"count":0,"darkened":false,"artwork":false},"release-events":[{"date":"1974","area":{"sort-name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98","name":"United States","iso-3166-1-codes":["US"],"disambiguation":""}}],"quality":"normal","packaging":null,"packaging-id":null,"status":"Official","country":"US","barcode":null,"text-representation":{"language":"eng","script":"Latn"},"status-id":"4e304316-386d-3409-af2e-78857eec5cfe","title":"Phaedra","disambiguation":"","asin":null,"date":"1974"},{"status-id":"4e304316-386d-3409-af2e-78857eec5cfe","title":"Machine Head","text-representation":{"language":"eng","script":"Latn"},"date":"1972-03","asin":null,"disambiguation":"","release-events":[{"area":{"iso-3166-1-codes":["JP"],"name":"Japan","disambiguation":"","sort-name":"Japan","id":"2db42837-c832-3c27-b4a3-08198f75693c"},"date":"1972-03"}],"quality":"normal","id":"e975c24f-9100-3822-9693-609f1dffdc08","cover-art-archive":{"back":true,"darkened":false,"count":4,"artwork":true,"front":true},"status":"Official","barcode":"","country":"JP","packaging":null,"packaging-id":null}]} \ No newline at end of file diff --git a/test/fixtures/77bf843f88aa61a66ec61a238b892956.headers b/test/fixtures/77bf843f88aa61a66ec61a238b892956.headers deleted file mode 100644 index 032ee72..0000000 --- a/test/fixtures/77bf843f88aa61a66ec61a238b892956.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:24 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1085", - "x-ratelimit-reset": "1537138706", - "server": "Plack::Handler::Starlet", - "etag": "W/\"3c1606b276d64b7c9f7ae1ed6041385d\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/release?collection=85da782d-2ec0-41ec-a97f-9be464bba309&fmt=json", - "time": 394, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/79471f371a264a0176df177479190ddc b/test/fixtures/79471f371a264a0176df177479190ddc deleted file mode 100644 index e7375f2..0000000 --- a/test/fixtures/79471f371a264a0176df177479190ddc +++ /dev/null @@ -1 +0,0 @@ -{"type":"String instrument","name":"Warr guitar","id":"1e49948d-7522-4444-aa5d-633dfbeffb1f","disambiguation":"","description":"","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","relations":[{"url":{"id":"8151d936-2ea9-46bb-8ab5-08820a6134fa","resource":"https://www.wikidata.org/wiki/Q1187260"},"target-type":"url","direction":"forward","source-credit":"","type":"wikidata","attribute-values":{},"target-credit":"","type-id":"1486fccd-cf59-35e4-9399-b50e2b255877","ended":false,"begin":null,"end":null,"attributes":[]}]} \ No newline at end of file diff --git a/test/fixtures/79471f371a264a0176df177479190ddc.headers b/test/fixtures/79471f371a264a0176df177479190ddc.headers deleted file mode 100644 index a5b10bd..0000000 --- a/test/fixtures/79471f371a264a0176df177479190ddc.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:28 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1174", - "x-ratelimit-reset": "1537138649", - "server": "Plack::Handler::Starlet", - "etag": "W/\"0468b2ccb6dac532ae4860b08d23118b\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/instrument/1e49948d-7522-4444-aa5d-633dfbeffb1f?inc=url-rels&fmt=json", - "time": 376, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/7953dcb77bb190fa61c8380f46711c8c b/test/fixtures/7953dcb77bb190fa61c8380f46711c8c deleted file mode 100644 index b2e662b..0000000 --- a/test/fixtures/7953dcb77bb190fa61c8380f46711c8c +++ /dev/null @@ -1 +0,0 @@ -{"images":[{"approved":true,"back":false,"comment":"","edit":50586112,"front":true,"id":18974521469,"image":"http://coverartarchive.org/release/25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27/18974521469.jpg","thumbnails":{"large":"http://coverartarchive.org/release/25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27/18974521469-500.jpg","small":"http://coverartarchive.org/release/25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27/18974521469-250.jpg"},"types":["Front"]}],"release":"https://musicbrainz.org/release/25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27"} \ No newline at end of file diff --git a/test/fixtures/7953dcb77bb190fa61c8380f46711c8c.headers b/test/fixtures/7953dcb77bb190fa61c8380f46711c8c.headers deleted file mode 100644 index 776c047..0000000 --- a/test/fixtures/7953dcb77bb190fa61c8380f46711c8c.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "application/json", - "content-length": "518", - "last-modified": "Tue, 06 Feb 2018 02:00:47 GMT", - "connection": "keep-alive", - "etag": "\"5a790c4f-206\"", - "expires": "Mon, 17 Sep 2018 04:59:19 GMT", - "cache-control": "max-age=21600", - "access-control-allow-origin": "*", - "accept-ranges": "bytes" - }, - "url": "http://ia600604.us.archive.org:80/7/items/mbid-25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27/index.json", - "time": 81, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://archive.org/download/mbid-25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27/index.json", - "host": "ia600604.us.archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/795a1b8c8e790ef5816bc523ca0db1ee b/test/fixtures/795a1b8c8e790ef5816bc523ca0db1ee deleted file mode 100644 index 8df93c0..0000000 --- a/test/fixtures/795a1b8c8e790ef5816bc523ca0db1ee +++ /dev/null @@ -1 +0,0 @@ -{"isnis":[],"country":"FR","label-code":null,"area":{"disambiguation":"","id":"08310658-51eb-3801-80de-5a0739207115","iso-3166-1-codes":["FR"],"name":"France","sort-name":"France"},"disambiguation":"","life-span":{"end":null,"begin":null,"ended":false},"sort-name":"La Fin du Monde","type-id":null,"rating":{"votes-count":0,"value":null},"name":"La Fin du Monde","ipis":[],"id":"9b4b2233-6ef8-455f-9abc-2bacc68dba4b","type":null} \ No newline at end of file diff --git a/test/fixtures/795a1b8c8e790ef5816bc523ca0db1ee.headers b/test/fixtures/795a1b8c8e790ef5816bc523ca0db1ee.headers deleted file mode 100644 index ded0e05..0000000 --- a/test/fixtures/795a1b8c8e790ef5816bc523ca0db1ee.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:08 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1175", - "x-ratelimit-reset": "1537138750", - "server": "Plack::Handler::Starlet", - "etag": "W/\"4846bb8f1941ca34d70cd205641d6b02\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/9b4b2233-6ef8-455f-9abc-2bacc68dba4b?inc=ratings&fmt=json", - "time": 393, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/7aa73613ca81c364adb26ad95bebe930 b/test/fixtures/7aa73613ca81c364adb26ad95bebe930 deleted file mode 100644 index 534bcce..0000000 --- a/test/fixtures/7aa73613ca81c364adb26ad95bebe930 +++ /dev/null @@ -1 +0,0 @@ -{"country":"KR","ipis":["00486473119","00639236529"],"gender":"Male","aliases":[{"sort-name":"PSY","primary":true,"end":null,"begin":null,"type-id":null,"type":null,"ended":false,"locale":"en","name":"PSY"},{"type-id":"894afba6-2816-3c24-8072-eadb66bd04bc","type":"Artist name","ended":false,"locale":"de","name":"Psy","sort-name":"Psy","primary":true,"end":null,"begin":null},{"primary":true,"sort-name":"싸이","begin":null,"end":null,"ended":false,"type":"Artist name","type-id":"894afba6-2816-3c24-8072-eadb66bd04bc","name":"싸이","locale":"ko"},{"locale":null,"name":"싸이(Psy)","type-id":null,"type":null,"ended":false,"end":null,"begin":null,"sort-name":"싸이(Psy)","primary":null}],"sort-name":"PSY","id":"f99b7d67-4e63-4678-aa66-4c6ac0f7d24a","name":"PSY","disambiguation":"South Korean singer and rapper","type":"Person","life-span":{"ended":false,"begin":"1977-12-31","end":null},"end_area":null,"area":{"name":"South Korea","iso-3166-1-codes":["KR"],"disambiguation":"","id":"b9f7d640-46e8-313e-b158-ded6d18593b3","sort-name":"South Korea"},"begin_area":{"sort-name":"Gangnam District","id":"1070aa79-4a93-4a56-8290-7a68c44172a1","name":"Gangnam District","disambiguation":""},"isnis":["0000000372890324"],"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df"} \ No newline at end of file diff --git a/test/fixtures/7aa73613ca81c364adb26ad95bebe930.headers b/test/fixtures/7aa73613ca81c364adb26ad95bebe930.headers deleted file mode 100644 index dc01269..0000000 --- a/test/fixtures/7aa73613ca81c364adb26ad95bebe930.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:29 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "835", - "x-ratelimit-reset": "1537138649", - "server": "Plack::Handler::Starlet", - "etag": "W/\"7f1f92460b23f29940b5aebebb3b677e\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/artist/f99b7d67-4e63-4678-aa66-4c6ac0f7d24a?inc=aliases&fmt=json", - "time": 357, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/7c1ef1cb044aa69ddad7cd69db399a81 b/test/fixtures/7c1ef1cb044aa69ddad7cd69db399a81 deleted file mode 100644 index e69de29..0000000 diff --git a/test/fixtures/7c1ef1cb044aa69ddad7cd69db399a81.headers b/test/fixtures/7c1ef1cb044aa69ddad7cd69db399a81.headers deleted file mode 100644 index 233b10d..0000000 --- a/test/fixtures/7c1ef1cb044aa69ddad7cd69db399a81.headers +++ /dev/null @@ -1,26 +0,0 @@ -{ - "statusCode": 302, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:21 GMT", - "content-type": "text/html; charset=UTF-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "access-control-allow-origin": "*", - "accept-ranges": "bytes", - "location": "http://ia902605.us.archive.org/15/items/mbid-90a00dba-addb-4fdc-af2c-6fbb5d733c39/index.json", - "strict-transport-security": "max-age=2592000" - }, - "url": "http://archive.org:80/download/mbid-90a00dba-addb-4fdc-af2c-6fbb5d733c39/index.json", - "time": 252, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://coverartarchive.org/release/90a00dba-addb-4fdc-af2c-6fbb5d733c39", - "host": "archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/7cf49c05d1e153f9622597f1e0e15281 b/test/fixtures/7cf49c05d1e153f9622597f1e0e15281 deleted file mode 100644 index ea16c99..0000000 --- a/test/fixtures/7cf49c05d1e153f9622597f1e0e15281 +++ /dev/null @@ -1 +0,0 @@ -{"packaging":"Cassette Case","title":"OK Computer","status":"Official","text-representation":{"script":"Latn","language":"eng"},"country":"GB","date":"1997-06-16","barcode":"724385522949","asin":"B000002UJR","media":[{"format-id":"f5e6e254-8f39-331c-936b-9c69d686dc47","format":"Cassette","track-offset":0,"title":"","position":1,"track-count":12,"tracks":[{"recording":{"title":"Airbag","video":false,"disambiguation":"","id":"4a7fea2e-545b-4c63-bc9a-9943cc3a29d7","length":284400},"position":1,"length":284400,"id":"a31f27a1-dfd8-38cc-958a-07f3af52fc25","number":"A1","title":"Airbag"},{"number":"A2","title":"Paranoid Android","recording":{"id":"9f9cf187-d6f9-437f-9d98-d59cdbd52757","length":383493,"title":"Paranoid Android","video":false,"disambiguation":""},"length":383493,"position":2,"id":"26ca3f84-46d8-3627-b894-b1eb8599a110"},{"id":"66ee1e73-a67c-3988-9ab5-e74721be5258","length":267706,"recording":{"length":267706,"id":"bd82738d-163c-4b1a-bfaf-7acffe30e68a","video":false,"title":"Subterranean Homesick Alien","disambiguation":""},"position":3,"title":"Subterranean Homesick Alien","number":"A3"},{"id":"db7b6f2d-18b8-39b2-826d-eb9e82f35f3a","position":4,"recording":{"disambiguation":"","video":false,"title":"Exit Music (for a Film)","length":264800,"id":"23c3c36b-9449-4484-9040-6ef2125999aa"},"length":264800,"title":"Exit Music (for a Film)","number":"A4"},{"title":"Let Down","number":"A5","id":"5fe3d1b0-2f09-327e-b7e7-9fcff3158a8a","recording":{"length":299266,"id":"47b02a82-c3bf-4647-b894-dd1c8f608e7f","disambiguation":"","video":false,"title":"Let Down"},"length":299266,"position":5},{"number":"A6","title":"Karma Police","length":261626,"recording":{"length":262000,"id":"9e2ad5bc-c6f9-40d2-a36f-3122ee2072a3","disambiguation":"","title":"Karma Police","video":false},"position":6,"id":"944a6d7d-a244-3295-ad6c-1440a52998e8"},{"title":"Fitter Happier","number":"B1","id":"7feb7034-4809-39c0-8576-2ea7a83d118e","position":7,"recording":{"video":false,"title":"Fitter Happier","disambiguation":"","id":"5838f978-0822-4e28-874f-e1511324ec3a","length":117333},"length":117333},{"recording":{"video":false,"title":"Electioneering","disambiguation":"","id":"ba0a796c-bd1f-4d4b-85a8-918f217a204a","length":230640},"position":8,"length":230640,"id":"0481f01e-b351-3c42-b851-748fa741ca74","number":"B2","title":"Electioneering"},{"id":"52ac1a5e-a231-37b4-a82d-7dbc0c74bd72","length":285200,"recording":{"disambiguation":"","video":false,"title":"Climbing Up the Walls","id":"c7225576-001e-423c-adc1-58f0985dcb27","length":285200},"position":9,"title":"Climbing Up the Walls","number":"B3"},{"title":"No Surprises","number":"B4","id":"94cede1d-3eb0-3978-8235-3747bb616cc0","position":10,"recording":{"length":228533,"id":"980a426e-623e-4ea5-98c7-008d037a0508","video":false,"title":"No Surprises","disambiguation":""},"length":228533},{"number":"B5","title":"Lucky","recording":{"disambiguation":"","title":"Lucky","video":false,"id":"79047824-f821-4b1a-9893-e0cea1c947dd","length":259626},"length":259626,"position":11,"id":"34a59962-7e37-3fd9-8a74-f80528ffa1a0"},{"number":"B6","title":"The Tourist","recording":{"length":324533,"id":"610c0012-6eb4-42a0-b759-3a2532ce0f15","title":"The Tourist","video":false,"disambiguation":""},"length":324533,"position":12,"id":"9f537c38-29dc-3114-9ce3-8c99d37e743f"}]}],"status-id":"4e304316-386d-3409-af2e-78857eec5cfe","disambiguation":"","packaging-id":"c70b737a-0114-39a9-88f7-82843e54f906","cover-art-archive":{"count":1,"artwork":true,"darkened":false,"back":false,"front":true},"release-events":[{"area":{"iso-3166-1-codes":["GB"],"disambiguation":"","sort-name":"United Kingdom","name":"United Kingdom","id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed"},"date":"1997-06-16"}],"quality":"normal","id":"fba5f8fe-c6c8-4511-8562-c9febf482674"} \ No newline at end of file diff --git a/test/fixtures/7cf49c05d1e153f9622597f1e0e15281.headers b/test/fixtures/7cf49c05d1e153f9622597f1e0e15281.headers deleted file mode 100644 index a16ab6c..0000000 --- a/test/fixtures/7cf49c05d1e153f9622597f1e0e15281.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Mon, 17 Sep 2018 04:12:07 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "909", - "x-ratelimit-reset": "1537157527", - "server": "Plack::Handler::Starlet", - "etag": "W/\"cb65dbe98571f1f412e000ada8a9c1e9\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/release/fba5f8fe-c6c8-4511-8562-c9febf482674?inc=media%2Brecordings&fmt=json", - "time": 469, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.4 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/7e4ef1a9130fb6e4fb62cd29edd6974f b/test/fixtures/7e4ef1a9130fb6e4fb62cd29edd6974f deleted file mode 100644 index 1b3e32a..0000000 --- a/test/fixtures/7e4ef1a9130fb6e4fb62cd29edd6974f +++ /dev/null @@ -1 +0,0 @@ -{"name":"nylon guitar","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","description":"Hollow-body acoustic guitar strung with nylon-strings.","relations":[],"type":"String instrument","disambiguation":"nylon-stringed acoustic guitar","id":"87d5bd6a-8d14-4ed0-befa-b90379536634"} \ No newline at end of file diff --git a/test/fixtures/7e4ef1a9130fb6e4fb62cd29edd6974f.headers b/test/fixtures/7e4ef1a9130fb6e4fb62cd29edd6974f.headers deleted file mode 100644 index 375cf93..0000000 --- a/test/fixtures/7e4ef1a9130fb6e4fb62cd29edd6974f.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:28 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1172", - "x-ratelimit-reset": "1537138649", - "server": "Plack::Handler::Starlet", - "etag": "W/\"fb4b907b51834ac1898249f547e6c59b\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/instrument/87d5bd6a-8d14-4ed0-befa-b90379536634?inc=url-rels&fmt=json", - "time": 360, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/7fccf49f79de855cc3b56a8501c9c858 b/test/fixtures/7fccf49f79de855cc3b56a8501c9c858 deleted file mode 100644 index 1e8e855..0000000 --- a/test/fixtures/7fccf49f79de855cc3b56a8501c9c858 +++ /dev/null @@ -1 +0,0 @@ -{"recordings":[{"isrcs":["USSUB0200002","USUG10200084"],"length":168293,"disambiguation":"","title":"About a Girl","video":false,"id":"b2e623ea-378b-4479-bb75-fa202aacbfc9"}],"isrc":"USSUB0200002"} \ No newline at end of file diff --git a/test/fixtures/7fccf49f79de855cc3b56a8501c9c858.headers b/test/fixtures/7fccf49f79de855cc3b56a8501c9c858.headers deleted file mode 100644 index 1298a0f..0000000 --- a/test/fixtures/7fccf49f79de855cc3b56a8501c9c858.headers +++ /dev/null @@ -1,27 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:40 GMT", - "content-type": "application/json; charset=utf-8", - "content-length": "197", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1055", - "x-ratelimit-reset": "1537138662", - "server": "Plack::Handler::Starlet", - "etag": "\"e13b402175f356dd091873b97fa445f7\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/isrc/USSUB0200002?inc=isrcs&fmt=json", - "time": 349, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/8069a2ac06a7b48528fa1350e0e45e71 b/test/fixtures/8069a2ac06a7b48528fa1350e0e45e71 deleted file mode 100644 index 6c0f5a8..0000000 --- a/test/fixtures/8069a2ac06a7b48528fa1350e0e45e71 +++ /dev/null @@ -1 +0,0 @@ -{"collection-count":12,"collections":[{"entity-type":"release","name":"My Collection","release-count":2431,"id":"10cfcd52-696a-4e99-895d-3d080bdb7c18","type":"Release","editor":"yoasif","type-id":"d94659b2-4ce5-3a98-b4b8-da1131cf33ee"},{"entity-type":"release","name":"Music collection","release-count":531,"id":"27076e46-3523-4605-8076-f289c5d923d2","type":"Owned music","editor":"SimonHova","type-id":"c26c6ec4-17f0-32de-95c5-fa724dbdb308"},{"type-id":"c26c6ec4-17f0-32de-95c5-fa724dbdb308","editor":"izaram","type":"Owned music","id":"2c1bbd04-9fb4-4b56-b6bc-92dff76b3bce","release-count":722,"name":"Collection","entity-type":"release"},{"release-count":969,"name":"My Collection","entity-type":"release","type":"Release","id":"65a245a3-ce14-41d0-ba64-f8b686e4ebcb","editor":"error404","type-id":"d94659b2-4ce5-3a98-b4b8-da1131cf33ee"},{"type":"Release","id":"6868df09-dd44-407a-a52d-0bbf55d522f8","release-count":2567,"entity-type":"release","name":"Digital Versions","type-id":"d94659b2-4ce5-3a98-b4b8-da1131cf33ee","editor":"thomnottom"},{"type-id":"d94659b2-4ce5-3a98-b4b8-da1131cf33ee","editor":"disruptek","id":"6eaf43ec-8eb3-4e76-a01c-385124d9f5f9","type":"Release","entity-type":"release","name":"Default","release-count":638},{"editor":"offbeatadam","type-id":"d94659b2-4ce5-3a98-b4b8-da1131cf33ee","release-count":579,"entity-type":"release","name":"Beets Music Collection","type":"Release","id":"85da782d-2ec0-41ec-a97f-9be464bba309"},{"id":"872846f8-8b40-48b6-b0f3-d02f670cbb61","type":"Release","entity-type":"release","name":"DIGITAL media","release-count":505,"type-id":"d94659b2-4ce5-3a98-b4b8-da1131cf33ee","editor":"trxckster"},{"editor":"lytninb","type-id":"d94659b2-4ce5-3a98-b4b8-da1131cf33ee","release-count":2628,"name":"My Collection","entity-type":"release","type":"Release","id":"8b9adb50-06e8-42ea-ab3d-44c513504c46"},{"editor":"HackBug","type-id":"d94659b2-4ce5-3a98-b4b8-da1131cf33ee","name":"Personal Collection","entity-type":"release","release-count":1768,"id":"b66d6806-621a-41b8-a5fa-9ba687cebffe","type":"Release"},{"editor":"azkreationz80","type-id":"d94659b2-4ce5-3a98-b4b8-da1131cf33ee","release-count":3631,"entity-type":"release","name":"mybeets","type":"Release","id":"bf76833c-4468-4579-aba8-9795c87b5cee"},{"editor":"evaryont","type-id":"d94659b2-4ce5-3a98-b4b8-da1131cf33ee","name":"My Music","entity-type":"release","release-count":25,"id":"e1a74d9a-4ab0-4c8c-858d-68bb7a2aa395","type":"Release"}],"collection-offset":0} \ No newline at end of file diff --git a/test/fixtures/8069a2ac06a7b48528fa1350e0e45e71.headers b/test/fixtures/8069a2ac06a7b48528fa1350e0e45e71.headers deleted file mode 100644 index f4815c7..0000000 --- a/test/fixtures/8069a2ac06a7b48528fa1350e0e45e71.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:24 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1080", - "x-ratelimit-reset": "1537138706", - "server": "Plack::Handler::Starlet", - "etag": "W/\"00330f74476954894dbd218b174576fc\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/collection?release=0702057c-cb90-43d3-b7b4-6d0cc37e8644&fmt=json", - "time": 422, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/81a6d797dbe67ce75ba99ed2f5315ee0 b/test/fixtures/81a6d797dbe67ce75ba99ed2f5315ee0 deleted file mode 100644 index 34b6012..0000000 --- a/test/fixtures/81a6d797dbe67ce75ba99ed2f5315ee0 +++ /dev/null @@ -1 +0,0 @@ -{"length":383493,"id":"9f9cf187-d6f9-437f-9d98-d59cdbd52757","title":"Paranoid Android","video":false,"disambiguation":""} \ No newline at end of file diff --git a/test/fixtures/81a6d797dbe67ce75ba99ed2f5315ee0.headers b/test/fixtures/81a6d797dbe67ce75ba99ed2f5315ee0.headers deleted file mode 100644 index 28f7885..0000000 --- a/test/fixtures/81a6d797dbe67ce75ba99ed2f5315ee0.headers +++ /dev/null @@ -1,27 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:40 GMT", - "content-type": "application/json; charset=utf-8", - "content-length": "122", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1048", - "x-ratelimit-reset": "1537138662", - "server": "Plack::Handler::Starlet", - "etag": "\"a67a1387ee68a70f0364a313e54b9893\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/recording/9f9cf187-d6f9-437f-9d98-d59cdbd52757?fmt=json", - "time": 352, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/83438243e6a2e2d2c46f7b5b11f1be76 b/test/fixtures/83438243e6a2e2d2c46f7b5b11f1be76 deleted file mode 100644 index 0302d12..0000000 --- a/test/fixtures/83438243e6a2e2d2c46f7b5b11f1be76 +++ /dev/null @@ -1 +0,0 @@ -{"isnis":[],"country":"US","label-code":null,"disambiguation":"US label","life-span":{"begin":null,"ended":false,"end":null},"area":{"iso-3166-1-codes":["US"],"id":"489ce91b-6658-3307-9877-795b68554c98","disambiguation":"","sort-name":"United States","name":"United States"},"type-id":null,"name":"Griffin Music","rating":{"votes-count":0,"value":null},"sort-name":"Griffin Music","type":null,"ipis":[],"id":"caa7d1f9-c37d-4550-a8d9-6fd78ed7047b"} \ No newline at end of file diff --git a/test/fixtures/83438243e6a2e2d2c46f7b5b11f1be76.headers b/test/fixtures/83438243e6a2e2d2c46f7b5b11f1be76.headers deleted file mode 100644 index 24073d9..0000000 --- a/test/fixtures/83438243e6a2e2d2c46f7b5b11f1be76.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:08 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1091", - "x-ratelimit-reset": "1537138750", - "server": "Plack::Handler::Starlet", - "etag": "W/\"fd8aedb48922735be38f5b0c4c7f9a43\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/caa7d1f9-c37d-4550-a8d9-6fd78ed7047b?inc=ratings&fmt=json", - "time": 374, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/83ae719cb34d0210568c345deed9cfff b/test/fixtures/83ae719cb34d0210568c345deed9cfff deleted file mode 100644 index 0216606..0000000 --- a/test/fixtures/83ae719cb34d0210568c345deed9cfff +++ /dev/null @@ -1 +0,0 @@ -{"collections":[{"type":"Artist","editor":"arist.on","artist-count":14,"id":"06535ef2-adc9-4c50-ad19-ab607d143485","type-id":"b21ef166-d652-3e15-958d-1ff7ad3412ab","name":"1648 1814 vestfalian peace","entity-type":"artist"},{"entity-type":"artist","name":"ArtistsToPlay","editor":"vyrzukhisuc","type":"Artist","type-id":"b21ef166-d652-3e15-958d-1ff7ad3412ab","artist-count":54,"id":"48eaec0c-7088-4864-839b-12ea681f1b5d"},{"type":"Artist","editor":"ListMyCDs.com","artist-count":108,"id":"974fcec4-eca0-4bfe-9a3a-e61aa93c186b","type-id":"b21ef166-d652-3e15-958d-1ff7ad3412ab","name":"German Composers","entity-type":"artist"},{"name":"Artists","entity-type":"artist","type":"Artist","editor":"vyrzukhisuc","id":"fb1b7d8d-4082-4b78-b50c-3c1e8a91e2e2","artist-count":94,"type-id":"b21ef166-d652-3e15-958d-1ff7ad3412ab"}],"collection-offset":0,"collection-count":4} \ No newline at end of file diff --git a/test/fixtures/83ae719cb34d0210568c345deed9cfff.headers b/test/fixtures/83ae719cb34d0210568c345deed9cfff.headers deleted file mode 100644 index 4bb8782..0000000 --- a/test/fixtures/83ae719cb34d0210568c345deed9cfff.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:51 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "811", - "x-ratelimit-reset": "1537138672", - "server": "Plack::Handler::Starlet", - "etag": "W/\"b20487a7ec7e3cf602329788026fb85a\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/collection?artist=24f1766e-9635-4d58-a4d4-9413f9f98a4c&fmt=json", - "time": 373, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/83f039eef186b338f6a299e58ec98cff b/test/fixtures/83f039eef186b338f6a299e58ec98cff deleted file mode 100644 index 5a04015..0000000 --- a/test/fixtures/83f039eef186b338f6a299e58ec98cff +++ /dev/null @@ -1 +0,0 @@ -{"relations":[{"end":null,"attributes":[],"source-credit":"","url":{"resource":"https://www.discogs.com/label/55707","id":"917907f9-5bcf-46e7-94d2-70a0b8d1572d"},"direction":"forward","begin":null,"type":"discogs","target-credit":"","type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","ended":false,"attribute-values":{},"target-type":"url"}],"life-span":{"end":null,"ended":false,"begin":null},"disambiguation":"please use this label with caution, likely to have existed only between 2004–2008","id":"ebcc6218-78cb-4002-80f7-982ba9ac0dca","country":null,"area":null,"ipis":[],"type-id":null,"type":null,"name":"Sony BMG","isnis":[],"sort-name":"Sony BMG","label-code":null} \ No newline at end of file diff --git a/test/fixtures/83f039eef186b338f6a299e58ec98cff.headers b/test/fixtures/83f039eef186b338f6a299e58ec98cff.headers deleted file mode 100644 index 69ccb99..0000000 --- a/test/fixtures/83f039eef186b338f6a299e58ec98cff.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:07 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1022", - "x-ratelimit-reset": "1537138748", - "server": "Plack::Handler::Starlet", - "etag": "W/\"9788cbbaf93f53698ff8b701a61a729a\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/ebcc6218-78cb-4002-80f7-982ba9ac0dca?inc=url-rels&fmt=json", - "time": 410, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/84660e1bb4040cb3e7b6bf0be38d4ed4 b/test/fixtures/84660e1bb4040cb3e7b6bf0be38d4ed4 deleted file mode 100644 index 288a2e3..0000000 --- a/test/fixtures/84660e1bb4040cb3e7b6bf0be38d4ed4 +++ /dev/null @@ -1 +0,0 @@ -{"images":[{"approved":true,"back":false,"comment":"","edit":39932731,"front":true,"id":14194257311,"image":"http://coverartarchive.org/release/3ee3723e-ed1e-4baa-a718-7f1d9ecb3bec/14194257311.jpg","thumbnails":{"large":"http://coverartarchive.org/release/3ee3723e-ed1e-4baa-a718-7f1d9ecb3bec/14194257311-500.jpg","small":"http://coverartarchive.org/release/3ee3723e-ed1e-4baa-a718-7f1d9ecb3bec/14194257311-250.jpg"},"types":["Front"]}],"release":"https://musicbrainz.org/release/3ee3723e-ed1e-4baa-a718-7f1d9ecb3bec"} \ No newline at end of file diff --git a/test/fixtures/84660e1bb4040cb3e7b6bf0be38d4ed4.headers b/test/fixtures/84660e1bb4040cb3e7b6bf0be38d4ed4.headers deleted file mode 100644 index bfe2551..0000000 --- a/test/fixtures/84660e1bb4040cb3e7b6bf0be38d4ed4.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:20 GMT", - "content-type": "application/json", - "content-length": "518", - "last-modified": "Tue, 31 Oct 2017 22:03:30 GMT", - "connection": "keep-alive", - "etag": "\"59f8f332-206\"", - "expires": "Mon, 17 Sep 2018 04:59:20 GMT", - "cache-control": "max-age=21600", - "access-control-allow-origin": "*", - "accept-ranges": "bytes" - }, - "url": "http://ia801204.us.archive.org:80/4/items/mbid-3ee3723e-ed1e-4baa-a718-7f1d9ecb3bec/index.json", - "time": 67, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://archive.org/download/mbid-3ee3723e-ed1e-4baa-a718-7f1d9ecb3bec/index.json", - "host": "ia801204.us.archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/8581178e326312488e135efb6067e442 b/test/fixtures/8581178e326312488e135efb6067e442 deleted file mode 100644 index 39fe972..0000000 --- a/test/fixtures/8581178e326312488e135efb6067e442 +++ /dev/null @@ -1 +0,0 @@ -{"id":"08450be5-f6d2-46d6-8be0-67087c02162c","name":"baroque guitar","type":"String instrument","relations":[{"source-credit":"","direction":"forward","target-type":"url","url":{"id":"c8aecd62-1823-47b8-95e7-997232b44491","resource":"https://commons.wikimedia.org/wiki/File:M2676_-_gitarr_-_Matteo_Seelos_-_f%C3%B6re_1653_-_foto_Olav_Nyhus_(clip).jpg"},"type":"image","type-id":"f64eacbd-1ea1-381e-9886-2cfb552b7d90","attribute-values":{},"target-credit":"","attributes":[],"end":null,"begin":null,"ended":false},{"type-id":"1486fccd-cf59-35e4-9399-b50e2b255877","attribute-values":{},"target-credit":"","attributes":[],"begin":null,"end":null,"ended":false,"source-credit":"","direction":"forward","target-type":"url","url":{"id":"92ac382f-a49d-4803-86ee-94f1842da44b","resource":"https://www.wikidata.org/wiki/Q748119"},"type":"wikidata"}],"type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","description":"Predecessor of the modern classical guitar, it had gut strings and even gut frets. First described in 1555, it surpassed the Renaissance lute's popularity.","disambiguation":""} \ No newline at end of file diff --git a/test/fixtures/8581178e326312488e135efb6067e442.headers b/test/fixtures/8581178e326312488e135efb6067e442.headers deleted file mode 100644 index 33ece75..0000000 --- a/test/fixtures/8581178e326312488e135efb6067e442.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:17 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "930", - "x-ratelimit-reset": "1537138637", - "server": "Plack::Handler::Starlet", - "etag": "W/\"eea544ba2218edf09b09c217b05d0155\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/instrument/08450be5-f6d2-46d6-8be0-67087c02162c?inc=url-rels&fmt=json", - "time": 375, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/85a0820ae369fb18f9d279edf0ac6623 b/test/fixtures/85a0820ae369fb18f9d279edf0ac6623 deleted file mode 100644 index 59f9f3a..0000000 --- a/test/fixtures/85a0820ae369fb18f9d279edf0ac6623 +++ /dev/null @@ -1 +0,0 @@ -{"batchcomplete":"","query":{"normalized":[{"from":"File:M2676_-_gitarr_-_Matteo_Seelos_-_f\u00f6re_1653_-_foto_Olav_Nyhus_(clip).jpg","to":"File:M2676 - gitarr - Matteo Seelos - f\u00f6re 1653 - foto Olav Nyhus (clip).jpg"}],"pages":{"29900001":{"pageid":29900001,"ns":6,"title":"File:M2676 - gitarr - Matteo Seelos - f\u00f6re 1653 - foto Olav Nyhus (clip).jpg","imagerepository":"local","imageinfo":[{"user":"Clusternote","size":1547933,"width":2613,"height":1236,"canonicaltitle":"File:M2676 - gitarr - Matteo Seelos - f\u00f6re 1653 - foto Olav Nyhus (clip).jpg","url":"https://upload.wikimedia.org/wikipedia/commons/1/1a/M2676_-_gitarr_-_Matteo_Seelos_-_f%C3%B6re_1653_-_foto_Olav_Nyhus_%28clip%29.jpg","descriptionurl":"https://commons.wikimedia.org/wiki/File:M2676_-_gitarr_-_Matteo_Seelos_-_f%C3%B6re_1653_-_foto_Olav_Nyhus_(clip).jpg","descriptionshorturl":"https://commons.wikimedia.org/w/index.php?curid=29900001","extmetadata":{"DateTime":{"value":"2013-11-28 09:55:59","source":"mediawiki-metadata","hidden":""},"ObjectName":{"value":"M2676 - gitarr - Matteo Seelos - f\u00f6re 1653 - foto Olav Nyhus (clip)","source":"mediawiki-metadata","hidden":""},"CommonsMetadataExtension":{"value":1.2,"source":"extension","hidden":""},"Categories":{"value":"1653 instrument productions|5 double courses guitars|Baroque guitars|Files uploaded by User:Clusternote|Matteo Seelos (luthier)|Multi-tier rosettes (string instrument)|Retouched pictures|Self-published work|Swedish Performing Arts Agency|Uploaded with derivativeFX","source":"commons-categories","hidden":""},"Assessments":{"value":"","source":"commons-categories","hidden":""},"ImageDescription":{"value":"Gitarr, tillverkare Matteo Seelos, f\u00f6re 1653. Foto Olav Nyhus. Ing\u00e5r i Musik- och teatermuseets instrumentsamling.","source":"commons-desc-page"},"DateTimeOriginal":{"value":"2013-11-28 09:53","source":"commons-desc-page"},"Credit":{"value":"This file was derived from:\u00a0M2676 - gitarr - Matteo Seelos - f\u00f6re 1653 - foto Olav Nyhus.jpg:\u00a0\"M2676
","source":"commons-desc-page","hidden":""},"Artist":{"value":"","source":"commons-desc-page"},"LicenseShortName":{"value":"CC BY-SA 3.0","source":"commons-desc-page","hidden":""},"UsageTerms":{"value":"Creative Commons Attribution-Share Alike 3.0","source":"commons-desc-page","hidden":""},"AttributionRequired":{"value":"true","source":"commons-desc-page","hidden":""},"LicenseUrl":{"value":"https://creativecommons.org/licenses/by-sa/3.0","source":"commons-desc-page","hidden":""},"Copyrighted":{"value":"True","source":"commons-desc-page","hidden":""},"Restrictions":{"value":"","source":"commons-desc-page","hidden":""},"License":{"value":"cc-by-sa-3.0","source":"commons-templates","hidden":""}}}]}}}} \ No newline at end of file diff --git a/test/fixtures/85a0820ae369fb18f9d279edf0ac6623.headers b/test/fixtures/85a0820ae369fb18f9d279edf0ac6623.headers deleted file mode 100644 index 86c023f..0000000 --- a/test/fixtures/85a0820ae369fb18f9d279edf0ac6623.headers +++ /dev/null @@ -1,42 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:17 GMT", - "content-type": "application/json; charset=utf-8", - "content-length": "1277", - "connection": "keep-alive", - "server": "mw2204.codfw.wmnet", - "x-powered-by": "HHVM/3.18.6-dev", - "p3p": "CP=\"This is not a P3P policy! See https://commons.wikimedia.org/wiki/Special:CentralAutoLogin/P3P for more info.\"", - "cache-control": "private, must-revalidate, max-age=0", - "vary": "Accept-Encoding,Treat-as-Untrusted,X-Forwarded-Proto,Cookie,Authorization", - "content-disposition": "inline; filename=api-result.json", - "x-content-type-options": "nosniff", - "x-frame-options": "DENY", - "backend-timing": "D=30927 t=1537138637311375", - "x-varnish": "679712898, 1035644830, 776852360", - "via": "1.1 varnish (Varnish/5.1), 1.1 varnish (Varnish/5.1), 1.1 varnish (Varnish/5.1)", - "accept-ranges": "bytes", - "age": "0", - "x-cache": "cp2004 pass, cp4028 pass, cp4030 pass", - "x-cache-status": "pass", - "strict-transport-security": "max-age=106384710; includeSubDomains; preload", - "set-cookie": [ - "WMF-Last-Access=16-Sep-2018;Path=/;HttpOnly;secure;Expires=Thu, 18 Oct 2018 12:00:00 GMT", - "GeoIP=US:WA:Seattle:47.61:-122.30:v4; Path=/; secure; Domain=.wikimedia.org" - ], - "x-analytics": "ns=-1;special=Badtitle;https=1;nocookies=1", - "x-client-ip": "24.56.225.155" - }, - "url": "https://commons.wikimedia.org:443/w/api.php?action=query&titles=File%3AM2676_-_gitarr_-_Matteo_Seelos_-_f%C3%B6re_1653_-_foto_Olav_Nyhus_(clip).jpg&prop=imageinfo&iiprop=url%7Csize%7Ccanonicaltitle%7Cuser%7Cextmetadata&format=json", - "time": 173, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "commons.wikimedia.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/8619ae4dc1a5c3e3cf04ac05ede71e99 b/test/fixtures/8619ae4dc1a5c3e3cf04ac05ede71e99 deleted file mode 100644 index 78ae90c..0000000 --- a/test/fixtures/8619ae4dc1a5c3e3cf04ac05ede71e99 +++ /dev/null @@ -1 +0,0 @@ -{"description":"","relations":[{"type-id":"1486fccd-cf59-35e4-9399-b50e2b255877","end":null,"attribute-values":{},"direction":"forward","target-credit":"","begin":null,"ended":false,"type":"wikidata","source-credit":"","attributes":[],"url":{"resource":"https://www.wikidata.org/wiki/Q78987","id":"61d3f769-6799-4117-b577-c088b09c7d5c"},"target-type":"url"}],"name":"electric guitar","type":"String instrument","id":"7ee8ebf5-3aed-4fc8-8004-49f4a8c45a87","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","disambiguation":""} \ No newline at end of file diff --git a/test/fixtures/8619ae4dc1a5c3e3cf04ac05ede71e99.headers b/test/fixtures/8619ae4dc1a5c3e3cf04ac05ede71e99.headers deleted file mode 100644 index c002d9e..0000000 --- a/test/fixtures/8619ae4dc1a5c3e3cf04ac05ede71e99.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:06 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1161", - "x-ratelimit-reset": "1537138627", - "server": "Plack::Handler::Starlet", - "etag": "W/\"ac98d9cf4290f25f985a4a3aeb9f603c\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/instrument/7ee8ebf5-3aed-4fc8-8004-49f4a8c45a87?inc=url-rels&fmt=json", - "time": 395, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/87438b239df73ddc020aee9ec9d84905 b/test/fixtures/87438b239df73ddc020aee9ec9d84905 deleted file mode 100644 index 2efa6b1..0000000 --- a/test/fixtures/87438b239df73ddc020aee9ec9d84905 +++ /dev/null @@ -1 +0,0 @@ -{"first-release-date":"2014-10-07","secondary-type-ids":[],"id":"e37d2740-4503-4e3f-ab6d-e622a25e964d","primary-type-id":"f529b476-6e62-324f-b0aa-1f3e33d313fc","disambiguation":"","primary-type":"Album","title":"Lures","secondary-types":[]} \ No newline at end of file diff --git a/test/fixtures/87438b239df73ddc020aee9ec9d84905.headers b/test/fixtures/87438b239df73ddc020aee9ec9d84905.headers deleted file mode 100644 index f9781b1..0000000 --- a/test/fixtures/87438b239df73ddc020aee9ec9d84905.headers +++ /dev/null @@ -1,27 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:56:51 GMT", - "content-type": "application/json; charset=utf-8", - "content-length": "240", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "863", - "x-ratelimit-reset": "1537138611", - "server": "Plack::Handler::Starlet", - "etag": "\"e1abbe24c8c8b9cd0c232350fe5069fd\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/release-group/e37d2740-4503-4e3f-ab6d-e622a25e964d?fmt=json", - "time": 484, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/876353ef38c82797eaed49c94c919179 b/test/fixtures/876353ef38c82797eaed49c94c919179 deleted file mode 100644 index 7a9cdb9..0000000 --- a/test/fixtures/876353ef38c82797eaed49c94c919179 +++ /dev/null @@ -1 +0,0 @@ -{"languages":["eng","mul"],"attributes":[],"language":"mul","disambiguation":"","id":"895da07b-9d85-3f03-b1c5-0ea2bd8bb959","iswcs":["T-900.755.682-3"],"type":"Song","title":"The Partisan","type-id":"f061270a-2fd6-32f1-a641-f0f8676d14e6"} \ No newline at end of file diff --git a/test/fixtures/876353ef38c82797eaed49c94c919179.headers b/test/fixtures/876353ef38c82797eaed49c94c919179.headers deleted file mode 100644 index bc76274..0000000 --- a/test/fixtures/876353ef38c82797eaed49c94c919179.headers +++ /dev/null @@ -1,27 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:18 GMT", - "content-type": "application/json; charset=utf-8", - "content-length": "238", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1073", - "x-ratelimit-reset": "1537138639", - "server": "Plack::Handler::Starlet", - "etag": "\"036a3539b9386cc79efe67188d268585\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/work/ef7d0814-da6a-32f5-a600-ff81cffd1aed?fmt=json", - "time": 363, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/8793e474840732d08e1d8b01911bd48a b/test/fixtures/8793e474840732d08e1d8b01911bd48a deleted file mode 100644 index d025b70..0000000 --- a/test/fixtures/8793e474840732d08e1d8b01911bd48a +++ /dev/null @@ -1 +0,0 @@ -{"release":"https://musicbrainz.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd","images":[{"comment":"","back":false,"thumbnails":{"small":"http://coverartarchive.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd/15486350950-250.jpg","large":"http://coverartarchive.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd/15486350950-500.jpg"},"front":true,"approved":true,"edit":42442363,"types":["Front"],"id":15486350950,"image":"http://coverartarchive.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd/15486350950.jpg"},{"comment":"","back":false,"approved":true,"thumbnails":{"large":"http://coverartarchive.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd/15486352440-500.jpg","small":"http://coverartarchive.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd/15486352440-250.jpg"},"front":false,"image":"http://coverartarchive.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd/15486352440.jpg","id":15486352440,"types":["Medium"],"edit":42442364},{"back":false,"comment":"","types":["Medium"],"id":15486353243,"image":"http://coverartarchive.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd/15486353243.jpg","edit":42442365,"approved":true,"thumbnails":{"large":"http://coverartarchive.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd/15486353243-500.jpg","small":"http://coverartarchive.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd/15486353243-250.jpg"},"front":false},{"back":true,"comment":"","edit":42442367,"id":15486354235,"image":"http://coverartarchive.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd/15486354235.jpg","types":["Back"],"front":false,"thumbnails":{"large":"http://coverartarchive.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd/15486354235-500.jpg","small":"http://coverartarchive.org/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd/15486354235-250.jpg"},"approved":true}]} \ No newline at end of file diff --git a/test/fixtures/8793e474840732d08e1d8b01911bd48a.headers b/test/fixtures/8793e474840732d08e1d8b01911bd48a.headers deleted file mode 100644 index a0e9dd8..0000000 --- a/test/fixtures/8793e474840732d08e1d8b01911bd48a.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "application/json", - "content-length": "1796", - "last-modified": "Thu, 29 Dec 2016 08:01:33 GMT", - "connection": "keep-alive", - "etag": "\"5864c2dd-704\"", - "expires": "Mon, 17 Sep 2018 04:59:19 GMT", - "cache-control": "max-age=21600", - "access-control-allow-origin": "*", - "accept-ranges": "bytes" - }, - "url": "http://ia801901.us.archive.org:80/10/items/mbid-42fab4c5-13e1-4663-bef4-dbd41a8050bd/index.json", - "time": 85, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://archive.org/download/mbid-42fab4c5-13e1-4663-bef4-dbd41a8050bd/index.json", - "host": "ia801901.us.archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/87a55fd7ad8a5996efd9fa87a188decb b/test/fixtures/87a55fd7ad8a5996efd9fa87a188decb deleted file mode 100644 index d88dccf..0000000 --- a/test/fixtures/87a55fd7ad8a5996efd9fa87a188decb +++ /dev/null @@ -1 +0,0 @@ -{"release-events":[{"area":{"id":"2db42837-c832-3c27-b4a3-08198f75693c","iso-3166-1-codes":["JP"],"disambiguation":"","sort-name":"Japan","name":"Japan"},"date":"1983-05-21"}],"media":[{"position":1,"track-count":9,"format":"CD","title":"","discs":[{"offsets":[150,18190,34163,66150,87453,116853,151413,166833,184123],"sectors":193443,"offset-count":9,"id":"TMXdzZkTcc9Jq24PD0w5J9_AXms-"},{"offsets":[150,17960,33857,65742,87272,116037,151202,166622,183905],"sectors":193405,"offset-count":9,"id":"rKs_PWM2y.8B7uVgxqJqzTDz7vs-"}],"format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31"}],"country":"JP","barcode":"","disambiguation":"","quality":"normal","text-representation":{"language":"eng","script":"Latn"},"packaging-id":"ec27701a-4a22-37f4-bfac-6616e0f9750a","title":"The Dark Side of the Moon","cover-art-archive":{"count":5,"darkened":false,"back":true,"artwork":true,"front":true},"id":"7f6d3088-837d-495e-905f-be5c70ac2d82","asin":null,"status-id":"4e304316-386d-3409-af2e-78857eec5cfe","packaging":"Jewel Case","date":"1983-05-21","status":"Official"} \ No newline at end of file diff --git a/test/fixtures/87a55fd7ad8a5996efd9fa87a188decb.headers b/test/fixtures/87a55fd7ad8a5996efd9fa87a188decb.headers deleted file mode 100644 index 0ac87ed..0000000 --- a/test/fixtures/87a55fd7ad8a5996efd9fa87a188decb.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:13 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "851", - "x-ratelimit-reset": "1537138694", - "server": "Plack::Handler::Starlet", - "etag": "W/\"fd91ec1af770ecabe0e8f86c6d626ca5\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/release/7f6d3088-837d-495e-905f-be5c70ac2d82?inc=media%2Bdiscids&fmt=json", - "time": 379, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/88d25eac97d9ca9d35b89f082799a4c6 b/test/fixtures/88d25eac97d9ca9d35b89f082799a4c6 deleted file mode 100644 index e69de29..0000000 diff --git a/test/fixtures/88d25eac97d9ca9d35b89f082799a4c6.headers b/test/fixtures/88d25eac97d9ca9d35b89f082799a4c6.headers deleted file mode 100644 index aa8d36b..0000000 --- a/test/fixtures/88d25eac97d9ca9d35b89f082799a4c6.headers +++ /dev/null @@ -1,26 +0,0 @@ -{ - "statusCode": 302, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "text/html; charset=UTF-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "access-control-allow-origin": "*", - "accept-ranges": "bytes", - "location": "http://ia902502.us.archive.org/29/items/mbid-22a1945f-185c-4d70-979e-f297b00b0c71/index.json", - "strict-transport-security": "max-age=2592000" - }, - "url": "http://archive.org:80/download/mbid-22a1945f-185c-4d70-979e-f297b00b0c71/index.json", - "time": 103, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71", - "host": "archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/88fdc8186d682459a67b151945c5d5d0 b/test/fixtures/88fdc8186d682459a67b151945c5d5d0 deleted file mode 100644 index 0f1632a..0000000 --- a/test/fixtures/88fdc8186d682459a67b151945c5d5d0 +++ /dev/null @@ -1 +0,0 @@ -{"sort-name":"Sony Broadway","type-id":null,"name":"Sony Broadway","ipis":[],"id":"6d0e9125-6846-400e-8b1a-3ff851967273","type":null,"isnis":[],"country":"US","label-code":null,"area":{"name":"United States","sort-name":"United States","disambiguation":"","iso-3166-1-codes":["US"],"id":"489ce91b-6658-3307-9877-795b68554c98"},"disambiguation":"","life-span":{"end":"1993","begin":"1991-12","ended":true},"relations":[{"target-credit":"","target-type":"url","begin":null,"ended":false,"url":{"id":"cc4f9430-19af-4882-87f0-d358cc521589","resource":"https://www.wikidata.org/wiki/Q7562427"},"source-credit":"","end":null,"type-id":"75d87e83-d927-4580-ba63-44dc76256f98","attribute-values":{},"direction":"forward","type":"wikidata","attributes":[]}]} \ No newline at end of file diff --git a/test/fixtures/88fdc8186d682459a67b151945c5d5d0.headers b/test/fixtures/88fdc8186d682459a67b151945c5d5d0.headers deleted file mode 100644 index 40337c3..0000000 --- a/test/fixtures/88fdc8186d682459a67b151945c5d5d0.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:34 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "740", - "x-ratelimit-reset": "1537138714", - "server": "Plack::Handler::Starlet", - "etag": "W/\"2af576498bd49f1170db7c1ed8f08658\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/6d0e9125-6846-400e-8b1a-3ff851967273?inc=url-rels&fmt=json", - "time": 408, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/89450a383b06d3be5d7cf6f7c7234721 b/test/fixtures/89450a383b06d3be5d7cf6f7c7234721 deleted file mode 100644 index 29e8d8a..0000000 --- a/test/fixtures/89450a383b06d3be5d7cf6f7c7234721 +++ /dev/null @@ -1 +0,0 @@ -{"created":"2018-09-16T22:57:07.622Z","count":41,"offset":0,"areas":[{"id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","score":100,"name":"Germany","sort-name":"Germany","iso-3166-1-codes":["DE"],"life-span":{"ended":null},"aliases":[{"sort-name":"Saksa","name":"Saksa","locale":"fi","type":null,"primary":true,"begin-date":null,"end-date":null},{"sort-name":"Saksamaa","name":"Saksamaa","locale":"et","type":null,"primary":true,"begin-date":null,"end-date":null},{"sort-name":"Deutschland","name":"Deutschland","locale":"de","type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Germania","name":"Germania","locale":"it","type":null,"primary":true,"begin-date":null,"end-date":null},{"sort-name":"Federal Republic of Germany","type-id":"b280c712-f676-342e-a8f2-e5c5fe0159b4","name":"Federal Republic of Germany","locale":"en","type":"Formal name","primary":null,"begin-date":"1949-05-23","end-date":"1990-10-02"},{"sort-name":"Tyskland","name":"Tyskland","locale":"no","type":null,"primary":true,"begin-date":null,"end-date":null},{"sort-name":"Bundesrepublik Deutschland","type-id":"0b5b3497-d5d9-34e7-a61b-9a6c18aa7b29","name":"Bundesrepublik Deutschland","locale":"de","type":"Area name","primary":true,"begin-date":"1949-05-23","end-date":"1990-10-02"},{"sort-name":"Γερμανία","name":"Γερμανία","locale":"el","type":null,"primary":true,"begin-date":null,"end-date":null},{"sort-name":"ドイツ","name":"ドイツ","locale":"ja","type":null,"primary":true,"begin-date":null,"end-date":null},{"sort-name":"Allemagne","name":"Allemagne","locale":"fr","type":null,"primary":true,"begin-date":null,"end-date":null},{"sort-name":"Alemania","name":"Alemania","locale":"es","type":null,"primary":true,"begin-date":null,"end-date":null},{"sort-name":"Germany","name":"Germany","locale":"en","type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"West Germany","type-id":"0b5b3497-d5d9-34e7-a61b-9a6c18aa7b29","name":"West Germany","locale":"en","type":"Area name","primary":true,"begin-date":"1949-05-23","end-date":"1990-10-02"},{"sort-name":"Duitsland","name":"Duitsland","locale":"nl","type":null,"primary":true,"begin-date":null,"end-date":null}],"tags":[{"count":1,"name":"un member state"},{"count":1,"name":"place"},{"count":1,"name":"vinylraritäten"}]},{"id":"d907b0ac-2956-386f-a246-62d55779aae1","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","score":71,"name":"East Germany","sort-name":"East Germany","iso-3166-1-codes":["XG"],"iso-3166-3-codes":["DDDE"],"life-span":{"begin":"1949","end":"1990","ended":true},"aliases":[{"sort-name":"Saksa Demokraatlik Vabariik","name":"Saksa Demokraatlik Vabariik","locale":"et","type":null,"primary":true,"begin-date":null,"end-date":null},{"sort-name":"Saksan demokraattinen tasavalta","name":"Saksan demokraattinen tasavalta","locale":"fi","type":null,"primary":true,"begin-date":null,"end-date":null},{"sort-name":"East Germany","name":"East Germany","locale":"en","type":null,"primary":true,"begin-date":null,"end-date":null},{"sort-name":"Duitse Democratische Republiek","name":"Duitse Democratische Republiek","locale":"nl","type":null,"primary":true,"begin-date":null,"end-date":null},{"sort-name":"ドイツ民主共和国","name":"ドイツ民主共和国","locale":"ja","type":null,"primary":true,"begin-date":null,"end-date":null},{"sort-name":"DDR","name":"DDR","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Den tyske demokratiske republikk","name":"Den tyske demokratiske republikk","locale":"no","type":null,"primary":true,"begin-date":null,"end-date":null},{"sort-name":"République démocratique allemande","name":"République démocratique allemande","locale":"fr","type":null,"primary":true,"begin-date":null,"end-date":null},{"sort-name":"Deutsche Demokratische Republik","name":"Deutsche Demokratische Republik","locale":"de","type":null,"primary":true,"begin-date":null,"end-date":null},{"sort-name":"Λαϊκή Δημοκρατία της Γερμανίας","name":"Λαϊκή Δημοκρατία της Γερμανίας","locale":"el","type":null,"primary":true,"begin-date":null,"end-date":null},{"sort-name":"Repubblica Democratica Tedesca","name":"Repubblica Democratica Tedesca","locale":"it","type":null,"primary":true,"begin-date":null,"end-date":null},{"sort-name":"República Democrática Alemana","name":"República Democrática Alemana","locale":"es","type":null,"primary":true,"begin-date":null,"end-date":null}]},{"id":"516dda4c-c58d-43a7-9bde-ef6b12a8b741","type":"City","type-id":"6fd8f29a-3d0a-32fc-980d-ea697b69da78","score":37,"name":"New Germany","sort-name":"New Germany","life-span":{"ended":null},"relation-list":[{"relations":[{"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","target":"8a1b8370-3164-4add-bf0f-8049e6fe409b","direction":"backward","area":{"id":"8a1b8370-3164-4add-bf0f-8049e6fe409b","type":"County","type-id":"bcecec27-8bdb-3e00-8254-d948dda502fa","name":"Carver County","sort-name":"Carver County","life-span":{"ended":null}}}]}]},{"id":"36721201-bb7c-4dce-be68-0553b1131205","type":"City","type-id":"6fd8f29a-3d0a-32fc-980d-ea697b69da78","score":37,"name":"New Germany","sort-name":"New Germany","life-span":{"ended":null},"relation-list":[{"relations":[{"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","target":"6e468d04-2c88-4177-8cd5-09ee93239843","direction":"backward","area":{"id":"6e468d04-2c88-4177-8cd5-09ee93239843","type":"City","type-id":"6fd8f29a-3d0a-32fc-980d-ea697b69da78","name":"Durban","sort-name":"Durban","life-span":{"ended":null}}}]}]},{"id":"9088247b-1a28-4aad-9dcd-071424930a01","type":"Municipality","type-id":"17246454-5ac4-36a1-b81a-4753eb2dab20","score":21,"name":"Pahlen","sort-name":"Pahlen","life-span":{"ended":null},"aliases":[{"sort-name":"Pahlen","type-id":"0b5b3497-d5d9-34e7-a61b-9a6c18aa7b29","name":"Pahlen","locale":"de","type":"Area name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Pahlen, Germany","type-id":"0b5b3497-d5d9-34e7-a61b-9a6c18aa7b29","name":"Pahlen, Germany","locale":"en","type":"Area name","primary":true,"begin-date":null,"end-date":null}],"relation-list":[{"relations":[{"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","target":"26486d74-1d5b-40db-857f-a8f49c64175b","direction":"backward","area":{"id":"26486d74-1d5b-40db-857f-a8f49c64175b","type":"Subdivision","type-id":"fd3d44c5-80a1-3842-9745-2c4972d35afa","name":"Schleswig-Holstein","sort-name":"Schleswig-Holstein","life-span":{"ended":null}}}]}]}]} \ No newline at end of file diff --git a/test/fixtures/89450a383b06d3be5d7cf6f7c7234721.headers b/test/fixtures/89450a383b06d3be5d7cf6f7c7234721.headers deleted file mode 100644 index 791453e..0000000 --- a/test/fixtures/89450a383b06d3be5d7cf6f7c7234721.headers +++ /dev/null @@ -1,27 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:07 GMT", - "content-type": "application/json", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "807", - "x-ratelimit-reset": "1537138627", - "last-modified": "Sun, 16 Sep 2018 15:51:05 GMT", - "etag": "\"OWNhMDAwMDAwMDAwMDAwMFNvbHI=\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/area?limit=5&query=Germany&fmt=json", - "time": 354, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/899fe51e8e100f8345cd1cf922bbfe1e b/test/fixtures/899fe51e8e100f8345cd1cf922bbfe1e deleted file mode 100644 index 0b3f60b..0000000 --- a/test/fixtures/899fe51e8e100f8345cd1cf922bbfe1e +++ /dev/null @@ -1 +0,0 @@ -See: http://archive.org/download/mbid-22a1945f-185c-4d70-979e-f297b00b0c71/index.json diff --git a/test/fixtures/899fe51e8e100f8345cd1cf922bbfe1e.headers b/test/fixtures/899fe51e8e100f8345cd1cf922bbfe1e.headers deleted file mode 100644 index 4dd9d21..0000000 --- a/test/fixtures/899fe51e8e100f8345cd1cf922bbfe1e.headers +++ /dev/null @@ -1,23 +0,0 @@ -{ - "statusCode": 307, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:18 GMT", - "content-type": "text/plain; charset=utf-8", - "content-length": "86", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "location": "http://archive.org/download/mbid-22a1945f-185c-4d70-979e-f297b00b0c71/index.json", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/22a1945f-185c-4d70-979e-f297b00b0c71", - "time": 389, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/8a853c2a895ba99685924721d8db37d7 b/test/fixtures/8a853c2a895ba99685924721d8db37d7 deleted file mode 100644 index 4c06e90..0000000 --- a/test/fixtures/8a853c2a895ba99685924721d8db37d7 +++ /dev/null @@ -1 +0,0 @@ -{"works":[{"id":"895da07b-9d85-3f03-b1c5-0ea2bd8bb959","attributes":[],"type-id":"f061270a-2fd6-32f1-a641-f0f8676d14e6","language":"mul","iswcs":["T-900.755.682-3"],"type":"Song","languages":["eng","mul"],"title":"The Partisan","disambiguation":""}],"work-offset":0,"work-count":1} \ No newline at end of file diff --git a/test/fixtures/8a853c2a895ba99685924721d8db37d7.headers b/test/fixtures/8a853c2a895ba99685924721d8db37d7.headers deleted file mode 100644 index 608ce67..0000000 --- a/test/fixtures/8a853c2a895ba99685924721d8db37d7.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:40 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1050", - "x-ratelimit-reset": "1537138662", - "server": "Plack::Handler::Starlet", - "etag": "W/\"1e99b44bf0e5381033aba0f9f622825c\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/iswc/T-900.755.682-3?fmt=json", - "time": 353, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/8add6a7102bef3fbe0819383d85b9cd0 b/test/fixtures/8add6a7102bef3fbe0819383d85b9cd0 deleted file mode 100644 index 0316df5..0000000 --- a/test/fixtures/8add6a7102bef3fbe0819383d85b9cd0 +++ /dev/null @@ -1 +0,0 @@ -See: http://archive.org/download/mbid-42fab4c5-13e1-4663-bef4-dbd41a8050bd/index.json diff --git a/test/fixtures/8add6a7102bef3fbe0819383d85b9cd0.headers b/test/fixtures/8add6a7102bef3fbe0819383d85b9cd0.headers deleted file mode 100644 index efe7a42..0000000 --- a/test/fixtures/8add6a7102bef3fbe0819383d85b9cd0.headers +++ /dev/null @@ -1,23 +0,0 @@ -{ - "statusCode": 307, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:18 GMT", - "content-type": "text/plain; charset=utf-8", - "content-length": "86", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "location": "http://archive.org/download/mbid-42fab4c5-13e1-4663-bef4-dbd41a8050bd/index.json", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/42fab4c5-13e1-4663-bef4-dbd41a8050bd", - "time": 346, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/8b531977c80772b52f69fa86983fb719 b/test/fixtures/8b531977c80772b52f69fa86983fb719 deleted file mode 100644 index b3c09c1..0000000 --- a/test/fixtures/8b531977c80772b52f69fa86983fb719 +++ /dev/null @@ -1 +0,0 @@ -{"offset-count":9,"sectors":193405,"releases":[{"id":"106ec6c3-1a30-336f-9572-65cc0e47109d","date":"1984-08","cover-art-archive":{"darkened":false,"front":true,"artwork":true,"back":true,"count":10},"release-events":[{"area":{"id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","name":"United Kingdom","sort-name":"United Kingdom","disambiguation":"","iso-3166-1-codes":["GB"]},"date":"1984-08"}],"text-representation":{"language":"eng","script":"Latn"},"quality":"normal","status":"Official","title":"The Dark Side of the Moon","packaging-id":"ec27701a-4a22-37f4-bfac-6616e0f9750a","status-id":"4e304316-386d-3409-af2e-78857eec5cfe","asin":null,"country":"GB","barcode":"","media":[{"discs":[{"offsets":[150,17612,33707,65605,87132,115807,151092,166517,183805],"id":"ZODzHFPuY6DfakUIAd7bTSne224-","sectors":192850,"offset-count":9},{"sectors":193405,"id":"rKs_PWM2y.8B7uVgxqJqzTDz7vs-","offsets":[150,17960,33857,65742,87272,116037,151202,166622,183905],"offset-count":9}],"format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31","format":"CD","track-count":9,"title":"","position":1}],"packaging":"Jewel Case","disambiguation":""},{"id":"7f6d3088-837d-495e-905f-be5c70ac2d82","date":"1983-05-21","cover-art-archive":{"count":5,"artwork":true,"back":true,"darkened":false,"front":true},"release-events":[{"date":"1983-05-21","area":{"id":"2db42837-c832-3c27-b4a3-08198f75693c","name":"Japan","iso-3166-1-codes":["JP"],"sort-name":"Japan","disambiguation":""}}],"text-representation":{"script":"Latn","language":"eng"},"quality":"normal","status":"Official","title":"The Dark Side of the Moon","packaging-id":"ec27701a-4a22-37f4-bfac-6616e0f9750a","status-id":"4e304316-386d-3409-af2e-78857eec5cfe","asin":null,"country":"JP","barcode":"","media":[{"format":"CD","track-count":9,"format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31","discs":[{"offsets":[150,18190,34163,66150,87453,116853,151413,166833,184123],"id":"TMXdzZkTcc9Jq24PD0w5J9_AXms-","sectors":193443,"offset-count":9},{"sectors":193405,"id":"rKs_PWM2y.8B7uVgxqJqzTDz7vs-","offsets":[150,17960,33857,65742,87272,116037,151202,166622,183905],"offset-count":9}],"title":"","position":1}],"packaging":"Jewel Case","disambiguation":""},{"barcode":"077774600125","country":"US","asin":"B000002U82","status-id":"4e304316-386d-3409-af2e-78857eec5cfe","packaging-id":null,"disambiguation":"","packaging":null,"media":[{"format":"CD","track-count":9,"discs":[{"offset-count":9,"offsets":[150,18137,34414,66426,88108,116945,152367,167944,185383],"id":"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-","sectors":194476},{"offset-count":9,"sectors":193445,"id":"6S.Rie5e4noRyrN6Jf.styseKak-","offsets":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{"sectors":193293,"id":"8jTZJTgjGGtKjwdt8UyAgK3DnbY-","offsets":[183,18018,34143,66003,87533,116218,151488,166913,184200],"offset-count":9},{"offset-count":9,"sectors":193477,"offsets":[182,18222,34195,66182,87485,116885,151445,166865,184155],"id":"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-"},{"offset-count":9,"sectors":193300,"offsets":[150,17922,34000,65925,87445,116150,151412,166825,184112],"id":"JqKqVx.6RyPF63qiq.UkZKL1amc-"},{"offset-count":9,"sectors":193242,"id":"KfzSur0dV4W.P4zSxxNnF0eUvwQ-","offsets":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{"sectors":193477,"offsets":[182,18217,34195,66182,87485,116885,151440,166862,184150],"id":"LJbrPXYlRQOp92.q09PsOJIDp64-","offset-count":9},{"offset-count":9,"offsets":[175,17827,34277,65702,87250,116252,151227,166652,183902],"id":"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-","sectors":193350},{"sectors":193445,"id":"M5ef947_b48iguGQaG.URuoqfXE-","offsets":[150,18188,34163,66150,87453,116853,151413,166833,184120],"offset-count":9},{"sectors":193070,"offsets":[150,17662,33730,65635,86820,115675,150852,166290,183597],"id":"MRmVoUlZOvKGZFxixVTsalKWr1Y-","offset-count":9},{"sectors":193058,"offsets":[183,17758,35200,65688,87205,116995,151173,166595,183883],"id":"MvkF2QCiXS.tu7kJYnDfAX2A6II-","offset-count":9},{"offsets":[182,18017,34142,66002,87532,116217,151487,166912,184200],"id":"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-","sectors":193292,"offset-count":9},{"sectors":193445,"id":"OlFYu35KMh5W5A8rS2npaC5iOOA-","offsets":[150,18185,34162,66150,87452,116852,151407,166830,184117],"offset-count":9},{"offset-count":9,"sectors":193445,"id":"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-","offsets":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{"sectors":193085,"offsets":[183,17698,33765,65675,86860,115715,150890,166328,183635],"id":"Wk7n0EOphIdSwVG38ICTgVxKH3k-","offset-count":9},{"id":"X4z7DwTJvy7TM.kmgxMsULXhXE4-","offsets":[150,18063,34243,65788,87314,116020,151280,166709,183998],"sectors":193516,"offset-count":9},{"offsets":[183,18018,34143,66003,87533,116218,151488,166913,184200],"id":"YgQIINbxyNhTDK5Iyot3I9irp3c-","sectors":193443,"offset-count":9},{"offset-count":9,"offsets":[150,18225,35612,66071,87712,117421,151634,167082,184344],"id":"ZQApCKC13fLDKtoelWo0nUXSlDI-","sectors":193599},{"offset-count":9,"sectors":193035,"id":"ZpxxNqBzOe1KJQUSJotRAdo1FAA-","offsets":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{"sectors":194473,"offsets":[150,18137,34414,66426,88108,116945,152367,167944,185383],"id":"dT0qfu73Iao5WeycmQB3MOWJ3F8-","offset-count":9},{"offsets":[150,17952,34015,65880,87390,116115,151355,166795,184075],"id":"eRs4VG66pPW2MqTunBs9dEZTm9A-","sectors":193195,"offset-count":9},{"id":"hcwQmxWsG3GdAQvfBa1SCpp4FuU-","offsets":[150,17897,34027,65897,87435,116107,151372,166802,184087],"sectors":193325,"offset-count":9},{"offset-count":9,"sectors":192937,"id":"iyuUxXxwVb95qzws9gT.0p.NNS0-","offsets":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{"sectors":193410,"id":"jmIgyOvnkIgc_1nIfGOzq1tZy.g-","offsets":[150,17985,34110,65970,87500,116185,151455,166880,184167],"offset-count":9},{"offset-count":9,"sectors":192955,"offsets":[150,17985,34110,65970,87500,116185,151455,166880,184167],"id":"mWEN0CB96pflhED60JyFNhrEvMc-"},{"offset-count":9,"id":"rKs_PWM2y.8B7uVgxqJqzTDz7vs-","offsets":[150,17960,33857,65742,87272,116037,151202,166622,183905],"sectors":193405},{"offset-count":9,"sectors":193275,"id":"tH_cY6hcuSDeTuG6GSWI4wp_x6E-","offsets":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{"id":"vnTnHXtoa0q35uGdb80jCbMY0fI-","offsets":[150,17985,34110,65970,87500,116185,151455,166880,184167],"sectors":193260,"offset-count":9}],"format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31","position":1,"title":""}],"text-representation":{"language":"eng","script":"Latn"},"release-events":[{"area":{"sort-name":"United States","disambiguation":"","iso-3166-1-codes":["US"],"id":"489ce91b-6658-3307-9877-795b68554c98","name":"United States"},"date":"1985"}],"date":"1985","cover-art-archive":{"count":9,"front":true,"darkened":false,"back":true,"artwork":true},"id":"e9216a3b-ee97-3464-88e3-887796c2c29b","title":"The Dark Side of the Moon","status":"Official","quality":"normal"}],"offsets":[150,17960,33857,65742,87272,116037,151202,166622,183905],"id":"rKs_PWM2y.8B7uVgxqJqzTDz7vs-"} \ No newline at end of file diff --git a/test/fixtures/8b531977c80772b52f69fa86983fb719.headers b/test/fixtures/8b531977c80772b52f69fa86983fb719.headers deleted file mode 100644 index 9c6a5f4..0000000 --- a/test/fixtures/8b531977c80772b52f69fa86983fb719.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:52 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1121", - "x-ratelimit-reset": "1537138794", - "server": "Plack::Handler::Starlet", - "etag": "W/\"b2a472175df2cc751bb622a47b9449dc\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/discid/rKs_PWM2y.8B7uVgxqJqzTDz7vs-?fmt=json", - "time": 404, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/8ceeff7e63173373a3722f505a891480 b/test/fixtures/8ceeff7e63173373a3722f505a891480 deleted file mode 100644 index 1e08f3a..0000000 --- a/test/fixtures/8ceeff7e63173373a3722f505a891480 +++ /dev/null @@ -1,4 +0,0 @@ - -404 Not Found -

Not Found

-

No cover art found for release a6d4103c-ec8c-4ff9-bfe6-eab01bca8081

diff --git a/test/fixtures/8ceeff7e63173373a3722f505a891480.headers b/test/fixtures/8ceeff7e63173373a3722f505a891480.headers deleted file mode 100644 index aa8ac17..0000000 --- a/test/fixtures/8ceeff7e63173373a3722f505a891480.headers +++ /dev/null @@ -1,22 +0,0 @@ -{ - "statusCode": 404, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:20 GMT", - "content-type": "text/html", - "content-length": "179", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/a6d4103c-ec8c-4ff9-bfe6-eab01bca8081", - "time": 354, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/8db17d4f36436578cb15283bc49f8d1e b/test/fixtures/8db17d4f36436578cb15283bc49f8d1e deleted file mode 100644 index 8faef6f..0000000 --- a/test/fixtures/8db17d4f36436578cb15283bc49f8d1e +++ /dev/null @@ -1 +0,0 @@ -{"type-id":"43f31a62-97e4-36f6-9752-453c131b71ed","country":"FR","relations":[{"direction":"forward","source-credit":"","url":{"resource":"https://www.discogs.com/label/281875","id":"fd53c677-4a71-4713-88bd-58726120301d"},"target-type":"url","type":"discogs","target-credit":"","attribute-values":{},"type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","end":null,"begin":null,"attributes":[],"ended":false},{"source-credit":"","direction":"forward","target-type":"url","url":{"id":"c7abd97f-4c11-47aa-80ac-239079b3aa4b","resource":"http://www.sonymusic.fr/"},"type":"official site","type-id":"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6","attribute-values":{},"target-credit":"","attributes":[],"begin":null,"end":null,"ended":false}],"name":"Sony Music Entertainment (France) S.A.","life-span":{"ended":true,"end":"2003","begin":"1988"},"id":"c2aaa58c-93b2-4d22-8455-611dd401a1e2","area":{"sort-name":"France","disambiguation":"","iso-3166-1-codes":["FR"],"id":"08310658-51eb-3801-80de-5a0739207115","name":"France"},"label-code":null,"disambiguation":"not for release label use! Sony Music Entertainment FR subsidiary from 1988–2003","sort-name":"Sony Music Entertainment (France) S.A.","ipis":[],"isnis":[],"type":"Holding"} \ No newline at end of file diff --git a/test/fixtures/8db17d4f36436578cb15283bc49f8d1e.headers b/test/fixtures/8db17d4f36436578cb15283bc49f8d1e.headers deleted file mode 100644 index 3564448..0000000 --- a/test/fixtures/8db17d4f36436578cb15283bc49f8d1e.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:18 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "795", - "x-ratelimit-reset": "1537138758", - "server": "Plack::Handler::Starlet", - "etag": "W/\"6df0809e41c3437dd073ce2e23f06dfb\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/c2aaa58c-93b2-4d22-8455-611dd401a1e2?inc=url-rels&fmt=json", - "time": 369, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/90dd9e390b2eb9e86db99c06a5930c3c b/test/fixtures/90dd9e390b2eb9e86db99c06a5930c3c deleted file mode 100644 index e69de29..0000000 diff --git a/test/fixtures/90dd9e390b2eb9e86db99c06a5930c3c.headers b/test/fixtures/90dd9e390b2eb9e86db99c06a5930c3c.headers deleted file mode 100644 index 5d3ca78..0000000 --- a/test/fixtures/90dd9e390b2eb9e86db99c06a5930c3c.headers +++ /dev/null @@ -1,26 +0,0 @@ -{ - "statusCode": 302, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:21 GMT", - "content-type": "text/html; charset=UTF-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "access-control-allow-origin": "*", - "accept-ranges": "bytes", - "location": "http://ia801702.us.archive.org/1/items/mbid-32a863b3-a356-4873-8b74-c2039156cb68/index.json", - "strict-transport-security": "max-age=2592000" - }, - "url": "http://archive.org:80/download/mbid-32a863b3-a356-4873-8b74-c2039156cb68/index.json", - "time": 95, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://coverartarchive.org/release/32a863b3-a356-4873-8b74-c2039156cb68", - "host": "archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/914da6a513e527c9351bffbc8879dfc2 b/test/fixtures/914da6a513e527c9351bffbc8879dfc2 deleted file mode 100644 index 4b39689..0000000 --- a/test/fixtures/914da6a513e527c9351bffbc8879dfc2 +++ /dev/null @@ -1 +0,0 @@ -{"created":"2018-09-16T22:56:56.615Z","count":1123,"offset":0,"artists":[{"id":"65314b12-0e08-43fa-ba33-baaa7b874c15","type":"Person","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","score":100,"name":"Leonard Cohen","sort-name":"Cohen, Leonard","gender":"male","country":"CA","area":{"id":"71bbafaa-e825-3e15-8ca9-017dcad1748b","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Canada","sort-name":"Canada","life-span":{"ended":null}},"begin-area":{"id":"3f504d54-c40c-487d-bc16-c1990eac887f","type":"City","type-id":"6fd8f29a-3d0a-32fc-980d-ea697b69da78","name":"Westmount","sort-name":"Westmount","life-span":{"ended":null}},"end-area":{"id":"1f40c6e1-47ba-4e35-996f-fe6ee5840e62","type":"City","type-id":"6fd8f29a-3d0a-32fc-980d-ea697b69da78","name":"Los Angeles","sort-name":"Los Angeles","life-span":{"ended":null}},"ipis":["00006457004"],"life-span":{"begin":"1934-09-21","end":"2016-11-07","ended":true},"aliases":[{"sort-name":"L.Cohen","type-id":"1937e404-b981-3cb7-8151-4c86ebfc8d8e","name":"L.Cohen","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"Lonard Cohen","type-id":"1937e404-b981-3cb7-8151-4c86ebfc8d8e","name":"Lonard Cohen","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"Leonhard Cohen","type-id":"1937e404-b981-3cb7-8151-4c86ebfc8d8e","name":"Leonhard Cohen","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"L. Cohen","type-id":"1937e404-b981-3cb7-8151-4c86ebfc8d8e","name":"L. Cohen","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"Cohen, Leonard Norman","type-id":"d4dcd0c0-b341-3612-a332-c0ce797b25cf","name":"Leonard Norman Cohen","locale":null,"type":"Legal name","primary":null,"begin-date":null,"end-date":null}],"tags":[{"count":0,"name":"canada"},{"count":2,"name":"pop"},{"count":3,"name":"singer/songwriter"},{"count":1,"name":"singer-songwriter"},{"count":0,"name":"singer and songwriter"},{"count":1,"name":"canadian"},{"count":2,"name":"contemporary folk"},{"count":3,"name":"blues rock"},{"count":0,"name":"classic pop and rock"},{"count":0,"name":"sophisti-pop"},{"count":0,"name":"rock"},{"count":4,"name":"folk"}]}]} \ No newline at end of file diff --git a/test/fixtures/914da6a513e527c9351bffbc8879dfc2.headers b/test/fixtures/914da6a513e527c9351bffbc8879dfc2.headers deleted file mode 100644 index c69fa54..0000000 --- a/test/fixtures/914da6a513e527c9351bffbc8879dfc2.headers +++ /dev/null @@ -1,27 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:56:56 GMT", - "content-type": "application/json", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1000", - "x-ratelimit-reset": "1537138617", - "last-modified": "Sun, 16 Sep 2018 22:55:46 GMT", - "etag": "\"Mzg0MDIwMDAwMDAwMDAwMFNvbHI=\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/artist?limit=1&query=Leonard%20Cohen&fmt=json", - "time": 356, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/9247bb00fc5e2e0dcf1fcd269df8b94e b/test/fixtures/9247bb00fc5e2e0dcf1fcd269df8b94e deleted file mode 100644 index c54612d..0000000 --- a/test/fixtures/9247bb00fc5e2e0dcf1fcd269df8b94e +++ /dev/null @@ -1 +0,0 @@ -{"release-offset":0,"release-count":598,"releases":[{"title":"I Feel Fine / She’s a Woman","status":"Official","asin":null,"packaging-id":"f7101ce3-0384-39ce-9fde-fbbd0044d35f","id":"2ac3cbf2-f0d0-3678-af5f-b62dcb051bc0","cover-art-archive":{"count":2,"artwork":true,"darkened":false,"front":true,"back":false},"release-events":[{"area":{"disambiguation":"","sort-name":"United Kingdom","iso-3166-1-codes":["GB"],"name":"United Kingdom","id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed"},"date":"1964-11-27"}],"disambiguation":"","barcode":"","status-id":"4e304316-386d-3409-af2e-78857eec5cfe","packaging":"Cardboard/Paper Sleeve","quality":"normal","date":"1964-11-27","country":"GB","text-representation":{"language":"eng","script":"Latn"}}]} \ No newline at end of file diff --git a/test/fixtures/9247bb00fc5e2e0dcf1fcd269df8b94e.headers b/test/fixtures/9247bb00fc5e2e0dcf1fcd269df8b94e.headers deleted file mode 100644 index 6d11f45..0000000 --- a/test/fixtures/9247bb00fc5e2e0dcf1fcd269df8b94e.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:24 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1084", - "x-ratelimit-reset": "1537138706", - "server": "Plack::Handler::Starlet", - "etag": "W/\"ee70cf06fb6fc3b6e08c92d7779f7a8f\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/release?label=cf7fc5cf-e011-4ef4-b511-cd0188537910&limit=1&fmt=json", - "time": 382, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/92c20b3043c804f81d89af97976dfa53 b/test/fixtures/92c20b3043c804f81d89af97976dfa53 deleted file mode 100644 index 65e77d6..0000000 --- a/test/fixtures/92c20b3043c804f81d89af97976dfa53 +++ /dev/null @@ -1 +0,0 @@ -See: http://archive.org/download/mbid-3e2c779e-16e8-459e-8791-2da47a92dce6/index.json diff --git a/test/fixtures/92c20b3043c804f81d89af97976dfa53.headers b/test/fixtures/92c20b3043c804f81d89af97976dfa53.headers deleted file mode 100644 index 330613c..0000000 --- a/test/fixtures/92c20b3043c804f81d89af97976dfa53.headers +++ /dev/null @@ -1,23 +0,0 @@ -{ - "statusCode": 307, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:20 GMT", - "content-type": "text/plain; charset=utf-8", - "content-length": "86", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "location": "http://archive.org/download/mbid-3e2c779e-16e8-459e-8791-2da47a92dce6/index.json", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/3e2c779e-16e8-459e-8791-2da47a92dce6", - "time": 351, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/935e340e88850192006d86f2114cd5f4 b/test/fixtures/935e340e88850192006d86f2114cd5f4 deleted file mode 100644 index afe46f3..0000000 --- a/test/fixtures/935e340e88850192006d86f2114cd5f4 +++ /dev/null @@ -1 +0,0 @@ -{"images":[{"approved":true,"back":false,"comment":"","edit":52089972,"front":true,"id":19578800916,"image":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578800916.jpg","thumbnails":{"1200":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578800916-1200.jpg","250":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578800916-250.jpg","500":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578800916-500.jpg","large":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578800916-500.jpg","small":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578800916-250.jpg"},"types":["Front"]},{"approved":true,"back":true,"comment":"","edit":52089980,"front":false,"id":19578802606,"image":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578802606.jpg","thumbnails":{"1200":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578802606-1200.jpg","250":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578802606-250.jpg","500":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578802606-500.jpg","large":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578802606-500.jpg","small":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578802606-250.jpg"},"types":["Back","Spine"]},{"approved":true,"back":false,"comment":"","edit":52089981,"front":false,"id":19578803210,"image":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578803210.jpg","thumbnails":{"1200":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578803210-1200.jpg","250":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578803210-250.jpg","500":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578803210-500.jpg","large":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578803210-500.jpg","small":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578803210-250.jpg"},"types":["Sticker"]},{"approved":true,"back":false,"comment":"","edit":52089982,"front":false,"id":19578803782,"image":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578803782.jpg","thumbnails":{"1200":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578803782-1200.jpg","250":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578803782-250.jpg","500":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578803782-500.jpg","large":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578803782-500.jpg","small":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578803782-250.jpg"},"types":["Booklet"]},{"approved":true,"back":false,"comment":"","edit":52089986,"front":false,"id":19578804130,"image":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578804130.jpg","thumbnails":{"1200":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578804130-1200.jpg","250":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578804130-250.jpg","500":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578804130-500.jpg","large":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578804130-500.jpg","small":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578804130-250.jpg"},"types":["Tray"]},{"approved":true,"back":false,"comment":"","edit":52089989,"front":false,"id":19578804701,"image":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578804701.jpg","thumbnails":{"1200":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578804701-1200.jpg","250":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578804701-250.jpg","500":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578804701-500.jpg","large":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578804701-500.jpg","small":"http://coverartarchive.org/release/11b461f0-035f-4726-90e8-da897c9ffc58/19578804701-250.jpg"},"types":["Medium"]}],"release":"https://musicbrainz.org/release/11b461f0-035f-4726-90e8-da897c9ffc58"} \ No newline at end of file diff --git a/test/fixtures/935e340e88850192006d86f2114cd5f4.headers b/test/fixtures/935e340e88850192006d86f2114cd5f4.headers deleted file mode 100644 index 62d90f4..0000000 --- a/test/fixtures/935e340e88850192006d86f2114cd5f4.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:20 GMT", - "content-type": "application/json", - "content-length": "4470", - "last-modified": "Tue, 17 Apr 2018 00:01:06 GMT", - "connection": "keep-alive", - "etag": "\"5ad53942-1176\"", - "expires": "Mon, 17 Sep 2018 04:59:20 GMT", - "cache-control": "max-age=21600", - "access-control-allow-origin": "*", - "accept-ranges": "bytes" - }, - "url": "http://ia802801.us.archive.org:80/29/items/mbid-11b461f0-035f-4726-90e8-da897c9ffc58/index.json", - "time": 63, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://archive.org/download/mbid-11b461f0-035f-4726-90e8-da897c9ffc58/index.json", - "host": "ia802801.us.archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/942f9d096b7e5f2a79cf945af616c347 b/test/fixtures/942f9d096b7e5f2a79cf945af616c347 deleted file mode 100644 index 7b23ee5..0000000 --- a/test/fixtures/942f9d096b7e5f2a79cf945af616c347 +++ /dev/null @@ -1 +0,0 @@ -{"release-events":[{"date":"1999-09-21","area":{"iso-3166-1-codes":["US"],"id":"489ce91b-6658-3307-9877-795b68554c98","disambiguation":"","sort-name":"United States","name":"United States"}}],"media":[{"format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31","discs":[{"sectors":247610,"offsets":[150,20527,41050,49605,74047,106747,127405,144647,170740,186637,202832,223672],"id":"04m9Qov.JiFXVITMeDu0GmgQOew-","offset-count":12},{"offsets":[150,20527,41050,49605,74047,106747,127405,144647,170740,186637,202832,223672],"sectors":247460,"offset-count":12,"id":"Ohp_2QyRW9utJQApDeh8pKsJeLQ-"},{"id":"U8ecAixewyppzKRY_wF1G0i9MfE-","offset-count":12,"sectors":247449,"offsets":[150,20527,41052,49605,74047,106747,127407,144638,170733,186628,202823,223663]},{"sectors":247262,"offsets":[150,20465,41027,49582,74010,106752,127357,144632,170682,186610,202795,223510],"offset-count":12,"id":"VnSV1jtbw3L.HjVzELhI_bNB4hE-"},{"offsets":[150,20536,41069,49631,74082,106791,127459,144708,170811,186714,202917,223765],"sectors":247562,"id":"cJRR0X5.Wr3CUEcHgCtjzj1k53w-","offset-count":12},{"offset-count":12,"id":"sNHGxlmcz_iD.TLWkGjKcHpFzJ8-","sectors":247300,"offsets":[150,20525,41070,49622,74055,106735,127372,144662,170750,186645,202845,223667]},{"id":"uFcIG.2m_48TVBa_zi3a004T.R4-","offset-count":12,"offsets":[150,20527,41052,49605,74047,106747,127407,144647,170742,186637,202832,223672],"sectors":247460},{"id":"vQLnwqKlGje53m8q5gXe7aCQdBE-","offset-count":12,"sectors":247460,"offsets":[150,20527,41062,49617,74047,106747,127407,144647,170747,186637,202832,223672]}],"title":"Left","track-count":12,"position":1,"format":"CD"},{"discs":[{"offsets":[150,19457,41155,66670,90307,106110,128627,139935,158937,177902,190362],"sectors":219937,"id":"1ltw90rQcniN5aLqDWA67.KVKGc-","offset-count":11},{"id":"6iDFQOMCQDnT27BU8Fnl2SkwaAc-","offset-count":11,"offsets":[150,19519,41217,66734,90369,106172,128689,139998,158999,177964,190424],"sectors":220008},{"offsets":[150,19462,41157,66670,90317,106110,128630,139935,158937,177902,190362],"sectors":219937,"id":"BeCps1fvuuAGKc.wWFEE4x7XeBc-","offset-count":11},{"offset-count":11,"id":"ITcYfRdI10oEqWt3KaDTsYTG3sw-","offsets":[150,19457,41155,66667,90305,106110,128627,139935,158935,177902,190362],"sectors":220087},{"offsets":[150,19465,41172,66672,90320,106127,128630,139997,158887,177907,190390],"sectors":220032,"id":"ug0yuGVU_4eouJQGAlzSW8XUG1Q-","offset-count":11},{"id":"zOSHu4LYcPunj8bYapatvzvLwyU-","offset-count":11,"sectors":219922,"offsets":[150,19440,41130,66512,90282,106057,128602,139565,158870,177832,190352]},{"id":"zWQfUgSoWhfITt6fWE2jAMU2IiM-","offset-count":11,"offsets":[150,19457,41155,66667,90305,106110,128627,139935,158935,177902,190362],"sectors":219937}],"format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31","track-count":11,"format":"CD","position":2,"title":"Right"}],"country":"US","barcode":"606949047320","disambiguation":"","status-id":"4e304316-386d-3409-af2e-78857eec5cfe","asin":"B00001P4TH","packaging":"Digipak","date":"1999-09-21","status":"Official","quality":"normal","text-representation":{"script":"Latn","language":"eng"},"packaging-id":"8f931351-d2e2-310f-afc6-37b89ddba246","title":"The Fragile","cover-art-archive":{"front":true,"artwork":true,"back":true,"count":2,"darkened":false},"id":"a4864e94-6d75-4ade-bc93-0dabf3521453"} \ No newline at end of file diff --git a/test/fixtures/942f9d096b7e5f2a79cf945af616c347.headers b/test/fixtures/942f9d096b7e5f2a79cf945af616c347.headers deleted file mode 100644 index 955a0ff..0000000 --- a/test/fixtures/942f9d096b7e5f2a79cf945af616c347.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:51 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "812", - "x-ratelimit-reset": "1537138672", - "server": "Plack::Handler::Starlet", - "etag": "W/\"31b9d8a0c022c4424474bd8f376458c1\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/release/a4864e94-6d75-4ade-bc93-0dabf3521453?inc=media%2Bdiscids&fmt=json", - "time": 382, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/9484a08a05cc0cf8e3416a90eab8f273 b/test/fixtures/9484a08a05cc0cf8e3416a90eab8f273 deleted file mode 100644 index c450094..0000000 --- a/test/fixtures/9484a08a05cc0cf8e3416a90eab8f273 +++ /dev/null @@ -1 +0,0 @@ -{"label-code":2361,"id":"45ffe1d8-92da-4750-9a4a-f42861f46e2c","sort-name":"Legacy","country":null,"life-span":{"ended":false,"begin":"1990","end":null},"area":{"name":"New Jersey","disambiguation":"","iso-3166-2-codes":["US-NJ"],"sort-name":"New Jersey","id":"a36544c1-cb40-4f44-9e0e-7a5a69e403a8"},"relations":[{"direction":"forward","target-credit":"","source-credit":"","end":null,"begin":null,"attribute-values":{},"type":"discogs","type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","ended":false,"target-type":"url","url":{"resource":"https://www.discogs.com/label/15491","id":"78ab0276-42d5-4769-8a9e-bef609d7302c"},"attributes":[]},{"end":null,"attribute-values":{},"begin":null,"direction":"forward","source-credit":"","target-credit":"","target-type":"url","attributes":[],"url":{"resource":"http://i68.tinypic.com/24v0g47.png","id":"c334a75c-2830-42fb-874d-d5c024a569dc"},"ended":false,"type-id":"b35f7822-bf3c-4148-b306-fb723c63ee8b","type":"logo"},{"target-type":"url","url":{"resource":"https://myspace.com/LegacyRecordings","id":"afea2b0a-3076-4116-97ea-f39d1b53380b"},"attributes":[],"ended":false,"type-id":"240ba9dc-9898-4505-9bf7-32a53a695612","type":"myspace","end":null,"attribute-values":{},"begin":null,"direction":"forward","source-credit":"","target-credit":""},{"source-credit":"","target-credit":"","direction":"forward","attribute-values":{},"begin":null,"end":null,"ended":false,"type-id":"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6","type":"official site","attributes":[],"url":{"id":"1463b699-e900-4ac6-b34b-560309359e0f","resource":"http://www.legacyrecordings.com/"},"target-type":"url"},{"ended":false,"type":"social network","type-id":"5d217d99-bc05-4a76-836d-c91eec4ba818","attributes":[],"url":{"id":"5a782c69-e395-44ae-a079-7c86f0a6f68c","resource":"https://twitter.com/SonyLegacyRecs"},"target-type":"url","target-credit":"","source-credit":"","direction":"forward","attribute-values":{},"begin":null,"end":null},{"type":"social network","type-id":"5d217d99-bc05-4a76-836d-c91eec4ba818","ended":false,"url":{"id":"5ec24188-c8c9-475c-bc01-f2dab99751cd","resource":"https://www.facebook.com/sony.legacy"},"attributes":[],"target-type":"url","source-credit":"","target-credit":"","direction":"forward","begin":null,"attribute-values":{},"end":null},{"begin":null,"attribute-values":{},"end":null,"source-credit":"","target-credit":"","direction":"forward","attributes":[],"url":{"resource":"https://www.wikidata.org/wiki/Q2358400","id":"a3873831-ff19-466b-b994-f9c85af5708d"},"target-type":"url","type-id":"75d87e83-d927-4580-ba63-44dc76256f98","type":"wikidata","ended":false},{"direction":"forward","source-credit":"","target-credit":"","end":null,"begin":null,"attribute-values":{},"type-id":"d9c71059-ba9d-4135-b909-481d12cf84e3","type":"youtube","ended":false,"target-type":"url","url":{"resource":"https://www.youtube.com/user/LegacyRecordings","id":"3f97dd5b-37bc-41a7-8891-68f01f27736c"},"attributes":[]}],"ipis":[],"type-id":"88ee6ae7-f413-3490-a1d2-54f6a9f0838c","type":"Reissue Production","isnis":[],"disambiguation":"Legacy Recordings","name":"Legacy"} \ No newline at end of file diff --git a/test/fixtures/9484a08a05cc0cf8e3416a90eab8f273.headers b/test/fixtures/9484a08a05cc0cf8e3416a90eab8f273.headers deleted file mode 100644 index 4b70c37..0000000 --- a/test/fixtures/9484a08a05cc0cf8e3416a90eab8f273.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:01 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "931", - "x-ratelimit-reset": "1537138682", - "server": "Plack::Handler::Starlet", - "etag": "W/\"0408fac18a3b7cc6d39f61cbd0362705\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/45ffe1d8-92da-4750-9a4a-f42861f46e2c?inc=url-rels&fmt=json", - "time": 394, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/9553c1d36a4fbf312310fbc656807dbd b/test/fixtures/9553c1d36a4fbf312310fbc656807dbd deleted file mode 100644 index 48a52ce..0000000 --- a/test/fixtures/9553c1d36a4fbf312310fbc656807dbd +++ /dev/null @@ -1 +0,0 @@ -{"offset-count":12,"releases":[{"media":[{"title":"","position":1,"format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31","discs":[{"id":"2IfNbHciSpI2tT1Gt5tOkEsIzSs-","offsets":[183,14125,28598,42825,64083,79645,101830,121095,134333,146570,163128,181778],"sectors":194380,"offset-count":12},{"sectors":192560,"offsets":[150,14017,28367,42483,63703,79046,101015,120255,133365,145404,161662,180009],"id":"7sJrXTJbJQfZDveedh4AaV0rRUI-","offset-count":12},{"sectors":194407,"id":"BvwBXKhhBXetbkMffyJQU_Vps.g-","offsets":[150,14035,28644,42872,64130,79697,101877,121127,134380,146620,163175,181825],"offset-count":12},{"offset-count":12,"sectors":194380,"id":"XzPS7vW.HPHsYemQh0HBUGr8vuU-","offsets":[182,14125,28597,42825,64082,79645,101830,121095,134332,146570,163127,181777]}],"track-count":12,"format":"CD"},{"discs":[{"offset-count":9,"sectors":127232,"id":"7iqVELqWF8N5PEeyzIPwbmhLBPk-","offsets":[150,13945,24460,36807,55702,74382,92632,104355,119290]},{"offset-count":9,"offsets":[182,14012,24532,36875,55770,74455,92702,104422,119355],"id":"eMU8IBrn34i60SCbg7sNgr20qtE-","sectors":127350}],"format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31","track-count":9,"format":"CD","title":"","position":2}],"disambiguation":"","packaging":"Jewel Case","packaging-id":"ec27701a-4a22-37f4-bfac-6616e0f9750a","asin":"B000002UJO","status-id":"4e304316-386d-3409-af2e-78857eec5cfe","country":"US","barcode":"724385522826","quality":"normal","title":"In It for the Money","status":"Official","cover-art-archive":{"back":false,"artwork":false,"front":false,"darkened":false,"count":0},"date":"1997-05-06","id":"5a6e5ad7-c2bd-3484-a20e-121bf981c883","release-events":[{"date":"1997-05-06","area":{"id":"489ce91b-6658-3307-9877-795b68554c98","name":"United States","iso-3166-1-codes":["US"],"sort-name":"United States","disambiguation":""}}],"text-representation":{"script":"Latn","language":"eng"}},{"media":[{"format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31","discs":[{"offset-count":12,"id":"2IfNbHciSpI2tT1Gt5tOkEsIzSs-","offsets":[183,14125,28598,42825,64083,79645,101830,121095,134333,146570,163128,181778],"sectors":194380},{"sectors":192560,"offsets":[150,14017,28367,42483,63703,79046,101015,120255,133365,145404,161662,180009],"id":"7sJrXTJbJQfZDveedh4AaV0rRUI-","offset-count":12},{"offset-count":12,"sectors":194407,"offsets":[150,14035,28644,42872,64130,79697,101877,121127,134380,146620,163175,181825],"id":"BvwBXKhhBXetbkMffyJQU_Vps.g-"},{"id":"XzPS7vW.HPHsYemQh0HBUGr8vuU-","offsets":[182,14125,28597,42825,64082,79645,101830,121095,134332,146570,163127,181777],"sectors":194380,"offset-count":12}],"track-count":12,"format":"CD","title":"","position":1}],"disambiguation":"","packaging":"Jewel Case","packaging-id":"ec27701a-4a22-37f4-bfac-6616e0f9750a","asin":"B000002UJO","status-id":"4e304316-386d-3409-af2e-78857eec5cfe","country":"GB","barcode":"724385522826","quality":"normal","title":"In It for the Money","status":"Official","cover-art-archive":{"darkened":false,"front":true,"back":false,"artwork":true,"count":1},"date":"1997-04-21","id":"96f6f90e-d831-4f37-bf72-ce2982e459fb","release-events":[{"date":"1997-04-21","area":{"iso-3166-1-codes":["GB"],"sort-name":"United Kingdom","disambiguation":"","id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","name":"United Kingdom"}}],"text-representation":{"script":"Latn","language":"eng"}},{"packaging":"Other","disambiguation":"","media":[{"position":1,"title":"","format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31","discs":[{"offset-count":12,"offsets":[182,14125,28597,42825,64082,79645,101830,121095,134332,146570,163127,181777],"id":"XzPS7vW.HPHsYemQh0HBUGr8vuU-","sectors":194380}],"track-count":12,"format":"CD"},{"position":2,"title":"","discs":[{"sectors":43440,"id":"eYfCD4lFq5DC6bfDtIzX0h1gOnU-","offsets":[150,13940,24632],"offset-count":3}],"format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31","track-count":3,"format":"CD"}],"country":"FR","barcode":"724385522826","packaging-id":"815b7785-8284-3926-8f04-e48bc6c4d102","status-id":"4e304316-386d-3409-af2e-78857eec5cfe","asin":null,"status":"Official","title":"In It for the Money","quality":"normal","release-events":[{"area":{"name":"France","id":"08310658-51eb-3801-80de-5a0739207115","iso-3166-1-codes":["FR"],"disambiguation":"","sort-name":"France"},"date":"1997"}],"text-representation":{"language":"eng","script":"Latn"},"id":"d1a73db3-6a44-4b74-a252-7f89e9054e4a","cover-art-archive":{"count":1,"artwork":true,"back":false,"front":true,"darkened":false},"date":"1997"}],"sectors":194380,"offsets":[182,14125,28597,42825,64082,79645,101830,121095,134332,146570,163127,181777],"id":"XzPS7vW.HPHsYemQh0HBUGr8vuU-"} \ No newline at end of file diff --git a/test/fixtures/9553c1d36a4fbf312310fbc656807dbd.headers b/test/fixtures/9553c1d36a4fbf312310fbc656807dbd.headers deleted file mode 100644 index a7ab938..0000000 --- a/test/fixtures/9553c1d36a4fbf312310fbc656807dbd.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:40 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1054", - "x-ratelimit-reset": "1537138662", - "server": "Plack::Handler::Starlet", - "etag": "W/\"50d5a3e4bd5bb2047b274ed3d590a379\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/discid/XzPS7vW.HPHsYemQh0HBUGr8vuU-?fmt=json", - "time": 368, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/95b5c542d640744ecba068f35899a231 b/test/fixtures/95b5c542d640744ecba068f35899a231 deleted file mode 100644 index c529418..0000000 --- a/test/fixtures/95b5c542d640744ecba068f35899a231 +++ /dev/null @@ -1 +0,0 @@ -{"relations":[],"ipis":[],"life-span":{"end":null,"begin":null,"ended":false},"name":"Sony Legacy","country":null,"area":null,"disambiguation":"","isnis":[],"id":"73fe8a7b-eaa3-477a-8719-dfc4823394d2","type-id":"e9ad53b0-e3d0-3885-a10b-8193d501338c","type":"Publisher","label-code":null,"sort-name":"Sony Legacy"} \ No newline at end of file diff --git a/test/fixtures/95b5c542d640744ecba068f35899a231.headers b/test/fixtures/95b5c542d640744ecba068f35899a231.headers deleted file mode 100644 index 5dffa61..0000000 --- a/test/fixtures/95b5c542d640744ecba068f35899a231.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:18 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "792", - "x-ratelimit-reset": "1537138758", - "server": "Plack::Handler::Starlet", - "etag": "W/\"c25653114c83a281e2bb5d832a769bd5\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/73fe8a7b-eaa3-477a-8719-dfc4823394d2?inc=url-rels&fmt=json", - "time": 376, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/969ae9d0345ce9cd589eba7bd37d0ea3 b/test/fixtures/969ae9d0345ce9cd589eba7bd37d0ea3 deleted file mode 100644 index 4d79b53..0000000 --- a/test/fixtures/969ae9d0345ce9cd589eba7bd37d0ea3 +++ /dev/null @@ -1 +0,0 @@ -{"type":"Original Production","isnis":[],"ipis":[],"sort-name":"fine.","disambiguation":"London and Berlin-based sublabel of Four Music","label-code":144,"area":{"name":"Germany","id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","disambiguation":"","sort-name":"Germany","iso-3166-1-codes":["DE"]},"rating":{"value":null,"votes-count":0},"id":"d4ecac47-05f2-4ad1-8324-2aa56d461b0e","life-span":{"begin":null,"end":null,"ended":false},"name":"fine.","country":"DE","type-id":"7aaa37fe-2def-3476-b359-80245850062d"} \ No newline at end of file diff --git a/test/fixtures/969ae9d0345ce9cd589eba7bd37d0ea3.headers b/test/fixtures/969ae9d0345ce9cd589eba7bd37d0ea3.headers deleted file mode 100644 index 285b7c8..0000000 --- a/test/fixtures/969ae9d0345ce9cd589eba7bd37d0ea3.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:30 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1083", - "x-ratelimit-reset": "1537138772", - "server": "Plack::Handler::Starlet", - "etag": "W/\"3631875af8cf0d1090d6c236bc706397\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/d4ecac47-05f2-4ad1-8324-2aa56d461b0e?inc=ratings&fmt=json", - "time": 382, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/973e11ce912c0bc44d3fad7d08d9c41d b/test/fixtures/973e11ce912c0bc44d3fad7d08d9c41d deleted file mode 100644 index ed2fe0b..0000000 --- a/test/fixtures/973e11ce912c0bc44d3fad7d08d9c41d +++ /dev/null @@ -1 +0,0 @@ -{"description":"","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","relations":[{"direction":"forward","begin":null,"url":{"resource":"https://www.wikidata.org/wiki/Q428152","id":"353b8692-ac52-4a54-85e6-08ea711438b7"},"end":null,"attribute-values":{},"type-id":"1486fccd-cf59-35e4-9399-b50e2b255877","type":"wikidata","attributes":[],"target-type":"url","ended":false,"source-credit":"","target-credit":""}],"name":"slide guitar","disambiguation":"","id":"41d2c709-81e2-415c-9456-a0a3d14f48bd","type":"String instrument"} \ No newline at end of file diff --git a/test/fixtures/973e11ce912c0bc44d3fad7d08d9c41d.headers b/test/fixtures/973e11ce912c0bc44d3fad7d08d9c41d.headers deleted file mode 100644 index 62c5604..0000000 --- a/test/fixtures/973e11ce912c0bc44d3fad7d08d9c41d.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:28 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1178", - "x-ratelimit-reset": "1537138649", - "server": "Plack::Handler::Starlet", - "etag": "W/\"3a644e22ac116e1dae9be7740fb0857f\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/instrument/41d2c709-81e2-415c-9456-a0a3d14f48bd?inc=url-rels&fmt=json", - "time": 372, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/97957d6dbc8b2d81b65d1b57c0c20810 b/test/fixtures/97957d6dbc8b2d81b65d1b57c0c20810 deleted file mode 100644 index f3d1168..0000000 --- a/test/fixtures/97957d6dbc8b2d81b65d1b57c0c20810 +++ /dev/null @@ -1 +0,0 @@ -{"ipis":[],"isnis":[],"name":"Blu Fin","type-id":null,"area":{"disambiguation":"","name":"Germany","id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","sort-name":"Germany","iso-3166-1-codes":["DE"]},"country":"DE","rating":{"value":null,"votes-count":0},"disambiguation":"","label-code":null,"life-span":{"ended":false,"begin":null,"end":null},"sort-name":"Blu Fin","id":"e1404b13-dc91-4d7e-ab05-932995207bc3","type":null} \ No newline at end of file diff --git a/test/fixtures/97957d6dbc8b2d81b65d1b57c0c20810.headers b/test/fixtures/97957d6dbc8b2d81b65d1b57c0c20810.headers deleted file mode 100644 index 9cecf5e..0000000 --- a/test/fixtures/97957d6dbc8b2d81b65d1b57c0c20810.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:46 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1162", - "x-ratelimit-reset": "1537138728", - "server": "Plack::Handler::Starlet", - "etag": "W/\"5cb6701aa096cccffbcf3f86d575a2df\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/e1404b13-dc91-4d7e-ab05-932995207bc3?inc=ratings&fmt=json", - "time": 362, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/97ca6d7fad6a7b70ec940fa3bab6c47a b/test/fixtures/97ca6d7fad6a7b70ec940fa3bab6c47a deleted file mode 100644 index e69de29..0000000 diff --git a/test/fixtures/97ca6d7fad6a7b70ec940fa3bab6c47a.headers b/test/fixtures/97ca6d7fad6a7b70ec940fa3bab6c47a.headers deleted file mode 100644 index 4f10ccc..0000000 --- a/test/fixtures/97ca6d7fad6a7b70ec940fa3bab6c47a.headers +++ /dev/null @@ -1,26 +0,0 @@ -{ - "statusCode": 302, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "text/html; charset=UTF-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "access-control-allow-origin": "*", - "accept-ranges": "bytes", - "location": "http://ia601907.us.archive.org/22/items/mbid-dd15903e-0ee7-45ec-aba1-2fc7b3a44e19/index.json", - "strict-transport-security": "max-age=2592000" - }, - "url": "http://archive.org:80/download/mbid-dd15903e-0ee7-45ec-aba1-2fc7b3a44e19/index.json", - "time": 79, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://coverartarchive.org/release/dd15903e-0ee7-45ec-aba1-2fc7b3a44e19", - "host": "archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/97ec62634d0a8953ab3ba2ffce984a83 b/test/fixtures/97ec62634d0a8953ab3ba2ffce984a83 deleted file mode 100644 index dd6c348..0000000 --- a/test/fixtures/97ec62634d0a8953ab3ba2ffce984a83 +++ /dev/null @@ -1 +0,0 @@ -{"country":"GB","gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","relations":[{"attribute-values":{},"direction":"forward","target-credit":"","end":null,"artist":{"id":"0ecaa896-58fa-4dca-b53d-8da7bc5f59c5","sort-name":"Band Aid","name":"Band Aid","disambiguation":""},"type-id":"75c09861-6857-4ec0-9729-84eefde7fc86","type":"collaboration","ended":false,"source-credit":"","attributes":["minor"],"target-type":"artist","begin":null},{"end":null,"type-id":"75c09861-6857-4ec0-9729-84eefde7fc86","artist":{"sort-name":"Smokin’ Mojo Filters, The","name":"The Smokin’ Mojo Filters","id":"33b30a59-57d3-46ea-b1ba-d2d055bf2d46","disambiguation":""},"target-credit":"","direction":"forward","attribute-values":{},"begin":null,"target-type":"artist","source-credit":"","attributes":[],"type":"collaboration","ended":false},{"type":"collaboration","ended":false,"attributes":[],"source-credit":"","target-type":"artist","begin":null,"direction":"forward","attribute-values":{},"target-credit":"","end":null,"type-id":"75c09861-6857-4ec0-9729-84eefde7fc86","artist":{"disambiguation":"","id":"590233d0-5ab2-4a67-8f43-a647c2100bdc","sort-name":"Ferry Aid","name":"Ferry Aid"}},{"attributes":[],"source-credit":"","target-type":"artist","ended":false,"type":"collaboration","begin":null,"target-credit":"","direction":"forward","attribute-values":{},"type-id":"75c09861-6857-4ec0-9729-84eefde7fc86","artist":{"disambiguation":"","sort-name":"Band Aid 20","name":"Band Aid 20","id":"b8f913bb-28cc-4bc6-a867-08812814962f"},"end":null},{"target-credit":"","direction":"forward","attribute-values":{},"artist":{"id":"9efd8a6c-f0a4-4d94-9c67-21006babc7f8","sort-name":"Thrillington, Percy “Thrills”","name":"Percy “Thrills” Thrillington","disambiguation":""},"type-id":"dd9886f2-1dfe-4270-97db-283f6839a666","end":null,"target-type":"artist","source-credit":"","attributes":[],"ended":false,"type":"is person","begin":null},{"target-credit":"","attribute-values":{},"direction":"forward","artist":{"disambiguation":"","id":"b1282ef0-59e2-4f06-968a-5534870e43cb","name":"Clint Harrigan","sort-name":"Harrigan, Clint"},"type-id":"dd9886f2-1dfe-4270-97db-283f6839a666","end":null,"target-type":"artist","source-credit":"","attributes":[],"ended":false,"type":"is person","begin":null},{"attribute-values":{},"direction":"forward","target-credit":"","end":"1998-04-17","type-id":"b2bf7a5d-2da6-4742-baf4-e38d8a7ad029","artist":{"name":"Linda McCartney","sort-name":"McCartney, Linda","id":"10b860bf-f225-4ee0-8c28-e32f1759b4a2","disambiguation":""},"type":"married","ended":true,"target-type":"artist","source-credit":"","attributes":[],"begin":"1969"},{"attribute-values":{},"direction":"forward","target-credit":"","end":null,"type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","artist":{"disambiguation":"collab of Paul McCartney & Youth","sort-name":"Fireman, The","name":"The Fireman","id":"23466b9d-f57a-4e73-906f-c11dca8b3723"},"type":"member of band","ended":false,"source-credit":"","attributes":[],"target-type":"artist","begin":null},{"artist":{"disambiguation":"British group that evolved into The Beatles","id":"9fcc463b-7cfc-4ea4-a65e-bab77fc78e9a","sort-name":"Quarrymen, The","name":"The Quarrymen"},"type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","end":"1960","attribute-values":{},"direction":"forward","target-credit":"","begin":"1957","attribute-credits":{},"ended":true,"type":"member of band","attributes":["guitar"],"source-credit":"","target-type":"artist"},{"source-credit":"","target-type":"artist","attributes":["bass guitar","lead vocals","original"],"type":"member of band","ended":true,"attribute-credits":{},"begin":"1957-07","target-credit":"","attribute-values":{},"direction":"forward","end":"1970-04-10","type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","artist":{"disambiguation":"","name":"The Beatles","sort-name":"Beatles, The","id":"b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"}},{"begin":null,"source-credit":"","target-type":"artist","attributes":[],"ended":false,"type":"member of band","type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","artist":{"sort-name":"Wings","name":"Wings","id":"d922d727-240a-4432-9a88-05a7cf9bc403","disambiguation":"Paul McCartney's band"},"end":null,"target-credit":"","attribute-values":{},"direction":"forward"},{"artist":{"disambiguation":"Paul McCartney & Freelance Hellraiser","id":"e517e974-533e-43da-a75e-433ac8319c23","sort-name":"Twin Freaks","name":"Twin Freaks"},"type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","end":null,"direction":"forward","attribute-values":{},"target-credit":"","begin":null,"ended":false,"type":"member of band","attributes":[],"source-credit":"","target-type":"artist"},{"end":null,"type-id":"9421ca84-934f-49fe-9e66-dea242430406","artist":{"disambiguation":"Paul McCartney's father","name":"Jim McCartney","sort-name":"McCartney, Jim","id":"2c416de4-4a71-4ab0-983a-b6c8a82d5f02"},"attribute-values":{},"direction":"backward","target-credit":"","begin":null,"type":"parent","ended":false,"source-credit":"","target-type":"artist","attributes":[]},{"end":null,"artist":{"name":"James McCartney","sort-name":"McCartney, James","id":"908b11f3-7519-4379-87ee-6ac6ea468375","disambiguation":"Paul McCartney's son"},"type-id":"9421ca84-934f-49fe-9e66-dea242430406","target-credit":"","direction":"forward","attribute-values":{},"begin":null,"source-credit":"","target-type":"artist","attributes":[],"type":"parent","ended":false},{"begin":null,"type":"parent","ended":false,"attributes":[],"source-credit":"","target-type":"artist","end":null,"type-id":"9421ca84-934f-49fe-9e66-dea242430406","artist":{"sort-name":"McCartney, Mary","name":"Mary McCartney","id":"ebcd90fa-eae8-4efe-b4e4-ef736f2d612b","disambiguation":"photographer"},"direction":"forward","attribute-values":{},"target-credit":""},{"ended":false,"type":"sibling","source-credit":"","attributes":[],"target-type":"artist","begin":null,"attribute-values":{},"direction":"backward","target-credit":"","type-id":"b42b7966-b904-449e-b8f9-8c7297b863d0","artist":{"disambiguation":"","id":"d417d843-2c9d-40c6-a714-3a8c97d16ed4","name":"Mike McGear","sort-name":"McGear, Mike"},"end":null}],"name":"Paul McCartney","type":"Person","begin_area":{"sort-name":"Liverpool","name":"Liverpool","id":"c249c30e-88ab-4b2f-a745-96a25bd7afee","iso-3166-2-codes":["GB-LIV"],"disambiguation":""},"area":{"iso-3166-1-codes":["GB"],"disambiguation":"","sort-name":"United Kingdom","name":"United Kingdom","id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed"},"isnis":["0000000121452530"],"sort-name":"McCartney, Paul","id":"ba550d0e-adac-4864-b88b-407cab5e76af","gender":"Male","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","end_area":null,"life-span":{"begin":"1942-06-18","end":null,"ended":false},"ipis":["00018873266"],"disambiguation":""} \ No newline at end of file diff --git a/test/fixtures/97ec62634d0a8953ab3ba2ffce984a83.headers b/test/fixtures/97ec62634d0a8953ab3ba2ffce984a83.headers deleted file mode 100644 index d25c62c..0000000 --- a/test/fixtures/97ec62634d0a8953ab3ba2ffce984a83.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 23:00:03 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "895", - "x-ratelimit-reset": "1537138804", - "server": "Plack::Handler::Starlet", - "etag": "W/\"76aabca6c7dd29ae1c9bf7e8f70be881\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/artist/ba550d0e-adac-4864-b88b-407cab5e76af?inc=artist-rels&fmt=json", - "time": 366, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/981e4a18c54b89e2537b7660cf8ed3bd b/test/fixtures/981e4a18c54b89e2537b7660cf8ed3bd deleted file mode 100644 index e5db61c..0000000 --- a/test/fixtures/981e4a18c54b89e2537b7660cf8ed3bd +++ /dev/null @@ -1 +0,0 @@ -{"relations":[{"direction":"forward","url":{"id":"1283c706-517c-4a42-8e58-ac96f00d3a51","resource":"https://www.discogs.com/label/134200"},"source-credit":"","begin":null,"attributes":[],"end":null,"target-type":"url","ended":false,"type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","type":"discogs","target-credit":"","attribute-values":{}},{"source-credit":"","direction":"forward","url":{"resource":"https://www.discogs.com/label/317489","id":"7503f11c-77f0-4ab5-8897-48cb72b085bb"},"begin":null,"end":null,"attributes":[],"target-type":"url","type":"discogs","target-credit":"","type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","ended":false,"attribute-values":{}},{"type":"official site","target-credit":"","type-id":"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6","ended":false,"attribute-values":{},"target-type":"url","end":null,"attributes":[],"source-credit":"","direction":"forward","url":{"resource":"http://www.sme.co.jp/sme/corporate/smr.html","id":"515e2e44-408a-4ee0-a272-4ce1a5753e66"},"begin":null},{"direction":"forward","url":{"resource":"https://twitter.com/SMR_info","id":"6680c529-657a-41a5-9af6-c14dc30f781a"},"source-credit":"","begin":null,"attributes":[],"end":null,"target-type":"url","ended":false,"type-id":"5d217d99-bc05-4a76-836d-c91eec4ba818","type":"social network","target-credit":"","attribute-values":{}},{"end":null,"attributes":[],"source-credit":"","direction":"forward","url":{"resource":"https://www.facebook.com/SonyMusicRecords","id":"003b67b1-786b-4198-bc52-d14f19bff851"},"begin":null,"target-credit":"","type":"social network","type-id":"5d217d99-bc05-4a76-836d-c91eec4ba818","ended":false,"attribute-values":{},"target-type":"url"},{"url":{"resource":"https://www.wikidata.org/wiki/Q8193865","id":"051cbc4f-d8ae-4bd5-89f3-457bb265f2e6"},"direction":"forward","source-credit":"","begin":null,"attributes":[],"end":null,"target-type":"url","ended":false,"type-id":"75d87e83-d927-4580-ba63-44dc76256f98","type":"wikidata","target-credit":"","attribute-values":{}},{"attribute-values":{},"type-id":"51e9db21-8864-49b3-aa58-470d7b81fa50","ended":false,"type":"wikipedia","target-credit":"","target-type":"url","attributes":[],"end":null,"begin":null,"url":{"resource":"https://ja.wikipedia.org/wiki/%E3%82%BD%E3%83%8B%E3%83%BC%E3%83%BB%E3%83%9F%E3%83%A5%E3%83%BC%E3%82%B8%E3%83%83%E3%82%AF%E3%83%AC%E3%82%B3%E3%83%BC%E3%82%BA","id":"dcb4344d-6723-4a49-9773-72b2abb9e5a2"},"direction":"forward","source-credit":""}],"life-span":{"begin":"2001-10","ended":false,"end":null},"id":"6bb88a42-87e9-48eb-97a2-4e15aea0929c","country":"JP","disambiguation":"Japanese label - no imprint","area":{"iso-3166-1-codes":["JP"],"name":"Japan","disambiguation":"","sort-name":"Japan","id":"2db42837-c832-3c27-b4a3-08198f75693c"},"ipis":[],"isnis":[],"type":"Original Production","name":"Sony Music Records","type-id":"7aaa37fe-2def-3476-b359-80245850062d","sort-name":"Sony Music Records","label-code":null} \ No newline at end of file diff --git a/test/fixtures/981e4a18c54b89e2537b7660cf8ed3bd.headers b/test/fixtures/981e4a18c54b89e2537b7660cf8ed3bd.headers deleted file mode 100644 index 25d171d..0000000 --- a/test/fixtures/981e4a18c54b89e2537b7660cf8ed3bd.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:45 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1000", - "x-ratelimit-reset": "1537138726", - "server": "Plack::Handler::Starlet", - "etag": "W/\"6baa61ab3aebe72bf64437d813a200db\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/6bb88a42-87e9-48eb-97a2-4e15aea0929c?inc=url-rels&fmt=json", - "time": 377, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/989521e0ddda97a5a15e7564e4a02100 b/test/fixtures/989521e0ddda97a5a15e7564e4a02100 deleted file mode 100644 index 60034dd..0000000 --- a/test/fixtures/989521e0ddda97a5a15e7564e4a02100 +++ /dev/null @@ -1 +0,0 @@ -{"disambiguation":"","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","id":"63021302-86cd-4aee-80df-2270d54f4978","type":"String instrument","name":"guitar","relations":[{"type-id":"1486fccd-cf59-35e4-9399-b50e2b255877","end":null,"target-credit":"","attribute-values":{},"direction":"forward","begin":null,"source-credit":"","url":{"resource":"https://www.wikidata.org/wiki/Q6607","id":"49fbaa0c-3eaa-4977-98a1-9066c27944f6"},"target-type":"url","attributes":[],"ended":false,"type":"wikidata"}],"description":""} \ No newline at end of file diff --git a/test/fixtures/989521e0ddda97a5a15e7564e4a02100.headers b/test/fixtures/989521e0ddda97a5a15e7564e4a02100.headers deleted file mode 100644 index 42fc9b7..0000000 --- a/test/fixtures/989521e0ddda97a5a15e7564e4a02100.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:06 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1165", - "x-ratelimit-reset": "1537138627", - "server": "Plack::Handler::Starlet", - "etag": "W/\"96eacaf4fb1fd97fa632bb5ca53e5da5\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/instrument/63021302-86cd-4aee-80df-2270d54f4978?inc=url-rels&fmt=json", - "time": 455, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/989db6ea639b5dc2f24377b312932f27 b/test/fixtures/989db6ea639b5dc2f24377b312932f27 deleted file mode 100644 index 9a0891f..0000000 --- a/test/fixtures/989db6ea639b5dc2f24377b312932f27 +++ /dev/null @@ -1 +0,0 @@ -{"created":"2018-09-16T22:56:55.127Z","count":62,"offset":0,"instruments":[{"id":"63021302-86cd-4aee-80df-2270d54f4978","type":"String instrument","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","score":100,"name":"guitar","aliases":[{"sort-name":"\uD83C\uDFB8","type-id":"7d5ef40f-4856-3000-8667-aa13b9db547d","name":"\uD83C\uDFB8","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"gitarlar","type-id":"7d5ef40f-4856-3000-8667-aa13b9db547d","name":"gitarlar","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"kitarrid","type-id":"7d5ef40f-4856-3000-8667-aa13b9db547d","name":"kitarrid","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"guitarras","type-id":"7d5ef40f-4856-3000-8667-aa13b9db547d","name":"guitarras","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"κιθάρες","type-id":"7d5ef40f-4856-3000-8667-aa13b9db547d","name":"κιθάρες","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"gitaren","type-id":"7d5ef40f-4856-3000-8667-aa13b9db547d","name":"gitaren","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"kitarat","type-id":"7d5ef40f-4856-3000-8667-aa13b9db547d","name":"kitarat","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"guitarras","type-id":"7d5ef40f-4856-3000-8667-aa13b9db547d","name":"guitarras","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"Gitarren","type-id":"7d5ef40f-4856-3000-8667-aa13b9db547d","name":"Gitarren","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"guitares","type-id":"7d5ef40f-4856-3000-8667-aa13b9db547d","name":"guitares","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"Gitaroj","type-id":"7d5ef40f-4856-3000-8667-aa13b9db547d","name":"Gitaroj","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"gitary","type-id":"7d5ef40f-4856-3000-8667-aa13b9db547d","name":"gitary","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"guitars","type-id":"7d5ef40f-4856-3000-8667-aa13b9db547d","name":"guitars","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"gitaar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"gitaar","locale":"nl","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Gitarre","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Gitarre","locale":"de","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"ギター","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"ギター","locale":"ja","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"kitarr","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"kitarr","locale":"et","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitare","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitare","locale":"fr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitar","locale":"en","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitarra","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitarra","locale":"es","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"κιθάρα","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"κιθάρα","locale":"el","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Gitaro","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Gitaro","locale":"eo","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"kitara","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"kitara","locale":"fi","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"gitara","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"gitara","locale":"pl","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"gitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"gitar","locale":"tr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null}],"tags":[{"count":1,"name":"fixme"},{"count":1,"name":"strings"},{"count":0,"name":"contra"},{"count":0,"name":"quadrivium"},{"count":1,"name":"plucked"},{"count":1,"name":"wood"},{"count":1,"name":"frets"},{"count":1,"name":"emoji"}]},{"id":"7ee8ebf5-3aed-4fc8-8004-49f4a8c45a87","type":"String instrument","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","score":81,"name":"electric guitar","aliases":[{"sort-name":"E-Gitarre","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"E-Gitarre","locale":"de","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"E guitar","type-id":"7d5ef40f-4856-3000-8667-aa13b9db547d","name":"E guitar","locale":null,"type":"Search hint","primary":null,"begin-date":null,"end-date":null},{"sort-name":"エレクトリック・ギター","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"エレクトリック・ギター","locale":"ja","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitare électrique","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitare électrique","locale":"fr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"electric guitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"electric guitar","locale":"en","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitarra eléctrica","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitarra eléctrica","locale":"es","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"ηλεκτρική κιθάρα","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"ηλεκτρική κιθάρα","locale":"el","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"el-guitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"el-guitar","locale":"da","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"elektrikitarr","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"elektrikitarr","locale":"et","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"sähkökitara","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"sähkökitara","locale":"fi","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"elektrische gitaar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"elektrische gitaar","locale":"nl","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"gitara elekryczna","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"gitara elekryczna","locale":"pl","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"chitară electrică","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"chitară electrică","locale":"ro","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitarra","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitarra","locale":"pt_BR","type":"Instrument name","primary":true,"begin-date":null,"end-date":null}]},{"id":"c0ea0405-ae3f-4851-bf85-277fadff80e2","type":"String instrument","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","score":80,"name":"Hawaiian guitar","aliases":[{"sort-name":"ハワイのギター","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"ハワイのギター","locale":"ja","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"hawaiianische Gitarre","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"hawaiianische Gitarre","locale":"de","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"slack string guitar","name":"slack string guitar","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Guitare hawaïenne","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Guitare hawaïenne","locale":"fr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Hawaiian guitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Hawaiian guitar","locale":"en","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Χαβανέζικη κιθάρα","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Χαβανέζικη κιθάρα","locale":"el","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Havaja gitaro","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Havaja gitaro","locale":"eo","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Hawaïaanse gitaar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Hawaïaanse gitaar","locale":"nl","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"havai kitarr","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"havai kitarr","locale":"et","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"havaijinkitara","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"havaijinkitara","locale":"fi","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Chitarra hawaiiana","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Chitarra hawaiiana","locale":"it","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Havajska gitara","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Havajska gitara","locale":"hr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Guitarra havaiana","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Guitarra havaiana","locale":"pt_BR","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitarra hawaiana","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitarra hawaiana","locale":"es","type":"Instrument name","primary":true,"begin-date":null,"end-date":null}],"tags":[{"count":1,"name":"needs image"}]},{"id":"ba4705aa-ff1d-48d5-ae80-7b2046fb451e","type":"String instrument","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","score":80,"name":"Portuguese guitar","description":"The Portuguese guitar is a plucked string instrument associated with fado. It has twelve steel strings, strung in six courses.","aliases":[{"sort-name":"Portuguese guitarra","name":"Portuguese guitarra","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"guitarra portuguesa","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitarra portuguesa","locale":"pt","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Portuguese guitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Portuguese guitar","locale":"en","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Guitare portugaise","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Guitare portugaise","locale":"fr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Portugese gitaar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Portugese gitaar","locale":"nl","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitarra portuguesa","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitarra portuguesa","locale":"es","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"portugiesische Gitarre","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"portugiesische Gitarre","locale":"de","type":"Instrument name","primary":true,"begin-date":null,"end-date":null}],"tags":[{"count":1,"name":"lute"}]},{"id":"a1baa57d-6ab4-461e-89df-448d6fd2c597","type":"String instrument","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","score":80,"name":"tenor guitar","description":"Slightly smaller, four-string version of the steel-string acoustic guitar or electric guitar","aliases":[{"sort-name":"Tenorgitarre","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Tenorgitarre","locale":"de","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitare ténor","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitare ténor","locale":"fr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"テナーギター","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"テナーギター","locale":"ja","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"τενόρο κιθάρα","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"τενόρο κιθάρα","locale":"el","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"tenorgitaar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"tenorgitaar","locale":"nl","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"tenorkitarr","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"tenorkitarr","locale":"et","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"tenor guitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"tenor guitar","locale":"en","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"tenorguitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"tenorguitar","locale":"da","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"tenorikitara","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"tenorikitara","locale":"fi","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitarra tenor","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitarra tenor","locale":"es","type":"Instrument name","primary":true,"begin-date":null,"end-date":null}]},{"id":"08450be5-f6d2-46d6-8be0-67087c02162c","type":"String instrument","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","score":80,"name":"baroque guitar","description":"Predecessor of the modern classical guitar, it had gut strings and even gut frets. First described in 1555, it surpassed the Renaissance lute's popularity.","aliases":[{"sort-name":"guitarra barròca (occitan)","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitarra barròca","locale":null,"type":"Instrument name","primary":null,"begin-date":null,"end-date":null},{"sort-name":"baroque guitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"baroque guitar","locale":"en","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"barokní kytara","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"barokní kytara","locale":"cs","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitare baroque","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitare baroque","locale":"fr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"barokkgitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"barokkgitar","locale":"nn","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"gitara barokowa","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"gitara barokowa","locale":"pl","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitarra barroca","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitarra barroca","locale":"es","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"barokkgitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"barokkgitar","locale":"nb","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitarra barroca","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitarra barroca","locale":"ca","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"barokk gitár","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"barokk gitár","locale":"hu","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"barokna gitara","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"барокна гитара","locale":"mk","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"chitarra barocca","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"chitarra barocca","locale":"it","type":"Instrument name","primary":true,"begin-date":null,"end-date":null}],"tags":[{"count":1,"name":"strings"},{"count":1,"name":"guitar"},{"count":1,"name":"baroque"},{"count":1,"name":"gut"}]},{"id":"00beaf8e-a781-431c-8130-7c2871696b7d","type":"String instrument","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","score":79,"name":"acoustic guitar","aliases":[{"sort-name":"Akustikgitarre","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Akustikgitarre","locale":"de","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"アコースティック・ギター","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"アコースティック・ギター","locale":"ja","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"akustiline kitarr","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"akustiline kitarr","locale":"et","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"acoustic guitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"acoustic guitar","locale":"en","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"akustisk guitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"akustisk guitar","locale":"da","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitare acoustique","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitare acoustique","locale":"fr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"akoestische gitaar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"akoestische gitaar","locale":"nl","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"ακουστική κιθάρα","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"ακουστική κιθάρα","locale":"el","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"akustinen kitara","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"akustinen kitara","locale":"fi","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"violão","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"violão","locale":"pt_BR","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Chitarra acustica","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Chitarra acustica","locale":"it","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"gitara akustyczna","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"gitara akustyczna","locale":"pl","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitarra acústica","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitarra acústica","locale":"es","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"akustična gitara","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"akustična gitara","locale":"hr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"akustik gitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"akustik gitar","locale":"tr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null}]},{"id":"43f378cf-b099-46da-8ec3-a39b6f5e5258","type":"String instrument","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","score":79,"name":"classical guitar","aliases":[{"sort-name":"klassiche Gitarre","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"klassiche Gitarre","locale":"de","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"κλασική κιθάρα","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"κλασική κιθάρα","locale":"el","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"クラシック・ギター","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"クラシック・ギター","locale":"ja","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"klassinen kitara","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"klassinen kitara","locale":"fi","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"classical guitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"classical guitar","locale":"en","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"klassikaline kitarr","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"klassikaline kitarr","locale":"et","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"klassisk guitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"klassisk guitar","locale":"da","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitarra clásica","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitarra clásica","locale":"es","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"klassieke gitaar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"klassieke gitaar","locale":"nl","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitare classique","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitare classique","locale":"fr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"klasična gitara","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"klasična gitara","locale":"hr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"violão clássico","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"violão clássico","locale":"pt_BR","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Chitarra classica","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Chitarra classica","locale":"it","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"chitară clasică","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"chitară clasică","locale":"ro","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"klasik gitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"klasik gitar","locale":"tr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null}]},{"id":"b62ace3b-47e7-4319-8a3e-1b035ccd20b2","type":"String instrument","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","score":79,"name":"banjitar","description":"The banjitar is a six-string banjo with the neck of a guitar.","aliases":[{"sort-name":"banjar","name":"banjar","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"banjo guitar","name":"banjo guitar","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"bantar","name":"bantar","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"ganjo","name":"ganjo","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"guitar banjo","name":"guitar banjo","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"guitjo","name":"guitjo","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"banjo-guitarra","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"banjo-guitarra","locale":"es","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"banjitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"banjitar","locale":"en","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"banjitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"banjitar","locale":"fi","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"gitaarbanjo","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"gitaarbanjo","locale":"nl","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitare banjo","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitare banjo","locale":"fr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"banjitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"banjitar","locale":"hr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null}],"tags":[{"count":1,"name":"strings"},{"count":1,"name":"guitar"},{"count":1,"name":"banjo"},{"count":1,"name":"hybrid"}]},{"id":"87d5bd6a-8d14-4ed0-befa-b90379536634","type":"String instrument","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","score":79,"name":"nylon guitar","disambiguation":"nylon-stringed acoustic guitar","description":"Hollow-body acoustic guitar strung with nylon-strings.","aliases":[{"sort-name":"Nylon-Gitarre","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Nylon-Gitarre","locale":"de","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitare à cordes en nylon","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitare à cordes en nylon","locale":"fr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"nylon guitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"nylon guitar","locale":"en","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"nailonkitara","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"nailonkitara","locale":"fi","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"nailonkeeltega kitarr","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"nailonkeeltega kitarr","locale":"et","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Guitarra de nylon","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Guitarra de nylon","locale":"es","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"nylongitaar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"nylongitaar","locale":"nl","type":"Instrument name","primary":true,"begin-date":null,"end-date":null}]},{"id":"41d2c709-81e2-415c-9456-a0a3d14f48bd","type":"String instrument","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","score":78,"name":"slide guitar","aliases":[{"sort-name":"Slide-Gitarre","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Slide-Gitarre","locale":"de","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"κιθάρα slide","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"κιθάρα slide","locale":"el","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"スライドギター","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"スライドギター","locale":"ja","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"slide guitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"slide guitar","locale":"en","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"slide-kitara","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"slide-kitara","locale":"fi","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitare en glissando","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitare en glissando","locale":"fr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"slaidkitarr","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"slaidkitarr","locale":"et","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"slide (guitarra)","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"slide (guitarra)","locale":"es","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"slide gitaar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"slide gitaar","locale":"nl","type":"Instrument name","primary":true,"begin-date":null,"end-date":null}]},{"id":"31c3f6cc-d49c-4d63-8b85-576a545d33f2","type":"String instrument","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","score":78,"name":"baritone guitar","aliases":[{"sort-name":"Baritongitarre","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Baritongitarre","locale":"de","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"バリトン・ギター","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"バリトン・ギター","locale":"ja","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"baritonkitarr","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"baritonkitarr","locale":"et","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"baritone guitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"baritone guitar","locale":"en","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"baritonikitara","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"baritonikitara","locale":"fi","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"baritongitaar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"baritongitaar","locale":"nl","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitare baryton","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitare baryton","locale":"fr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"βαρύτονη κιθάρα","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"βαρύτονη κιθάρα","locale":"el","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"bariton gitara","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"bariton gitara","locale":"hr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitarra barítono","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitarra barítono","locale":"es","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"bariton gitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"bariton gitar","locale":"tr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null}]},{"id":"1e49948d-7522-4444-aa5d-633dfbeffb1f","type":"String instrument","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","score":78,"name":"Warr guitar","aliases":[{"sort-name":"Warr Guitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Warr Guitar","locale":"de","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"ウォー・ギター","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"ウォー・ギター","locale":"ja","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Warr guitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Warr guitar","locale":"en","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Warri kitarr","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Warri kitarr","locale":"et","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Warr guitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Warr guitar","locale":"fr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Κιθάρα Warr","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Κιθάρα Warr","locale":"el","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Warr gitaar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Warr gitaar","locale":"nl","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitarra Warr","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitarra Warr","locale":"es","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"warr-kitara","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"warr-kitara","locale":"fi","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Warr gitara","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Warr gitara","locale":"hr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null}]},{"id":"921330d6-eb1b-4e59-b4b6-824ebcdb89c2","type":"String instrument","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","score":78,"name":"steel guitar","aliases":[{"sort-name":"Steel-Gitarre","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Steel-Gitarre","locale":"de","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"κιθάρα χάλυβα","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"κιθάρα χάλυβα","locale":"el","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"スティール・ギター","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"スティール・ギター","locale":"ja","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"steel guitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"steel guitar","locale":"en","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"stålguitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"stålguitar","locale":"da","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"steel-kitara","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"steel-kitara","locale":"fi","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"violão de aço","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"violão de aço","locale":"pt_BR","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"steel guitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"steel guitar","locale":"fr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"steel-kitarr","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"steel-kitarr","locale":"et","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitarra steel","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitarra steel","locale":"es","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Hawaï-gitaar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Hawaï-gitaar","locale":"nl","type":"Instrument name","primary":true,"begin-date":null,"end-date":null}],"tags":[{"count":1,"name":"guitar"},{"count":1,"name":"string"}]},{"id":"857ff05c-5367-4ba2-9b49-98eefa2badcc","type":"String instrument","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","score":78,"name":"lap steel guitar","aliases":[{"sort-name":"ラップスティール・ギター","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"ラップスティール・ギター","locale":"ja","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"süles mängitav steel-kitarr","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"süles mängitav steel-kitarr","locale":"et","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"lap steel guitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"lap steel guitar","locale":"en","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"havaijinkitara (lap steel guitar)","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"havaijinkitara (lap steel guitar)","locale":"fi","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitarra lap steel","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitarra lap steel","locale":"es","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"lap steel guitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"lap steel guitar","locale":"fr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"schootgitaar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"schootgitaar","locale":"nl","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Lap-Steel-Gitarre","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Lap-Steel-Gitarre","locale":"de","type":"Instrument name","primary":true,"begin-date":null,"end-date":null}]},{"id":"0b9d87fa-93fa-4956-8b6a-a419566cc915","type":"String instrument","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","score":78,"name":"electric bass guitar","aliases":[{"sort-name":"E-Bass","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"E-Bass","locale":"de","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"bajo eléctrico","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"bajo eléctrico","locale":"es","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"エレクトリックベース","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"エレクトリックベース","locale":"ja","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitare basse","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitare basse","locale":"fr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"ηλεκτρικό μπάσο","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"ηλεκτρικό μπάσο","locale":"el","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"electric bass guitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"electric bass guitar","locale":"en","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"el-basguitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"el-basguitar","locale":"da","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"elektribasskitarr","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"elektribasskitarr","locale":"et","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"sähköbasso","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"sähköbasso","locale":"fi","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"elektrische basgitaar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"elektrische basgitaar","locale":"nl","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"baixo elétrico","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"baixo elétrico","locale":"pt_BR","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"elektryczna gitara basowa","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"elektryczna gitara basowa","locale":"pl","type":"Instrument name","primary":true,"begin-date":null,"end-date":null}]},{"id":"3c5349ca-cf82-4537-851f-1957ac88bced","type":"String instrument","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","score":78,"name":"electric lap steel guitar","aliases":[{"sort-name":"süles mängitav elektriline steel-kitarr","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"süles mängitav elektriline steel-kitarr","locale":"et","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"エレクトリックラップスティールギター","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"エレクトリックラップスティールギター","locale":"ja","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitarra lap steel eléctrica","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitarra lap steel eléctrica","locale":"es","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"electric lap steel guitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"electric lap steel guitar","locale":"en","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"lap steel guitar électrique","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"lap steel guitar électrique","locale":"fr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"elektrische schootgitaar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"elektrische schootgitaar","locale":"nl","type":"Instrument name","primary":true,"begin-date":null,"end-date":null}]},{"id":"4a5a2a59-f5a8-4dc1-95b8-f3b3fb3cf2b6","type":"String instrument","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","score":78,"name":"Vietnamese guitar","description":"The Vietnamese guitar is similar to a normal guitar, but with scalloped fingerboard resulting in elevated frets similar to the đàn nguyệt.","aliases":[{"sort-name":"đàn ghi-ta phím lõm","name":"đàn ghi-ta phím lõm","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"đàn lục huyền cầm","name":"đàn lục huyền cầm","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"ghi-ta phím lõm","name":"ghi-ta phím lõm","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"ghi-ta Việt Nam","name":"ghi-ta Việt Nam","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"ghi-ta vọng cổ","name":"ghi-ta vọng cổ","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"guitar phím lõm","name":"guitar phím lõm","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"lục huyền cầm","name":"lục huyền cầm","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"vietnamesische Gitarre","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"vietnamesische Gitarre","locale":"de","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Vietnamese guitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Vietnamese guitar","locale":"en","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Guitare vietnamienne","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Guitare vietnamienne","locale":"fr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Vietnamese gitaar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Vietnamese gitaar","locale":"nl","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"vietnami kitarr","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"vietnami kitarr","locale":"et","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Βιετναμέζικη κιθάρα","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Βιετναμέζικη κιθάρα","locale":"el","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"vietnamilainen kitara","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"vietnamilainen kitara","locale":"fi","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Vijetnamska gitara","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Vijetnamska gitara","locale":"hr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Vietnam gitarı","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Vietnam gitarı","locale":"tr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitarra vietnamita","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitarra vietnamita","locale":"es","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"Chitarra vietnamese","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"Chitarra vietnamese","locale":"it","type":"Instrument name","primary":true,"begin-date":null,"end-date":null}]},{"id":"12f20f43-c71d-4476-8ada-b968aab50900","type":"String instrument","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","score":78,"name":"electric fretless guitar","description":"Electric guitar without frets.","aliases":[{"sort-name":"bundlose E-Gitarre","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"bundlose E-Gitarre","locale":"de","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"astmetraatideta (krihvideta) elektrikitarr","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"astmetraatideta (krihvideta) elektrikitarr","locale":"et","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"electric fretless guitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"electric fretless guitar","locale":"en","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitarra eléctrica sin trastes","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitarra eléctrica sin trastes","locale":"es","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"ηλεκτρική άταστη κιθάρα","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"ηλεκτρική άταστη κιθάρα","locale":"el","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"otenauhaton sähkökitara","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"otenauhaton sähkökitara","locale":"fi","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"elektrische fretloze gitaar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"elektrische fretloze gitaar","locale":"nl","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitare électrique fretless","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitare électrique fretless","locale":"fr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null}]},{"id":"9483eb06-fd5a-4792-844f-72bc4cb1c0a1","type":"String instrument","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","score":78,"name":"flamenco guitar","disambiguation":"Guitar used in flamenco","description":"Deriving from the classical guitar, it has many modifications and playing techniques to create a more percussive sound. Originally having wooden tuning pegs like lutes and violins, it has a thinner, lighter build with \"golpeadores\" or tapping-plates and less sustain than the classical guitar.","aliases":[{"sort-name":"flamencogitarre (alemannisch)","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"flamencogitarre","locale":null,"type":"Instrument name","primary":null,"begin-date":null,"end-date":null},{"sort-name":"piḷamēṉkō kitār","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"பிளமேன்கோ கிதார்","locale":"ta","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitare flamenca","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitare flamenca","locale":"fr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"flamencogitár","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"flamencogitár","locale":"hu","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"flamenko gitara","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"фламенко гитара","locale":"mk","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"qaytharat alfalaminiku","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"قيثارة الفلامنكو","locale":"ar","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guitarra flamenca","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"guitarra flamenca","locale":"pt","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"gitara flamenco","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"gitara flamenco","locale":"pl","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"flamenko gitarı","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"flamenko gitarı","locale":"tr","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"flamenco kytara","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"flamenco kytara","locale":"cs","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"flamencogitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"flamencogitar","locale":"nb","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"guatar flamnkew","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"گیتار فلامنکو","locale":"fa","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"flamenco guitar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"flamenco guitar","locale":"en","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"flamencogitaar","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"flamencogitaar","locale":"nl","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"furamenkogitā","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"フラメンコギター","locale":"ja","type":"Instrument name","primary":true,"begin-date":null,"end-date":null},{"sort-name":"chitarra flamenca","type-id":"2322fc94-fbf3-3c09-b23c-aa5ec8d14fcd","name":"chitarra flamenca","locale":"it","type":"Instrument name","primary":true,"begin-date":null,"end-date":null}]}]} \ No newline at end of file diff --git a/test/fixtures/989db6ea639b5dc2f24377b312932f27.headers b/test/fixtures/989db6ea639b5dc2f24377b312932f27.headers deleted file mode 100644 index df72073..0000000 --- a/test/fixtures/989db6ea639b5dc2f24377b312932f27.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:56:55 GMT", - "content-type": "application/json", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "909", - "x-ratelimit-reset": "1537138615", - "last-modified": "Wed, 12 Sep 2018 19:27:30 GMT", - "etag": "W/\"YmI0MDAwMDAwMDAwMDAwMFNvbHI=\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/instrument?limit=20&query=guitar&fmt=json", - "time": 377, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/98b08ffe7691e0adaac6298ca8a69b41 b/test/fixtures/98b08ffe7691e0adaac6298ca8a69b41 deleted file mode 100644 index b8713f4..0000000 --- a/test/fixtures/98b08ffe7691e0adaac6298ca8a69b41 +++ /dev/null @@ -1 +0,0 @@ -{"artists":[{"idArtist":"111319","strArtist":"Nirvana","strArtistStripped":null,"strArtistAlternate":"","strLabel":null,"idLabel":null,"intFormedYear":"1988","intBornYear":null,"intDiedYear":"1994","strDisbanded":"Yes","strStyle":"Rock/Pop","strGenre":"Rock","strMood":"Sad","strWebsite":"www.nirvana.com","strFacebook":"www.facebook.com/Nirvana","strTwitter":"twitter.com/Nirvana","strBiographyEN":"Nirvana was an American rock band that was formed by singer and guitarist Kurt Cobain and bassist Krist Novoselic in Aberdeen, Washington, in 1987. Nirvana went through a succession of drummers, the longest-lasting being Dave Grohl, who joined the band in 1990. Despite releasing only three full-length studio albums in their seven-year career, Nirvana has come to be regarded as one of the most influential and important rock bands of the modern era.\nIn the late 1980s Nirvana established itself as part of the Seattle grunge scene, releasing its first album Bleach for the independent record label Sub Pop in 1989. The band eventually came to develop a sound that relied on dynamic contrasts, often between quiet verses and loud, heavy choruses. After signing to major label DGC Records, Nirvana found unexpected success with \"Smells Like Teen Spirit\", the first single from the band's second album Nevermind (1991). Nirvana's sudden success widely popularized alternative rock as a whole, and the band's frontman Cobain found himself referred to in the media as the \"spokesman of a generation\", with Nirvana being considered the \"flagship band\" of Generation X. In response, Nirvana's third studio album, In Utero (1993), featured an abrasive, less-mainstream sound and challenged the group's audience. The album did not match the sales figures of Nevermind, but was still a commercial success and critically acclaimed.\nNirvana's brief run ended following the death of Kurt Cobain in 1994, but various posthumous releases have been issued since, overseen by Novoselic, Grohl, and Cobain's widow Courtney Love. Since its debut, the band has sold over 25 million records in the United States alone, and over 75 million records worldwide, making them one of the best-selling bands of all time. Nirvana was inducted into the Rock and Roll Hall of Fame in 2014, in its first year of eligibility.","strBiographyDE":"Der Verantwortliche, der 1992 bei MTV den Song \"Smells Like Teen Spirit\" auf Heavy Rotation setzt, ist sich wohl kaum bewusst, dass er damit den Schalter f\u00fcr ein neues Zeitalter des Alternative-Rocks umlegen w\u00fcrde. Was immer ihn dazu getrieben hat, auf dieses aus dem \u00fcblichen Musikvideo-Rahmen fallende Pferd zu setzen, es war ein beispielloser kommerzieller Gl\u00fccksgriff.\n\nMit einem langweiligen Sporthallen-Video, in dem meist ein zerzauster Typ seine schulterlangen, blonden Haare in die Kamera wuschelt und lustlos einen einfachen Vier-Akkord-Riff-Song hinschmettert, treffen ein paar ahnungslose Gammler aus Seattle den Nerv der Zeit und werden bald zum Sprachrohr einer ganzen Generation.\n\nOb das so gewollt war, ist strittig. Gitarrist, S\u00e4nger und Songwriter Kurt Cobain hat es sich wohl nicht zum Ziel gesetzt, f\u00fcr Millionen von Teenager in ihrer Depri-und-nicht-verstanden-Phase als Role-Model herzuhalten. Andererseits k\u00e4mpft er seit seinen Anfangstagen als Musiker verbissen, h\u00f6llisch selbstbewusst (\"Ich wusste immer dass ich etwas besonderes mache.\") und ohne R\u00fccksicht auf Verluste f\u00fcr ein Leben in Ruhm, Ehre und jeder Menge Rock'n'Roll.\nIn seinen High School-Tagen \u00e4ndern sich seine Vorlieben von Heavy Metal zun\u00e4chst \nhin zu amerikanischem Hardcore. Black Flag z\u00e4hlen sp\u00e4ter neben den Pixies zu seinen absoluten Lieblings-Bands.\n\n\u00dcber seine Kiffer- und Abh\u00e4ng-Kumpels lernt Cobain die Heavy Punks der Melvins aus dem nahe liegenden Ort Olympia kennen. Sie sind cool, rauchen eine Menge Joints und haben nichts mit den Leuten aus der Football-Mannschaft zu tun, von denen sich Kurt nach und nach abgrenzt. Cobain himmelt die Melvins an und wird durch sie endg\u00fcltig vom Punkrock angefixt.\n\nNebenbei spielt er bereits in einigen Punk-Bands, darunter bei Fecal Matter, bei denen Melvins-Drummer Dale Crover Bass zupft. Durch Melvins-Kopf King Buzzo kommt Kurt 1985 in Kontakt mit dem Bassisten Krist Novoselic, der zwar in relativ beh\u00fcteten Verh\u00e4ltnissen aufgewachsen ist, aber in Sachen Punk-Rock-Interesse und High-School-Desinteresse mit Cobain auf einer Wellenl\u00e4nge liegt.\n\nSie schlie\u00dfen sich zusammen und durchlaufen dabei eine Vielzahl von Formationen und Bands, bis sie als Skid Row in der Besetzung Kurt (Gitarre, Gesang), Krist (Bass) und Aaron Burckhard (Drums) musizieren. Bei ihren ersten Auftritten spielt die Band bereits erste Versionen von Songs wie \"Spank Thru\", \"Beeswax\" oder \"Floyd The Barber\", die sich sp\u00e4ter auf dem Nirvana-Deb\u00fct \"Bleach\" wiederfinden.\n\nDie Formation bleibt, gem\u00e4\u00df ihrem Lifestyle von Drogen und Abgesifftheit (Kurt lebt einige Zeit sogar unter einer Br\u00fccke in Aberdeen und ern\u00e4hrt sich haupts\u00e4chlich von Fisch, Bier und S\u00fc\u00dfigkeiten), nicht lange zusammen. F\u00fcr Burckhard ist Nirvana, wie sich Skid Row mittlerweile nennen, ein Spa\u00df.\n\nF\u00fcr Krist und Kurt ist die Band hingegen alles andere als nur ein Zeitvertreib. \"Sie wollten jeden Tag proben. Das war ein bisschen viel\", res\u00fcmiert Burckhard sein Engagement. Er verl\u00e4sst Nirvana, Kurt und Krist stehen ohne Drummer da. Ein Zustand, an den sie sich gew\u00f6hnen.\n\nKurt zieht nach Olympia, und Nirvana nehmen 1988 mit ihrem alten Kumpel Dale Crover am Schlagzeug ihr erstes Demo auf. Produziert wird es vom Seattler Hausproduzenten Jack Endino, der damals praktisch alles unter seine Fittiche nimmt, was auf den Seattle-Label Sub Pop erscheint. Bruce Pavitt und Jonathan Poemann, die Sub Pop-Gr\u00fcnder, werden auf Nirvana aufmerksam und verschaffen ihnen einige Gigs.\n\nNachdem Dale Crover mit King Buzzo nach San Francisco zieht, stehen sie wieder einmal ohne Schlagzeuger da. Auf Crovers Tipp wird Dave Foster eingestellt, ein Redneck mit Schnauzbart aus Aberdeen. Von Anfang ist aber klar, dass sein Einsatz nur von kurzer Dauer sein wird. Foster ist zu sehr Macho, zu sehr Proll, als dass er sich mit dem Punkrock-Style von Krist und Kurt, die zeitweise auch zu dritt mit Novoselic' Freundin Shelli in einem Haus wohnen, anfreunden k\u00f6nnte.\n\nAls Foster einen Nebenbuhler krankenhausreif schl\u00e4gt und f\u00fcr ein Jahr ins Gef\u00e4ngnis wandert, kommt aushilfsweise Aaron Burckhard wieder kurz ins Boot. Chad Channig, der dann f\u00fcr l\u00e4ngere Zeit fester Nirvana-Drummer ist, ersetzt ihn. Zwei Monate nach Channings Einstieg nehmen Nirvana ihrer erste Single f\u00fcr Sub Pop auf.\n\n\"Love Buzz\", eine Coverversion von Shocking Blue auf der A-Seite und der eigene Song \"Big Cheese\" auf der B-Seite. Die 7\" erscheint nur in einer kleinen Auflage von tausend Exemplaren \u00fcber den legend\u00e4ren Sub Pop-Singles-Club.\n\nF\u00fcr l\u00e4cherliche sechshundert Dollar spielen Nirvana 1989 ihr Deb\u00fct-Album \"Bleach\" ein. Jason Evermann wird auf der R\u00fcckseite des Booklets zwar als zweiter Gitarrist genannt, in Wirklichkeit ist auf \"Bleach\" aber kein einziger Ton von ihm zu h\u00f6ren. Er war nur bei einigen Live-Shows vierter Mann, bevor er Nirvana Ende 1989 verl\u00e4sst, um bei Soundgarden einzusteigen, die neben Mudhoney als eine von wenigen Bands aus Seattle zu dieser Zeit schon \u00fcberregionalen Erfolg haben.\n\nObwohl alles andere als leicht verdaulich, belegt \"Bleach\" gute Platzierungen in den College-Radio-Charts und mausert sich zum Liebling der amerikanischen Indie-Szene. Kurts Songwriter-Qualit\u00e4ten sind auf dem Deb\u00fct noch lange nicht auf ihrem H\u00f6hepunkt angelangt, lassen aber das Potenztial, das in ihm steckt, erahnen. Songs wie \"About A Girl\" gehen schon deutlich in eine Richtung, die Nirvana zwei Jahre sp\u00e4ter weltweit bekannt macht. Noch sind sie in den Staaten aber nicht viel mehr als eine Underground-Tipp.\n\nDie englische Presse ist da nat\u00fcrlich schon etwas weiter. Angefixt durch andere Seattle-Bands haben die Insulaner Grunge schon l\u00e4ngst als das n\u00e4chste gro\u00dfe Ding ausgemacht. Durch den gro\u00dfen Support von Indie-Stars wie Sonic Youth und Dinosaur Jr. werden Nirvana in England schnell zu viel versprechenden Newcomern. Sp\u00e4testens als Cobain & Co. mit Tad auf England-Tour gehen, sind Holzf\u00e4ller-Hemden in aller Munde.\n\nNirvana nehmen mit Butch Vig, dem Starproduzenten und sp\u00e4teren Garbage-Drummer, ein Demo auf, mit dem sie sich bei verschiedenen Major-Labels bewerben wollen, die sich jedoch schon heftig um die Band rei\u00dfen. Im Mai 1990 verl\u00e4sst Chad Channings die Band. Kurt und Krist sind schon lange mit seinem Spiel unzufrieden, da sie es f\u00fcr zu undynamisch halten. Mit Dan Peters von Mudhoney finden sie kurzfristig und f\u00fcr eine Single (\"Sliver/Dive\") Ersatz.\n\nKing Buzzo spielt dann erneut Schicksal f\u00fcr Nirvana. Er gibt dem jungen Drummer Dave Grohl, der damals in der Hardcore-Band Scream spielt, die Telefonnummer von Novoselic. Grohl ruft tats\u00e4chlich an, obwohl er von Nirvana nicht wirklich begeistert ist. \"Sie rissen mich nicht gerade vom Hocker.\"\n\nAls er die Zusage von Kurt und Chris hat, steigt er dennoch mitsamt Drumkit und ein paar Klamotten ins Flugzeug und fliegt nach Seattle. Bei der ersten gemeinsamen Probe l\u00e4uft alles glatt. \"Nach zwei Minuten wussten wir, dass er der richtige Schlagzeuger war\", erz\u00e4hlt Novoselic sp\u00e4ter \u00fcber Grohls Drumming, das endlich die gew\u00fcnschte H\u00e4rte hat. Grohl zieht zusammen mit Cobain in ein Haus, bald darauf spielen Nirvana ihre erste Show mit dem neuen Schlagzeuger aus Washington \u2013 nach nur einem Tag ist das Konzert ausverkauft.\n\n\u00dcber Sonic Youth stellen Nirvana Kontakt zu Geffen Records her, bei denen sie im April 1991 einen Deal unterschreiben. Zusammen mit Butch Vig nimmt die Band in Los Angeles ihr zweites Album \"Nevermind\" auf, das nach einer Europa-Tournee mit Sonic Youth im September 1991 erscheint. Als eine der letzten Bands aus Seattle, die mit einem Major-Album auf den Markt kommt, sind die Erwartungen auf Seiten der Plattenfirma aber eher mittelm\u00e4\u00dfig.\n\n\"Nevermind\" steigt auf Platz 144 der amerikanischen Charts ein und wird bereits im Oktober vergoldet. Das Video zur ersten Single \"Smells Like Teen Spirit\" (ein Satz den Bikini Kill-S\u00e4ngerin Kathleen Hanna an Cobains Wand spr\u00fcht und damit Kurts K\u00f6rperd\u00fcfte mit dem eines Deodorants vergleicht) l\u00e4uft auf den Clip-Kan\u00e4len rauf und runter und hilft kr\u00e4ftig mit, dass sich das Album nach einer kurzen Tour mit den Red Hot Chili Peppers und Pearl Jam pro Woche unglaubliche 300.000 mal verkauft.\n\nDie Platte ist um einiges h\u00e4rter als alles, was sich damals auf dem Mainstream-Markt tummelt. Sie bringt die Verschmelzung von Punk und Metal, Grunge, den Massen n\u00e4her und schubst sogar Michael Jackson mit \"Dangerous\" von ersten Platz der Album-Charts. F\u00fchrt Alternative Rock davor noch ein Leben in der Nische, haben die Medien danach mit Nirvana und vor allem mit Cobain ihren ersten abgewrackten Rockstar, der sich herrlich medial ausschlachten l\u00e4sst.\n\nZu Beginn spielen Nirvana das Spiel der Stars kr\u00e4ftig mit und provozieren, wo sie nur k\u00f6nnen. Legend\u00e4r sind ihre effektiv in Szene gesetzten, selbstzerst\u00f6rerischen Auftritte, bei denen meist nicht mal ein Becken stehen bleibt. Nirvana p\u00f6beln in TV-Shows und bieten der Welt das Bild, das man von ihnen verlangt.\n\nIhrer Anh\u00e4ngerschaft geben sie ein Gef\u00fchl der Identifikation und der Revolte. Cobain macht jedoch nicht auf Verst\u00e4ndnis f\u00fcr die gelangweilte Jugend. Er lebt eher genau das aus, was sich viele w\u00fcnschen: die komplette Verneinung: \"Here we are now, entertain us.\"\n\nAls Cobain dann auch noch mit der Hole-Frontfrau Courntey Love anbandelt, hat die Presse ihr Vorzeige-Paar. Im Februar 1992 heiraten Cobain und Love auf Hawaii. Love ist bereits hochschwanger und bringt am 18. August 1992 die gemeinsame Tochter Frances Bean auf die Welt.\n\nZwei Wochen sp\u00e4ter berichtet das Boulevard-Magazin Vanity Fair, Love habe w\u00e4hrend ihrer Schwangerschaft Heroin genommen. Daraufhin wird den Eltern das Sorgerecht f\u00fcr einen Monat entzogen und erst nach einem heftigen Rechtsstreit wieder zur\u00fcck gegeben.\n\nCobain zieht sich immer mehr zur\u00fcck und flieht in Alkohol und Drogen. Er nimmt t\u00e4glich Heroin f\u00fcr vierhundert Dollar, da der Bankautomat nicht mehr an einem Tag ausgibt. Weil Cobain vollkommen unf\u00e4hig ist, einen Nachfolger f\u00fcr \"Nevermind\" aufzunehmen, ver\u00f6ffentlicht Geffen im Dezember 1992 die B-Seiten und Rarit\u00e4ten-Sammlung \"Incesticide\", um Nirvana im Gespr\u00e4ch zu halten. Es wird auf Wunsch der Band nicht promotet, erreicht aber trotzdem Platz 39 der amerikanischen Charts.\n\nBei ihrem n\u00e4chsten Longplayer entscheiden sich Nirvana f\u00fcr Steve Albini als Produzenten. Albini hat sich bereits mit Platten der Breeders oder den Pixies einen guten Namen gemacht. Im Februar 1993 nehmen Nirvana in Minnesota ihr drittes Album auf. Eigentlich ist geplant, ihm den Titel \"I Hate Myself And I Want To Die\" zu geben. Das empfindet die Plattenfirma aber als zu hart und lehnt es ab. Schlie\u00dflich tauft man es auf \"In Utero\".\n\nAlbinis grober Sound st\u00f6\u00dft bei Geffen ebenfalls auf Ablehnung. Nach dem utopischen Verkaufszahlen des Vorg\u00e4ngers ist der Druck gro\u00df, das Album wird von R.E.M.-Produzent Scott Litt noch mal gemixt, da Geffen die urspr\u00fcnglichen Aufnahmen unter kommerziellen Gesichtspunkten f\u00fcr untragbar h\u00e4lt. Ab den Sessions mit Albini bis zum endg\u00fcltigen Release am 21.September 1993 zieht sich der Streit zwischen Band und Firma auf knapp sechs Monate.\n\n\"In Utero\" entwickelt sich zum Schlag ins Gesicht von MTV und Radiostationen. Bis auf wenige Songs wie \"All Apologies\" oder \"Pennyroyal Tea\" ist es ein verzerrter Wutausbruch, mit dem Cobain dem Pop-Appeal den Riegel vorschiebt. Einen \"Smells Like Teen Spirit\"-Nachfolger sucht man vergebens, trotzdem schie\u00dft die Platte von 0 auf 1 in die Charts.\n\nBei der folgenden Tournee lassen sich Nirvana durch die L.A.-Punk-Legende Pat Smear (The Germs, sp\u00e4ter f\u00fcr eine Platte auch bei den Foo Fighters) an der zweiten Gitarre unterst\u00fctzen. Die Tour l\u00e4uft relativ erfolgreich, auch wenn einige Shows nicht ausverkauft sind.\n\nAm 18. November 1993 spielen Nirvana ein MTV Unplugged-Konzert, das ein Jahr sp\u00e4ter als CD ver\u00f6ffentlicht wird. Es zeigt Nirvana von einer unbekannten Seite mit einem ungew\u00f6hnlichen Fokus auf Perfektion.\n\nAm 1.M\u00e4rz 1994 spielen Nirvana ihr letztes Konzert im M\u00fcnchner Terminal Eins. Danach verbringt Cobain mit Courtney Love einige Tage in Rom, wo er wieder einen Zusammenbruch erleidet. Die Mixtur aus Champagner und dem valium\u00e4hnlichen Rohypnol wird an die Medien als \u00dcberdosis verkauft, ist in Wirklichkeit aber bereits ein geheim gehaltener Selbstmordversuch.\n\nZur\u00fcck in Seattle verbessert sich Kurts Gem\u00fctslage nicht. Am 18. M\u00e4rz muss Courtney Love die Polizei in ihr Haus rufen, da Cobain sich im Badezimmer eingeschlossen hat und damit droht, sich umzubringen.\n\nDer Nirvana-S\u00e4nger begibt sich in das Exodus Recovery Center in Marina del Ray bei Los Angeles, um seinen Drogenkonsum und die Psyche in den Griff zu bekommen. Bereits nach zwei Tagen flieht er aus der Anstalt und geht zur\u00fcck nach Seattle. Dort angekommen, verbarrikadiert er sich am 5. April 1994 in einem Raum \u00fcber seiner Garage und schie\u00dft sich eine Dosis Heroin in den Arm, nach der ein normaler Mensch bereits klinisch tot sein m\u00fcsste.\n\nMit einer Schrotflinte, die er im M\u00e4rz zusammen mit seinem Freund Dylan Carlson gekauft hatte, um sich gegen Einbrecher zu sch\u00fctzen, schie\u00dft er sich danach in den Mund. Erst drei Tage sp\u00e4ter wird seine Leiche von einem Elektriker gefunden. Allen Spekulationen um den Tod Cobains zum Trotz wird als Todesursache offiziell Selbstmord angegeben.\n\nAm Abend des 10. April versammeln sich Tausende Jugendliche in der Innenstadt von Seattle, um Abschied zu nehmen. Courtney Love liest dabei den von ihrem Ehemann zur\u00fcck gelassenen Abschiedsbrief vor. Sp\u00e4ter wird er sogar auf T-Shirts und Poster abgedruckt. Kurt Cobains Leichnam wird einge\u00e4schert, die Garage, in der er sich das Leben nahm, zwei Jahre sp\u00e4ter abgerissen, um den Ort nicht zu einem Pilgerort verkommen zu lassen.\n\nNach Cobains Tod wird neben dem Unplugged-Album auch das Live Video \"Live! Tonight! Sold Out!\" ver\u00f6ffentlicht. Als 1996 das Live-Album \"From The Muddy Banks Of The Whiskah\" erscheint, sind die verbleibenden Nirvana-Mitglieder bereits anderweitig besch\u00e4ftigt. Dave Grohl wechselt bei seiner eigenen Band den Foo Fighters \u00e4u\u00dferst erfolgreich von den Drums an die Gitarre und den Gesang, w\u00e4hrend Krist Novoselic mit Sweet 75, von der Au\u00dfenwelt kaum beachtet, weiter musiziert.\n\n1997 gr\u00fcnden Grohl und Novoselic zusammen mit Courtney Love ein Nirvana Partnership, um den Nachlass der Band zu verwalten. Die traute Dreisamkeit entwickelt sich allerdings zum Desaster und resultiert in einem endlosen Rechtsstreit zwischen den Parteien Grohl/Novoselic und Love, die darauf pocht, die Songs ihres Ehemannes allein zu verwalten. Erst 2002 erscheint das Best Of-Album und nicht wie eigentlich geplant eine weitere Rarit\u00e4ten-Box. Es enth\u00e4lt mit \"You Know You're Right\" einen einzigen neuen Song, den Novoselic nach der letzten Nirvana Studiosession in seinem Keller bunkert.\n\nLove ist das nicht genug. Sie ver\u00f6ffentlicht kurz vor Weihnachten 2002 die Tageb\u00fccher ihres Mannes. Tageb\u00fccher ist jedoch eine falsche Beschreibung, es handelt sich aber eher um eine Ansammlung von Notizzetteln, Songtext-Fragmenten oder wirren Kritzeleien.\n\nKrist Novoselic gibt 2003 seinen R\u00fcckzug von der Musik bekannt, nachdem sein Comeback-Versuch mit seiner neuen Band Eyes Adrift (zusammen mit dem Ex-Sublime-Drummer Bug Gaugh und Ex-Meat Puppets Curt Kirkwood) missgl\u00fcckt. Er will sich nun der Politik widmen.\n\nDave Grohl ist dagegen Rockstar geblieben. Neben seiner Hauptbet\u00e4tigung bei den Foo Fighters klopft er noch hier und da auf die Becken. Seine ber\u00fchmtesten Zwischeneinlagen sind die bei den Queens Of The Stone Age, Killing Joke, Nine Inch Nails und Them Crooked Vultures.","strBiographyFR":"Nirvana est un groupe de rock am\u00e9ricain form\u00e9 en 1987 \u00e0 Aberdeen (\u00c9tat de Washington) par le chanteur-guitariste Kurt Cobain et le bassiste Krist Novoselic. Le groupe a connu une succession de batteurs, le dernier et plus important d'entre eux ayant \u00e9t\u00e9 Dave Grohl, qui a rejoint le groupe en 1990.\n\nAvec le single Smells Like Teen Spirit tir\u00e9 de son second album, Nevermind en 1991, Nirvana devint mondialement populaire et mit en lumi\u00e8re un sous-genre du rock alternatif appel\u00e9 le grunge, compos\u00e9 de nombreux groupes de Seattle tels Alice in Chains, Pearl Jam et Soundgarden. Leur succ\u00e8s en fit le genre musical dominant sur les radios et cha\u00eenes de t\u00e9l\u00e9vision musicales aux \u00c9tats-Unis durant la premi\u00e8re moiti\u00e9 des ann\u00e9es 1990. Kurt Cobain fut alors consid\u00e9r\u00e9 comme le \u00ab porte-parole de toute une g\u00e9n\u00e9ration \u00bb et Nirvana comme le groupe embl\u00e9matique de la \u00ab G\u00e9n\u00e9ration X \u00bb. Cobain n'\u00e9tait pas \u00e0 l'aise avec toute cette attention et pr\u00e9f\u00e9ra se concentrer sur la musique du groupe, pensant que sa vision artistique avait \u00e9t\u00e9 mal interpr\u00e9t\u00e9e par le public. Il d\u00e9fia alors l'audience du groupe avec son troisi\u00e8me album studio \u00e0 tendance plus \"underground\" : In Utero (1993).\n\nLa courte existence de Nirvana prit fin avec la mort de Kurt Cobain en avril 1994 mais la popularit\u00e9 du groupe perdura dans les ann\u00e9es qui suivirent. En 2002, You Know You're Right, une d\u00e9mo inachev\u00e9e du groupe datant de la derni\u00e8re session d'enregistrement, se pla\u00e7a en t\u00eate des listes d'\u00e9coute des radios partout dans le monde. Depuis ses d\u00e9buts, le groupe a vendu plus de 50 millions de disques \u00e0 travers le monde, dont 25 millions aux seuls \u00c9tats-Unis. Nirvana est souvent consid\u00e9r\u00e9 comme l'un des groupes les plus populaires et les plus importants de ces 20 derni\u00e8res ann\u00e9es.","strBiographyCN":"\u6d85\u69c3\u4e50\u961f\uff08Nirvana\uff09\u662f\u4e00\u652f\u7f8e\u56fd\u7684\u6416\u6efe\u4e50\u961f\uff0c\u4e8e1987\u5e74\u5728\u534e\u76db\u987f\u5dde\u7684\u963f\u4f2f\u4e01\u7ec4\u5efa\u3002\u901a\u8fc7\u4ed6\u4eec\u4e13\u8f91Nevermind\u88e1\u7684Lithium\u548cSmells Like Teen Spirit\u4e24\u9996\u4f5c\u54c1\u6253\u5165\u7f8e\u56fd\u4e3b\u6d41\u97f3\u4e50\u3002\u7531\u4e8e\u5f53\u65f6\u4e3b\u6d41\u5a92\u4f53\u7684\u4e0d\u53cb\u597d\uff0c\u4ed6\u4eec\u6240\u5904\u7684\u97f3\u4e50\u6d41\u6d3e\u88ab\u79f0\u4e3a\u5783\u573e\u6447\u6eda\uff08Grunge\uff0c\u539f\u672c\u662f\u7f8e\u56fd\u4fda\u8bed\uff0c\u6709\u4e4f\u5473\u3001\u4e11\u964b\u548c\u810f\u4e71\u7b49\u8bbd\u523a\u610f\u5473\uff0c\u4e8b\u5b9e\u4e0a\u6d85\u69c3\u7684\u97f3\u4e50\u98ce\u683c\u662f\u7531\u670b\u514b\u548c\u53e6\u7c7b\u6447\u6eda\u53d1\u5c55\u51fa\u6765\u7684\u4e00\u4e2a\u5206\u652f\uff09\u3002\u4e0e\u4ed6\u4eec\u5728\u897f\u96c5\u56fe\u7684\u540c\u7c7b\u7231\u4e3d\u4e1d\u56da\u5f92 (Alice in Chains)\uff0c\u73cd\u73e0\u679c\u91ac\uff08Pearl Jam\uff09\u548c\u97f3\u5712\uff08Soundgarden\uff09\u4e00\u8d77\uff0c\u6d85\u69c3\u4e50\u961f\u628a\u5927\u4f17\u7684\u7126\u70b9\u805a\u96c6\u5230Grunge\u97f3\u4e50\u4e0a\u6765\uff0c\u4f7fGrunge\u97f3\u4e50\u572820\u4e16\u7eaa90\u5e74\u4ee3\u4e2d\u524d\u671f\u5728\u5e7f\u64ad\u548c\u97f3\u4e50\u7535\u89c6\u7684\u64ad\u653e\u7387\u4e0a\u5360\u636e\u4e86\u7edf\u6cbb\u6027\u7684\u5730\u4f4d\u3002 \u79d1\u7279\u00b7\u67ef\u672c\uff08Kurt Cobain\uff09\u8207Krist Novoselic\u76f8\u8b58\u65bc1985\u5e74\uff0c\u7576\u6642\u4ed6\u5011\u540c\u6a23\u662f\u4e00\u500b\u540d\u53ebThe Melvins\u7684Grunge\u6a02\u5718\u6b4c\u8ff7\uff0c\u4e26\u7d93\u5e38\u5728\u6a02\u5718\u7684\u6392\u7df4\u7a7a\u9593\u9644\u8fd1\u5f98\u5f8a\u3002\u5169\u500b\u4eba\u89ba\u5f97\u53ef\u4ee5\u958b\u59cb\u7d44\u81ea\u5df1\u7684\u6a02\u5718\uff0c\u65bc\u662f\u62db\u52df\u4e86\u9f13\u624bAaron Burckhard\uff0c\u5275\u9020\u4e86\u7b2c\u4e00\u500bNirvana\u7684\u5178\u578b\u3002\u525b\u958b\u59cb\u7684\u5e7e\u500b\u6708\uff0c\u5169\u500b\u4eba\u8207\u8a31\u591a\u7684\u9f13\u624b\u5171\u4e8b\uff0c\u5305\u62ecThe Melvins\u7684\u9f13\u624bDale Crover\uff0c\u7b2c\u4e00\u500bDemo\u88e1\u9762\u5373\u662f\u4ed6\u5728\u6253\u9f13\u3002\u540c\u6642\uff0c\u6a02\u5718\u4e5f\u7528\u904e\u4e00\u7cfb\u5217\u7684\u540d\u5b57\uff0c\u76f4\u5230\u4ed6\u5011\u57281988\u5e742\u6708\u5b9a\u4e0b\u4f86Nirvana\u9019\u500b\u540d\u5b57\u4e4b\u524d\uff0c\u4ed6\u5011\u7528\u904eSkid Row\u3001Pen Cap Chew\uff0c\u548cTed Ed Fred\u7b49\u4f5c\u70ba\u5718\u540d\u3002\u5169\u500b\u6708\u5f8c\uff0c\u6a02\u5718\u4e5f\u78ba\u5b9a\u4e86\u9f13\u624b\u7684\u4f4d\u7f6e\u7531Chad Channing\u64d4\u4efb\u3002\nNirvana\u7b2c\u4e00\u5f35\u6b63\u5f0f\u767c\u884c\u7684\u4f5c\u54c1\u662f1988\u5e74\u767c\u884c\u7684\u55ae\u66f2Love Buzz/Big Cheese\u30021989\u5e74\u6a02\u5718\u5728Sub Pop\u5531\u7247\u516c\u53f8\u767c\u884c\u4e86\u4ed6\u5011\u7684\u9996\u5f35\u5c08\u8f2fBleach\uff08\u53f0\u7063\u7ffb\u8b6f\u70ba\u201c\u6f02\u767d\u201d\uff09\u3002 1989\u5e74\u76848\u67088\u865f\uff0c1000\u5f35Bleach\u7684\u767d\u8272\u5531\u7247\u5728Lamefest\u5168\u6578\u552e\u5149\uff0c\u9019\u5f35\u5c08\u8f2f\u5c55\u73fe\u51fa\u9ad8\u5ea6\u88abThe Melvins\u3001Mudhoney\u3001Black Sabbath\u3001Led Zeppelin\u7b49\u5718\u5f71\u97ff\u7684\u4e00\u9762\u3002Krist Novoselic\u57282001\u5e74\u63a5\u53d7Rolling Stone\u63a1\u8a2a\u6642\u8868\u793a\uff0c\u6a02\u5718\u66fe\u7d93\u5728\u5de1\u8ff4\u7684\u6642\u5019\u5728\u8eca\u4e0a\u653e\u904e\u4e00\u6372\u9304\u97f3\u5e36\u4f86\u807d\uff0c\u7576\u6642\u9304\u97f3\u5e36\u7684\u4e00\u9762\u662fThe Smithereens\u7684\u4e00\u5f35\u5c08\u8f2f\uff0c\u53e6\u4e00\u9762\u5247\u662f\u9ed1\u91d1\u5c6c\u6a02\u5718Celtic Frost\u7684\u5c08\u8f2f\uff0c\u63a1\u8a2a\u8a18\u9304\u4e2d\u5beb\u5230\uff0c\u9019\u5f35\u300c\u5408\u8f2f\u300d\u6216\u8a31\u5c0d\u4ed6\u5011\u5f71\u97ff\u5f88\u5927\u3002\u300c\u6f02\u767d\u300d\u9019\u5f35\u5c08\u8f2f\u5728\u5927\u5b78\u96fb\u53f0\u9593\u88ab\u5ee3\u6cdb\u559c\u611b\uff0c\u4f46\u4e5f\u4e9b\u5fae\u6697\u793a\u4e86\u4ed6\u5011\u5169\u5e74\u5f8c\u7684\u627e\u5c0b\u81ea\u6211\u3002\n\u8a79\u68ee\u00b7\u827e\u5f17\u66fc(Jason Everman)\u5728\u300c\u6f02\u767d\u300d\u5c08\u8f2f\u4e2d\u540d\u5217\u7b2c\u4e8c\u4f4d\u5409\u4ed6\u624b\uff0c\u4f46\u5be6\u969b\u4e0a\u4ed6\u4e26\u6c92\u6709\u53c3\u8207\u9304\u88fd\uff0c\u800c\u662f\u51fa\u8cc7\u5e6b\u52a9Nirvana\u5b8c\u6210\u9304\u97f3\uff0c\u5c08\u8f2f\u5171\u82b1\u4e86606.17\u5143\u7f8e\u91d1\u3002\u5c08\u8f2f\u5b8c\u6210\u4e4b\u5f8c\uff0cEverman\u77ed\u66ab\u7684\u6210\u70ba\u6a02\u5718\u7684\u7b2c\u4e8c\u5409\u4ed6\u624b\uff0c\u4f46\u5728\u96a8\u5f8c\u6a02\u5718\u9996\u6b21\u7684\u5168\u7f8e\u5de1\u8ff4\u6642\u88ab\u89e3\u96c7\u3002\u4e0d\u4e45\u5f8c\uff0c\u4ed6\u77ed\u66ab\u7684\u5e6bSoundgarden\u5f48\u594f\u8c9d\u65af\uff0c\u76f4\u5230\u52a0\u5165Mind Funk\u70ba\u6b62\u3002\n\u52301990\u5e74\u4ee3\u65e9\u671f\uff0c\u6a02\u5718\u958b\u59cb\u8207\u88fd\u4f5c\u4ebaButch Vig\u5171\u4e8b\u300c\u6f02\u767d\u300d\u5c08\u8f2f\u4e4b\u5f8c\u7684\u9304\u97f3\u6d3b\u52d5\u3002\u5728\u9019\u6bb5\u671f\u9593Kurt\u548cKrist\u4e86\u89e3\u5230Chad\u4e26\u4e0d\u662f\u6a02\u5718\u771f\u6b63\u9700\u8981\u7684\u9f13\u624b\uff0c\u800c\u4ed6\u4e5f\u5728\u9019\u6bb5\u671f\u9593\u904e\u5f8c\u96e2\u968a\u3002\u7d93\u904e\u4e86\u77ed\u66ab\u7d66The Melvins\u9f13\u624bDale Crover\u4ee3\u6253\u5f8c\u7684\u5e7e\u500b\u661f\u671f\uff0c\u6a02\u5718\u96c7\u7528\u4e86Mudhoney\u7684\u9f13\u624bDan Peters\uff0c\u4e26\u8207\u4ed6\u9304\u88fd\u4e86\u300aSliver\u300b\u9019\u9996\u6b4c\u3002\u9019\u5e74\u7684\u5e74\u5c3e\uff0cThe Melvins\u7684Buzz Osborne\u4ecb\u7d39\u6234\u592b\u00b7\u683c\u7f85\u723e\uff08Dave Grohl\uff09\u7d66\u4ed6\u5011\u2500Dave Grohl\u7684\u6a02\u5718Scream\u7a81\u7136\u89e3\u6563\uff0c\u800c\u4ed6\u6b63\u5728\u5c0b\u8993\u65b0\u6a02\u5718\uff0c\u6b63\u597dNirvana\u4e5f\u662f\u8ddf\u96a8Scream\u7684\u66f2\u98a8\u3002","strBiographyIT":"I Nirvana sono stati un gruppo grunge statunitense formatosi ad Aberdeen (Washington) nel 1987 e attivo sino al 1994, anno della morte del leader Kurt Cobain. Principali artefici del successo del genere grunge[2] e in generale dell'alternative rock[1][2], furono una delle band pi\u00f9 innovatrici, note e influenti nella musica dei primi anni novanta. Fondatori e membri del gruppo sin dall'esordio furono Kurt Cobain (voce e chitarra) e il bassista Krist Novoselic. Vari batteristi hanno invece militato nel gruppo, tra i quali il primo di rilevante importanza fu Chad Channing, con cui il gruppo registr\u00f2 l'album d'esordio Bleach (1989) e il successivo demo di Butch Vig, che port\u00f2 i Nirvana all'attenzione delle major. Channing venne successivamente sostituito a causa della scarsa potenza sonora e della vacillante solidit\u00e0 ritmica. La formazione definitiva fu raggiunta verso la fine del 1990, quando Dave Grohl, ex batterista degli Scream, si un\u00ec al gruppo.\nDal debutto ad oggi la band ha venduto quasi 70 milioni di dischi[4], di cui 25 milioni solo negli Stati Uniti. I Nirvana sono stati inseriti al 30\u00ba posto nella lista dei 100 migliori artisti secondo Rolling Stone[5].","strBiographyJP":"\u30cb\u30eb\u30f4\u30a1\u30fc\u30ca (Nirvana) \u306f\u3001\u30a2\u30e1\u30ea\u30ab\u306e\u30d0\u30f3\u30c9\u30021980\u5e74\u4ee3\u7d42\u76e4\u306b\u30b7\u30fc\u30f3\u306b\u51fa\u73fe\u3057\u30011994\u5e74\u306e\u30ab\u30fc\u30c8\u81ea\u6bba\u306b\u3088\u308b\u6d3b\u52d5\u505c\u6b62\u307e\u3067\u306e\u6570\u5e74\u306b\u4e98\u3063\u3066\u3001\u5168\u4e16\u754c\u306e\u82e5\u8005\u4e16\u4ee3\u306e\u5727\u5012\u7684\u306a\u652f\u6301\u3092\u53d7\u3051\u305f\u3002\u5f7c\u306e\u6b7b\u4ea1\u5f8c\u3082\u4e16\u754c\u4e2d\u306e\u30df\u30e5\u30fc\u30b8\u30b7\u30e3\u30f3\u306b\u591a\u5927\u306a\u5f71\u97ff\u3092\u4e0e\u3048\u7d9a\u3051\u3066\u3044\u308b\u3002\u5358\u8a9e\u300c\u30cb\u30eb\u30f4\u30a1\u30fc\u30ca\u300d\u306b\u306f\u3001\u4ecf\u6559\u7528\u8a9e\u306e\u6d85\u69c3\u306e\u5883\u5730\u3068\u3044\u3046\u610f\u5473\u5408\u3044\u3068\u300c\u751f\u3051\u8d04\u300d\u3068\u3044\u3046\u610f\u5473\u5408\u3044\u304c\u3042\u308b\u3002\n\u300c\u30b9\u30e1\u30eb\u30ba\u30fb\u30e9\u30a4\u30af\u30fb\u30c6\u30a3\u30fc\u30f3\u30fb\u30b9\u30d4\u30ea\u30c3\u30c8\u300d\u306e\u7206\u767a\u7684\u30d2\u30c3\u30c8\u306b\u3088\u308a\u30d0\u30f3\u30c9\u306f\u4e00\u6c17\u306b\u6709\u540d\u306b\u306a\u308a\u30011990\u5e74\u4ee3\u4ee5\u964d\u306e\u30ed\u30c3\u30af\u306b\u7d76\u5927\u306a\u5f71\u97ff\u3092\u4e0e\u3048\u3001\u3057\u3070\u3057\u3070\u30aa\u30eb\u30bf\u30ca\u30c6\u30a3\u30f4\u30fb\u30ed\u30c3\u30af\u30b7\u30fc\u30f3\u306b\u304a\u3044\u3066\u300e\u30cb\u30eb\u30f4\u30a1\u30fc\u30ca\u4ee5\u964d\u300f\u3068\u3044\u3046\u8a00\u3044\u65b9\u3092\u3055\u308c\u308b\u3002\n\u5168\u4e16\u754c\u3067\u306e\u30c8\u30fc\u30bf\u30eb\u30bb\u30fc\u30eb\u30b9\u306f\u3001\u7d047500\u4e07\u679a[1][2]\u3002\n\u300c\u30ed\u30fc\u30ea\u30f3\u30b0\u30fb\u30b9\u30c8\u30fc\u30f3\u306e\u9078\u3076\u6b74\u53f2\u4e0a\u6700\u3082\u5049\u5927\u306a100\u7d44\u306e\u30a2\u30fc\u30c6\u30a3\u30b9\u30c8\u300d\u306b\u304a\u3044\u3066\u7b2c30\u4f4d\u3002","strBiographyRU":"Nirvana \u2014 \u0430\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u043a\u0430\u044f \u0440\u043e\u043a-\u0433\u0440\u0443\u043f\u043f\u0430, \u0441\u043e\u0437\u0434\u0430\u043d\u043d\u0430\u044f \u0432\u043e\u043a\u0430\u043b\u0438\u0441\u0442\u043e\u043c \u0438 \u0433\u0438\u0442\u0430\u0440\u0438\u0441\u0442\u043e\u043c \u041a\u0443\u0440\u0442\u043e\u043c \u041a\u043e\u0431\u0435\u0439\u043d\u043e\u043c \u0438 \u0431\u0430\u0441\u0438\u0441\u0442\u043e\u043c \u041a\u0440\u0438\u0441\u0442\u043e\u043c \u041d\u043e\u0432\u043e\u0441\u0435\u043b\u0438\u0447\u0435\u043c \u0432 \u0410\u0431\u0435\u0440\u0434\u0438\u043d\u0435, \u0448\u0442\u0430\u0442 \u0412\u0430\u0448\u0438\u043d\u0433\u0442\u043e\u043d, \u0432 1987 \u0433\u043e\u0434\u0443. \u0412 \u0441\u043e\u0441\u0442\u0430\u0432\u0435 \u043a\u043e\u043b\u043b\u0435\u043a\u0442\u0438\u0432\u0430 \u0441\u043c\u0435\u043d\u0438\u043b\u0438\u0441\u044c \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0431\u0430\u0440\u0430\u0431\u0430\u043d\u0449\u0438\u043a\u043e\u0432; \u0434\u043e\u043b\u044c\u0448\u0435 \u0432\u0441\u0435\u0445 \u0441 \u0433\u0440\u0443\u043f\u043f\u043e\u0439 \u0438\u0433\u0440\u0430\u043b \u0443\u0434\u0430\u0440\u043d\u0438\u043a \u0414\u044d\u0439\u0432 \u0413\u0440\u043e\u043b, \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0432\u0448\u0438\u0439\u0441\u044f \u043a \u041a\u043e\u0431\u0435\u0439\u043d\u0443 \u0438 \u041d\u043e\u0432\u043e\u0441\u0435\u043b\u0438\u0447\u0443 \u0432 1990 \u0433\u043e\u0434\u0443.\n\n\u0412 1989 \u0433\u043e\u0434\u0443 Nirvana \u0441\u0442\u0430\u043b\u0430 \u0447\u0430\u0441\u0442\u044c\u044e \u0441\u0438\u044d\u0442\u043b\u0441\u043a\u043e\u0439 \u043c\u0443\u0437\u044b\u043a\u0430\u043b\u044c\u043d\u043e\u0439 \u0441\u0446\u0435\u043d\u044b, \u0432\u044b\u043f\u0443\u0441\u0442\u0438\u0432 \u043d\u0430 \u0438\u043d\u0434\u0438-\u043b\u0435\u0439\u0431\u043b\u0435 Sub Pop \u0434\u0435\u0431\u044e\u0442\u043d\u044b\u0439 \u0430\u043b\u044c\u0431\u043e\u043c Bleach. \u041f\u043e\u0441\u043b\u0435 \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043d\u0438\u044f \u043a\u043e\u043d\u0442\u0440\u0430\u043a\u0442\u0430 \u0441 \u043a\u0440\u0443\u043f\u043d\u044b\u043c \u043b\u0435\u0439\u0431\u043b\u043e\u043c DGC Records (\u0430\u043d\u0433\u043b.)\u0440\u0443\u0441\u0441\u043a. Nirvana \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u043b\u0430 \u043d\u0435\u043e\u0436\u0438\u0434\u0430\u043d\u043d\u044b\u0439 \u0443\u0441\u043f\u0435\u0445 \u0441 \u043f\u0435\u0441\u043d\u0435\u0439 \u00abSmells Like Teen Spirit\u00bb \u0441\u043e \u0441\u0432\u043e\u0435\u0433\u043e \u0432\u0442\u043e\u0440\u043e\u0433\u043e \u0430\u043b\u044c\u0431\u043e\u043c\u0430 Nevermind, \u0432\u044b\u043f\u0443\u0449\u0435\u043d\u043d\u043e\u0433\u043e \u0432 1991 \u0433\u043e\u0434\u0443. \u0412\u043f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u0438 Nirvana \u0432\u043e\u0448\u043b\u0430 \u0432 \u043c\u0443\u0437\u044b\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u043c\u0435\u0439\u043d\u0441\u0442\u0440\u0438\u043c, \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u0438\u0437\u043e\u0432\u0430\u0432 \u043f\u043e\u0434\u0436\u0430\u043d\u0440 \u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u0440\u043e\u043a\u0430, \u043d\u0430\u0437\u0432\u0430\u043d\u043d\u044b\u0439 \u0433\u0440\u0430\u043d\u0436\u0435\u043c. \u041a\u0443\u0440\u0442 \u041a\u043e\u0431\u0435\u0439\u043d \u0441\u0434\u0435\u043b\u0430\u043b\u0441\u044f \u0432 \u0433\u043b\u0430\u0437\u0430\u0445 \u0421\u041c\u0418 \u043d\u0435 \u043f\u0440\u043e\u0441\u0442\u043e \u043c\u0443\u0437\u044b\u043a\u0430\u043d\u0442\u043e\u043c, \u0430 \u00ab\u0433\u043e\u043b\u043e\u0441\u043e\u043c \u043f\u043e\u043a\u043e\u043b\u0435\u043d\u0438\u044f\u00bb, \u0430 Nirvana \u0441\u0442\u0430\u043b\u0430 \u0444\u043b\u0430\u0433\u043c\u0430\u043d\u043e\u043c \u00ab\u043f\u043e\u043a\u043e\u043b\u0435\u043d\u0438\u044f \u0425\u00bb. \u0412 1993 \u0433\u043e\u0434\u0443 \u0432\u044b\u0448\u0435\u043b \u0442\u0440\u0435\u0442\u0438\u0439 \u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0441\u0442\u0443\u0434\u0438\u0439\u043d\u044b\u0439 \u0430\u043b\u044c\u0431\u043e\u043c \u0433\u0440\u0443\u043f\u043f\u044b, In Utero, \u043a\u043e\u043c\u043f\u043e\u0437\u0438\u0446\u0438\u0438 \u0441 \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u0432 \u043c\u0443\u0437\u044b\u043a\u0430\u043b\u044c\u043d\u043e\u043c \u043f\u043b\u0430\u043d\u0435 \u0441\u0438\u043b\u044c\u043d\u043e \u043e\u0442\u043b\u0438\u0447\u0430\u043b\u0438\u0441\u044c \u043e\u0442 \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0445 \u0440\u0430\u0431\u043e\u0442 \u043a\u043e\u043b\u043b\u0435\u043a\u0442\u0438\u0432\u0430.\n\n\u041d\u0435\u0434\u043e\u043b\u0433\u0430\u044f, \u043d\u043e \u044f\u0440\u043a\u0430\u044f \u0438\u0441\u0442\u043e\u0440\u0438\u044f \u0433\u0440\u0443\u043f\u043f\u044b \u043f\u0440\u0435\u0440\u0432\u0430\u043b\u0430\u0441\u044c \u0432 \u0441\u0432\u044f\u0437\u0438 \u0441\u043e \u0441\u043c\u0435\u0440\u0442\u044c\u044e \u041a\u0443\u0440\u0442\u0430 \u041a\u043e\u0431\u0435\u0439\u043d\u0430 5 \u0430\u043f\u0440\u0435\u043b\u044f 1994 \u0433\u043e\u0434\u0430, \u043d\u043e \u0432 \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0433\u043e\u0434\u044b \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e\u0441\u0442\u044c \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u043b\u0438\u0448\u044c \u0440\u043e\u0441\u043b\u0430. \u0412 2002 \u0433\u043e\u0434\u0443 \u043d\u0435\u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043d\u043d\u0430\u044f \u0434\u0435\u043c\u043e\u0437\u0430\u043f\u0438\u0441\u044c \u043f\u0435\u0441\u043d\u0438 \u00abYou Know You\u2019re Right\u00bb, \u043d\u0430\u0434 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0433\u0440\u0443\u043f\u043f\u0430 \u0440\u0430\u0431\u043e\u0442\u0430\u043b\u0430 \u043d\u0435\u0437\u0430\u0434\u043e\u043b\u0433\u043e \u0434\u043e \u0441\u043c\u0435\u0440\u0442\u0438 \u041a\u043e\u0431\u0435\u0439\u043d\u0430, \u0437\u0430\u043d\u044f\u043b\u0430 \u043f\u0435\u0440\u0432\u044b\u0435 \u0441\u0442\u0440\u043e\u0447\u043a\u0438 \u043c\u0438\u0440\u043e\u0432\u044b\u0445 \u0445\u0438\u0442-\u043f\u0430\u0440\u0430\u0434\u043e\u0432. \u0421\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0432\u044b\u0445\u043e\u0434\u0430 \u0434\u0435\u0431\u044e\u0442\u043d\u043e\u0433\u043e \u0430\u043b\u044c\u0431\u043e\u043c\u0430 \u0437\u0430\u043f\u0438\u0441\u0438 Nirvana \u0431\u044b\u043b\u0438 \u043f\u0440\u043e\u0434\u0430\u043d\u044b \u0432 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0435 \u0431\u043e\u043b\u0435\u0435 25 \u043c\u0438\u043b\u043b\u0438\u043e\u043d\u043e\u0432 \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u043e\u0432 \u0432 \u0421\u0428\u0410 \u0438 \u0431\u043e\u043b\u0435\u0435 50 \u043c\u0438\u043b\u043b\u0438\u043e\u043d\u043e\u0432 \u043f\u043e \u0432\u0441\u0435\u043c\u0443 \u043c\u0438\u0440\u0443.","strBiographyES":"Nirvana fue un grupo estadounidense de Grunge, procedente de Aberdeen, Washington. Con el \u00e9xito del sencillo \"Smells Like Teen Spirit\", del \u00e1lbum Nevermind (1991), Nirvana escal\u00f3 las listas musicales en todo el mundo e inici\u00f3 la explosi\u00f3n de lo que hasta ese momento era punk underground y rock alternativo en la escena musical mundial, en un movimiento al que los medios de la \u00e9poca se referir\u00edan como \"grunge\". Otras bandas de la escena musical de Seattle como Pearl Jam, Alice in Chains y Soundgarden tambi\u00e9n obtuvieron popularidad y, como resultado, el rock alternativo se convirti\u00f3 en un g\u00e9nero dominante en la radio y la televisi\u00f3n musical durante la primera mitad de la d\u00e9cada de 1990.\n\nKurt Cobain, l\u00edder de la banda, se encontr\u00f3 a s\u00ed mismo referido en los medios de comunicaci\u00f3n como \"la voz de una generaci\u00f3n\", y a Nirvana como la \"banda s\u00edmbolo\" de la \"Generaci\u00f3n X\". Cobain se sent\u00eda inc\u00f3modo con la atenci\u00f3n que se les brindaba y decidi\u00f3 enfocar la atenci\u00f3n del p\u00fablico hacia la m\u00fasica de la banda, retando a la audiencia con su tercer \u00e1lbum de estudio In Utero. Aunque la popularidad de Nirvana disminuy\u00f3 en los meses siguientes a la publicaci\u00f3n del \u00e1lbum, buena parte de su audiencia alab\u00f3 el interior \"oscuro\" de la banda, en especial despu\u00e9s de su presentaci\u00f3n en MTV Unplugged.\n\nLa corta carrera de Nirvana concluy\u00f3 con la muerte de Cobain en 1994, pero su popularidad creci\u00f3 a\u00fan m\u00e1s en los a\u00f1os posteriores. Ocho a\u00f1os despu\u00e9s de la muerte de Cobain, \"You Know You're Right\", un demo nunca terminado que la banda hab\u00eda grabado dos meses antes de la muerte de Cobain, escalaba las listas de radio y m\u00fasica de todo el mundo. En 2004 fueron rankeados en el puesto #27 en la lista de los 100 mejores artistas de todos los tiempos de la revista Rolling Stone y en puesto #14 seg\u00fan la revista Vh1. Desde su debut, la banda ha vendido m\u00e1s de 50 millones de \u00e1lbumes a nivel mundial, incluyendo 10 millones de ejemplares de Nevermind en los Estados Unidos y 30 millones en todo el mundo. Su m\u00fasica contin\u00faa siendo emitida por estaciones de radio de todo el mundo.","strBiographyPT":"Nirvana foi uma banda americana de rock formada pelo vocalista e guitarrista Kurt Cobain e pelo baixista Krist Novoselic em Aberdeen em 1987 . V\u00e1rios bateristas passaram pelo Nirvana, sendo o que mais tempo ficou na banda foi Dave Grohl, que entrou em 1990.\n\nNo final da d\u00e9cada de 1980 o Nirvana se estabeleceu como parte da cena grunge de Seattle, lan\u00e7ando seu primeiro \u00e1lbum, Bleach, pela gravadora independente Sub Pop em 1989. A banda eventualmente chegou a desenvolver um som que se baseava em contrastes din\u00e2micos, muitas vezes entre versos calmos e barulhentos, e refr\u00f5es pesados. Depois de assinar com a gravadora DGC Records, o grupo encontrou o sucesso inesperado com \"Smells Like Teen Spirit\", o primeiro single do segundo \u00e1lbum da banda, Nevermind (1991). O sucesso repentino da banda amplamente popularizou o rock alternativo como um todo, e como o vocalista da banda, Cobain se encontrou referido na m\u00eddia como o \"porta-voz de uma gera\u00e7\u00e3o\", com o Nirvana sendo considerado a \"principal banda\" da Gera\u00e7\u00e3o X. O terceiro \u00e1lbum de est\u00fadio do Nirvana, In Utero (1993), desafiou a audi\u00eancia do grupo, apresentando um som abrasivo, menos mainstream.\n\nA breve dura\u00e7\u00e3o do Nirvana terminou ap\u00f3s o suic\u00eddio de Cobain em 1994, mas v\u00e1rios lan\u00e7amentos p\u00f3stumos t\u00eam sido emitidos desde ent\u00e3o, supervisionados por Novoselic, Grohl e pela vi\u00fava de Cobain, Courtney Love. Desde a sua estreia, a banda j\u00e1 vendeu mais de 50 milh\u00f5es de \u00e1lbuns em todo o mundo, sendo que 25 milh\u00f5es foram vendidos s\u00f3 no Estados Unidos (dados at\u00e9 2002).","strBiographySE":"Nirvana var en amerikansk rockgrupp, bildad av s\u00e5ngaren/gitarristen Kurt Cobain och basisten Krist Novoselic i Aberdeen, Washington 1987. Nirvana hade under sin verksamma tid en rad trumslagare, med Dave Grohl (som ansl\u00f6t 1990) som l\u00e4ngst kvarvarande.\n\nNirvana fick sitt kommersiella genombrott med singeln Smells Like Teen Spirit fr\u00e5n albumet Nevermind som sl\u00e4pptes 1991. Albumet innebar ett stort uppsving f\u00f6r grungen, en subgenre till alternative rock. Andra grungeband fr\u00e5n Seattle som Pearl Jam, Soundgarden och Alice in Chains \u00f6kade ocks\u00e5 i popularitet i och med Nirvanas framg\u00e5ngar och som ett resultat blev Alternative rock den dominanta musikstilen i radio och TV i USA under tidigt 1990-tal. Som Nirvanas f\u00f6rgrundsfigur omn\u00e4mndes Cobain av medier som en \u201dtalesman f\u00f6r en generation\u201d och Nirvana var ett band som \u201drepresenterade Generation X\u201d. Nirvana sl\u00e4ppte sitt sista studioalbum, In Utero 1993.\n\nNirvanas korta karri\u00e4r slutade med Cobains d\u00f6d i april 1994, men trots detta \u00f6kade bandets popularitet under \u00e5ren som f\u00f6ljde. 2002 sl\u00e4pptes singeln You Know You\u2019re Right, en ofullbordad demo fr\u00e5n bandets sista session, i samband med utgivningen av best-of-albumet; Nirvana. Sedan deras debut har Nirvana s\u00e5lt \u00f6ver 50 miljoner skivor v\u00e4rlden \u00f6ver. Nirvana spelas \u00e4n idag frekvent av radiostationer v\u00e4rlden runt.","strBiographyNL":"Nirvana was een Amerikaanse rockband die in 1987 werd opgericht in Aberdeen, Washington door zanger en gitarist Kurt Cobain en bassist Krist Novoselic. De band kende een reeks verschillende drummers van wie Dave Grohl, die in 1990 bij de band kwam, de langstzittende was.\n\nDe band vestigde zichzelf binnen de muziek-scene van Seattle door in 1989 hun debuutalbum Bleach uit te brengen op het indie-label Sub Pop. Nadat de band tekende bij het grote label DGC Records, kende het onverwacht succes met de single \"Smells Like Teen Spirit\", van zijn tweede album Nevermind (1991). Hierop betrad Nirvana de mainstream en nam het het genre 'grunge' hierin mee. Frontman Kurt Cobain werd door de media bestempeld als \"stem van een generatie\", terwijl Nirvana gezien werd als vaandeldrager voor Generatie X.\n\nCobain voelde zich ongemakkelijk bij alle aandacht en legde zich toe op de bands muziek, vindende dat de boodschap en artistieke visie van de band verkeerd werden ge\u00efnterpreteerd door het grote publiek dat hij uitdaagde met hun derde album In Utero (1993).\n\nMet Cobains dood in april 1994 kwam er een einde aan het korte bestaan van Nirvana. De bands invloed en populariteit bleven echter intact in de jaren die volgden. Het nummer \"You Know You're Right\", een nooit eerder uitgebrachte demo, stond in 2002 hoog in radio-playlists over de gehele wereld. De band verkocht sinds zijn debuut wereldwijd meer dan vijftig miljoen platen, waarvan meer dan 25 miljoen in de Verenigde Staten.","strBiographyHU":"A Nirvana egy amerikai rockegy\u00fcttes volt, amelyet Kurt Cobain \u00e9nekes \u00e9s git\u00e1ros alap\u00edtott Krist Novoselic basszusgit\u00e1rossal a Washington \u00e1llambeli Aberdeen-ben. A kezdeti id\u0151szakban t\u00f6bb dobossal zen\u00e9ltek majd 1990-ben csatlakozott hozz\u00e1juk Dave Grohl, akivel kialakult a Nirvana v\u00e9gs\u0151 fel\u00e1ll\u00e1sa.\nAz egy\u00fcttes a Seattle-i zenei sz\u00ednt\u00e9ren alapozta meg h\u00edrnev\u00e9t a f\u00fcggetlen Sub Pop lemezkiad\u00f3n\u00e1l 1989-ben megjelent, Bleach c\u00edm\u0171 els\u0151 album\u00e1val. Miut\u00e1n a nagykiad\u00f3s DGC Recordshoz szerz\u0151dtek, Smells Like Teen Spirit c\u00edm\u0171 daluk a m\u00e1sodik, 1991-es Nevermind albumr\u00f3l, nem v\u00e1rt nagy sikert aratott. A Nirvana ezzel bel\u00e9pett a mainstreambe, \u00e9s r\u00e1ir\u00e1ny\u00edtotta a figyelmet az alternat\u00edv rock egyik alm\u0171faj\u00e1ra, a grunge-ra, amely azt\u00e1n az 1990-es \u00e9vek els\u0151 fel\u00e9ben uralta a zeneipart. Kurt Cobaint, a Nirvana frontember\u00e9t, a m\u00e9dia \u201egener\u00e1ci\u00f3ja sz\u00f3sz\u00f3l\u00f3j\u00e1nak\u201d ki\u00e1ltotta ki, a Nirvan\u00e1t pedig az X-gener\u00e1ci\u00f3 \u201ez\u00e1szl\u00f3shaj\u00f3j\u00e1nak\u201d.[1] Cobain k\u00e9nyelmetlen\u00fcl \u00e9rezte mag\u00e1t a r\u00e1 ir\u00e1nyul\u00f3 figyelemt\u0151l, \u00e9s ink\u00e1bb a zen\u00e9re \u00f6sszpontos\u00edtott. Abban a hitben, hogy az egy\u00fcttes \u00fczenet\u00e9t \u00e9s m\u0171v\u00e9szi v\u00edzi\u00f3j\u00e1t f\u00e9lre\u00e9rtelmezt\u00e9k, kih\u00edv\u00e1s el\u00e9 \u00e1ll\u00edtotta a zenekar k\u00f6z\u00f6ns\u00e9g\u00e9t az 1993-as In Utero c\u00edm\u0171 harmadik st\u00fadi\u00f3albumukkal.\nA Nirvana r\u00f6vid p\u00e1lyafut\u00e1sa Kurt Cobain 1994 \u00e1prilisi hal\u00e1l\u00e1val \u00e9rt v\u00e9get, de az egy\u00fcttes n\u00e9pszer\u0171s\u00e9ge \u00e9s hat\u00e1sa kitartott a k\u00f6vetkez\u0151 \u00e9vekben is. 2002-ben egy befejezetlen dem\u00f3felv\u00e9tel\u00fck a zenekar utols\u00f3 id\u0151szak\u00e1b\u00f3l You Know You're Right c\u00edmmel a r\u00e1di\u00f3s j\u00e1tsz\u00e1si list\u00e1k \u00e9l\u00e9re ker\u00fclt vil\u00e1gszerte. Az egy\u00fcttes 1989-es bemutatkoz\u00e1sa \u00f3ta, csak az Egyes\u00fclt \u00c1llamokban, t\u00f6bb mint 25 milli\u00f3 albumot adott el, vil\u00e1gszerte pedig t\u00f6bb mint 50 milli\u00f3t.[2][3]","strBiographyNO":"Nirvana var et amerikansk Grunge-band fra Aberdeen, Washington. Med hiten \u00abSmells Like Teen Spirit\u00bb og albumet Nevermind ble de verdenskjente i 1991. Musikken kan beskrives som en blanding mellom hardrock/metal, indie/alternativ rock og blues med punkens \u00abgj\u00f8r-det-selv\u00bb-ideologi i bunnen , og ble kalt grunge. Grunge betyr rett og slett \u00abgrums\u00bb og beskriver den karkteristiske, \u00abgrumsete\u00bb gitarlyden flere av Seattle-banda hadde. Andre Seattle-baserte grungeband som Alice in Chains, Pearl Jam og Soundgarden \u00f8kte ogs\u00e5 i popularitet, og alternativ rock ble en popul\u00e6r musikksjanger fra tidlig p\u00e5 1990-tallet og utover.\n\nSom Nirvanas frontfigur ble Kurt Cobain betegnet som talspersonen for den s\u00e5kalte generasjon x. Cobain likte ikke oppmerksomheten og pr\u00f8vde \u00e5 skifte fokuset p\u00e5 bandets musikk, og utfordret med tredjealbumet In Utero. Mens Nirvanas popularitet dalte noe i m\u00e5nedene f\u00f8r lanseringen, hyllet kjernepublikumet bandets m\u00f8rkere side, delvis etter MTV Unplugged-konserten i 1993.\n\nEtter Kurt Cobains d\u00f8d i 1994 ble Nirvana oppl\u00f8st, men bandets popularitet har \u00f8kt i \u00e5rene etter. \u00c5tte \u00e5r etter Cobains endelikt ble \u00abYou Know You're Right\u00bb lansert. Det er Nirvanas siste studioinnspilling, spilt inn bare to m\u00e5neder f\u00f8r det tragiske d\u00f8dsfallet inntraff. Denne sangen toppet spillelistene p\u00e5 radiokanaler verden rundt. Siden debuten har Nirvana solgt over 50 millioner album, inkludert ti millioner av Nevermind i USA.","strBiographyIL":"\u05e0\u05d9\u05e8\u05d5\u05d5\u05e0\u05d4 (Nirvana) \u05d4\u05d9\u05d9\u05ea\u05d4 \u05dc\u05d4\u05e7\u05ea \u05d2\u05e8\u05d0\u05e0\u05d2' \u05d0\u05de\u05e8\u05d9\u05e7\u05d0\u05d9\u05ea \u05e4\u05d5\u05e4\u05d5\u05dc\u05e8\u05d9\u05ea \u05de\u05d0\u05d1\u05e8\u05d3\u05d9\u05df, \u05d5\u05d5\u05e9\u05d9\u05e0\u05d2\u05d8\u05d5\u05df. \u05d4\u05dc\u05d4\u05e7\u05d4 \u05e4\u05e8\u05e6\u05d4 \u05d0\u05dc \u05d4\u05d6\u05e8\u05dd \u05d4\u05de\u05e8\u05db\u05d6\u05d9 \u05d1\u05e2\u05d6\u05e8\u05ea \u05d4\u05e1\u05d9\u05e0\u05d2\u05dc \"Smells Like Teen Spirit\" \u05de\u05ea\u05d5\u05da \u05d0\u05dc\u05d1\u05d5\u05de\u05d4 \u05de-1991, Nevermind, \u05db\u05d0\u05e9\u05e8 \u05d4\u05d9\u05d0 \u05e1\u05d5\u05d7\u05e4\u05ea \u05d0\u05d7\u05e8\u05d9\u05d4 \u05d6\u05e8\u05dd \u05e9\u05dc \u05dc\u05d4\u05e7\u05d5\u05ea \u05e4\u05d0\u05e0\u05e7 \u05e8\u05d5\u05e7 \u05d5\u05e8\u05d5\u05e7 \u05d0\u05dc\u05d8\u05e8\u05e0\u05d8\u05d9\u05d1\u05d9, \u05e9\u05d4\u05ea\u05e7\u05e9\u05d5\u05e8\u05ea \u05e0\u05d4\u05d2\u05d4 \u05dc\u05db\u05e0\u05d5\u05ea \u05d1\u05e9\u05dd \"\u05d2\u05e8\u05d0\u05e0\u05d2'\". \u05dc\u05d4\u05e7\u05d5\u05ea \u05d2\u05e8\u05d0\u05e0\u05d2' \u05d0\u05d7\u05e8\u05d5\u05ea \u05db\u05d2\u05d5\u05df \u05d0\u05dc\u05d9\u05e1 \u05d0\u05d9\u05df \u05e6'\u05d9\u05d9\u05e0\u05e1, \u05e4\u05e8\u05dc \u05d2'\u05d0\u05dd \u05d5\u05e1\u05d0\u05d5\u05e0\u05d3\u05d2\u05d0\u05e8\u05d3\u05df \u05e0\u05d4\u05e0\u05d5 \u05d0\u05e3 \u05d4\u05df \u05de\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d1\u05e4\u05d5\u05e4\u05d5\u05dc\u05e8\u05d9\u05d5\u05ea \u05e9\u05dc\u05d4\u05df, \u05d5\u05db\u05ea\u05d5\u05e6\u05d0\u05d4 \u05de\u05db\u05da \u05d4\u05e4\u05da \u05d4\u05e8\u05d5\u05e7 \u05d4\u05d0\u05dc\u05d8\u05e8\u05e0\u05d8\u05d9\u05d1\u05d9 \u05dc\u05d6'\u05d0\u05e0\u05e8 \u05d3\u05d5\u05de\u05d9\u05e0\u05e0\u05d8\u05d9 \u05d1\u05e8\u05d3\u05d9\u05d5 \u05d5\u05d1\u05d8\u05dc\u05d5\u05d5\u05d9\u05d6\u05d9\u05d4 \u05e9\u05dc \u05d0\u05e8\u05e6\u05d5\u05ea \u05d4\u05d1\u05e8\u05d9\u05ea \u05e9\u05dc \u05ea\u05d7\u05d9\u05dc\u05ea \u05e2\u05d3 \u05d0\u05de\u05e6\u05e2 \u05e9\u05e0\u05d5\u05ea \u05d4\u05ea\u05e9\u05e2\u05d9\u05dd.\n\u05db\u05de\u05e0\u05d4\u05d9\u05d2 \u05d4\u05dc\u05d4\u05e7\u05d4 \u05ea\u05d5\u05d0\u05e8 \u05dc\u05e2\u05ea\u05d9\u05dd \u05e7\u05d5\u05e8\u05d8 \u05e7\u05d5\u05d1\u05d9\u05d9\u05df \u05d1\u05ea\u05e7\u05e9\u05d5\u05e8\u05ea \u05db\"\u05d3\u05d5\u05d1\u05e8\u05d5 \u05e9\u05dc \u05d3\u05d5\u05e8 \u05e9\u05dc\u05dd\", \u05d1\u05e2\u05d5\u05d3 \u05e9\u05e0\u05d9\u05e8\u05d5\u05d5\u05e0\u05d4 \u05d6\u05db\u05ea\u05d4 \u05dc\u05db\u05d9\u05e0\u05d5\u05d9 \"\u05e1\u05e4\u05d9\u05e0\u05ea \u05d4\u05d3\u05d2\u05dc \u05e9\u05dc \u05d3\u05d5\u05e8 \u05d4-X\". \u05e7\u05d5\u05d1\u05d9\u05d9\u05df \u05d7\u05e9 \u05e9\u05dc\u05d0 \u05d1\u05e0\u05d5\u05d7 \u05e2\u05dd \u05ea\u05e9\u05d5\u05de\u05ea \u05d4\u05dc\u05d1 \u05d4\u05de\u05d5\u05e4\u05e8\u05d6\u05ea \u05dc\u05d4 \u05d6\u05db\u05d4 \u05dc\u05d3\u05e2\u05ea\u05d5, \u05d5\u05d4\u05e4\u05e0\u05d4 \u05d0\u05ea \u05e2\u05d9\u05e7\u05e8 \u05ea\u05e9\u05d5\u05de\u05ea \u05dc\u05d1\u05d5 \u05dc\u05d9\u05e6\u05d9\u05e8\u05d4, \u05db\u05d0\u05e9\u05e8 \u05d4\u05d5\u05d0 \u05de\u05d0\u05ea\u05d2\u05e8 \u05d0\u05ea \u05e7\u05d4\u05dc\u05d4 \u05e9\u05dc \u05d4\u05dc\u05d4\u05e7\u05d4 \u05e2\u05dd \u05d0\u05dc\u05d1\u05d5\u05de\u05d4 \u05d4\u05e9\u05dc\u05d9\u05e9\u05d9 In Utero. \u05e2\u05dc \u05d0\u05e3 \u05e9\u05d4\u05e4\u05d5\u05e4\u05d5\u05dc\u05e8\u05d9\u05d5\u05ea \u05e9\u05dc \u05d4\u05dc\u05d4\u05e7\u05d4 \u05d3\u05e2\u05db\u05d4 \u05d1\u05d4\u05d3\u05e8\u05d2\u05d4 \u05dc\u05d0\u05d7\u05e8 \u05d9\u05e6\u05d9\u05d0\u05ea\u05d5 \u05e9\u05dc \u05d0\u05dc\u05d1\u05d5\u05dd \u05d6\u05d4, \u05d4\u05de\u05e9\u05d9\u05da \u05d2\u05e8\u05e2\u05d9\u05df \u05d4\u05de\u05e2\u05e8\u05d9\u05e6\u05d9\u05dd \u05e9\u05dc\u05d4 \u05dc\u05d4\u05e2\u05e8\u05d9\u05da \u05d0\u05ea \u05d4\u05e6\u05d3 \u05d4\u05e4\u05d7\u05d5\u05ea \u05e7\u05d5\u05de\u05d5\u05e0\u05d9\u05e7\u05d8\u05d9\u05d1\u05d9 \u05e9\u05dc\u05d4, \u05d1\u05de\u05d9\u05d5\u05d7\u05d3 \u05dc\u05d0\u05d7\u05e8 \u05d4\u05d5\u05e4\u05e2\u05ea\u05d4 \u05d1\u05de\u05e1\u05d2\u05e8\u05ea MTV Unplugged \u05d1-1993.\n\u05ea\u05e7\u05d5\u05e4\u05ea \u05e7\u05d9\u05d5\u05de\u05d4 \u05d4\u05e7\u05e6\u05e8\u05d4 \u05e9\u05dc \u05e0\u05d9\u05e8\u05d5\u05d5\u05e0\u05d4 \u05d1\u05d0\u05d4 \u05dc\u05e7\u05d9\u05e6\u05d4 \u05dc\u05d0\u05d7\u05e8 \u05de\u05d5\u05ea\u05d5 \u05e9\u05dc \u05e7\u05d5\u05d1\u05d9\u05d9\u05df \u05d1-1994, \u05d0\u05da \u05d4\u05e4\u05d5\u05e4\u05d5\u05dc\u05e8\u05d9\u05d5\u05ea \u05e9\u05dc\u05d4 \u05d4\u05dc\u05db\u05d4 \u05d5\u05d4\u05ea\u05e2\u05e6\u05de\u05d4 \u05d1\u05e9\u05e0\u05d9\u05dd \u05e9\u05dc\u05d0\u05d7\u05e8 \u05de\u05db\u05df. \u05e9\u05de\u05d5\u05e0\u05d4 \u05e9\u05e0\u05d9\u05dd \u05dc\u05d0\u05d7\u05e8 \u05de\u05d5\u05ea\u05d5 \u05e9\u05dc \u05e7\u05d5\u05d1\u05d9\u05d9\u05df \u05d4\u05d2\u05d9\u05e2 \u05e7\u05dc\u05d8\u05ea \u05d3\u05de\u05d5 \u05d1\u05e9\u05dd \"You Know You're Right\" \u05e9\u05d4\u05dc\u05d4\u05e7\u05d4 \u05d4\u05e7\u05dc\u05d9\u05d8\u05d4 \u05d7\u05d5\u05d3\u05e9\u05d9\u05d9\u05dd \u05d8\u05e8\u05dd \u05de\u05d5\u05ea\u05d5 \u05e9\u05dc \u05e7\u05d5\u05d1\u05d9\u05d9\u05df, \u05dc\u05de\u05e7\u05d5\u05dd \u05d4\u05e8\u05d0\u05e9\u05d5\u05df \u05d1\u05de\u05e6\u05e2\u05d3\u05d9\u05dd \u05d1\u05e8\u05d7\u05d1\u05d9 \u05d4\u05e2\u05d5\u05dc\u05dd. \u05de\u05d0\u05d6 \u05d0\u05dc\u05d1\u05d5\u05dd \u05d4\u05d1\u05db\u05d5\u05e8\u05d4 \u05e9\u05dc\u05d4 \u05de\u05db\u05e8\u05d4 \u05d4\u05dc\u05d4\u05e7\u05d4 \u05de\u05e2\u05dc \u05d7\u05de\u05d9\u05e9\u05d9\u05dd \u05de\u05d9\u05dc\u05d9\u05d5\u05df \u05d0\u05dc\u05d1\u05d5\u05de\u05d9\u05dd \u05d1\u05e8\u05d7\u05d1\u05d9 \u05d4\u05e2\u05d5\u05dc\u05dd, \u05de\u05ea\u05d5\u05db\u05dd \u05de\u05e2\u05dc \u05e2\u05e9\u05e8\u05d4 \u05de\u05d9\u05dc\u05d9\u05d5\u05df \u05e2\u05d5\u05ea\u05e7\u05d9\u05dd \u05e9\u05dc Nevermind \u05d1\u05d0\u05e8\u05e6\u05d5\u05ea \u05d4\u05d1\u05e8\u05d9\u05ea \u05dc\u05d1\u05d3\u05d4. \u05e0\u05d9\u05e8\u05d5\u05d5\u05e0\u05d4 \u05e0\u05d4\u05e0\u05d9\u05ea \u05de\u05e0\u05d5\u05db\u05d7\u05d5\u05ea \u05d7\u05d6\u05e7\u05d4 \u05d5\u05de\u05ea\u05de\u05e9\u05db\u05ea \u05d1\u05ea\u05d7\u05e0\u05d5\u05ea \u05e8\u05d3\u05d9\u05d5 \u05d1\u05e8\u05d7\u05d1\u05d9 \u05d4\u05e2\u05d5\u05dc\u05dd.","strBiographyPL":"Nirvana \u2013 ameryka\u0144ski zesp\u00f3\u0142 grunge'owy, za\u0142o\u017cony przez wokalist\u0119 i gitarzyst\u0119 Kurta Cobaina i basist\u0119 Krista Novoselica w Aberdeen (USA) w 1987. Zesp\u00f3\u0142 w ci\u0105gu siedmiu lat swojej kariery zatrudnia\u0142 kilku perkusist\u00f3w (ostatnim by\u0142 Dave Grohl, kt\u00f3ry do\u0142\u0105czy\u0142 do grupy w 1990).\n\nNirvana zdoby\u0142a og\u00f3lno\u015bwiatow\u0105 s\u0142aw\u0119 po wydaniu albumu Nevermind oraz pierwszego singla promuj\u0105cego p\u0142yt\u0119, \"Smells Like Teen Spirit\" (1991) oraz sta\u0142a si\u0119 jednym z prekursor\u00f3w podgatunku muzyki rockowej, grunge. Inne grupy pochodz\u0105ce z Seattle r\u00f3wnie\u017c odegra\u0142y du\u017c\u0105 rol\u0119 na scenie rockowej w latach 80. i 90., Pearl Jam i Soundgarden. Dzi\u0119ki dzia\u0142alno\u015bci tych zespo\u0142\u00f3w grunge i rock alternatywny sta\u0142y si\u0119 najcz\u0119\u015bciej nadawanymi przez stacje radiowe gatunkami muzycznymi na pocz\u0105tku lat 90. Wokalista zespo\u0142u, Kurt Cobain, zyska\u0142 miano \"przedstawiciela nowego pokolenia\", za\u015b Nirvana sta\u0142a si\u0119 jednym z niewielu zespo\u0142\u00f3w kojarzonych z Generacj\u0105 X\n\n. Wobec medialnego zamieszania Cobain skupi\u0142 si\u0119 w pe\u0142ni na muzyce zespo\u0142u, gdy\u017c uwa\u017ca\u0142, i\u017c wizja artystyczna oraz przekaz zespo\u0142u zosta\u0142y \u017ale zinterpretowane przez odbiorc\u00f3w.\n\nZesp\u00f3\u0142 zosta\u0142 rozwi\u0105zany po \u015bmierci Cobaina w 1994, ale popularno\u015b\u0107 Nirvany po tym wydarzeniu jeszcze bardziej wzros\u0142a. W 2002 wydano nieuko\u0144czone przez zesp\u00f3\u0142 demo \"You Know You're Right\", kt\u00f3re okaza\u0142o si\u0119 mi\u0119dzynarodowym hitem i uplasowa\u0142o si\u0119 na szczytach list przeboj\u00f3w. Do marca 2009 zesp\u00f3\u0142 sprzeda\u0142 ponad 25 milion\u00f3w album\u00f3w w Stanach Zjednoczonych oraz ponad 50 milion\u00f3w na ca\u0142ym \u015bwiecie.","strGender":"Male","intMembers":"3","strCountry":"Washington, USA","strCountryCode":"US","strArtistThumb":"https://www.theaudiodb.com/images/media/artist/thumb/ryppyp1363124444.jpg","strArtistLogo":"https://www.theaudiodb.com/images/media/artist/logo/swsxst1531993263.png","strArtistClearart":null,"strArtistWideThumb":"https://www.theaudiodb.com/images/media/artist/widethumb/tvuqps1531993316.jpg","strArtistFanart":"https://www.theaudiodb.com/images/media/artist/fanart/nirvana-4ddaf131354a8.jpg","strArtistFanart2":"https://www.theaudiodb.com/images/media/artist/fanart/ussvpr1342344599.jpg","strArtistFanart3":"https://www.theaudiodb.com/images/media/artist/fanart/uusxqw1342344614.jpg","strArtistBanner":"https://www.theaudiodb.com/images/media/artist/banner/wppvrr1365966313.jpg","strMusicBrainzID":"5b11f4ce-a62d-471e-81fc-a69a8278c7da","strLastFMChart":"http://www.last.fm/music/Nirvana/+charts?rangetype=6month","strLocked":"unlocked"}]} \ No newline at end of file diff --git a/test/fixtures/98b08ffe7691e0adaac6298ca8a69b41.headers b/test/fixtures/98b08ffe7691e0adaac6298ca8a69b41.headers deleted file mode 100644 index 77155b8..0000000 --- a/test/fixtures/98b08ffe7691e0adaac6298ca8a69b41.headers +++ /dev/null @@ -1,23 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "content-type": "application/json", - "server": "Microsoft-IIS/7.0", - "x-powered-by": "PHP/5.6.0, ASP.NET", - "access-control-allow-origin": "*", - "date": "Sun, 16 Sep 2018 22:56:50 GMT", - "connection": "close", - "content-length": "57403" - }, - "url": "https://www.theaudiodb.com:443/api/v1/json/1/artist-mb.php?i=5b11f4ce-a62d-471e-81fc-a69a8278c7da", - "time": 1631, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "www.theaudiodb.com", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/99528bcc7f6586bde435b2b8d64b241a b/test/fixtures/99528bcc7f6586bde435b2b8d64b241a deleted file mode 100644 index d0def51..0000000 --- a/test/fixtures/99528bcc7f6586bde435b2b8d64b241a +++ /dev/null @@ -1 +0,0 @@ -{"primary-type-id":"f529b476-6e62-324f-b0aa-1f3e33d313fc","secondary-types":[],"primary-type":"Album","disambiguation":"","rating":{"value":null,"votes-count":0},"id":"25193cc2-b39a-4a55-9aa6-d1a0fa3ba858","first-release-date":"2014-03-05","secondary-type-ids":[],"title":"Tape"} \ No newline at end of file diff --git a/test/fixtures/99528bcc7f6586bde435b2b8d64b241a.headers b/test/fixtures/99528bcc7f6586bde435b2b8d64b241a.headers deleted file mode 100644 index acffd62..0000000 --- a/test/fixtures/99528bcc7f6586bde435b2b8d64b241a.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:41 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "878", - "x-ratelimit-reset": "1537138782", - "server": "Plack::Handler::Starlet", - "etag": "W/\"b179c77357b49347cb5ff923487c3d87\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/release-group/25193cc2-b39a-4a55-9aa6-d1a0fa3ba858?inc=ratings&fmt=json", - "time": 367, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/99a9d97c03b0197b42c4fc8e06319a87 b/test/fixtures/99a9d97c03b0197b42c4fc8e06319a87 deleted file mode 100644 index e718843..0000000 --- a/test/fixtures/99a9d97c03b0197b42c4fc8e06319a87 +++ /dev/null @@ -1 +0,0 @@ -{"release":"https://musicbrainz.org/release/3d354599-d9d4-44a8-9584-37e3b0238871","images":[{"image":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350933722.jpg","edit":42119625,"types":["Front"],"front":true,"thumbnails":{"small":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350933722-250.jpg","large":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350933722-500.jpg"},"approved":true,"comment":"","id":15350933722,"back":false},{"types":["Booklet"],"front":false,"thumbnails":{"large":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350935318-500.jpg","small":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350935318-250.jpg"},"approved":true,"id":15350935318,"comment":"","back":false,"image":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350935318.jpg","edit":42119626},{"image":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350936642.jpg","edit":42119627,"types":["Booklet"],"front":false,"approved":true,"thumbnails":{"large":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350936642-500.jpg","small":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350936642-250.jpg"},"id":15350936642,"comment":"","back":false},{"edit":42119628,"image":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350937581.jpg","id":15350937581,"comment":"","back":false,"front":false,"types":["Booklet"],"thumbnails":{"large":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350937581-500.jpg","small":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350937581-250.jpg"},"approved":true},{"image":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350938401.jpg","edit":42119634,"thumbnails":{"large":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350938401-500.jpg","small":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350938401-250.jpg"},"approved":true,"types":["Booklet"],"front":false,"back":false,"id":15350938401,"comment":""},{"edit":42119637,"image":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350939426.jpg","back":false,"comment":"","id":15350939426,"approved":true,"thumbnails":{"large":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350939426-500.jpg","small":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350939426-250.jpg"},"front":false,"types":["Booklet"]},{"approved":true,"thumbnails":{"small":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350940231-250.jpg","large":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350940231-500.jpg"},"types":["Booklet"],"front":false,"back":false,"comment":"","id":15350940231,"edit":42119638,"image":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350940231.jpg"},{"edit":42119639,"image":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350940970.jpg","comment":"","id":15350940970,"back":false,"front":false,"types":["Booklet"],"approved":true,"thumbnails":{"large":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350940970-500.jpg","small":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350940970-250.jpg"}},{"edit":42119675,"image":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350941477.jpg","back":false,"comment":"","id":15350941477,"approved":true,"thumbnails":{"small":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350941477-250.jpg","large":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350941477-500.jpg"},"front":false,"types":["Booklet"]},{"thumbnails":{"small":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350942016-250.jpg","large":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350942016-500.jpg"},"approved":true,"front":false,"types":["Booklet"],"back":false,"id":15350942016,"comment":"","image":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350942016.jpg","edit":42119676},{"back":false,"comment":"","id":15350942799,"approved":true,"thumbnails":{"small":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350942799-250.jpg","large":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350942799-500.jpg"},"types":["Booklet"],"front":false,"image":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350942799.jpg","edit":42119677},{"image":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350943494.jpg","edit":42119679,"front":false,"types":["Booklet"],"thumbnails":{"small":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350943494-250.jpg","large":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350943494-500.jpg"},"approved":true,"id":15350943494,"comment":"","back":false},{"back":false,"comment":"","id":15350944158,"thumbnails":{"large":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350944158-500.jpg","small":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350944158-250.jpg"},"approved":true,"front":false,"types":["Booklet"],"edit":42119680,"image":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350944158.jpg"},{"front":false,"types":["Booklet"],"thumbnails":{"small":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350944853-250.jpg","large":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350944853-500.jpg"},"approved":true,"id":15350944853,"comment":"","back":false,"edit":42119681,"image":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350944853.jpg"},{"comment":"","id":15350945259,"back":false,"front":false,"types":["Booklet"],"approved":true,"thumbnails":{"large":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350945259-500.jpg","small":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350945259-250.jpg"},"edit":42119683,"image":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350945259.jpg"},{"front":false,"types":["Booklet"],"approved":true,"thumbnails":{"small":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350946269-250.jpg","large":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350946269-500.jpg"},"id":15350946269,"comment":"","back":false,"edit":42119684,"image":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350946269.jpg"},{"edit":42119686,"image":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350946689.jpg","back":false,"comment":"","id":15350946689,"approved":true,"thumbnails":{"large":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350946689-500.jpg","small":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350946689-250.jpg"},"types":["Booklet"],"front":false},{"thumbnails":{"small":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350947505-250.jpg","large":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350947505-500.jpg"},"approved":true,"types":["Booklet"],"front":false,"back":false,"id":15350947505,"comment":"","edit":42119687,"image":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350947505.jpg"},{"edit":42119688,"image":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350948122.jpg","back":false,"comment":"","id":15350948122,"approved":true,"thumbnails":{"large":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350948122-500.jpg","small":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350948122-250.jpg"},"front":false,"types":["Booklet"]},{"approved":true,"thumbnails":{"large":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350948750-500.jpg","small":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350948750-250.jpg"},"front":false,"types":["Booklet"],"back":false,"comment":"","id":15350948750,"edit":42119694,"image":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350948750.jpg"},{"image":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350949469.jpg","edit":42119697,"comment":"","id":15350949469,"back":false,"front":false,"types":["Booklet"],"approved":true,"thumbnails":{"small":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350949469-250.jpg","large":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350949469-500.jpg"}},{"image":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350949954.jpg","edit":42119698,"comment":"","id":15350949954,"back":true,"front":false,"types":["Back"],"thumbnails":{"small":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350949954-250.jpg","large":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350949954-500.jpg"},"approved":true},{"edit":42119699,"image":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350950787.jpg","thumbnails":{"large":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350950787-500.jpg","small":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350950787-250.jpg"},"approved":true,"types":["Medium"],"front":false,"back":false,"comment":"","id":15350950787},{"edit":42119700,"image":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350951427.jpg","thumbnails":{"large":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350951427-500.jpg","small":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350951427-250.jpg"},"approved":true,"front":false,"types":["Medium"],"back":false,"comment":"","id":15350951427},{"thumbnails":{"small":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350952397-250.jpg","large":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350952397-500.jpg"},"approved":true,"front":false,"types":["Obi"],"back":false,"id":15350952397,"comment":"","edit":42119701,"image":"http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871/15350952397.jpg"}]} \ No newline at end of file diff --git a/test/fixtures/99a9d97c03b0197b42c4fc8e06319a87.headers b/test/fixtures/99a9d97c03b0197b42c4fc8e06319a87.headers deleted file mode 100644 index 47dfebd..0000000 --- a/test/fixtures/99a9d97c03b0197b42c4fc8e06319a87.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "application/json", - "content-length": "10780", - "last-modified": "Tue, 13 Dec 2016 16:15:32 GMT", - "connection": "keep-alive", - "etag": "\"58501ea4-2a1c\"", - "expires": "Mon, 17 Sep 2018 04:59:19 GMT", - "cache-control": "max-age=21600", - "access-control-allow-origin": "*", - "accept-ranges": "bytes" - }, - "url": "http://ia801204.us.archive.org:80/9/items/mbid-3d354599-d9d4-44a8-9584-37e3b0238871/index.json", - "time": 78, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://archive.org/download/mbid-3d354599-d9d4-44a8-9584-37e3b0238871/index.json", - "host": "ia801204.us.archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/99be81c6a2c3d83bbe773287bda38148 b/test/fixtures/99be81c6a2c3d83bbe773287bda38148 deleted file mode 100644 index dc31950..0000000 --- a/test/fixtures/99be81c6a2c3d83bbe773287bda38148 +++ /dev/null @@ -1 +0,0 @@ -{"name":"electric fretless guitar","type":"String instrument","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","description":"Electric guitar without frets.","relations":[],"id":"12f20f43-c71d-4476-8ada-b968aab50900","disambiguation":""} \ No newline at end of file diff --git a/test/fixtures/99be81c6a2c3d83bbe773287bda38148.headers b/test/fixtures/99be81c6a2c3d83bbe773287bda38148.headers deleted file mode 100644 index ae3ade2..0000000 --- a/test/fixtures/99be81c6a2c3d83bbe773287bda38148.headers +++ /dev/null @@ -1,27 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:39 GMT", - "content-type": "application/json; charset=utf-8", - "content-length": "237", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "965", - "x-ratelimit-reset": "1537138660", - "server": "Plack::Handler::Starlet", - "etag": "\"63db60f75ff054eb84070947b85ca059\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/instrument/12f20f43-c71d-4476-8ada-b968aab50900?inc=url-rels&fmt=json", - "time": 357, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/9c392f735dfc18f1ebae5057d4810503 b/test/fixtures/9c392f735dfc18f1ebae5057d4810503 deleted file mode 100644 index 4cc6f94..0000000 --- a/test/fixtures/9c392f735dfc18f1ebae5057d4810503 +++ /dev/null @@ -1 +0,0 @@ -{"type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","type":"String instrument","id":"921330d6-eb1b-4e59-b4b6-824ebcdb89c2","description":"","disambiguation":"","relations":[{"begin":null,"attribute-values":{},"end":null,"target-credit":"","source-credit":"","direction":"forward","url":{"resource":"https://commons.wikimedia.org/wiki/File:Steel_guitar.jpg","id":"5bd35397-01f5-4478-a086-2f2ebbe7a142"},"attributes":[],"target-type":"url","type-id":"f64eacbd-1ea1-381e-9886-2cfb552b7d90","type":"image","ended":false},{"attributes":[],"url":{"id":"29601b1b-4dbf-4702-9fd7-2cabe132d912","resource":"https://www.wikidata.org/wiki/Q2617520"},"target-type":"url","type-id":"1486fccd-cf59-35e4-9399-b50e2b255877","type":"wikidata","ended":false,"begin":null,"attribute-values":{},"end":null,"target-credit":"","source-credit":"","direction":"forward"}],"name":"steel guitar"} \ No newline at end of file diff --git a/test/fixtures/9c392f735dfc18f1ebae5057d4810503.headers b/test/fixtures/9c392f735dfc18f1ebae5057d4810503.headers deleted file mode 100644 index 3544b75..0000000 --- a/test/fixtures/9c392f735dfc18f1ebae5057d4810503.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:28 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1176", - "x-ratelimit-reset": "1537138649", - "server": "Plack::Handler::Starlet", - "etag": "W/\"c564f75e42cd889fc6b27b0bf15a943b\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/instrument/921330d6-eb1b-4e59-b4b6-824ebcdb89c2?inc=url-rels&fmt=json", - "time": 367, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/9c9b2cb9801360a9baac11c74fb1d61d b/test/fixtures/9c9b2cb9801360a9baac11c74fb1d61d deleted file mode 100644 index 564b6e8..0000000 --- a/test/fixtures/9c9b2cb9801360a9baac11c74fb1d61d +++ /dev/null @@ -1 +0,0 @@ -{"release":"https://musicbrainz.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e","images":[{"back":false,"comment":"","thumbnails":{"large":"http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302920714-500.jpg","small":"http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302920714-250.jpg"},"front":true,"edit":44457629,"types":["Front"],"approved":true,"id":16302920714,"image":"http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302920714.jpg"},{"image":"http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302922551.jpg","id":16302922551,"approved":true,"front":false,"edit":44457631,"types":["Back"],"comment":"","thumbnails":{"small":"http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302922551-250.jpg","large":"http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302922551-500.jpg"},"back":true},{"back":false,"comment":"","thumbnails":{"small":"http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302923350-250.jpg","large":"http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302923350-500.jpg"},"front":false,"edit":44457632,"types":["Sticker"],"approved":true,"image":"http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302923350.jpg","id":16302923350},{"id":16302924018,"image":"http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302924018.jpg","back":false,"comment":"","thumbnails":{"large":"http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302924018-500.jpg","small":"http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302924018-250.jpg"},"edit":44457633,"front":false,"types":["Medium"],"approved":true},{"thumbnails":{"large":"http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302924342-500.jpg","small":"http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302924342-250.jpg"},"comment":"","back":false,"approved":true,"types":["Medium"],"front":false,"edit":44457634,"image":"http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302924342.jpg","id":16302924342},{"types":["Liner"],"front":false,"edit":44457637,"approved":true,"back":false,"thumbnails":{"small":"http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302924865-250.jpg","large":"http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302924865-500.jpg"},"comment":"","image":"http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302924865.jpg","id":16302924865},{"types":["Liner"],"edit":44457638,"front":false,"approved":true,"back":false,"thumbnails":{"small":"http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302925518-250.jpg","large":"http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302925518-500.jpg"},"comment":"","id":16302925518,"image":"http://coverartarchive.org/release/fbc2e8c7-045d-4bcc-82da-2f1309918f0e/16302925518.jpg"}]} \ No newline at end of file diff --git a/test/fixtures/9c9b2cb9801360a9baac11c74fb1d61d.headers b/test/fixtures/9c9b2cb9801360a9baac11c74fb1d61d.headers deleted file mode 100644 index f782fca..0000000 --- a/test/fixtures/9c9b2cb9801360a9baac11c74fb1d61d.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "application/json", - "content-length": "3076", - "last-modified": "Sat, 01 Apr 2017 12:05:06 GMT", - "connection": "keep-alive", - "etag": "\"58df9772-c04\"", - "expires": "Mon, 17 Sep 2018 04:59:19 GMT", - "cache-control": "max-age=21600", - "access-control-allow-origin": "*", - "accept-ranges": "bytes" - }, - "url": "http://ia801607.us.archive.org:80/11/items/mbid-fbc2e8c7-045d-4bcc-82da-2f1309918f0e/index.json", - "time": 73, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://archive.org/download/mbid-fbc2e8c7-045d-4bcc-82da-2f1309918f0e/index.json", - "host": "ia801607.us.archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/9cd666caa3723edc6f5438fed0898f86 b/test/fixtures/9cd666caa3723edc6f5438fed0898f86 deleted file mode 100644 index 2d89111..0000000 --- a/test/fixtures/9cd666caa3723edc6f5438fed0898f86 +++ /dev/null @@ -1 +0,0 @@ -{"recording-count":30,"recording-offset":0,"recordings":[{"rating":{"value":null,"votes-count":0},"id":"09f43621-a992-4968-9a43-2b160d62bca0","title":"Pearl","disambiguation":"","video":false,"length":125000},{"video":false,"disambiguation":"","length":135773,"rating":{"votes-count":0,"value":null},"id":"20092084-f9e8-4b26-abc9-8df99c305167","title":"Runaway"},{"title":"Hasta La Vista (Baby)","id":"205ea98a-7b0d-4212-ace3-26f139ed6aea","rating":{"votes-count":0,"value":null},"length":282346,"video":false,"disambiguation":""},{"disambiguation":"","video":false,"length":271000,"id":"21784d75-e3f1-40b0-a4a7-370aaa6152ea","rating":{"votes-count":0,"value":null},"title":"For the Time Being"},{"title":"Passages","rating":{"value":null,"votes-count":0},"id":"2eee2990-84b3-4922-801f-8b6f8570d380","length":232293,"video":false,"disambiguation":""},{"rating":{"value":null,"votes-count":0},"id":"3eda3dec-5fa3-491d-9f22-e7fcf37fa0f5","title":"Shark Repellant Bat Spray","disambiguation":"","video":false,"length":98786},{"title":"On Tape","rating":{"value":null,"votes-count":0},"id":"48658a6c-362b-4372-90ff-69f7c693e099","length":369000,"video":false,"disambiguation":""},{"title":"Dizzy","id":"52c4462d-e0e1-4a5f-8e8d-b2facefe8a74","rating":{"votes-count":1,"value":5},"length":235000,"disambiguation":"","video":false},{"video":false,"disambiguation":"","length":110813,"rating":{"votes-count":0,"value":null},"id":"58480a85-1ca7-435f-bfe3-bed5a2087121","title":"There's No Pressure"},{"id":"5c3d5254-5fc1-4edd-bbd7-3cb8ae3b8709","rating":{"votes-count":0,"value":null},"title":"I'm With You","video":false,"disambiguation":"","length":230093},{"title":"And then Nothing","id":"6e22d005-d521-4fb7-9993-20b01e63cf94","rating":{"value":null,"votes-count":0},"length":274053,"disambiguation":"","video":false},{"length":170000,"disambiguation":"","video":false,"title":"This is the End","rating":{"value":null,"votes-count":0},"id":"72d83982-a1da-4ac1-b773-263a5b714bc4"},{"rating":{"votes-count":0,"value":null},"id":"77aa2c85-0d51-4e49-bfaf-e1807b5936f3","title":"22nd","video":false,"disambiguation":"","length":651000},{"video":false,"disambiguation":"","length":261000,"rating":{"votes-count":1,"value":5},"id":"87814378-d5f9-4adc-a37b-5ac71b2b0cf5","title":"Closer"},{"id":"aa98ed16-dbeb-4b78-81bc-def3fd19bb6e","rating":{"votes-count":0,"value":null},"title":"Control","video":false,"disambiguation":"","length":201000},{"id":"ac666386-bde0-4162-93d7-e8394d1a9fdb","rating":{"value":4,"votes-count":1},"title":"Dizzy","video":false,"disambiguation":"","length":235000},{"rating":{"votes-count":0,"value":null},"id":"b0931c1c-d8ba-40a4-a3ac-3d1f239e0d4d","title":"But In Dreams","disambiguation":"","video":false,"length":306533},{"length":323000,"video":false,"disambiguation":"","title":"Any Explanation","rating":{"votes-count":0,"value":null},"id":"c9c7b7ae-640d-439e-b745-d94aa1abd7aa"},{"id":"ca179394-cfe7-45b2-9e6f-815e18e94686","rating":{"value":null,"votes-count":0},"title":"The Basics","video":false,"disambiguation":"","length":222000},{"title":"Louder","id":"cd9a90b7-abc8-4f35-863f-cd6d18a15db1","rating":{"votes-count":1,"value":4},"length":275000,"disambiguation":"","video":false},{"video":false,"disambiguation":"","length":160053,"rating":{"votes-count":0,"value":null},"id":"dfe79420-683b-4fc4-9caf-b6cbfc292f19","title":"Let's Go Away For A While"},{"length":212000,"video":false,"disambiguation":"","title":"The Basics","id":"e52e47df-e5f3-4ae9-800a-ba76a6513a36","rating":{"votes-count":0,"value":null}},{"length":383000,"video":false,"disambiguation":"","title":"On Tape","id":"ecd0b4a4-fcc1-4004-941c-290afc29fbf6","rating":{"votes-count":0,"value":null}},{"id":"ed6c97c8-4b75-4999-b0b1-29e81387aea4","rating":{"value":null,"votes-count":0},"title":"This is the End.","disambiguation":"","video":false,"length":174213},{"length":132000,"disambiguation":"","video":false,"title":"Lounge","id":"eecb9b1f-4aeb-4faf-b2f0-201d973c9542","rating":{"votes-count":0,"value":null}}]} \ No newline at end of file diff --git a/test/fixtures/9cd666caa3723edc6f5438fed0898f86.headers b/test/fixtures/9cd666caa3723edc6f5438fed0898f86.headers deleted file mode 100644 index 8551d05..0000000 --- a/test/fixtures/9cd666caa3723edc6f5438fed0898f86.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:02 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1077", - "x-ratelimit-reset": "1537138684", - "server": "Plack::Handler::Starlet", - "etag": "W/\"9e2364d6650592748768361497a576de\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/recording?artist=c8da2e40-bd28-4d4e-813a-bd2f51958ba8&inc=ratings&fmt=json", - "time": 484, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/9f53b77c31b1a112ff1f5725b912cf69 b/test/fixtures/9f53b77c31b1a112ff1f5725b912cf69 deleted file mode 100644 index cdc75db..0000000 --- a/test/fixtures/9f53b77c31b1a112ff1f5725b912cf69 +++ /dev/null @@ -1 +0,0 @@ -{"life-span":{"ended":false,"begin":null,"end":null},"country":null,"area":null,"ipis":[],"id":"c2c769a9-473a-44d2-a8ab-2048e91bbbd2","sort-name":"Blue Fin Recordings","label-code":null,"name":"Blue Fin Recordings","isnis":[],"disambiguation":"","rating":{"votes-count":0,"value":null},"type-id":null,"type":null} \ No newline at end of file diff --git a/test/fixtures/9f53b77c31b1a112ff1f5725b912cf69.headers b/test/fixtures/9f53b77c31b1a112ff1f5725b912cf69.headers deleted file mode 100644 index 2cd9957..0000000 --- a/test/fixtures/9f53b77c31b1a112ff1f5725b912cf69.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:57 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "921", - "x-ratelimit-reset": "1537138738", - "server": "Plack::Handler::Starlet", - "etag": "W/\"ca526ac5ff0c4f79bcff583a523499ba\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/c2c769a9-473a-44d2-a8ab-2048e91bbbd2?inc=ratings&fmt=json", - "time": 395, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/a04597ae29bb987a5c36b1747baa25fa b/test/fixtures/a04597ae29bb987a5c36b1747baa25fa deleted file mode 100644 index 563ebed..0000000 --- a/test/fixtures/a04597ae29bb987a5c36b1747baa25fa +++ /dev/null @@ -1 +0,0 @@ -See: http://archive.org/download/mbid-90a00dba-addb-4fdc-af2c-6fbb5d733c39/index.json diff --git a/test/fixtures/a04597ae29bb987a5c36b1747baa25fa.headers b/test/fixtures/a04597ae29bb987a5c36b1747baa25fa.headers deleted file mode 100644 index 15690c0..0000000 --- a/test/fixtures/a04597ae29bb987a5c36b1747baa25fa.headers +++ /dev/null @@ -1,23 +0,0 @@ -{ - "statusCode": 307, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:20 GMT", - "content-type": "text/plain; charset=utf-8", - "content-length": "86", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "location": "http://archive.org/download/mbid-90a00dba-addb-4fdc-af2c-6fbb5d733c39/index.json", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/90a00dba-addb-4fdc-af2c-6fbb5d733c39", - "time": 388, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/a0ed4659bace0bc088ef218af3ecfc10 b/test/fixtures/a0ed4659bace0bc088ef218af3ecfc10 deleted file mode 100644 index 16fdd4e..0000000 --- a/test/fixtures/a0ed4659bace0bc088ef218af3ecfc10 +++ /dev/null @@ -1 +0,0 @@ -{"artist-count":4,"artists":[{"begin_area":{"id":"3f504d54-c40c-487d-bc16-c1990eac887f","sort-name":"Westmount","disambiguation":"","name":"Westmount"},"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","disambiguation":"","id":"222d2ac7-08e7-47be-8df5-49098b79caee","end_area":null,"area":{"sort-name":"Canada","id":"71bbafaa-e825-3e15-8ca9-017dcad1748b","iso-3166-1-codes":["CA"],"name":"Canada","disambiguation":""},"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","name":"Gino Soccio","country":"CA","type":"Person","isnis":["000000007365636X"],"sort-name":"Soccio, Gino","gender":"Male","life-span":{"begin":"1955-09-09","ended":false,"end":null},"ipis":[]},{"country":"CA","name":"Leonard Cohen","type":"Person","gender":"Male","isnis":["0000000110273481"],"sort-name":"Cohen, Leonard","life-span":{"ended":true,"end":"2016-11-07","begin":"1934-09-21"},"ipis":["00006457004"],"begin_area":{"id":"3f504d54-c40c-487d-bc16-c1990eac887f","sort-name":"Westmount","disambiguation":"","name":"Westmount"},"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","disambiguation":"","id":"65314b12-0e08-43fa-ba33-baaa7b874c15","end_area":{"id":"1f40c6e1-47ba-4e35-996f-fe6ee5840e62","sort-name":"Los Angeles","disambiguation":"","name":"Los Angeles"},"area":{"iso-3166-1-codes":["CA"],"id":"71bbafaa-e825-3e15-8ca9-017dcad1748b","sort-name":"Canada","name":"Canada","disambiguation":""},"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df"},{"type":"Orchestra","gender":null,"isnis":[],"sort-name":"Orchestre des jeunes de Westmount","name":"Orchestre des jeunes de Westmount","country":null,"ipis":[],"life-span":{"end":null,"ended":false,"begin":null},"id":"bb4e3929-e95b-4c26-bfca-57e969d91f5f","begin_area":{"disambiguation":"","name":"Westmount","sort-name":"Westmount","id":"3f504d54-c40c-487d-bc16-c1990eac887f"},"gender-id":null,"disambiguation":"","end_area":null,"type-id":"a0b36c92-3eb1-3839-a4f9-4799823f54a5","area":{"id":"3f504d54-c40c-487d-bc16-c1990eac887f","sort-name":"Westmount","name":"Westmount","disambiguation":""}},{"gender":"Male","isnis":["0000000082763933"],"sort-name":"Roberts, Sam","type":"Person","name":"Sam Roberts","country":"CA","ipis":[],"life-span":{"begin":"1974-10-02","ended":false,"end":null},"id":"c8a1771b-4526-4183-b066-120676990d74","gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","disambiguation":"Canadian rock singer-songwriter","begin_area":{"disambiguation":"","name":"Westmount","sort-name":"Westmount","id":"3f504d54-c40c-487d-bc16-c1990eac887f"},"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","area":{"iso-3166-1-codes":["CA"],"id":"71bbafaa-e825-3e15-8ca9-017dcad1748b","sort-name":"Canada","disambiguation":"","name":"Canada"},"end_area":null}],"artist-offset":0} \ No newline at end of file diff --git a/test/fixtures/a0ed4659bace0bc088ef218af3ecfc10.headers b/test/fixtures/a0ed4659bace0bc088ef218af3ecfc10.headers deleted file mode 100644 index 59bf20a..0000000 --- a/test/fixtures/a0ed4659bace0bc088ef218af3ecfc10.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:56:57 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1004", - "x-ratelimit-reset": "1537138617", - "server": "Plack::Handler::Starlet", - "etag": "W/\"89c547df5bce64ddaa9d0912e1467bb7\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/artist?area=3f504d54-c40c-487d-bc16-c1990eac887f&fmt=json", - "time": 1562, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/a0f12f7901b08f8aff6b15082c2e089b b/test/fixtures/a0f12f7901b08f8aff6b15082c2e089b deleted file mode 100644 index d9e8591..0000000 --- a/test/fixtures/a0f12f7901b08f8aff6b15082c2e089b +++ /dev/null @@ -1 +0,0 @@ -{"sort-name":"Sony Music TV","label-code":null,"id":"8cbe3b14-4247-4056-be7d-dfc2667003a8","life-span":{"ended":false,"end":null,"begin":null},"country":null,"relations":[{"url":{"id":"106df7b3-9bdc-49ee-93bb-e28eca47860a","resource":"https://www.discogs.com/label/37047"},"attributes":[],"target-type":"url","ended":false,"type":"discogs","type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","attribute-values":{},"begin":null,"end":null,"source-credit":"","target-credit":"","direction":"forward"}],"ipis":[],"area":null,"type-id":null,"type":null,"isnis":[],"disambiguation":"","name":"Sony Music TV"} \ No newline at end of file diff --git a/test/fixtures/a0f12f7901b08f8aff6b15082c2e089b.headers b/test/fixtures/a0f12f7901b08f8aff6b15082c2e089b.headers deleted file mode 100644 index a841401..0000000 --- a/test/fixtures/a0f12f7901b08f8aff6b15082c2e089b.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:56 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "783", - "x-ratelimit-reset": "1537138736", - "server": "Plack::Handler::Starlet", - "etag": "W/\"c544677c34c4e44ac6d9511193d2d357\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/8cbe3b14-4247-4056-be7d-dfc2667003a8?inc=url-rels&fmt=json", - "time": 362, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/a155d67a2d4b0ada2467e9cecd69577f b/test/fixtures/a155d67a2d4b0ada2467e9cecd69577f deleted file mode 100644 index e69de29..0000000 diff --git a/test/fixtures/a155d67a2d4b0ada2467e9cecd69577f.headers b/test/fixtures/a155d67a2d4b0ada2467e9cecd69577f.headers deleted file mode 100644 index 7818d25..0000000 --- a/test/fixtures/a155d67a2d4b0ada2467e9cecd69577f.headers +++ /dev/null @@ -1,26 +0,0 @@ -{ - "statusCode": 302, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "text/html; charset=UTF-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "access-control-allow-origin": "*", - "accept-ranges": "bytes", - "location": "http://ia801906.us.archive.org/20/items/mbid-10ed5ae4-2bb8-48ac-89ac-a5ea58667f44/index.json", - "strict-transport-security": "max-age=2592000" - }, - "url": "http://archive.org:80/download/mbid-10ed5ae4-2bb8-48ac-89ac-a5ea58667f44/index.json", - "time": 77, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://coverartarchive.org/release/10ed5ae4-2bb8-48ac-89ac-a5ea58667f44", - "host": "archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/a1edb81b97ca0875be3c3fc1fb58f10b b/test/fixtures/a1edb81b97ca0875be3c3fc1fb58f10b deleted file mode 100644 index 76e5aca..0000000 --- a/test/fixtures/a1edb81b97ca0875be3c3fc1fb58f10b +++ /dev/null @@ -1 +0,0 @@ -{"images":[{"types":["Front"],"front":true,"back":false,"edit":32579873,"image":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114413997.jpg","comment":"","approved":true,"id":"10114413997","thumbnails":{"large":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114413997-500.jpg","small":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114413997-250.jpg"}},{"types":["Back"],"front":false,"back":true,"edit":32579874,"image":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114415607.jpg","comment":"","approved":true,"id":"10114415607","thumbnails":{"large":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114415607-500.jpg","small":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114415607-250.jpg"}},{"types":["Booklet"],"front":false,"back":false,"edit":32579979,"image":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114416564.jpg","comment":"","approved":true,"id":"10114416564","thumbnails":{"large":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114416564-500.jpg","small":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114416564-250.jpg"}},{"types":["Booklet"],"front":false,"back":false,"edit":32580070,"image":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114417494.jpg","comment":"","approved":true,"id":"10114417494","thumbnails":{"large":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114417494-500.jpg","small":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114417494-250.jpg"}},{"types":["Booklet"],"front":false,"back":false,"edit":32580071,"image":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114418302.jpg","comment":"","approved":true,"id":"10114418302","thumbnails":{"large":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114418302-500.jpg","small":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114418302-250.jpg"}},{"types":["Booklet"],"front":false,"back":false,"edit":32580072,"image":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114419149.jpg","comment":"","approved":true,"id":"10114419149","thumbnails":{"large":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114419149-500.jpg","small":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114419149-250.jpg"}},{"types":["Booklet"],"front":false,"back":false,"edit":32580074,"image":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114419917.jpg","comment":"","approved":true,"id":"10114419917","thumbnails":{"large":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114419917-500.jpg","small":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114419917-250.jpg"}},{"types":["Booklet"],"front":false,"back":false,"edit":32580076,"image":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114420921.jpg","comment":"","approved":true,"id":"10114420921","thumbnails":{"large":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114420921-500.jpg","small":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114420921-250.jpg"}},{"types":["Booklet"],"front":false,"back":false,"edit":32580079,"image":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114421736.jpg","comment":"","approved":true,"id":"10114421736","thumbnails":{"large":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114421736-500.jpg","small":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114421736-250.jpg"}},{"types":["Booklet"],"front":false,"back":false,"edit":32580080,"image":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114422457.jpg","comment":"","approved":true,"id":"10114422457","thumbnails":{"large":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114422457-500.jpg","small":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114422457-250.jpg"}},{"types":["Other"],"front":false,"back":false,"edit":32580520,"image":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114748249.jpg","comment":"","approved":true,"id":"10114748249","thumbnails":{"large":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114748249-500.jpg","small":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114748249-250.jpg"}},{"types":["Other"],"front":false,"back":false,"edit":32580081,"image":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114423433.jpg","comment":"","approved":true,"id":"10114423433","thumbnails":{"large":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114423433-500.jpg","small":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114423433-250.jpg"}},{"types":["Medium"],"front":false,"back":false,"edit":32580082,"image":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114424249.jpg","comment":"","approved":true,"id":"10114424249","thumbnails":{"large":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114424249-500.jpg","small":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114424249-250.jpg"}},{"types":["Medium"],"front":false,"back":false,"edit":32580084,"image":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114425067.jpg","comment":"","approved":true,"id":"10114425067","thumbnails":{"large":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114425067-500.jpg","small":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114425067-250.jpg"}},{"types":["Obi"],"front":false,"back":false,"edit":32580085,"image":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114425878.jpg","comment":"","approved":true,"id":"10114425878","thumbnails":{"large":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114425878-500.jpg","small":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114425878-250.jpg"}},{"types":["Obi"],"front":false,"back":false,"edit":32580088,"image":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114426775.jpg","comment":"","approved":true,"id":"10114426775","thumbnails":{"large":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114426775-500.jpg","small":"http://coverartarchive.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5/10114426775-250.jpg"}}],"release":"http://musicbrainz.org/release/fb98043c-7ac8-4505-ba87-28576836a8d5"} \ No newline at end of file diff --git a/test/fixtures/a1edb81b97ca0875be3c3fc1fb58f10b.headers b/test/fixtures/a1edb81b97ca0875be3c3fc1fb58f10b.headers deleted file mode 100644 index cc584e2..0000000 --- a/test/fixtures/a1edb81b97ca0875be3c3fc1fb58f10b.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:21 GMT", - "content-type": "application/json", - "content-length": "6951", - "last-modified": "Fri, 17 Apr 2015 15:09:44 GMT", - "connection": "keep-alive", - "etag": "\"55312238-1b27\"", - "expires": "Mon, 17 Sep 2018 04:59:21 GMT", - "cache-control": "max-age=21600", - "access-control-allow-origin": "*", - "accept-ranges": "bytes" - }, - "url": "http://ia600509.us.archive.org:80/33/items/mbid-fb98043c-7ac8-4505-ba87-28576836a8d5/index.json", - "time": 65, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://archive.org/download/mbid-fb98043c-7ac8-4505-ba87-28576836a8d5/index.json", - "host": "ia600509.us.archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/a2e9ac8cccc68070158e14f749720049 b/test/fixtures/a2e9ac8cccc68070158e14f749720049 deleted file mode 100644 index 063635e..0000000 --- a/test/fixtures/a2e9ac8cccc68070158e14f749720049 +++ /dev/null @@ -1 +0,0 @@ -See: http://archive.org/download/mbid-d5cdb7fd-c7e9-460a-9549-8a369655cc52/index.json diff --git a/test/fixtures/a2e9ac8cccc68070158e14f749720049.headers b/test/fixtures/a2e9ac8cccc68070158e14f749720049.headers deleted file mode 100644 index d59ab07..0000000 --- a/test/fixtures/a2e9ac8cccc68070158e14f749720049.headers +++ /dev/null @@ -1,23 +0,0 @@ -{ - "statusCode": 307, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:18 GMT", - "content-type": "text/plain; charset=utf-8", - "content-length": "86", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "location": "http://archive.org/download/mbid-d5cdb7fd-c7e9-460a-9549-8a369655cc52/index.json", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52", - "time": 347, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/a310e26b9e92f2a0bab61d4d42912714 b/test/fixtures/a310e26b9e92f2a0bab61d4d42912714 deleted file mode 100644 index 05e9999..0000000 --- a/test/fixtures/a310e26b9e92f2a0bab61d4d42912714 +++ /dev/null @@ -1 +0,0 @@ -{"artist-offset":0,"artists":[{"sort-name":"Leonard, Patrick","begin_area":{"name":"Crystal Falls","disambiguation":"","sort-name":"Crystal Falls","id":"c763fbae-8c2c-4438-a700-a0c85107dd7f"},"ipis":["00046214011"],"isnis":["0000000079804773"],"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","id":"47f1c600-2372-45f9-a228-3e9bcf64a083","country":"US","disambiguation":"","area":{"name":"United States","iso-3166-1-codes":["US"],"sort-name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98","disambiguation":""},"gender":"Male","life-span":{"begin":"1956-03-14","ended":false,"end":null},"rating":{"value":null,"votes-count":0},"type":"Person","name":"Patrick Leonard","end_area":null,"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9"},{"gender":"Male","life-span":{"begin":"1934-09-21","ended":true,"end":"2016-11-07"},"id":"65314b12-0e08-43fa-ba33-baaa7b874c15","country":"CA","disambiguation":"","area":{"name":"Canada","iso-3166-1-codes":["CA"],"id":"71bbafaa-e825-3e15-8ca9-017dcad1748b","sort-name":"Canada","disambiguation":""},"ipis":["00006457004"],"isnis":["0000000110273481"],"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","sort-name":"Cohen, Leonard","begin_area":{"name":"Westmount","sort-name":"Westmount","id":"3f504d54-c40c-487d-bc16-c1990eac887f","disambiguation":""},"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","type":"Person","end_area":{"sort-name":"Los Angeles","id":"1f40c6e1-47ba-4e35-996f-fe6ee5840e62","disambiguation":"","name":"Los Angeles"},"name":"Leonard Cohen","rating":{"value":4.65,"votes-count":11}}],"artist-count":2} \ No newline at end of file diff --git a/test/fixtures/a310e26b9e92f2a0bab61d4d42912714.headers b/test/fixtures/a310e26b9e92f2a0bab61d4d42912714.headers deleted file mode 100644 index 6344485..0000000 --- a/test/fixtures/a310e26b9e92f2a0bab61d4d42912714.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:02 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1078", - "x-ratelimit-reset": "1537138684", - "server": "Plack::Handler::Starlet", - "etag": "W/\"202044d3f75a5dad46c078abdf5b908b\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/artist?work=8a25ce1e-8695-42c0-b668-8f0aa057c72b&inc=ratings&fmt=json", - "time": 502, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/a3643b415a8765c397d0b4e725ac6952 b/test/fixtures/a3643b415a8765c397d0b4e725ac6952 deleted file mode 100644 index 33e09b1..0000000 --- a/test/fixtures/a3643b415a8765c397d0b4e725ac6952 +++ /dev/null @@ -1 +0,0 @@ -{"life-span":{"ended":false,"begin":null,"end":null},"name":"New York","iso-3166-2-codes":["US-NY"],"disambiguation":"","id":"75e398a3-5f3f-4224-9cd8-0fe44715bc95","type-id":"fd3d44c5-80a1-3842-9745-2c4972d35afa","type":"Subdivision","sort-name":"New York"} \ No newline at end of file diff --git a/test/fixtures/a3643b415a8765c397d0b4e725ac6952.headers b/test/fixtures/a3643b415a8765c397d0b4e725ac6952.headers deleted file mode 100644 index 622c616..0000000 --- a/test/fixtures/a3643b415a8765c397d0b4e725ac6952.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:07 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "810", - "x-ratelimit-reset": "1537138627", - "server": "Plack::Handler::Starlet", - "etag": "W/\"664844f6495ec57e0da80a51ac815177\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/area/75e398a3-5f3f-4224-9cd8-0fe44715bc95?fmt=json", - "time": 374, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/a402f61934119d56cf8cdb2fd21642bb b/test/fixtures/a402f61934119d56cf8cdb2fd21642bb deleted file mode 100644 index 834d6dc..0000000 --- a/test/fixtures/a402f61934119d56cf8cdb2fd21642bb +++ /dev/null @@ -1 +0,0 @@ -{"isnis":[],"disambiguation":"","name":"Sony Music Media","type":"Imprint","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","country":"XE","life-span":{"end":"2004-08-05","begin":"1996","ended":true},"area":{"name":"Europe","iso-3166-1-codes":["XE"],"disambiguation":"","id":"89a675c2-3e37-3518-b83c-418bad59a85a","sort-name":"Europe"},"relations":[{"target-type":"url","url":{"resource":"https://www.discogs.com/label/65249","id":"7f67fdfc-a005-4255-bc01-2ce7dd635246"},"attributes":[],"ended":false,"type":"discogs","type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","end":null,"attribute-values":{},"begin":null,"direction":"forward","target-credit":"","source-credit":""}],"ipis":[],"label-code":2604,"sort-name":"Sony Music Media","id":"f752481c-2e26-446f-bccf-e487aea582ed"} \ No newline at end of file diff --git a/test/fixtures/a402f61934119d56cf8cdb2fd21642bb.headers b/test/fixtures/a402f61934119d56cf8cdb2fd21642bb.headers deleted file mode 100644 index 545d1b2..0000000 --- a/test/fixtures/a402f61934119d56cf8cdb2fd21642bb.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:12 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1193", - "x-ratelimit-reset": "1537138694", - "server": "Plack::Handler::Starlet", - "etag": "W/\"fd5a8a6488bff2ae8d89943fb781a7d9\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/f752481c-2e26-446f-bccf-e487aea582ed?inc=url-rels&fmt=json", - "time": 375, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/a437ae1263f54894b27977b291026a21 b/test/fixtures/a437ae1263f54894b27977b291026a21 deleted file mode 100644 index 143deef..0000000 --- a/test/fixtures/a437ae1263f54894b27977b291026a21 +++ /dev/null @@ -1 +0,0 @@ -See: http://archive.org/download/mbid-11b461f0-035f-4726-90e8-da897c9ffc58/index.json diff --git a/test/fixtures/a437ae1263f54894b27977b291026a21.headers b/test/fixtures/a437ae1263f54894b27977b291026a21.headers deleted file mode 100644 index 42999e7..0000000 --- a/test/fixtures/a437ae1263f54894b27977b291026a21.headers +++ /dev/null @@ -1,23 +0,0 @@ -{ - "statusCode": 307, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "text/plain; charset=utf-8", - "content-length": "86", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "location": "http://archive.org/download/mbid-11b461f0-035f-4726-90e8-da897c9ffc58/index.json", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/11b461f0-035f-4726-90e8-da897c9ffc58", - "time": 397, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/a60002a456739daaf792c25859deda09 b/test/fixtures/a60002a456739daaf792c25859deda09 deleted file mode 100644 index fb57941..0000000 --- a/test/fixtures/a60002a456739daaf792c25859deda09 +++ /dev/null @@ -1 +0,0 @@ -{"name":"Johann Sebastian Bach","country":"DE","gender":"Male","life-span":{"end":"1750-07-28","ended":true,"begin":"1685-03-21"},"ipis":["00001749311"],"area":{"disambiguation":"","sort-name":"Germany","name":"Germany","iso-3166-1-codes":["DE"],"id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad"},"disambiguation":"German Baroque period composer & musician","id":"24f1766e-9635-4d58-a4d4-9413f9f98a4c","isnis":["0000000122764157"],"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","end_area":{"id":"20619e36-fca8-4499-bcc8-be01a3ea3e41","name":"Leipzig","sort-name":"Leipzig","disambiguation":""},"sort-name":"Bach, Johann Sebastian","type":"Person","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","begin_area":{"name":"Eisenach","id":"8331b712-99b9-41ef-bf58-0f033f8d926a","sort-name":"Eisenach","disambiguation":""}} \ No newline at end of file diff --git a/test/fixtures/a60002a456739daaf792c25859deda09.headers b/test/fixtures/a60002a456739daaf792c25859deda09.headers deleted file mode 100644 index 4683ae7..0000000 --- a/test/fixtures/a60002a456739daaf792c25859deda09.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:51 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "814", - "x-ratelimit-reset": "1537138672", - "server": "Plack::Handler::Starlet", - "etag": "W/\"72737058b9bb35576dd057a13ac3a444\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/artist/24f1766e-9635-4d58-a4d4-9413f9f98a4c?fmt=json", - "time": 361, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/a6d6ff9ecd3bd266a457dbdad2bd56c8 b/test/fixtures/a6d6ff9ecd3bd266a457dbdad2bd56c8 deleted file mode 100644 index fc18b1e..0000000 --- a/test/fixtures/a6d6ff9ecd3bd266a457dbdad2bd56c8 +++ /dev/null @@ -1 +0,0 @@ -{"type":"Production","id":"8e2866e7-2df9-4193-886f-f5b9ae52009c","ipis":[],"rating":{"value":5,"votes-count":1},"name":"Finders Keepers","type-id":"a2426aab-2dd4-339c-b47d-b4923a241678","sort-name":"Finders Keepers","life-span":{"end":null,"begin":null,"ended":false},"disambiguation":"","area":{"name":"United Kingdom","sort-name":"United Kingdom","disambiguation":"","iso-3166-1-codes":["GB"],"id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed"},"label-code":null,"country":"GB","isnis":[]} \ No newline at end of file diff --git a/test/fixtures/a6d6ff9ecd3bd266a457dbdad2bd56c8.headers b/test/fixtures/a6d6ff9ecd3bd266a457dbdad2bd56c8.headers deleted file mode 100644 index d066cad..0000000 --- a/test/fixtures/a6d6ff9ecd3bd266a457dbdad2bd56c8.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:08 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1177", - "x-ratelimit-reset": "1537138750", - "server": "Plack::Handler::Starlet", - "etag": "W/\"1ff33d60afcca5310ad91fb1d9d3d794\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/8e2866e7-2df9-4193-886f-f5b9ae52009c?inc=ratings&fmt=json", - "time": 395, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/a79bb5f5595a12abd4685dc2e6448e3d b/test/fixtures/a79bb5f5595a12abd4685dc2e6448e3d deleted file mode 100644 index 5b14c5b..0000000 --- a/test/fixtures/a79bb5f5595a12abd4685dc2e6448e3d +++ /dev/null @@ -1 +0,0 @@ -See: http://archive.org/download/mbid-37f7caad-13ef-4cbb-b8b0-cad771c8daff/index.json diff --git a/test/fixtures/a79bb5f5595a12abd4685dc2e6448e3d.headers b/test/fixtures/a79bb5f5595a12abd4685dc2e6448e3d.headers deleted file mode 100644 index d4a867a..0000000 --- a/test/fixtures/a79bb5f5595a12abd4685dc2e6448e3d.headers +++ /dev/null @@ -1,23 +0,0 @@ -{ - "statusCode": 307, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:20 GMT", - "content-type": "text/plain; charset=utf-8", - "content-length": "86", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "location": "http://archive.org/download/mbid-37f7caad-13ef-4cbb-b8b0-cad771c8daff/index.json", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/37f7caad-13ef-4cbb-b8b0-cad771c8daff", - "time": 352, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/a7ebf644eeda889d47b3eeb3808e1612 b/test/fixtures/a7ebf644eeda889d47b3eeb3808e1612 deleted file mode 100644 index e8b62f6..0000000 --- a/test/fixtures/a7ebf644eeda889d47b3eeb3808e1612 +++ /dev/null @@ -1 +0,0 @@ -{"id":"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27","cover-art-archive":{"count":1,"artwork":true,"darkened":false,"front":true,"back":false},"release-events":[{"date":"1994","area":{"disambiguation":"","sort-name":"United States","name":"United States","iso-3166-1-codes":["US"],"id":"489ce91b-6658-3307-9877-795b68554c98"}}],"packaging-id":"ec27701a-4a22-37f4-bfac-6616e0f9750a","asin":"B000002U82","title":"The Dark Side of the Moon","status":"Official","text-representation":{"language":"eng","script":"Latn"},"country":"US","status-id":"4e304316-386d-3409-af2e-78857eec5cfe","packaging":"Jewel Case","quality":"normal","date":"1994","disambiguation":"","barcode":"077774600125"} \ No newline at end of file diff --git a/test/fixtures/a7ebf644eeda889d47b3eeb3808e1612.headers b/test/fixtures/a7ebf644eeda889d47b3eeb3808e1612.headers deleted file mode 100644 index a66ed76..0000000 --- a/test/fixtures/a7ebf644eeda889d47b3eeb3808e1612.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "905", - "x-ratelimit-reset": "1537138760", - "server": "Plack::Handler::Starlet", - "etag": "W/\"42bd5eb159b345bc641ffd3702c7e992\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/release/25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27?fmt=json", - "time": 375, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/a81703ff2de3c55fdf82ff4d0a1f5052 b/test/fixtures/a81703ff2de3c55fdf82ff4d0a1f5052 deleted file mode 100644 index c38e5b5..0000000 --- a/test/fixtures/a81703ff2de3c55fdf82ff4d0a1f5052 +++ /dev/null @@ -1 +0,0 @@ -{"release-groups":[{"secondary-types":[],"title":"There's No Pressure","secondary-type-ids":[],"id":"14b8ff46-3b93-403b-9e35-018f02eb3a05","first-release-date":"2017-02-03","artist-credit":[{"name":"Lures","joinphrase":"","artist":{"name":"Lures","sort-name":"Lures","disambiguation":"Seattle trio","id":"c8da2e40-bd28-4d4e-813a-bd2f51958ba8"}}],"primary-type-id":"f529b476-6e62-324f-b0aa-1f3e33d313fc","primary-type":"Album","disambiguation":""},{"id":"25193cc2-b39a-4a55-9aa6-d1a0fa3ba858","first-release-date":"2014-03-05","secondary-types":[],"secondary-type-ids":[],"title":"Tape","primary-type":"Album","primary-type-id":"f529b476-6e62-324f-b0aa-1f3e33d313fc","disambiguation":"","artist-credit":[{"artist":{"id":"c8da2e40-bd28-4d4e-813a-bd2f51958ba8","disambiguation":"Seattle trio","sort-name":"Lures","name":"Lures"},"name":"Lures","joinphrase":""}]},{"primary-type-id":"d6038452-8ee0-3f68-affc-2de9a1ede0b9","primary-type":"Single","disambiguation":"","artist-credit":[{"joinphrase":"","name":"Lures","artist":{"disambiguation":"Seattle trio","id":"c8da2e40-bd28-4d4e-813a-bd2f51958ba8","name":"Lures","sort-name":"Lures"}}],"id":"abd672ff-6c87-44b5-8606-5b763215cbe7","first-release-date":"2013-06-18","secondary-types":[],"title":"Dizzy","secondary-type-ids":[]},{"artist-credit":[{"artist":{"disambiguation":"Seattle trio","id":"c8da2e40-bd28-4d4e-813a-bd2f51958ba8","name":"Lures","sort-name":"Lures"},"joinphrase":"","name":"Lures"}],"disambiguation":"","primary-type":"Album","primary-type-id":"f529b476-6e62-324f-b0aa-1f3e33d313fc","title":"Lures","secondary-type-ids":[],"secondary-types":[],"first-release-date":"2014-10-07","id":"e37d2740-4503-4e3f-ab6d-e622a25e964d"},{"artist-credit":[{"artist":{"sort-name":"Lures","name":"Lures","id":"c8da2e40-bd28-4d4e-813a-bd2f51958ba8","disambiguation":"Seattle trio"},"name":"Lures","joinphrase":""}],"disambiguation":"","primary-type":"Single","primary-type-id":"d6038452-8ee0-3f68-affc-2de9a1ede0b9","secondary-type-ids":[],"title":"Vacant","secondary-types":[],"id":"f86eb0a9-fd04-48c9-810b-1ba0b006e7b4","first-release-date":"2013-10-22"}],"release-group-count":5,"release-group-offset":0} \ No newline at end of file diff --git a/test/fixtures/a81703ff2de3c55fdf82ff4d0a1f5052.headers b/test/fixtures/a81703ff2de3c55fdf82ff4d0a1f5052.headers deleted file mode 100644 index 75338a6..0000000 --- a/test/fixtures/a81703ff2de3c55fdf82ff4d0a1f5052.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:56:51 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "865", - "x-ratelimit-reset": "1537138611", - "server": "Plack::Handler::Starlet", - "etag": "W/\"a36ec97649062dc21d1f38c56dc197ac\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/release-group?artist=c8da2e40-bd28-4d4e-813a-bd2f51958ba8&inc=artist-credits&fmt=json", - "time": 436, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/aa7dd9d6650994a83f18e4abf80e2548 b/test/fixtures/aa7dd9d6650994a83f18e4abf80e2548 deleted file mode 100644 index 09236f6..0000000 --- a/test/fixtures/aa7dd9d6650994a83f18e4abf80e2548 +++ /dev/null @@ -1 +0,0 @@ -{"images":[{"types":["Front"],"front":true,"back":false,"edit":21452925,"image":"http://coverartarchive.org/release/32a863b3-a356-4873-8b74-c2039156cb68/3627541009.jpg","comment":"","approved":true,"thumbnails":{"large":"http://coverartarchive.org/release/32a863b3-a356-4873-8b74-c2039156cb68/3627541009-500.jpg","small":"http://coverartarchive.org/release/32a863b3-a356-4873-8b74-c2039156cb68/3627541009-250.jpg"},"id":"3627541009"},{"types":["Back","Spine"],"front":false,"back":true,"edit":21452926,"image":"http://coverartarchive.org/release/32a863b3-a356-4873-8b74-c2039156cb68/3627544011.jpg","comment":"","approved":true,"thumbnails":{"large":"http://coverartarchive.org/release/32a863b3-a356-4873-8b74-c2039156cb68/3627544011-500.jpg","small":"http://coverartarchive.org/release/32a863b3-a356-4873-8b74-c2039156cb68/3627544011-250.jpg"},"id":"3627544011"},{"types":["Medium"],"front":false,"back":false,"edit":21452927,"image":"http://coverartarchive.org/release/32a863b3-a356-4873-8b74-c2039156cb68/3627546344.jpg","comment":"","approved":true,"thumbnails":{"large":"http://coverartarchive.org/release/32a863b3-a356-4873-8b74-c2039156cb68/3627546344-500.jpg","small":"http://coverartarchive.org/release/32a863b3-a356-4873-8b74-c2039156cb68/3627546344-250.jpg"},"id":"3627546344"}],"release":"http://musicbrainz.org/release/32a863b3-a356-4873-8b74-c2039156cb68"} \ No newline at end of file diff --git a/test/fixtures/aa7dd9d6650994a83f18e4abf80e2548.headers b/test/fixtures/aa7dd9d6650994a83f18e4abf80e2548.headers deleted file mode 100644 index 1178e85..0000000 --- a/test/fixtures/aa7dd9d6650994a83f18e4abf80e2548.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:21 GMT", - "content-type": "application/json", - "content-length": "1370", - "last-modified": "Wed, 20 Mar 2013 18:33:30 GMT", - "connection": "keep-alive", - "etag": "\"514a00fa-55a\"", - "expires": "Mon, 17 Sep 2018 04:59:21 GMT", - "cache-control": "max-age=21600", - "access-control-allow-origin": "*", - "accept-ranges": "bytes" - }, - "url": "http://ia801702.us.archive.org:80/1/items/mbid-32a863b3-a356-4873-8b74-c2039156cb68/index.json", - "time": 68, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://archive.org/download/mbid-32a863b3-a356-4873-8b74-c2039156cb68/index.json", - "host": "ia801702.us.archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/ab47a9969477aef4978774f295da4fef b/test/fixtures/ab47a9969477aef4978774f295da4fef deleted file mode 100644 index dbc192a..0000000 --- a/test/fixtures/ab47a9969477aef4978774f295da4fef +++ /dev/null @@ -1,4 +0,0 @@ - -404 Not Found -

Not Found

-

No cover art found for release 0832e770-e7e5-464c-9288-9c407a770842

diff --git a/test/fixtures/ab47a9969477aef4978774f295da4fef.headers b/test/fixtures/ab47a9969477aef4978774f295da4fef.headers deleted file mode 100644 index 15912f7..0000000 --- a/test/fixtures/ab47a9969477aef4978774f295da4fef.headers +++ /dev/null @@ -1,22 +0,0 @@ -{ - "statusCode": 404, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "text/html", - "content-length": "179", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/0832e770-e7e5-464c-9288-9c407a770842", - "time": 390, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/ac8c6211927f3c3fcd1bda4702c0fad1 b/test/fixtures/ac8c6211927f3c3fcd1bda4702c0fad1 deleted file mode 100644 index 53cd18f..0000000 --- a/test/fixtures/ac8c6211927f3c3fcd1bda4702c0fad1 +++ /dev/null @@ -1 +0,0 @@ -{"type-id":"7aaa37fe-2def-3476-b359-80245850062d","country":"FI","rating":{"votes-count":0,"value":null},"name":"Finnlevy","life-span":{"ended":true,"begin":"1965","end":"1993"},"id":"b2fc8bdc-1b49-4c08-aadf-cdf12775461f","disambiguation":"","sort-name":"Finnlevy","area":{"id":"6a264f94-6ff1-30b1-9a81-41f7bfabd616","name":"Finland","sort-name":"Finland","disambiguation":"","iso-3166-1-codes":["FI"]},"label-code":null,"isnis":[],"type":"Original Production","ipis":[]} \ No newline at end of file diff --git a/test/fixtures/ac8c6211927f3c3fcd1bda4702c0fad1.headers b/test/fixtures/ac8c6211927f3c3fcd1bda4702c0fad1.headers deleted file mode 100644 index 494e75e..0000000 --- a/test/fixtures/ac8c6211927f3c3fcd1bda4702c0fad1.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "928", - "x-ratelimit-reset": "1537138760", - "server": "Plack::Handler::Starlet", - "etag": "W/\"874d4b3450679de9d6161c7a4b57378c\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/b2fc8bdc-1b49-4c08-aadf-cdf12775461f?inc=ratings&fmt=json", - "time": 365, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/acac35649a5fee09364a40ee95829e69 b/test/fixtures/acac35649a5fee09364a40ee95829e69 deleted file mode 100644 index 73610b1..0000000 --- a/test/fixtures/acac35649a5fee09364a40ee95829e69 +++ /dev/null @@ -1,4 +0,0 @@ - -404 Not Found -

Not Found

-

No cover art found for release 0138608c-a850-4351-bb1e-4d551bb900b6

diff --git a/test/fixtures/acac35649a5fee09364a40ee95829e69.headers b/test/fixtures/acac35649a5fee09364a40ee95829e69.headers deleted file mode 100644 index 9a6ecad..0000000 --- a/test/fixtures/acac35649a5fee09364a40ee95829e69.headers +++ /dev/null @@ -1,22 +0,0 @@ -{ - "statusCode": 404, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "text/html", - "content-length": "179", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/0138608c-a850-4351-bb1e-4d551bb900b6", - "time": 350, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/ad5041074ea5fe6a4f5046944b60f216 b/test/fixtures/ad5041074ea5fe6a4f5046944b60f216 deleted file mode 100644 index feb4a44..0000000 --- a/test/fixtures/ad5041074ea5fe6a4f5046944b60f216 +++ /dev/null @@ -1 +0,0 @@ -{"ipis":[],"id":"f9ada3ae-3081-44df-8581-ca27a3462b68","relations":[{"direction":"forward","ended":false,"end":null,"target-credit":"","target-type":"url","url":{"id":"39bde572-5a65-4a44-8080-c60d8315e8a2","resource":"https://www.discogs.com/label/53569"},"begin":null,"type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","type":"discogs","attributes":[],"source-credit":"","attribute-values":{}},{"begin":null,"url":{"resource":"https://www.wikidata.org/wiki/Q3001888","id":"8d8a47bf-8d08-4ae1-85e8-19bc2d0adbbf"},"type-id":"75d87e83-d927-4580-ba63-44dc76256f98","type":"wikidata","target-type":"url","direction":"forward","target-credit":"","end":null,"ended":false,"attribute-values":{},"source-credit":"","attributes":[]},{"source-credit":"","attributes":[],"attribute-values":{},"direction":"forward","end":null,"target-credit":"","ended":false,"url":{"resource":"https://www.youtube.com/user/sonybmg","id":"a8501772-2418-4076-972f-7d08347cacb0"},"type":"youtube","begin":null,"type-id":"d9c71059-ba9d-4135-b909-481d12cf84e3","target-type":"url"}],"country":"XW","name":"Sony BMG Music Entertainment","label-code":13989,"type-id":"7aaa37fe-2def-3476-b359-80245850062d","area":{"sort-name":"[Worldwide]","name":"[Worldwide]","disambiguation":"","id":"525d4e18-3d00-31b9-a58b-a146a916de8f","iso-3166-1-codes":["XW"]},"type":"Original Production","life-span":{"begin":"2004-08-05","end":"2008-10-01","ended":true},"disambiguation":"Aug 5, 2004 - Oct 1, 2008; do not use if a specific sub-label is available","sort-name":"Sony BMG Music Entertainment","isnis":[]} \ No newline at end of file diff --git a/test/fixtures/ad5041074ea5fe6a4f5046944b60f216.headers b/test/fixtures/ad5041074ea5fe6a4f5046944b60f216.headers deleted file mode 100644 index b12760d..0000000 --- a/test/fixtures/ad5041074ea5fe6a4f5046944b60f216.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:01 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "936", - "x-ratelimit-reset": "1537138682", - "server": "Plack::Handler::Starlet", - "etag": "W/\"3f541bd480f5bb7cba6e2d20b1ecbd0e\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/f9ada3ae-3081-44df-8581-ca27a3462b68?inc=url-rels&fmt=json", - "time": 421, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/af9c8775c9c8864158f1c7b1b0fe5bda b/test/fixtures/af9c8775c9c8864158f1c7b1b0fe5bda deleted file mode 100644 index 6d2986f..0000000 --- a/test/fixtures/af9c8775c9c8864158f1c7b1b0fe5bda +++ /dev/null @@ -1 +0,0 @@ -See: http://archive.org/download/mbid-3d354599-d9d4-44a8-9584-37e3b0238871/index.json diff --git a/test/fixtures/af9c8775c9c8864158f1c7b1b0fe5bda.headers b/test/fixtures/af9c8775c9c8864158f1c7b1b0fe5bda.headers deleted file mode 100644 index cb4fcc3..0000000 --- a/test/fixtures/af9c8775c9c8864158f1c7b1b0fe5bda.headers +++ /dev/null @@ -1,23 +0,0 @@ -{ - "statusCode": 307, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:18 GMT", - "content-type": "text/plain; charset=utf-8", - "content-length": "86", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "location": "http://archive.org/download/mbid-3d354599-d9d4-44a8-9584-37e3b0238871/index.json", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/3d354599-d9d4-44a8-9584-37e3b0238871", - "time": 389, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/b0fdf95d04794a89e8996e31608528b2 b/test/fixtures/b0fdf95d04794a89e8996e31608528b2 deleted file mode 100644 index 9cddabd..0000000 --- a/test/fixtures/b0fdf95d04794a89e8996e31608528b2 +++ /dev/null @@ -1 +0,0 @@ -{"disambiguation":"","id":"b62ace3b-47e7-4319-8a3e-1b035ccd20b2","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","type":"String instrument","name":"banjitar","relations":[{"begin":null,"source-credit":"","url":{"id":"8cf74ce7-1072-4727-bed5-8d434f36dda4","resource":"https://www.wikidata.org/wiki/Q2679436"},"direction":"forward","end":null,"attributes":[],"target-type":"url","attribute-values":{},"type":"wikidata","target-credit":"","ended":false,"type-id":"1486fccd-cf59-35e4-9399-b50e2b255877"}],"description":"The banjitar is a six-string banjo with the neck of a guitar."} \ No newline at end of file diff --git a/test/fixtures/b0fdf95d04794a89e8996e31608528b2.headers b/test/fixtures/b0fdf95d04794a89e8996e31608528b2.headers deleted file mode 100644 index 1704dcb..0000000 --- a/test/fixtures/b0fdf95d04794a89e8996e31608528b2.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:17 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "932", - "x-ratelimit-reset": "1537138637", - "server": "Plack::Handler::Starlet", - "etag": "W/\"224cd2ab05fde0bf7cd35f414b881c2e\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/instrument/b62ace3b-47e7-4319-8a3e-1b035ccd20b2?inc=url-rels&fmt=json", - "time": 369, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/b1506237551a0340d95ad9bce342c880 b/test/fixtures/b1506237551a0340d95ad9bce342c880 deleted file mode 100644 index a98c434..0000000 --- a/test/fixtures/b1506237551a0340d95ad9bce342c880 +++ /dev/null @@ -1 +0,0 @@ -{"life-span":{"ended":false,"begin":null,"end":null},"disambiguation":"","relations":[],"label-code":null,"type":null,"sort-name":"Sony Owned","id":"c17e4801-8e23-4add-9a3d-5fe0587a017d","isnis":[],"name":"Sony Owned","ipis":[],"type-id":null,"area":null,"country":null} \ No newline at end of file diff --git a/test/fixtures/b1506237551a0340d95ad9bce342c880.headers b/test/fixtures/b1506237551a0340d95ad9bce342c880.headers deleted file mode 100644 index 61075de..0000000 --- a/test/fixtures/b1506237551a0340d95ad9bce342c880.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:29 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1024", - "x-ratelimit-reset": "1537138770", - "server": "Plack::Handler::Starlet", - "etag": "W/\"b69e4c17163ed2661739a628a8cc906d\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/c17e4801-8e23-4add-9a3d-5fe0587a017d?inc=url-rels&fmt=json", - "time": 364, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/b1577b44df8ffde31273119b57585a43 b/test/fixtures/b1577b44df8ffde31273119b57585a43 deleted file mode 100644 index 8031575..0000000 --- a/test/fixtures/b1577b44df8ffde31273119b57585a43 +++ /dev/null @@ -1 +0,0 @@ -{"id":"fbfe8cf0-7085-4c09-96b7-aa005131b1a3","sort-name":"Definitive Records","type":"Reissue Production","disambiguation":"jazz reissues","label-code":null,"life-span":{"begin":null,"ended":false,"end":null},"area":null,"country":null,"type-id":"88ee6ae7-f413-3490-a1d2-54f6a9f0838c","rating":{"value":null,"votes-count":0},"ipis":[],"isnis":[],"name":"Definitive Records"} \ No newline at end of file diff --git a/test/fixtures/b1577b44df8ffde31273119b57585a43.headers b/test/fixtures/b1577b44df8ffde31273119b57585a43.headers deleted file mode 100644 index d0bb30b..0000000 --- a/test/fixtures/b1577b44df8ffde31273119b57585a43.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:08 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1176", - "x-ratelimit-reset": "1537138750", - "server": "Plack::Handler::Starlet", - "etag": "W/\"be313f811ecdff5d54f473026f9d11b7\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/fbfe8cf0-7085-4c09-96b7-aa005131b1a3?inc=ratings&fmt=json", - "time": 366, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/b1df6f5637b0de25ce9f54874c8ecffc b/test/fixtures/b1df6f5637b0de25ce9f54874c8ecffc deleted file mode 100644 index 2b964af..0000000 --- a/test/fixtures/b1df6f5637b0de25ce9f54874c8ecffc +++ /dev/null @@ -1 +0,0 @@ -{"life-span":{"end":"1962-04-10","ended":true,"begin":"1940-06-23"},"isnis":["0000000076905456"],"end_area":{"id":"11a44e18-a2e5-43a9-bee9-aa4f7c83f967","disambiguation":"","sort-name":"Hamburg","iso-3166-2-codes":["DE-HH"],"name":"Hamburg"},"type":"Person","id":"49a51491-650e-44b3-8085-2f07ac2986dd","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","gender":"Male","relations":[{"type":"member of band","artist":{"disambiguation":"British group that evolved into The Beatles","id":"9fcc463b-7cfc-4ea4-a65e-bab77fc78e9a","name":"The Quarrymen","sort-name":"Quarrymen, The"},"attributes":["bass guitar"],"type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","attribute-values":{},"direction":"forward","attribute-credits":{},"end":"1960","source-credit":"","target-credit":"","target-type":"artist","begin":"1960","ended":true},{"ended":true,"begin":"1960-01","target-credit":"","target-type":"artist","source-credit":"","end":"1962","attribute-credits":{},"direction":"forward","attribute-values":{},"type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","attributes":["bass guitar"],"artist":{"disambiguation":"","id":"b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d","name":"The Beatles","sort-name":"Beatles, The"},"type":"member of band"}],"disambiguation":"","area":{"id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","iso-3166-1-codes":["GB"],"disambiguation":"","sort-name":"United Kingdom","name":"United Kingdom"},"begin_area":{"id":"6658f787-692d-417f-852c-dcca728d5849","disambiguation":"","sort-name":"Edinburgh","iso-3166-2-codes":["GB-EDH"],"name":"Edinburgh"},"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","country":"GB","ipis":[],"name":"Stuart Sutcliffe","sort-name":"Sutcliffe, Stuart"} \ No newline at end of file diff --git a/test/fixtures/b1df6f5637b0de25ce9f54874c8ecffc.headers b/test/fixtures/b1df6f5637b0de25ce9f54874c8ecffc.headers deleted file mode 100644 index e77dcb0..0000000 --- a/test/fixtures/b1df6f5637b0de25ce9f54874c8ecffc.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:58 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "806", - "x-ratelimit-reset": "1537138798", - "server": "Plack::Handler::Starlet", - "etag": "W/\"33c04ec2d9efc38f9753fd1da461ebd1\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/artist/49a51491-650e-44b3-8085-2f07ac2986dd?inc=artist-rels&fmt=json", - "time": 402, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/b27cb0ba60f33d15f0be01eb755e22b1 b/test/fixtures/b27cb0ba60f33d15f0be01eb755e22b1 deleted file mode 100644 index 9404f00..0000000 --- a/test/fixtures/b27cb0ba60f33d15f0be01eb755e22b1 +++ /dev/null @@ -1 +0,0 @@ -{"isnis":[],"sort-name":"Mercury Records","type":"Imprint","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","life-span":{"end":null,"ended":false,"begin":"1945"},"disambiguation":"Universal Music Group","area":{"sort-name":"[Worldwide]","name":"[Worldwide]","id":"525d4e18-3d00-31b9-a58b-a146a916de8f","disambiguation":"","iso-3166-1-codes":["XW"]},"label-code":268,"name":"Mercury Records","rating":{"votes-count":0,"value":null},"country":"XW","id":"995428e7-81b6-41dd-bd38-5a7a0ece8ad6","ipis":[]} \ No newline at end of file diff --git a/test/fixtures/b27cb0ba60f33d15f0be01eb755e22b1.headers b/test/fixtures/b27cb0ba60f33d15f0be01eb755e22b1.headers deleted file mode 100644 index 2b62241..0000000 --- a/test/fixtures/b27cb0ba60f33d15f0be01eb755e22b1.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "924", - "x-ratelimit-reset": "1537138760", - "server": "Plack::Handler::Starlet", - "etag": "W/\"d732820fddbf99fb23f82730133bd3bf\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/995428e7-81b6-41dd-bd38-5a7a0ece8ad6?inc=ratings&fmt=json", - "time": 369, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/b4bc218a89b1ed34a74924a42db92b8a b/test/fixtures/b4bc218a89b1ed34a74924a42db92b8a deleted file mode 100644 index fc2df32..0000000 --- a/test/fixtures/b4bc218a89b1ed34a74924a42db92b8a +++ /dev/null @@ -1 +0,0 @@ -{"batchcomplete":"","query":{"normalized":[{"from":"File:2_Portuguese_guitars.jpg","to":"File:2 Portuguese guitars.jpg"}],"pages":{"4413636":{"pageid":4413636,"ns":6,"title":"File:2 Portuguese guitars.jpg","imagerepository":"local","imageinfo":[{"user":"TenIslands","size":2094702,"width":1746,"height":2304,"canonicaltitle":"File:2 Portuguese guitars.jpg","url":"https://upload.wikimedia.org/wikipedia/commons/0/01/2_Portuguese_guitars.jpg","descriptionurl":"https://commons.wikimedia.org/wiki/File:2_Portuguese_guitars.jpg","descriptionshorturl":"https://commons.wikimedia.org/w/index.php?curid=4413636","extmetadata":{"DateTime":{"value":"2008-07-20 16:57:38","source":"mediawiki-metadata","hidden":""},"ObjectName":{"value":"2 Portuguese guitars","source":"mediawiki-metadata","hidden":""},"CommonsMetadataExtension":{"value":1.2,"source":"extension","hidden":""},"Categories":{"value":"Derivative versions|PD-self|Portuguese guitar|Self-published work","source":"commons-categories","hidden":""},"Assessments":{"value":"","source":"commons-categories","hidden":""},"ImageDescription":{"value":"Left: Coimbra Portuguese guitar.
Right: Lisbon Portuguese guitar.","source":"commons-desc-page"},"DateTimeOriginal":{"value":"2008-07-19","source":"commons-desc-page"},"Credit":{"value":"Own work","source":"commons-desc-page","hidden":""},"Artist":{"value":"TenIslands","source":"commons-desc-page"},"LicenseShortName":{"value":"Public domain","source":"commons-desc-page","hidden":""},"UsageTerms":{"value":"Public domain","source":"commons-desc-page","hidden":""},"AttributionRequired":{"value":"false","source":"commons-desc-page","hidden":""},"Copyrighted":{"value":"False","source":"commons-desc-page","hidden":""},"Restrictions":{"value":"","source":"commons-desc-page","hidden":""},"License":{"value":"pd","source":"commons-templates","hidden":""}}}]}}}} \ No newline at end of file diff --git a/test/fixtures/b4bc218a89b1ed34a74924a42db92b8a.headers b/test/fixtures/b4bc218a89b1ed34a74924a42db92b8a.headers deleted file mode 100644 index b491208..0000000 --- a/test/fixtures/b4bc218a89b1ed34a74924a42db92b8a.headers +++ /dev/null @@ -1,42 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:06 GMT", - "content-type": "application/json; charset=utf-8", - "content-length": "725", - "connection": "keep-alive", - "server": "mw2211.codfw.wmnet", - "x-powered-by": "HHVM/3.18.6-dev", - "p3p": "CP=\"This is not a P3P policy! See https://commons.wikimedia.org/wiki/Special:CentralAutoLogin/P3P for more info.\"", - "cache-control": "private, must-revalidate, max-age=0", - "vary": "Accept-Encoding,Treat-as-Untrusted,X-Forwarded-Proto,Cookie,Authorization", - "content-disposition": "inline; filename=api-result.json", - "x-content-type-options": "nosniff", - "x-frame-options": "DENY", - "backend-timing": "D=30986 t=1537138626334803", - "x-varnish": "730902027, 1029911632, 907093102", - "via": "1.1 varnish (Varnish/5.1), 1.1 varnish (Varnish/5.1), 1.1 varnish (Varnish/5.1)", - "accept-ranges": "bytes", - "age": "0", - "x-cache": "cp2007 pass, cp4028 pass, cp4030 pass", - "x-cache-status": "pass", - "strict-transport-security": "max-age=106384710; includeSubDomains; preload", - "set-cookie": [ - "WMF-Last-Access=16-Sep-2018;Path=/;HttpOnly;secure;Expires=Thu, 18 Oct 2018 12:00:00 GMT", - "GeoIP=US:WA:Seattle:47.61:-122.30:v4; Path=/; secure; Domain=.wikimedia.org" - ], - "x-analytics": "ns=-1;special=Badtitle;https=1;nocookies=1", - "x-client-ip": "24.56.225.155" - }, - "url": "https://commons.wikimedia.org:443/w/api.php?action=query&titles=File%3A2_Portuguese_guitars.jpg&prop=imageinfo&iiprop=url%7Csize%7Ccanonicaltitle%7Cuser%7Cextmetadata&format=json", - "time": 190, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "commons.wikimedia.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/b52874ed0f196446a4c665d43eb66a4e b/test/fixtures/b52874ed0f196446a4c665d43eb66a4e deleted file mode 100644 index 536bddf..0000000 --- a/test/fixtures/b52874ed0f196446a4c665d43eb66a4e +++ /dev/null @@ -1,4 +0,0 @@ - -404 Not Found -

Not Found

-

No cover art found for release f12244a0-a0a6-4522-a78a-33b5c75c8b1f

diff --git a/test/fixtures/b52874ed0f196446a4c665d43eb66a4e.headers b/test/fixtures/b52874ed0f196446a4c665d43eb66a4e.headers deleted file mode 100644 index 7f43edd..0000000 --- a/test/fixtures/b52874ed0f196446a4c665d43eb66a4e.headers +++ /dev/null @@ -1,22 +0,0 @@ -{ - "statusCode": 404, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "text/html", - "content-length": "179", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/f12244a0-a0a6-4522-a78a-33b5c75c8b1f", - "time": 350, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/b6e0c6408f76a293d621a29b26b4da79 b/test/fixtures/b6e0c6408f76a293d621a29b26b4da79 deleted file mode 100644 index 703ee8a..0000000 --- a/test/fixtures/b6e0c6408f76a293d621a29b26b4da79 +++ /dev/null @@ -1 +0,0 @@ -{"description":"","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","relations":[],"name":"electric bass guitar","disambiguation":"","id":"0b9d87fa-93fa-4956-8b6a-a419566cc915","type":"String instrument"} \ No newline at end of file diff --git a/test/fixtures/b6e0c6408f76a293d621a29b26b4da79.headers b/test/fixtures/b6e0c6408f76a293d621a29b26b4da79.headers deleted file mode 100644 index 8471561..0000000 --- a/test/fixtures/b6e0c6408f76a293d621a29b26b4da79.headers +++ /dev/null @@ -1,27 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:39 GMT", - "content-type": "application/json; charset=utf-8", - "content-length": "203", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "967", - "x-ratelimit-reset": "1537138660", - "server": "Plack::Handler::Starlet", - "etag": "\"5aafa7ba0a826d7ab14388a848dcd5f4\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/instrument/0b9d87fa-93fa-4956-8b6a-a419566cc915?inc=url-rels&fmt=json", - "time": 350, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/b781a2b3466da5a546a4ba978df0dce6 b/test/fixtures/b781a2b3466da5a546a4ba978df0dce6 deleted file mode 100644 index f7babd4..0000000 --- a/test/fixtures/b781a2b3466da5a546a4ba978df0dce6 +++ /dev/null @@ -1 +0,0 @@ -{"type":"Song","type-id":"f061270a-2fd6-32f1-a641-f0f8676d14e6","title":"War Pigs","rating":{"votes-count":1,"value":4},"id":"12b53203-64af-3a94-b3ec-11fad7c7d809","iswcs":["T-070.202.324-2"],"disambiguation":"","attributes":[{"type":"JASRAC ID","type-id":"31048fcc-3dbb-3979-8f85-805afb933e0c","value":"0W1-4716-0"},{"type":"ASCAP ID","type-id":"d833318c-6c6a-370e-8b16-9cb15873ba76","value":"530169167"}],"languages":["eng"],"language":"eng"} \ No newline at end of file diff --git a/test/fixtures/b781a2b3466da5a546a4ba978df0dce6.headers b/test/fixtures/b781a2b3466da5a546a4ba978df0dce6.headers deleted file mode 100644 index 5507399..0000000 --- a/test/fixtures/b781a2b3466da5a546a4ba978df0dce6.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:02 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1079", - "x-ratelimit-reset": "1537138684", - "server": "Plack::Handler::Starlet", - "etag": "W/\"2abfec3fb4771923b2b15e67821e7e2b\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/work/12b53203-64af-3a94-b3ec-11fad7c7d809?inc=ratings&fmt=json", - "time": 457, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/b7b4645eb7db0efa5e012a0155892a26 b/test/fixtures/b7b4645eb7db0efa5e012a0155892a26 deleted file mode 100644 index e6c7d72..0000000 --- a/test/fixtures/b7b4645eb7db0efa5e012a0155892a26 +++ /dev/null @@ -1 +0,0 @@ -{"artist-credit":[{"artist":{"disambiguation":"","sort-name":"Cohen, Leonard","name":"Leonard Cohen","id":"65314b12-0e08-43fa-ba33-baaa7b874c15"},"name":"Leonard Cohen","joinphrase":""}],"release-events":[{"area":{"iso-3166-1-codes":["US"],"sort-name":"United States","disambiguation":"","id":"489ce91b-6658-3307-9877-795b68554c98","name":"United States"},"date":"2016-10-21"}],"text-representation":{"language":"eng","script":"Latn"},"id":"d5cdb7fd-c7e9-460a-9549-8a369655cc52","cover-art-archive":{"front":true,"darkened":false,"artwork":true,"back":true,"count":11},"date":"2016-10-21","status":"Official","title":"You Want It Darker","quality":"normal","country":"US","barcode":"889853650729","packaging-id":"8f931351-d2e2-310f-afc6-37b89ddba246","status-id":"4e304316-386d-3409-af2e-78857eec5cfe","asin":"B01KN6XDS6","packaging":"Digipak","disambiguation":""} \ No newline at end of file diff --git a/test/fixtures/b7b4645eb7db0efa5e012a0155892a26.headers b/test/fixtures/b7b4645eb7db0efa5e012a0155892a26.headers deleted file mode 100644 index 9649c4f..0000000 --- a/test/fixtures/b7b4645eb7db0efa5e012a0155892a26.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:29 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "832", - "x-ratelimit-reset": "1537138649", - "server": "Plack::Handler::Starlet", - "etag": "W/\"4505c0926461ca2e350c4f275dd94574\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52?inc=artist-credits&fmt=json", - "time": 379, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/b8876a6891538843bd4c95e0fc301d39 b/test/fixtures/b8876a6891538843bd4c95e0fc301d39 deleted file mode 100644 index 0939365..0000000 --- a/test/fixtures/b8876a6891538843bd4c95e0fc301d39 +++ /dev/null @@ -1 +0,0 @@ -{"artist-offset":0,"artist-count":108,"artists":[{"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","begin_area":{"sort-name":"Dinklage","disambiguation":"","id":"74601bdf-08ff-4efa-a1ac-d6020853ae53","name":"Dinklage"},"type":"Person","sort-name":"Romberg, Bernhard","gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","isnis":["000000012126162X"],"end_area":{"iso-3166-2-codes":["DE-HH"],"disambiguation":"","sort-name":"Hamburg","name":"Hamburg","id":"11a44e18-a2e5-43a9-bee9-aa4f7c83f967"},"id":"0040c89b-f2e6-4bc3-b75d-5152fb0c890e","area":{"name":"Germany","iso-3166-1-codes":["DE"],"id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","disambiguation":"","sort-name":"Germany"},"disambiguation":"","gender":"Male","life-span":{"end":"1841-08-13","ended":true,"begin":"1767-11-13"},"ipis":[],"name":"Bernhard Romberg","country":"DE"},{"ipis":[],"life-span":{"end":null,"ended":true,"begin":"1770"},"gender":"Male","country":"DE","name":"Bernhard Flies","area":{"sort-name":"Germany","disambiguation":"","id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","iso-3166-1-codes":["DE"],"name":"Germany"},"disambiguation":"German composer","end_area":null,"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","isnis":["0000000122680789"],"id":"05bd5c9f-9c71-4bd6-a557-238e3fed2016","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","begin_area":{"name":"Berlin","id":"c9ac1239-e832-41bc-9930-e252a1fd1105","disambiguation":"","iso-3166-2-codes":["DE-BE"],"sort-name":"Berlin"},"sort-name":"Flies, Bernhard","type":"Person"},{"begin_area":{"disambiguation":"","sort-name":"Munich","id":"89bbbab6-72de-43eb-81ba-e620ab207008","name":"Munich"},"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","sort-name":"Orff, Carl","type":"Person","end_area":{"id":"89bbbab6-72de-43eb-81ba-e620ab207008","name":"Munich","sort-name":"Munich","disambiguation":""},"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","isnis":["0000000109354153"],"id":"0b3ee6cd-a2df-4144-adf9-7807ee7ecc4f","disambiguation":"","area":{"disambiguation":"","sort-name":"Germany","id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","name":"Germany","iso-3166-1-codes":["DE"]},"ipis":[],"life-span":{"ended":true,"begin":"1895-07-10","end":"1982-03-29"},"gender":"Male","country":"DE","name":"Carl Orff"},{"id":"0e85eb79-1c05-44ba-827c-7b259a3d941a","end_area":{"id":"20619e36-fca8-4499-bcc8-be01a3ea3e41","name":"Leipzig","disambiguation":"","sort-name":"Leipzig"},"isnis":["0000000121181195"],"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","sort-name":"Mendelssohn, Felix","type":"Person","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","begin_area":{"iso-3166-2-codes":["DE-HH"],"disambiguation":"","sort-name":"Hamburg","id":"11a44e18-a2e5-43a9-bee9-aa4f7c83f967","name":"Hamburg"},"country":"DE","name":"Felix Mendelssohn","life-span":{"end":"1847-11-04","ended":true,"begin":"1809-02-03"},"ipis":["00020453038"],"gender":"Male","area":{"name":"Germany","iso-3166-1-codes":["DE"],"id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","sort-name":"Germany","disambiguation":""},"disambiguation":""},{"end_area":{"disambiguation":"","iso-3166-2-codes":["DE-BE"],"sort-name":"Berlin","id":"c9ac1239-e832-41bc-9930-e252a1fd1105","name":"Berlin"},"isnis":["0000000108634516"],"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","id":"20f87250-61ae-403a-a046-16cbd59cf7ad","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","begin_area":{"name":"Yingkou","id":"08279b8d-6a22-46e2-bc71-b14370ecd23b","disambiguation":"","sort-name":"Yingkou"},"sort-name":"Blacher, Boris","type":"Person","life-span":{"end":"1975-01-30","ended":true,"begin":"1903-01-19"},"gender":"Male","ipis":[],"country":"DE","name":"Boris Blacher","area":{"sort-name":"Germany","disambiguation":"","id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","name":"Germany","iso-3166-1-codes":["DE"]},"disambiguation":""},{"area":{"sort-name":"Germany","disambiguation":"","id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","iso-3166-1-codes":["DE"],"name":"Germany"},"disambiguation":"","country":"DE","name":"Christoph Willibald Gluck","life-span":{"ended":true,"begin":"1714-07-02","end":"1787-11-15"},"gender":"Male","ipis":["00012069031"],"type":"Person","sort-name":"Gluck, Christoph Willibald","begin_area":{"disambiguation":"","sort-name":"Berching","name":"Berching","id":"24e1d67a-06ee-47a3-a849-e8fda4833122"},"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","id":"22790383-30ea-4dcc-a8d6-882fb1eb4669","end_area":{"id":"afff1a94-a98b-4322-8874-3148139ab6da","name":"Wien","iso-3166-2-codes":["AT-9"],"disambiguation":"","sort-name":"Wien"},"isnis":["0000000121283626"],"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9"},{"gender":"Male","life-span":{"end":"1921-09-27","begin":"1854-09-01","ended":true},"ipis":[],"name":"Engelbert Humperdinck","country":"DE","area":{"id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","iso-3166-1-codes":["DE"],"name":"Germany","disambiguation":"","sort-name":"Germany"},"disambiguation":"German composer","isnis":["0000000122817095"],"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","end_area":{"sort-name":"Neustrelitz","disambiguation":"","id":"8be56a07-af46-49d3-9b98-3b533a4c02ba","name":"Neustrelitz"},"id":"30060b66-4ed3-47a5-89d7-cb4f13437441","begin_area":{"id":"7c7bd384-aa69-4cf3-84fc-6c3a322a570e","name":"Siegburg","sort-name":"Siegburg","disambiguation":""},"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","sort-name":"Humperdinck, Engelbert","type":"Person"},{"area":{"disambiguation":"","sort-name":"Germany","name":"Germany","iso-3166-1-codes":["DE"],"id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad"},"disambiguation":"","life-span":{"ended":true,"begin":"1819-09-13","end":"1896-05-20"},"ipis":[],"gender":"Female","name":"Clara Schumann","country":"DE","begin_area":{"name":"Leipzig","id":"20619e36-fca8-4499-bcc8-be01a3ea3e41","sort-name":"Leipzig","disambiguation":""},"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","sort-name":"Schumann, Clara","type":"Person","isnis":["0000000121305653"],"gender-id":"93452b5a-a947-30c8-934f-6a4056b151c2","end_area":{"disambiguation":"","sort-name":"Frankfurt am Main","name":"Frankfurt am Main","id":"16560d3e-358b-4869-8a6d-727db2ee7b69"},"id":"36df8e64-6ec6-4342-9045-e962ab9effb3"},{"life-span":{"ended":true,"begin":"1816-08-17","end":"1902-07-13"},"ipis":[],"gender":"Male","country":"DE","name":"Benjamin Bilse","disambiguation":"","area":{"id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","iso-3166-1-codes":["DE"],"name":"Germany","disambiguation":"","sort-name":"Germany"},"end_area":{"name":"Legnica","id":"ada369e4-9d33-4693-92e4-7499143bd5bb","disambiguation":"","sort-name":"Legnica"},"isnis":["0000000108803738"],"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","id":"3b3d7015-ff1a-46ef-9a52-3d84de3a7fa5","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","begin_area":{"disambiguation":"","sort-name":"Legnica","name":"Legnica","id":"ada369e4-9d33-4693-92e4-7499143bd5bb"},"type":"Person","sort-name":"Bilse, Benjamin"},{"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","isnis":["0000000121321995"],"end_area":{"id":"36aa56df-1457-4e2a-a7c9-36e39efc95e9","name":"Frechen","disambiguation":"","sort-name":"Frechen"},"id":"41180d9b-1604-4f65-904c-830767c40258","begin_area":{"disambiguation":"","sort-name":"Erftstadt","id":"4c0186fc-a274-4def-b455-11ea0fc7a6e7","name":"Erftstadt"},"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","type":"Person","sort-name":"Zimmermann, Bernd Alois","life-span":{"ended":true,"begin":"1918-03-20","end":"1970-08-10"},"ipis":[],"gender":"Male","name":"Bernd Alois Zimmermann","country":"DE","disambiguation":"","area":{"name":"Germany","iso-3166-1-codes":["DE"],"id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","sort-name":"Germany","disambiguation":""}},{"type":"Person","sort-name":"Abel, Carl Friedrich","begin_area":{"id":"9d89b3a6-dea8-43b0-a7ca-2cfce4c8ce13","name":"Köthen","sort-name":"Köthen","disambiguation":""},"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","id":"449987ad-2b8c-4b1c-aeca-c2ab8d1e078d","isnis":["0000000121403819"],"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","end_area":{"name":"London","id":"f03d09b3-39dc-4083-afd6-159e3f0d462f","sort-name":"London","disambiguation":""},"disambiguation":"","area":{"disambiguation":"","sort-name":"Germany","name":"Germany","iso-3166-1-codes":["DE"],"id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad"},"name":"Carl Friedrich Abel","country":"DE","life-span":{"begin":"1723-12-22","ended":true,"end":"1787-06-20"},"gender":"Male","ipis":[]},{"id":"5634730d-71f7-4181-8067-15a3f1700812","end_area":{"name":"Rīga","id":"9c612199-d66f-4109-aedc-67ab26e0a43b","iso-3166-2-codes":["LV-RIX"],"disambiguation":"","sort-name":"Rīga"},"isnis":["0000000108694121"],"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","sort-name":"Kreutzer, Conradin","type":"Person","begin_area":{"disambiguation":"","sort-name":"Messkirch","id":"fe7eb3c0-9e64-4e11-8555-c98f4539c370","name":"Messkirch"},"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","country":"DE","name":"Conradin Kreutzer","ipis":[],"life-span":{"end":"1849-12-14","ended":true,"begin":"1780-11-22"},"gender":"Male","area":{"disambiguation":"","sort-name":"Germany","iso-3166-1-codes":["DE"],"name":"Germany","id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad"},"disambiguation":""},{"name":"Andreas Hammerschmidt","country":"DE","life-span":{"end":"1675-10-29","ended":true,"begin":"1612"},"ipis":[],"gender":"Male","disambiguation":"","area":{"name":"Germany","iso-3166-1-codes":["DE"],"id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","disambiguation":"","sort-name":"Germany"},"id":"5bc45977-2c20-41cf-ac38-51538272137d","gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","isnis":["0000000121174542"],"end_area":{"disambiguation":"","sort-name":"Zittau","name":"Zittau","id":"9dcff3f1-a42f-49bb-ada6-82d7a6afef16"},"type":"Person","sort-name":"Hammerschmidt, Andreas","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","begin_area":null},{"id":"8628922b-f58b-4f86-aec6-53b2b6b02917","end_area":{"name":"Dresden","id":"624f2956-bfdb-43a9-8924-9aadb812ee04","disambiguation":"","sort-name":"Dresden"},"isnis":["0000000080777573"],"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","type":"Person","sort-name":"Krieger, Adam","begin_area":{"name":"Drezdenko","id":"96f38e3b-7471-43e9-adf8-d6b747ce06d2","sort-name":"Drezdenko","disambiguation":""},"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","country":"DE","name":"Adam Krieger","gender":"Male","life-span":{"end":"1666-06-30","begin":"1634-01-07","ended":true},"ipis":[],"disambiguation":"","area":{"id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","name":"Germany","iso-3166-1-codes":["DE"],"disambiguation":"","sort-name":"Germany"}},{"life-span":{"ended":true,"begin":"1835-10-07","end":"1913-02-26"},"ipis":[],"gender":"Male","country":"DE","name":"Felix Draeseke","disambiguation":"","area":{"sort-name":"Germany","disambiguation":"","iso-3166-1-codes":["DE"],"name":"Germany","id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad"},"end_area":{"name":"Dresden","id":"624f2956-bfdb-43a9-8924-9aadb812ee04","sort-name":"Dresden","disambiguation":""},"isnis":["0000000110625651"],"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","id":"8a37c609-68e0-4c19-8499-dd63ee70fbbf","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","begin_area":{"name":"Coburg","id":"c8b4ae14-795b-48b6-8e1e-539859081db3","sort-name":"Coburg","disambiguation":""},"sort-name":"Draeseke, Felix","type":"Person"},{"disambiguation":"","area":{"id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","iso-3166-1-codes":["DE"],"name":"Germany","sort-name":"Germany","disambiguation":""},"gender":"Female","life-span":{"end":"1892-01-07","ended":true,"begin":"1847-04-13"},"ipis":[],"country":"DE","name":"Elisabeth von Herzogenberg","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","begin_area":{"id":"dc10c22b-e510-4006-8b7f-fecb4f36436e","name":"Paris","sort-name":"Paris","disambiguation":"","iso-3166-2-codes":["FR-75"]},"type":"Person","sort-name":"Herzogenberg, Elisabeth von","end_area":{"name":"Sanremo","id":"88553c95-218c-470b-a9fe-01b341c1e863","sort-name":"Sanremo","disambiguation":""},"isnis":["0000000110453474"],"gender-id":"93452b5a-a947-30c8-934f-6a4056b151c2","id":"8fbe85d5-e4b0-4622-a836-e6de2a34a353"},{"name":"Eugen d'Albert","country":"DE","ipis":[],"life-span":{"end":"1932-03-03","ended":true,"begin":"1864-04-10"},"gender":"Male","area":{"sort-name":"Germany","disambiguation":"","iso-3166-1-codes":["DE"],"name":"Germany","id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad"},"disambiguation":"","id":"8ffe6384-503b-42c3-bd1e-88aba0918fe2","isnis":["0000000116181561"],"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","end_area":{"disambiguation":"","iso-3166-2-codes":["LV-RIX"],"sort-name":"Rīga","name":"Rīga","id":"9c612199-d66f-4109-aedc-67ab26e0a43b"},"type":"Person","sort-name":"Albert, Eugen d'","begin_area":{"sort-name":"Glasgow","disambiguation":"","iso-3166-2-codes":["GB-GLG"],"id":"c279f805-01f8-46f5-99cf-51f165a1adad","name":"Glasgow"},"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df"},{"begin_area":{"sort-name":"Vechta","disambiguation":"","name":"Vechta","id":"ec9130eb-e9d5-42ef-8c7e-519ad42f1766"},"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","sort-name":"Romberg, Andreas","type":"Person","gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","isnis":["0000000108822410"],"end_area":{"sort-name":"Gotha","disambiguation":"","name":"Gotha","id":"419144ec-f739-4e0b-8a0a-6dce9b4a9fb3"},"id":"bbd086a9-5bd1-4f8f-a69a-85532fc794f3","area":{"name":"Germany","iso-3166-1-codes":["DE"],"id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","disambiguation":"","sort-name":"Germany"},"disambiguation":"","gender":"Male","life-span":{"end":"1821-11-10","begin":"1767-04-27","ended":true},"ipis":[],"name":"Andreas Romberg","country":"DE"},{"id":"bf6552bf-3f6a-4763-a379-d3635d49f3d0","isnis":["0000000083814376"],"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","end_area":{"disambiguation":"","sort-name":"Bremen","id":"9c607066-ceb6-4a78-a614-4c14a2b3ec35","name":"Bremen"},"type":"Person","sort-name":"Reinthaler, Carl Martin","begin_area":{"id":"26649fc8-5247-491f-a0bb-d257f4942065","name":"Erfurt","sort-name":"Erfurt","disambiguation":""},"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","name":"Carl Martin Reinthaler","country":"DE","life-span":{"end":"1896-02-13","ended":true,"begin":"1822-10-13"},"ipis":[],"gender":"Male","disambiguation":"","area":{"id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","iso-3166-1-codes":["DE"],"name":"Germany","disambiguation":"","sort-name":"Germany"}},{"disambiguation":"","area":{"iso-3166-1-codes":["DE"],"name":"Germany","id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","disambiguation":"","sort-name":"Germany"},"name":"Carl Maria von Weber","country":"DE","life-span":{"begin":"1786-11-19","ended":true,"end":"1826-06-05"},"gender":"Male","ipis":[],"sort-name":"Weber, Carl Maria von","type":"Person","begin_area":{"name":"Eutin","id":"d1a17bfe-b392-4aae-bf67-e6c6987363fe","disambiguation":"","sort-name":"Eutin"},"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","id":"c2d17829-1424-435b-9386-c77d3a920abe","isnis":["0000000123199065"],"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","end_area":{"disambiguation":"","sort-name":"London","id":"f03d09b3-39dc-4083-afd6-159e3f0d462f","name":"London"}},{"sort-name":"Motte, Diether de la","type":"Person","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","begin_area":{"id":"b86b7e97-c4e2-4ec2-942b-5a6cd8eea1da","name":"Bonn","disambiguation":"","sort-name":"Bonn"},"id":"c2f126c8-1b53-4da5-890e-29346bac1939","gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","isnis":["0000000108755270"],"end_area":{"id":"c9ac1239-e832-41bc-9930-e252a1fd1105","name":"Berlin","disambiguation":"","iso-3166-2-codes":["DE-BE"],"sort-name":"Berlin"},"area":{"id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","iso-3166-1-codes":["DE"],"name":"Germany","sort-name":"Germany","disambiguation":""},"disambiguation":"","name":"Diether de la Motte","country":"DE","life-span":{"end":"2010-05-15","ended":true,"begin":"1928-03-30"},"ipis":[],"gender":"Male"},{"disambiguation":"","area":{"disambiguation":"","sort-name":"Germany","iso-3166-1-codes":["DE"],"name":"Germany","id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad"},"gender":"Male","life-span":{"ended":true,"begin":"1636-07-02","end":"1707-10-05"},"ipis":[],"name":"Daniel Speer","country":"DE","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","begin_area":{"sort-name":"Wrocław","disambiguation":"","id":"309f34c5-5df2-4bc7-9ad4-2ba4a78abb67","name":"Wrocław"},"sort-name":"Speer, Daniel","type":"Person","gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","isnis":["0000000108899274"],"end_area":{"disambiguation":"","sort-name":"Göppingen","name":"Göppingen","id":"8dfc1b23-b851-475b-a8bb-c7ba6fcc1d87"},"id":"c7b9973c-fcfb-4db9-9b08-428b06546a05"},{"disambiguation":"composer","area":{"sort-name":"Germany","disambiguation":"","iso-3166-1-codes":["DE"],"name":"Germany","id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad"},"country":"DE","name":"Carl Reinecke","life-span":{"end":"1910-03-10","begin":"1824-06-23","ended":true},"gender":"Male","ipis":[],"sort-name":"Reinecke, Carl","type":"Person","begin_area":{"sort-name":"Hamburg","disambiguation":"","iso-3166-2-codes":["DE-HH"],"id":"11a44e18-a2e5-43a9-bee9-aa4f7c83f967","name":"Hamburg"},"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","id":"cea8f0af-2d41-4da3-9105-139ce405cdbe","end_area":{"name":"Leipzig","id":"20619e36-fca8-4499-bcc8-be01a3ea3e41","disambiguation":"","sort-name":"Leipzig"},"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","isnis":["0000000110616552"]},{"area":{"disambiguation":"","sort-name":"Germany","iso-3166-1-codes":["DE"],"name":"Germany","id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad"},"disambiguation":"","name":"Christoph Graupner","country":"DE","life-span":{"begin":"1683-01-23","ended":true,"end":"1760-05-10"},"ipis":[],"gender":"Male","type":"Person","sort-name":"Graupner, Christoph","begin_area":{"name":"Kirchberg","id":"f2d1c086-c7e5-4368-8f71-f14abc97cccb","disambiguation":"","sort-name":"Kirchberg"},"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","id":"d48846f6-f2c3-41fa-98f4-93dd6c4207fa","gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","isnis":["0000000121390384"],"end_area":{"id":"2e7d0064-1603-45ac-be83-2559fb991d04","name":"Darmstadt","sort-name":"Darmstadt","disambiguation":""}},{"gender":"Male","life-span":{"end":"1788-12-14","ended":true,"begin":"1714-03-08"},"ipis":[],"country":"DE","name":"Carl Philipp Emanuel Bach","disambiguation":"","area":{"disambiguation":"","sort-name":"Germany","iso-3166-1-codes":["DE"],"name":"Germany","id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad"},"end_area":{"iso-3166-2-codes":["DE-HH"],"disambiguation":"","sort-name":"Hamburg","id":"11a44e18-a2e5-43a9-bee9-aa4f7c83f967","name":"Hamburg"},"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","isnis":["0000000110198135"],"id":"f6486fc7-90ef-48ad-8ca3-905af1354afe","begin_area":{"name":"Weimar","id":"c7644e45-dec4-43fd-aad6-35036b8e911d","disambiguation":"","sort-name":"Weimar"},"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","type":"Person","sort-name":"Bach, Carl Philipp Emanuel"}]} \ No newline at end of file diff --git a/test/fixtures/b8876a6891538843bd4c95e0fc301d39.headers b/test/fixtures/b8876a6891538843bd4c95e0fc301d39.headers deleted file mode 100644 index b760763..0000000 --- a/test/fixtures/b8876a6891538843bd4c95e0fc301d39.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:35 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "875", - "x-ratelimit-reset": "1537138716", - "server": "Plack::Handler::Starlet", - "etag": "W/\"81b3e262873694c3a709f080360d3afd\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/artist?collection=974fcec4-eca0-4bfe-9a3a-e61aa93c186b&fmt=json", - "time": 405, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/b9f25f8e90ea54a8f50fa7407c032066 b/test/fixtures/b9f25f8e90ea54a8f50fa7407c032066 deleted file mode 100644 index c523dfd..0000000 --- a/test/fixtures/b9f25f8e90ea54a8f50fa7407c032066 +++ /dev/null @@ -1,4 +0,0 @@ - -404 Not Found -

Not Found

-

No cover art found for release e95361ed-0bf7-4824-8b11-6978f05de1f3

diff --git a/test/fixtures/b9f25f8e90ea54a8f50fa7407c032066.headers b/test/fixtures/b9f25f8e90ea54a8f50fa7407c032066.headers deleted file mode 100644 index cf02f43..0000000 --- a/test/fixtures/b9f25f8e90ea54a8f50fa7407c032066.headers +++ /dev/null @@ -1,22 +0,0 @@ -{ - "statusCode": 404, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:18 GMT", - "content-type": "text/html", - "content-length": "179", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/e95361ed-0bf7-4824-8b11-6978f05de1f3", - "time": 383, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/ba515718537dd9c0dcb6332ee59cfead b/test/fixtures/ba515718537dd9c0dcb6332ee59cfead deleted file mode 100644 index 89a47d5..0000000 --- a/test/fixtures/ba515718537dd9c0dcb6332ee59cfead +++ /dev/null @@ -1 +0,0 @@ -{"id":"aa997ea0-2936-40bd-884d-3af8a0e064dc","primary-type-id":"f529b476-6e62-324f-b0aa-1f3e33d313fc","first-release-date":"2013-05-17","disambiguation":"","title":"Random Access Memories","secondary-type-ids":[],"primary-type":"Album","secondary-types":[]} \ No newline at end of file diff --git a/test/fixtures/ba515718537dd9c0dcb6332ee59cfead.headers b/test/fixtures/ba515718537dd9c0dcb6332ee59cfead.headers deleted file mode 100644 index 49e6802..0000000 --- a/test/fixtures/ba515718537dd9c0dcb6332ee59cfead.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:56:53 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "867", - "x-ratelimit-reset": "1537138613", - "server": "Plack::Handler::Starlet", - "etag": "W/\"7c9c631ea2ebaf9480ecb0ea78f1fb84\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/release-group/aa997ea0-2936-40bd-884d-3af8a0e064dc?fmt=json", - "time": 390, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/base-schema.js.nock b/test/fixtures/base-schema.js.nock new file mode 100644 index 0000000..4d27c99 --- /dev/null +++ b/test/fixtures/base-schema.js.nock @@ -0,0 +1,4872 @@ +[ + [ + "URLs may be looked up by resource", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/url?resource=http%3A%2F%2Fwww.nirvana.com%2F&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:15 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Content-Length", + "82", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "933", + "X-RateLimit-Reset", + "1618477396", + "Server", + "Plack::Handler::Starlet", + "ETag", + "\"d2b2ef09f302f15cd08587ad1e02d9ef\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": { + "id": "4347ffe2-82ec-4059-9520-6a1a3f73a304", + "resource": "http://www.nirvana.com/" + }, + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "alias locales use the locale scalar", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/artist/f99b7d67-4e63-4678-aa66-4c6ac0f7d24a?inc=aliases&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:10 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1121", + "X-RateLimit-Reset", + "1618477392", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"3ef9640c4028b5acf2e1759b390f5ede\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"f99b7d67-4e63-4678-aa66-4c6ac0f7d24a\",\"life-span\":{\"end\":null,\"ended\":false,\"begin\":\"1977-12-31\"},\"disambiguation\":\"South Korean singer and rapper\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"isnis\":[\"0000000372890324\"],\"country\":\"KR\",\"begin_area\":{\"type-id\":null,\"name\":\"Gangnam District\",\"id\":\"1070aa79-4a93-4a56-8290-7a68c44172a1\",\"sort-name\":\"Gangnam District\",\"type\":null,\"disambiguation\":\"\"},\"aliases\":[{\"end\":null,\"locale\":\"en\",\"sort-name\":\"PSY\",\"type-id\":null,\"name\":\"PSY\",\"primary\":true,\"begin\":null,\"type\":null,\"ended\":false},{\"type\":\"Artist name\",\"ended\":false,\"begin\":null,\"primary\":true,\"sort-name\":\"Psy\",\"name\":\"Psy\",\"type-id\":\"894afba6-2816-3c24-8072-eadb66bd04bc\",\"locale\":\"de\",\"end\":null},{\"primary\":true,\"ended\":false,\"type\":\"Legal name\",\"begin\":null,\"end\":null,\"type-id\":\"d4dcd0c0-b341-3612-a332-c0ce797b25cf\",\"name\":\"박재상\",\"sort-name\":\"박재상\",\"locale\":\"ko\"},{\"locale\":\"ko\",\"type-id\":\"894afba6-2816-3c24-8072-eadb66bd04bc\",\"name\":\"싸이\",\"sort-name\":\"싸이\",\"end\":null,\"begin\":null,\"ended\":false,\"type\":\"Artist name\",\"primary\":false},{\"locale\":null,\"sort-name\":\"싸이(Psy)\",\"name\":\"싸이(Psy)\",\"type-id\":null,\"end\":null,\"begin\":null,\"type\":null,\"ended\":false,\"primary\":null}],\"sort-name\":\"PSY\",\"name\":\"PSY\",\"gender\":\"Male\",\"end_area\":null,\"area\":{\"iso-3166-1-codes\":[\"KR\"],\"disambiguation\":\"\",\"type\":null,\"id\":\"b9f7d640-46e8-313e-b158-ded6d18593b3\",\"type-id\":null,\"name\":\"South Korea\",\"sort-name\":\"South Korea\"},\"type\":\"Person\",\"ipis\":[\"00486473119\",\"00639236529\"],\"end-area\":null,\"begin-area\":{\"type-id\":null,\"name\":\"Gangnam District\",\"id\":\"1070aa79-4a93-4a56-8290-7a68c44172a1\",\"sort-name\":\"Gangnam District\",\"type\":null,\"disambiguation\":\"\"}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "area isoCodes accepts an argument to retrieve 3166-1, 3166-2, or 3166-3 codes", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/area/75e398a3-5f3f-4224-9cd8-0fe44715bc95?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:09 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "773", + "X-RateLimit-Reset", + "1618477390", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"d900131bf355b5be435353788f2ac20c\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"type-id\":\"fd3d44c5-80a1-3842-9745-2c4972d35afa\",\"disambiguation\":\"\",\"life-span\":{\"end\":null,\"begin\":null,\"ended\":false},\"name\":\"New York\",\"type\":\"Subdivision\",\"id\":\"75e398a3-5f3f-4224-9cd8-0fe44715bc95\",\"iso-3166-2-codes\":[\"US-NY\"],\"sort-name\":\"New York\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/area/d907b0ac-2956-386f-a246-62d55779aae1?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:09 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "771", + "X-RateLimit-Reset", + "1618477390", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"5d8834761ddc8f870a882756c2f64093\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"name\":\"East Germany\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"sort-name\":\"East Germany\",\"life-span\":{\"end\":\"1990\",\"ended\":true,\"begin\":\"1949\"},\"id\":\"d907b0ac-2956-386f-a246-62d55779aae1\",\"disambiguation\":\"\",\"iso-3166-3-codes\":[\"DDDE\"],\"type\":\"Country\",\"iso-3166-1-codes\":[\"XG\"]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "area maps iso-3166-1-codes to isoCodes", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/area/489ce91b-6658-3307-9877-795b68554c98?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:09 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "874", + "X-RateLimit-Reset", + "1618477390", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"58d2eee0c59e7778721a0a0bb2b237d3\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"life-span\":{\"end\":null,\"begin\":null,\"ended\":false},\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"disambiguation\":\"\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "areas have a type and typeID", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/area?limit=5&query=Germany&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:10 GMT", + "Content-Type", + "application/json", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "634", + "X-RateLimit-Reset", + "1618477390", + "Last-Modified", + "Tue, 13 Apr 2021 17:13:33 GMT", + "ETag", + "\"NDljNDAwMDAwMDAwMDAwMFNvbHI=\"", + "Vary", + "Accept-Encoding", + "X-Cache-Status", + "MISS", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"created\":\"2021-04-15T09:03:10.006Z\",\"count\":41,\"offset\":0,\"areas\":[{\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"score\":100,\"name\":\"Germany\",\"sort-name\":\"Germany\",\"iso-3166-1-codes\":[\"DE\"],\"life-span\":{\"ended\":null},\"aliases\":[{\"sort-name\":\"Bundesrepublik Deutschland\",\"type-id\":\"0b5b3497-d5d9-34e7-a61b-9a6c18aa7b29\",\"name\":\"Bundesrepublik Deutschland\",\"locale\":\"de\",\"type\":\"Area name\",\"primary\":true,\"begin-date\":\"1949-05-23\",\"end-date\":\"1990-10-02\"},{\"sort-name\":\"Deutschland\",\"name\":\"Deutschland\",\"locale\":\"de\",\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Federal Republic of Germany\",\"type-id\":\"b280c712-f676-342e-a8f2-e5c5fe0159b4\",\"name\":\"Federal Republic of Germany\",\"locale\":\"en\",\"type\":\"Formal name\",\"primary\":null,\"begin-date\":\"1949-05-23\",\"end-date\":\"1990-10-02\"},{\"sort-name\":\"West Germany\",\"type-id\":\"0b5b3497-d5d9-34e7-a61b-9a6c18aa7b29\",\"name\":\"West Germany\",\"locale\":\"en\",\"type\":\"Area name\",\"primary\":true,\"begin-date\":\"1949-05-23\",\"end-date\":\"1990-10-02\"},{\"sort-name\":\"Germany\",\"name\":\"Germany\",\"locale\":\"en\",\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Saksamaa\",\"name\":\"Saksamaa\",\"locale\":\"et\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Alemania\",\"name\":\"Alemania\",\"locale\":\"es\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"ドイツ\",\"name\":\"ドイツ\",\"locale\":\"ja\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Γερμανία\",\"name\":\"Γερμανία\",\"locale\":\"el\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Saksa\",\"name\":\"Saksa\",\"locale\":\"fi\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Allemagne\",\"name\":\"Allemagne\",\"locale\":\"fr\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Germania\",\"name\":\"Germania\",\"locale\":\"it\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Tyskland\",\"name\":\"Tyskland\",\"locale\":\"no\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Duitsland\",\"name\":\"Duitsland\",\"locale\":\"nl\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":1,\"name\":\"un member state\"},{\"count\":1,\"name\":\"place\"},{\"count\":0,\"name\":\"vinylraritäten\"},{\"count\":1,\"name\":\"cannot delete wikipedia\"}]},{\"id\":\"d907b0ac-2956-386f-a246-62d55779aae1\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"score\":71,\"name\":\"East Germany\",\"sort-name\":\"East Germany\",\"iso-3166-1-codes\":[\"XG\"],\"iso-3166-3-codes\":[\"DDDE\"],\"life-span\":{\"begin\":\"1949\",\"end\":\"1990\",\"ended\":true},\"aliases\":[{\"sort-name\":\"Saksa Demokraatlik Vabariik\",\"name\":\"Saksa Demokraatlik Vabariik\",\"locale\":\"et\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Saksan demokraattinen tasavalta\",\"name\":\"Saksan demokraattinen tasavalta\",\"locale\":\"fi\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"East Germany\",\"name\":\"East Germany\",\"locale\":\"en\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Duitse Democratische Republiek\",\"name\":\"Duitse Democratische Republiek\",\"locale\":\"nl\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"ドイツ民主共和国\",\"name\":\"ドイツ民主共和国\",\"locale\":\"ja\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"DDR\",\"name\":\"DDR\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Den tyske demokratiske republikk\",\"name\":\"Den tyske demokratiske republikk\",\"locale\":\"no\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"République démocratique allemande\",\"name\":\"République démocratique allemande\",\"locale\":\"fr\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Deutsche Demokratische Republik\",\"name\":\"Deutsche Demokratische Republik\",\"locale\":\"de\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Λαϊκή Δημοκρατία της Γερμανίας\",\"name\":\"Λαϊκή Δημοκρατία της Γερμανίας\",\"locale\":\"el\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Repubblica Democratica Tedesca\",\"name\":\"Repubblica Democratica Tedesca\",\"locale\":\"it\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"República Democrática Alemana\",\"name\":\"República Democrática Alemana\",\"locale\":\"es\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"516dda4c-c58d-43a7-9bde-ef6b12a8b741\",\"type\":\"City\",\"type-id\":\"6fd8f29a-3d0a-32fc-980d-ea697b69da78\",\"score\":37,\"name\":\"New Germany\",\"sort-name\":\"New Germany\",\"life-span\":{\"ended\":null},\"relation-list\":[{\"relations\":[{\"type\":\"part of\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target\":\"8a1b8370-3164-4add-bf0f-8049e6fe409b\",\"direction\":\"backward\",\"area\":{\"id\":\"8a1b8370-3164-4add-bf0f-8049e6fe409b\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Carver County\",\"sort-name\":\"Carver County\",\"life-span\":{\"ended\":null}}}]}]},{\"id\":\"36721201-bb7c-4dce-be68-0553b1131205\",\"type\":\"City\",\"type-id\":\"6fd8f29a-3d0a-32fc-980d-ea697b69da78\",\"score\":37,\"name\":\"New Germany\",\"sort-name\":\"New Germany\",\"life-span\":{\"ended\":null},\"relation-list\":[{\"relations\":[{\"type\":\"part of\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target\":\"6e468d04-2c88-4177-8cd5-09ee93239843\",\"direction\":\"backward\",\"area\":{\"id\":\"6e468d04-2c88-4177-8cd5-09ee93239843\",\"type\":\"City\",\"type-id\":\"6fd8f29a-3d0a-32fc-980d-ea697b69da78\",\"name\":\"Durban\",\"sort-name\":\"Durban\",\"life-span\":{\"ended\":null}}}]}]},{\"id\":\"9088247b-1a28-4aad-9dcd-071424930a01\",\"type\":\"Municipality\",\"type-id\":\"17246454-5ac4-36a1-b81a-4753eb2dab20\",\"score\":21,\"name\":\"Pahlen\",\"sort-name\":\"Pahlen\",\"life-span\":{\"ended\":null},\"aliases\":[{\"sort-name\":\"Pahlen\",\"type-id\":\"0b5b3497-d5d9-34e7-a61b-9a6c18aa7b29\",\"name\":\"Pahlen\",\"locale\":\"de\",\"type\":\"Area name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Pahlen, Germany\",\"type-id\":\"0b5b3497-d5d9-34e7-a61b-9a6c18aa7b29\",\"name\":\"Pahlen, Germany\",\"locale\":\"en\",\"type\":\"Area name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}],\"relation-list\":[{\"relations\":[{\"type\":\"part of\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target\":\"26486d74-1d5b-40db-857f-a8f49c64175b\",\"direction\":\"backward\",\"area\":{\"id\":\"26486d74-1d5b-40db-857f-a8f49c64175b\",\"type\":\"Subdivision\",\"type-id\":\"fd3d44c5-80a1-3842-9745-2c4972d35afa\",\"name\":\"Schleswig-Holstein\",\"sort-name\":\"Schleswig-Holstein\",\"life-span\":{\"ended\":null}}}]}]}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "artist areas access begin-area/end-area for search queries", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/artist?limit=1&query=Leonard+Cohen&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:07 GMT", + "Content-Type", + "application/json", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "928", + "X-RateLimit-Reset", + "1618477388", + "Last-Modified", + "Thu, 15 Apr 2021 09:02:09 GMT", + "ETag", + "\"NGY0NjhjMDAwMDAwMDAwMFNvbHI=\"", + "Vary", + "Accept-Encoding", + "X-Cache-Status", + "MISS", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"created\":\"2021-04-15T09:03:07.048Z\",\"count\":1482,\"offset\":0,\"artists\":[{\"id\":\"65314b12-0e08-43fa-ba33-baaa7b874c15\",\"type\":\"Person\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"score\":100,\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"name\":\"Leonard Cohen\",\"sort-name\":\"Cohen, Leonard\",\"gender\":\"male\",\"country\":\"CA\",\"area\":{\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Canada\",\"sort-name\":\"Canada\",\"life-span\":{\"ended\":null}},\"begin-area\":{\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"type\":\"City\",\"type-id\":\"6fd8f29a-3d0a-32fc-980d-ea697b69da78\",\"name\":\"Westmount\",\"sort-name\":\"Westmount\",\"life-span\":{\"ended\":null}},\"end-area\":{\"id\":\"1f40c6e1-47ba-4e35-996f-fe6ee5840e62\",\"type\":\"City\",\"type-id\":\"6fd8f29a-3d0a-32fc-980d-ea697b69da78\",\"name\":\"Los Angeles\",\"sort-name\":\"Los Angeles\",\"life-span\":{\"ended\":null}},\"ipis\":[\"00006457004\"],\"isnis\":[\"0000000110273481\"],\"life-span\":{\"begin\":\"1934-09-21\",\"end\":\"2016-11-07\",\"ended\":true},\"aliases\":[{\"sort-name\":\"Lonard Cohen\",\"type-id\":\"1937e404-b981-3cb7-8151-4c86ebfc8d8e\",\"name\":\"Lonard Cohen\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Cohen, Leonard Norman\",\"type-id\":\"d4dcd0c0-b341-3612-a332-c0ce797b25cf\",\"name\":\"Leonard Norman Cohen\",\"locale\":null,\"type\":\"Legal name\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Leonhard Cohen\",\"type-id\":\"1937e404-b981-3cb7-8151-4c86ebfc8d8e\",\"name\":\"Leonhard Cohen\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"L.Cohen\",\"type-id\":\"1937e404-b981-3cb7-8151-4c86ebfc8d8e\",\"name\":\"L.Cohen\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"L. Cohen\",\"type-id\":\"1937e404-b981-3cb7-8151-4c86ebfc8d8e\",\"name\":\"L. Cohen\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":1,\"name\":\"sophisti-pop\"},{\"count\":4,\"name\":\"folk\"},{\"count\":0,\"name\":\"singer and songwriter\"},{\"count\":2,\"name\":\"pop\"},{\"count\":1,\"name\":\"chamber folk\"},{\"count\":1,\"name\":\"art pop\"},{\"count\":1,\"name\":\"soft rock\"},{\"count\":1,\"name\":\"rock\"},{\"count\":0,\"name\":\"classic pop and rock\"},{\"count\":3,\"name\":\"contemporary folk\"},{\"count\":1,\"name\":\"film soundtrack\"},{\"count\":0,\"name\":\"canada\"},{\"count\":3,\"name\":\"blues rock\"},{\"count\":2,\"name\":\"singer/songwriter\"},{\"count\":2,\"name\":\"singer-songwriter\"},{\"count\":1,\"name\":\"blues\"},{\"count\":1,\"name\":\"canadian\"}]}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "artist areas access begin_area/end_area for browse queries", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/artist?area=3f504d54-c40c-487d-bc16-c1990eac887f&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:06 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1081", + "X-RateLimit-Reset", + "1618477380", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"5d6b0ce656e27ef4dd281d205ba45f6b\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"artists\":[{\"begin_area\":{\"name\":\"Westmount\",\"sort-name\":\"Westmount\",\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\"},\"life-span\":{\"end\":null,\"ended\":false,\"begin\":\"1955-09-09\"},\"disambiguation\":\"\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"ipis\":[\"00031070144\"],\"end_area\":null,\"gender\":\"Male\",\"area\":{\"sort-name\":\"Canada\",\"name\":\"Canada\",\"type\":null,\"iso-3166-1-codes\":[\"CA\"],\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"type-id\":null,\"disambiguation\":\"\"},\"sort-name\":\"Soccio, Gino\",\"end-area\":null,\"isnis\":[\"000000007365636X\"],\"id\":\"222d2ac7-08e7-47be-8df5-49098b79caee\",\"begin-area\":{\"name\":\"Westmount\",\"sort-name\":\"Westmount\",\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\"},\"type\":\"Person\",\"name\":\"Gino Soccio\",\"country\":\"CA\"},{\"begin_area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"sort-name\":\"Westmount\",\"name\":\"Westmount\"},\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"ipis\":[\"00006457004\"],\"life-span\":{\"ended\":true,\"begin\":\"1934-09-21\",\"end\":\"2016-11-07\"},\"disambiguation\":\"\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"sort-name\":\"Cohen, Leonard\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"sort-name\":\"Canada\",\"name\":\"Canada\",\"type\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"iso-3166-1-codes\":[\"CA\"]},\"gender\":\"Male\",\"end_area\":{\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"Los Angeles\",\"name\":\"Los Angeles\",\"type\":null,\"id\":\"1f40c6e1-47ba-4e35-996f-fe6ee5840e62\"},\"country\":\"CA\",\"name\":\"Leonard Cohen\",\"isnis\":[\"0000000110273481\"],\"id\":\"65314b12-0e08-43fa-ba33-baaa7b874c15\",\"begin-area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"sort-name\":\"Westmount\",\"name\":\"Westmount\"},\"type\":\"Person\",\"end-area\":{\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"Los Angeles\",\"name\":\"Los Angeles\",\"type\":null,\"id\":\"1f40c6e1-47ba-4e35-996f-fe6ee5840e62\"}},{\"country\":null,\"name\":\"Stéphane Fania\",\"isnis\":[\"0000000466675000\"],\"begin-area\":{\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"Saint-Léonard\",\"name\":\"Saint-Léonard\",\"type\":null,\"id\":\"3c5e6cd7-71d4-4480-98b6-3ac519fe0f7c\"},\"id\":\"ad735bb8-22d9-4904-ba3c-0ae3a72cda80\",\"type\":\"Person\",\"end-area\":null,\"sort-name\":\"Fania, Stephane\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"type\":null,\"sort-name\":\"Westmount\",\"name\":\"Westmount\"},\"gender\":\"Male\",\"end_area\":null,\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"ipis\":[\"00466675000\"],\"life-span\":{\"end\":null,\"begin\":\"1967-01-11\",\"ended\":false},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"disambiguation\":\"Canadian bassist, keyboardist and vocalist\",\"begin_area\":{\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"Saint-Léonard\",\"name\":\"Saint-Léonard\",\"type\":null,\"id\":\"3c5e6cd7-71d4-4480-98b6-3ac519fe0f7c\"}},{\"begin_area\":{\"type\":null,\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"sort-name\":\"Westmount\",\"name\":\"Westmount\",\"type-id\":null,\"disambiguation\":\"\"},\"gender-id\":null,\"ipis\":[],\"life-span\":{\"end\":null,\"begin\":null,\"ended\":false},\"type-id\":\"a0b36c92-3eb1-3839-a4f9-4799823f54a5\",\"disambiguation\":\"\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"type\":null,\"name\":\"Westmount\",\"sort-name\":\"Westmount\"},\"sort-name\":\"Orchestre des jeunes de Westmount\",\"end_area\":null,\"gender\":null,\"isnis\":[],\"type\":\"Orchestra\",\"id\":\"bb4e3929-e95b-4c26-bfca-57e969d91f5f\",\"begin-area\":{\"type\":null,\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"sort-name\":\"Westmount\",\"name\":\"Westmount\",\"type-id\":null,\"disambiguation\":\"\"},\"country\":null,\"name\":\"Orchestre des jeunes de Westmount\",\"end-area\":null},{\"isnis\":[\"0000000082763933\"],\"id\":\"c8a1771b-4526-4183-b066-120676990d74\",\"begin-area\":{\"type\":null,\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"name\":\"Westmount\",\"sort-name\":\"Westmount\",\"type-id\":null,\"disambiguation\":\"\"},\"type\":\"Person\",\"country\":\"CA\",\"name\":\"Sam Roberts\",\"end-area\":null,\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"name\":\"Canada\",\"sort-name\":\"Canada\",\"iso-3166-1-codes\":[\"CA\"],\"type\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\"},\"sort-name\":\"Roberts, Sam\",\"end_area\":null,\"gender\":\"Male\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"ipis\":[],\"life-span\":{\"end\":null,\"begin\":\"1974-10-02\",\"ended\":false},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"disambiguation\":\"Canadian rock singer-songwriter\",\"begin_area\":{\"type\":null,\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"name\":\"Westmount\",\"sort-name\":\"Westmount\",\"type-id\":null,\"disambiguation\":\"\"}}],\"artist-offset\":0,\"artist-count\":5}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "artist areas access begin_area/end_area for lookup queries", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/artist/65314b12-0e08-43fa-ba33-baaa7b874c15?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:02:55 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "875", + "X-RateLimit-Reset", + "1618477376", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"6bfc219995881d7e67c19d4481d119ba\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"gender\":\"Male\",\"sort-name\":\"Cohen, Leonard\",\"name\":\"Leonard Cohen\",\"end-area\":{\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"sort-name\":\"Los Angeles\",\"id\":\"1f40c6e1-47ba-4e35-996f-fe6ee5840e62\",\"name\":\"Los Angeles\"},\"begin-area\":{\"disambiguation\":\"\",\"type\":null,\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"type-id\":null,\"sort-name\":\"Westmount\",\"name\":\"Westmount\"},\"end_area\":{\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"sort-name\":\"Los Angeles\",\"id\":\"1f40c6e1-47ba-4e35-996f-fe6ee5840e62\",\"name\":\"Los Angeles\"},\"type\":\"Person\",\"ipis\":[\"00006457004\"],\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"CA\"],\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"type-id\":null,\"sort-name\":\"Canada\",\"name\":\"Canada\",\"type\":null},\"life-span\":{\"end\":\"2016-11-07\",\"ended\":true,\"begin\":\"1934-09-21\"},\"id\":\"65314b12-0e08-43fa-ba33-baaa7b874c15\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"begin_area\":{\"disambiguation\":\"\",\"type\":null,\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"type-id\":null,\"sort-name\":\"Westmount\",\"name\":\"Westmount\"},\"country\":\"CA\",\"disambiguation\":\"\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"isnis\":[\"0000000110273481\"]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "artistCredits is an alias for artistCredit", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/recording/07649758-09c8-4d70-bc6f-5c37ab36334d?inc=artist-credits&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:16 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1025", + "X-RateLimit-Reset", + "1618477398", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"d55fcb541974d759eb55fd42ad168b05\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"07649758-09c8-4d70-bc6f-5c37ab36334d\",\"artist-credit\":[{\"name\":\"Holly Golightly & The Brokeoffs\",\"joinphrase\":\"\",\"artist\":{\"disambiguation\":\"\",\"name\":\"Holly Golightly and The Brokeoffs\",\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"id\":\"3f6c19a8-7ea8-4e6e-adb4-34dc97db8742\",\"type\":\"Group\",\"sort-name\":\"Golightly, Holly and Brokeoffs, The\"}}],\"disambiguation\":\"\",\"length\":213000,\"first-release-date\":\"2007-04-02\",\"title\":\"Devil Do\",\"video\":false}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/release-group/53614893-6f25-4519-9cae-b1db904e2887?inc=artist-credits&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:20 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1058", + "X-RateLimit-Reset", + "1618477402", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"9c1042d63fe311db11c0114273753866\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"title\":\"Cult Assassin\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type\":\"Album\",\"secondary-types\":[\"Compilation\",\"DJ-mix\",\"Mixtape/Street\"],\"id\":\"53614893-6f25-4519-9cae-b1db904e2887\",\"secondary-type-ids\":[\"dd2a21e1-0c00-3729-a7a0-de60b84eb5d1\",\"0d47f47a-3fe5-3d69-ac9d-d566c23968bf\",\"15c1b1f5-d893-3375-a1db-e180c5ae15ed\"],\"first-release-date\":\"2010-08-31\",\"artist-credit\":[{\"name\":\"DJ Muggs\",\"joinphrase\":\" vs. \",\"artist\":{\"id\":\"d9c25451-bec6-4273-abe2-15ce0f0e0621\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"disambiguation\":\"\",\"type\":\"Person\",\"name\":\"DJ Muggs\",\"sort-name\":\"Muggs, DJ\"}},{\"artist\":{\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"disambiguation\":\"\",\"type\":\"Person\",\"name\":\"Ill Bill\",\"sort-name\":\"Ill Bill\",\"id\":\"c7e90641-f441-4801-8e4a-d09e10f452b8\"},\"joinphrase\":\"\",\"name\":\"Ill Bill\"}],\"disambiguation\":\"\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52?inc=artist-credits&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:20 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1057", + "X-RateLimit-Reset", + "1618477402", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"d17c31aab97bd96082829d1c5945d365\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"disambiguation\":\"\",\"country\":\"US\",\"barcode\":\"889853650729\",\"title\":\"You Want It Darker\",\"asin\":\"B01KN6XDS6\",\"date\":\"2016-10-21\",\"artist-credit\":[{\"artist\":{\"type\":\"Person\",\"name\":\"Leonard Cohen\",\"sort-name\":\"Cohen, Leonard\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"disambiguation\":\"\",\"id\":\"65314b12-0e08-43fa-ba33-baaa7b874c15\"},\"joinphrase\":\"\",\"name\":\"Leonard Cohen\"}],\"packaging-id\":\"8f931351-d2e2-310f-afc6-37b89ddba246\",\"quality\":\"normal\",\"id\":\"d5cdb7fd-c7e9-460a-9549-8a369655cc52\",\"release-events\":[{\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":null,\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"2016-10-21\"}],\"packaging\":\"Digipak\",\"cover-art-archive\":{\"front\":true,\"back\":true,\"artwork\":true,\"count\":11,\"darkened\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "artists have a list of ISNIs and IPIs", + [ + ] + ], + [ + "collections can be browsed by the entities they contain", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/collection?artist=24f1766e-9635-4d58-a4d4-9413f9f98a4c&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:26 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1006", + "X-RateLimit-Reset", + "1618477408", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"425306926501f66733c4cc7cb8f84055\"", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"collections\":[{\"name\":\"1648 1814 vestfalian peace\",\"type\":\"Artist\",\"type-id\":\"b21ef166-d652-3e15-958d-1ff7ad3412ab\",\"editor\":\"arist.on\",\"id\":\"06535ef2-adc9-4c50-ad19-ab607d143485\",\"entity-type\":\"artist\",\"artist-count\":14},{\"editor\":\"ListMyCDs.com\",\"entity-type\":\"artist\",\"id\":\"974fcec4-eca0-4bfe-9a3a-e61aa93c186b\",\"artist-count\":108,\"name\":\"German Composers\",\"type\":\"Artist\",\"type-id\":\"b21ef166-d652-3e15-958d-1ff7ad3412ab\"}],\"collection-count\":2,\"collection-offset\":0}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/artist?collection=974fcec4-eca0-4bfe-9a3a-e61aa93c186b&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:27 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "868", + "X-RateLimit-Reset", + "1618477408", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"667074968e5a0510981d455ddc6c346b\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"artist-count\":108,\"artists\":[{\"end-area\":{\"type-id\":null,\"disambiguation\":\"\",\"name\":\"Bückeburg\",\"id\":\"af920f2f-bce6-440b-bd81-9e59fdd68c81\",\"sort-name\":\"Bückeburg\",\"type\":null},\"begin-area\":{\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"Leipzig\",\"type\":null,\"id\":\"20619e36-fca8-4499-bcc8-be01a3ea3e41\",\"name\":\"Leipzig\"},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"type\":\"Person\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"composer\",\"end_area\":{\"type-id\":null,\"disambiguation\":\"\",\"name\":\"Bückeburg\",\"id\":\"af920f2f-bce6-440b-bd81-9e59fdd68c81\",\"sort-name\":\"Bückeburg\",\"type\":null},\"isnis\":[\"0000000108710187\"],\"life-span\":{\"end\":\"1795-01-26\",\"ended\":true,\"begin\":\"1732-06-21\"},\"sort-name\":\"Bach, Johann Christoph Friedrich\",\"country\":\"DE\",\"area\":{\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"sort-name\":\"Germany\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"]},\"ipis\":[],\"begin_area\":{\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"Leipzig\",\"type\":null,\"id\":\"20619e36-fca8-4499-bcc8-be01a3ea3e41\",\"name\":\"Leipzig\"},\"gender\":\"Male\",\"name\":\"Johann Christoph Friedrich Bach\",\"id\":\"16d891b8-3367-4ef1-94c9-d4257e271115\"},{\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"end_area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-2-codes\":[\"DE-BE\"],\"sort-name\":\"Berlin\",\"type\":null,\"name\":\"Berlin\",\"id\":\"c9ac1239-e832-41bc-9930-e252a1fd1105\"},\"disambiguation\":\"composer\",\"type\":\"Person\",\"end-area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-2-codes\":[\"DE-BE\"],\"sort-name\":\"Berlin\",\"type\":null,\"name\":\"Berlin\",\"id\":\"c9ac1239-e832-41bc-9930-e252a1fd1105\"},\"begin-area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Yingkou\",\"id\":\"08279b8d-6a22-46e2-bc71-b14370ecd23b\",\"name\":\"Yingkou\"},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"name\":\"Boris Blacher\",\"id\":\"20f87250-61ae-403a-a046-16cbd59cf7ad\",\"area\":{\"iso-3166-1-codes\":[\"DE\"],\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\"},\"begin_area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Yingkou\",\"id\":\"08279b8d-6a22-46e2-bc71-b14370ecd23b\",\"name\":\"Yingkou\"},\"ipis\":[],\"gender\":\"Male\",\"sort-name\":\"Blacher, Boris\",\"country\":\"DE\",\"isnis\":[\"0000000108634516\"],\"life-span\":{\"begin\":\"1903-01-19\",\"end\":\"1975-01-30\",\"ended\":true}},{\"type\":\"Person\",\"end-area\":{\"type\":null,\"sort-name\":\"Leipzig\",\"id\":\"20619e36-fca8-4499-bcc8-be01a3ea3e41\",\"name\":\"Leipzig\",\"type-id\":null,\"disambiguation\":\"\"},\"begin-area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Eisenach\",\"id\":\"8331b712-99b9-41ef-bf58-0f033f8d926a\",\"name\":\"Eisenach\"},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"end_area\":{\"type\":null,\"sort-name\":\"Leipzig\",\"id\":\"20619e36-fca8-4499-bcc8-be01a3ea3e41\",\"name\":\"Leipzig\",\"type-id\":null,\"disambiguation\":\"\"},\"disambiguation\":\"German Baroque period composer & musician\",\"sort-name\":\"Bach, Johann Sebastian\",\"country\":\"DE\",\"isnis\":[\"0000000122764157\"],\"life-span\":{\"end\":\"1750-07-28\",\"ended\":true,\"begin\":\"1685-03-21\"},\"name\":\"Johann Sebastian Bach\",\"id\":\"24f1766e-9635-4d58-a4d4-9413f9f98a4c\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"],\"name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"sort-name\":\"Germany\",\"type\":null},\"begin_area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Eisenach\",\"id\":\"8331b712-99b9-41ef-bf58-0f033f8d926a\",\"name\":\"Eisenach\"},\"ipis\":[\"00001749311\"],\"gender\":\"Male\"},{\"isnis\":[\"0000000108725960\"],\"life-span\":{\"begin\":\"1784-02-14\",\"ended\":true,\"end\":\"1847-06-11\"},\"country\":\"DE\",\"sort-name\":\"Baermann, Heinrich\",\"gender\":\"Male\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"DE\"],\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"type\":null,\"sort-name\":\"Germany\"},\"ipis\":[],\"begin_area\":{\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"Potsdam\",\"type\":null,\"id\":\"8e6d774f-482e-4c57-b852-3d9696498ae6\",\"name\":\"Potsdam\"},\"name\":\"Heinrich Baermann\",\"id\":\"373c57ec-7b4f-4f7e-be81-254784b040c3\",\"begin-area\":{\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"Potsdam\",\"type\":null,\"id\":\"8e6d774f-482e-4c57-b852-3d9696498ae6\",\"name\":\"Potsdam\"},\"end-area\":{\"type\":null,\"sort-name\":\"Munich\",\"id\":\"89bbbab6-72de-43eb-81ba-e620ab207008\",\"name\":\"Munich\",\"disambiguation\":\"\",\"type-id\":null},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"type\":\"Person\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"\",\"end_area\":{\"type\":null,\"sort-name\":\"Munich\",\"id\":\"89bbbab6-72de-43eb-81ba-e620ab207008\",\"name\":\"Munich\",\"disambiguation\":\"\",\"type-id\":null}},{\"isnis\":[\"0000000108803738\"],\"life-span\":{\"end\":\"1902-07-13\",\"ended\":true,\"begin\":\"1816-08-17\"},\"country\":\"DE\",\"sort-name\":\"Bilse, Benjamin\",\"gender\":\"Male\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"],\"type\":null,\"sort-name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\"},\"ipis\":[],\"begin_area\":{\"sort-name\":\"Legnica\",\"type\":null,\"name\":\"Legnica\",\"id\":\"ada369e4-9d33-4693-92e4-7499143bd5bb\",\"disambiguation\":\"\",\"type-id\":null},\"name\":\"Benjamin Bilse\",\"id\":\"3b3d7015-ff1a-46ef-9a52-3d84de3a7fa5\",\"begin-area\":{\"sort-name\":\"Legnica\",\"type\":null,\"name\":\"Legnica\",\"id\":\"ada369e4-9d33-4693-92e4-7499143bd5bb\",\"disambiguation\":\"\",\"type-id\":null},\"end-area\":{\"type\":null,\"sort-name\":\"Legnica\",\"name\":\"Legnica\",\"id\":\"ada369e4-9d33-4693-92e4-7499143bd5bb\",\"type-id\":null,\"disambiguation\":\"\"},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"type\":\"Person\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"end_area\":{\"type\":null,\"sort-name\":\"Legnica\",\"name\":\"Legnica\",\"id\":\"ada369e4-9d33-4693-92e4-7499143bd5bb\",\"type-id\":null,\"disambiguation\":\"\"},\"disambiguation\":\"\"},{\"type\":\"Person\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"end-area\":{\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"London\",\"type\":null,\"name\":\"London\",\"id\":\"f03d09b3-39dc-4083-afd6-159e3f0d462f\"},\"begin-area\":{\"type-id\":null,\"disambiguation\":\"\",\"name\":\"Köthen\",\"id\":\"9d89b3a6-dea8-43b0-a7ca-2cfce4c8ce13\",\"sort-name\":\"Köthen\",\"type\":null},\"end_area\":{\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"London\",\"type\":null,\"name\":\"London\",\"id\":\"f03d09b3-39dc-4083-afd6-159e3f0d462f\"},\"disambiguation\":\"\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"sort-name\":\"Abel, Carl Friedrich\",\"country\":\"DE\",\"life-span\":{\"ended\":true,\"end\":\"1787-06-20\",\"begin\":\"1723-12-22\"},\"isnis\":[\"0000000121403819\"],\"id\":\"449987ad-2b8c-4b1c-aeca-c2ab8d1e078d\",\"name\":\"Carl Friedrich Abel\",\"ipis\":[],\"begin_area\":{\"type-id\":null,\"disambiguation\":\"\",\"name\":\"Köthen\",\"id\":\"9d89b3a6-dea8-43b0-a7ca-2cfce4c8ce13\",\"sort-name\":\"Köthen\",\"type\":null},\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"DE\"],\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"type\":null,\"sort-name\":\"Germany\"},\"gender\":\"Male\"},{\"type\":\"Person\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"begin-area\":{\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"sort-name\":\"Wasserburg am Inn\",\"name\":\"Wasserburg am Inn\",\"id\":\"5612ed71-4cdf-49f4-ae6f-706ea4229940\"},\"end-area\":{\"name\":\"Munich\",\"id\":\"89bbbab6-72de-43eb-81ba-e620ab207008\",\"type\":null,\"sort-name\":\"Munich\",\"disambiguation\":\"\",\"type-id\":null},\"end_area\":{\"name\":\"Munich\",\"id\":\"89bbbab6-72de-43eb-81ba-e620ab207008\",\"type\":null,\"sort-name\":\"Munich\",\"disambiguation\":\"\",\"type-id\":null},\"disambiguation\":\"\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"sort-name\":\"Aiblinger, Johann Caspar\",\"country\":\"DE\",\"life-span\":{\"end\":\"1867-05-06\",\"ended\":true,\"begin\":\"1779-02-23\"},\"isnis\":[\"0000000081370636\"],\"id\":\"45e40c4a-d421-4ff1-9ade-5a34aea5e292\",\"name\":\"Johann Caspar Aiblinger\",\"ipis\":[],\"begin_area\":{\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"sort-name\":\"Wasserburg am Inn\",\"name\":\"Wasserburg am Inn\",\"id\":\"5612ed71-4cdf-49f4-ae6f-706ea4229940\"},\"area\":{\"type\":null,\"sort-name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"]},\"gender\":\"Male\"},{\"life-span\":{\"begin\":\"1735-09-05\",\"ended\":true,\"end\":\"1782-01-01\"},\"isnis\":[\"0000000110792185\"],\"sort-name\":\"Bach, Johann Christian\",\"country\":\"DE\",\"begin_area\":{\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Leipzig\",\"id\":\"20619e36-fca8-4499-bcc8-be01a3ea3e41\",\"sort-name\":\"Leipzig\",\"type\":null},\"ipis\":[],\"area\":{\"sort-name\":\"Germany\",\"type\":null,\"name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"DE\"]},\"gender\":\"Male\",\"id\":\"470967b1-f9ef-4712-82df-6971b517ebdb\",\"name\":\"Johann Christian Bach\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"begin-area\":{\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Leipzig\",\"id\":\"20619e36-fca8-4499-bcc8-be01a3ea3e41\",\"sort-name\":\"Leipzig\",\"type\":null},\"end-area\":{\"type\":null,\"sort-name\":\"London\",\"name\":\"London\",\"id\":\"f03d09b3-39dc-4083-afd6-159e3f0d462f\",\"type-id\":null,\"disambiguation\":\"\"},\"type\":\"Person\",\"end_area\":{\"type\":null,\"sort-name\":\"London\",\"name\":\"London\",\"id\":\"f03d09b3-39dc-4083-afd6-159e3f0d462f\",\"type-id\":null,\"disambiguation\":\"\"},\"disambiguation\":\"\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\"},{\"type\":\"Person\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"end-area\":{\"id\":\"2b397313-0d04-4167-b9a8-914f16935d4a\",\"name\":\"Florence\",\"type\":null,\"sort-name\":\"Florence\",\"disambiguation\":\"\",\"type-id\":null},\"begin-area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"86fbdd3c-aaac-4aed-916a-b361f7e1a8de\",\"name\":\"Napoli\",\"sort-name\":\"Napoli\",\"type\":null},\"end_area\":{\"id\":\"2b397313-0d04-4167-b9a8-914f16935d4a\",\"name\":\"Florence\",\"type\":null,\"sort-name\":\"Florence\",\"disambiguation\":\"\",\"type-id\":null},\"disambiguation\":\"\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"country\":\"DE\",\"sort-name\":\"Döhler, Theodor\",\"life-span\":{\"ended\":true,\"end\":\"1856-02-21\",\"begin\":\"1814-04-20\"},\"isnis\":[\"0000000110594154\"],\"id\":\"4ea1fd3d-761f-4262-965f-f4e64338d3b1\",\"name\":\"Theodor Döhler\",\"gender\":\"Male\",\"ipis\":[],\"begin_area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"86fbdd3c-aaac-4aed-916a-b361f7e1a8de\",\"name\":\"Napoli\",\"sort-name\":\"Napoli\",\"type\":null},\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"DE\"],\"disambiguation\":\"\",\"name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"sort-name\":\"Germany\",\"type\":null}},{\"sort-name\":\"Agricola, Johann Friedrich\",\"country\":\"DE\",\"life-span\":{\"ended\":true,\"end\":\"1774-12-02\",\"begin\":\"1720-01-04\"},\"isnis\":[\"000000010855599X\"],\"id\":\"545c01fa-dda2-4a83-9a9a-6ffdcb750224\",\"name\":\"Johann Friedrich Agricola\",\"begin_area\":{\"name\":\"Dobitschen\",\"id\":\"cd04a58e-5160-4eaa-b47d-eea319b8743b\",\"sort-name\":\"Dobitschen\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null},\"ipis\":[],\"area\":{\"iso-3166-1-codes\":[\"DE\"],\"type-id\":null,\"disambiguation\":\"\",\"name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"type\":null,\"sort-name\":\"Germany\"},\"gender\":\"Male\",\"type\":\"Person\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"begin-area\":{\"name\":\"Dobitschen\",\"id\":\"cd04a58e-5160-4eaa-b47d-eea319b8743b\",\"sort-name\":\"Dobitschen\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null},\"end-area\":{\"name\":\"Berlin\",\"id\":\"c9ac1239-e832-41bc-9930-e252a1fd1105\",\"sort-name\":\"Berlin\",\"type\":null,\"iso-3166-2-codes\":[\"DE-BE\"],\"type-id\":null,\"disambiguation\":\"\"},\"disambiguation\":\"\",\"end_area\":{\"name\":\"Berlin\",\"id\":\"c9ac1239-e832-41bc-9930-e252a1fd1105\",\"sort-name\":\"Berlin\",\"type\":null,\"iso-3166-2-codes\":[\"DE-BE\"],\"type-id\":null,\"disambiguation\":\"\"},\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\"},{\"end-area\":null,\"begin-area\":null,\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"type\":\"Person\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"end_area\":null,\"disambiguation\":\"\",\"isnis\":[],\"life-span\":{\"end\":null,\"ended\":false,\"begin\":\"1967-06-12\"},\"country\":\"DE\",\"sort-name\":\"Badelt, Klaus\",\"gender\":\"Male\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"DE\"],\"type\":null,\"sort-name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\"},\"begin_area\":null,\"ipis\":[\"00249403565\"],\"name\":\"Klaus Badelt\",\"id\":\"74ba575f-3420-4d62-8e48-ac473d3c4282\"},{\"type\":\"Person\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"end-area\":{\"sort-name\":\"Berlin\",\"type\":null,\"name\":\"Berlin\",\"id\":\"c9ac1239-e832-41bc-9930-e252a1fd1105\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-2-codes\":[\"DE-BE\"]},\"begin-area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-2-codes\":[\"DE-BE\"],\"type\":null,\"sort-name\":\"Berlin\",\"name\":\"Berlin\",\"id\":\"c9ac1239-e832-41bc-9930-e252a1fd1105\"},\"disambiguation\":\"\",\"end_area\":{\"sort-name\":\"Berlin\",\"type\":null,\"name\":\"Berlin\",\"id\":\"c9ac1239-e832-41bc-9930-e252a1fd1105\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-2-codes\":[\"DE-BE\"]},\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"sort-name\":\"Bargiel, Woldemar\",\"country\":\"DE\",\"life-span\":{\"ended\":true,\"end\":\"1897-02-23\",\"begin\":\"1828-10-03\"},\"isnis\":[\"0000000110657688\"],\"id\":\"76c89478-df6a-4b42-82b9-e6ebfe385442\",\"name\":\"Woldemar Bargiel\",\"begin_area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-2-codes\":[\"DE-BE\"],\"type\":null,\"sort-name\":\"Berlin\",\"name\":\"Berlin\",\"id\":\"c9ac1239-e832-41bc-9930-e252a1fd1105\"},\"ipis\":[],\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"DE\"],\"disambiguation\":\"\",\"sort-name\":\"Germany\",\"type\":null,\"name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\"},\"gender\":\"Male\"},{\"begin-area\":{\"type\":null,\"sort-name\":\"Świebodzin\",\"name\":\"Świebodzin\",\"id\":\"b8ec6773-1d07-40ad-a44a-a6cafa758b03\",\"disambiguation\":\"\",\"type-id\":null},\"end-area\":{\"id\":\"d433ec3e-b140-47a8-b7da-3062e69749a8\",\"name\":\"Magdeburg\",\"sort-name\":\"Magdeburg\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"type\":\"Person\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"\",\"end_area\":{\"id\":\"d433ec3e-b140-47a8-b7da-3062e69749a8\",\"name\":\"Magdeburg\",\"sort-name\":\"Magdeburg\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null},\"isnis\":[\"0000000115861151\"],\"life-span\":{\"ended\":true,\"end\":\"1556-06-10\",\"begin\":\"1486-01-06\"},\"sort-name\":\"Agricola, Martin\",\"country\":\"DE\",\"area\":{\"name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"type\":null,\"sort-name\":\"Germany\",\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"]},\"ipis\":[],\"begin_area\":{\"type\":null,\"sort-name\":\"Świebodzin\",\"name\":\"Świebodzin\",\"id\":\"b8ec6773-1d07-40ad-a44a-a6cafa758b03\",\"disambiguation\":\"\",\"type-id\":null},\"gender\":\"Male\",\"name\":\"Martin Agricola\",\"id\":\"7e8cf9fe-ea05-45e4-b64f-83d6bffcf2a2\"},{\"gender\":\"Male\",\"area\":{\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"sort-name\":\"Germany\",\"type\":null,\"iso-3166-1-codes\":[\"DE\"],\"type-id\":null,\"disambiguation\":\"\"},\"ipis\":[],\"begin_area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"],\"type\":null,\"sort-name\":\"Germany\",\"name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\"},\"name\":\"Gregor Aichinger\",\"id\":\"82333e2b-dd19-4403-8847-689b2e79eb91\",\"isnis\":[\"0000000116183874\"],\"life-span\":{\"begin\":\"1564\",\"end\":\"1628-01-21\",\"ended\":true},\"country\":\"DE\",\"sort-name\":\"Aichinger, Gregor\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"end_area\":null,\"disambiguation\":\"\",\"end-area\":null,\"begin-area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"],\"type\":null,\"sort-name\":\"Germany\",\"name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\"},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"type\":\"Person\"},{\"disambiguation\":\"\",\"end_area\":{\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Fontainebleau\",\"id\":\"c3a91eb2-bb07-4818-9027-57787d696669\",\"sort-name\":\"Fontainebleau\",\"type\":null},\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"begin-area\":{\"sort-name\":\"Regensburg\",\"type\":null,\"name\":\"Regensburg\",\"id\":\"c16535bd-85a7-4b2a-899b-d93854cb972c\",\"type-id\":null,\"disambiguation\":\"\"},\"end-area\":{\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Fontainebleau\",\"id\":\"c3a91eb2-bb07-4818-9027-57787d696669\",\"sort-name\":\"Fontainebleau\",\"type\":null},\"type\":\"Person\",\"gender\":\"Male\",\"begin_area\":{\"sort-name\":\"Regensburg\",\"type\":null,\"name\":\"Regensburg\",\"id\":\"c16535bd-85a7-4b2a-899b-d93854cb972c\",\"type-id\":null,\"disambiguation\":\"\"},\"ipis\":[],\"area\":{\"iso-3166-1-codes\":[\"DE\"],\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"Germany\",\"type\":null,\"name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\"},\"id\":\"88a330a0-1cd9-4a92-bcc4-b63a043d0f76\",\"name\":\"Friedrich Burgmüller\",\"life-span\":{\"ended\":true,\"end\":\"1874-02-13\",\"begin\":\"1806-12-04\"},\"isnis\":[\"0000000108618444\"],\"country\":\"DE\",\"sort-name\":\"Burgmüller, Friedrich\"},{\"name\":\"Felix Draeseke\",\"id\":\"8a37c609-68e0-4c19-8499-dd63ee70fbbf\",\"gender\":\"Male\",\"area\":{\"iso-3166-1-codes\":[\"DE\"],\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"Germany\",\"type\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\"},\"begin_area\":{\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Coburg\",\"id\":\"c8b4ae14-795b-48b6-8e1e-539859081db3\",\"type\":null,\"sort-name\":\"Coburg\"},\"ipis\":[],\"country\":\"DE\",\"sort-name\":\"Draeseke, Felix\",\"isnis\":[\"0000000110625651\"],\"life-span\":{\"begin\":\"1835-10-07\",\"ended\":true,\"end\":\"1913-02-26\"},\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"\",\"end_area\":{\"sort-name\":\"Dresden\",\"type\":null,\"id\":\"624f2956-bfdb-43a9-8924-9aadb812ee04\",\"name\":\"Dresden\",\"type-id\":null,\"disambiguation\":\"\"},\"type\":\"Person\",\"begin-area\":{\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Coburg\",\"id\":\"c8b4ae14-795b-48b6-8e1e-539859081db3\",\"type\":null,\"sort-name\":\"Coburg\"},\"end-area\":{\"sort-name\":\"Dresden\",\"type\":null,\"id\":\"624f2956-bfdb-43a9-8924-9aadb812ee04\",\"name\":\"Dresden\",\"type-id\":null,\"disambiguation\":\"\"},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\"},{\"end_area\":{\"id\":\"9c612199-d66f-4109-aedc-67ab26e0a43b\",\"name\":\"Rīga\",\"type\":null,\"sort-name\":\"Rīga\",\"iso-3166-2-codes\":[\"LV-RIX\"],\"type-id\":null,\"disambiguation\":\"\"},\"disambiguation\":\"composer\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"type\":\"Person\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"end-area\":{\"id\":\"9c612199-d66f-4109-aedc-67ab26e0a43b\",\"name\":\"Rīga\",\"type\":null,\"sort-name\":\"Rīga\",\"iso-3166-2-codes\":[\"LV-RIX\"],\"type-id\":null,\"disambiguation\":\"\"},\"begin-area\":{\"id\":\"c279f805-01f8-46f5-99cf-51f165a1adad\",\"name\":\"Glasgow\",\"type\":null,\"sort-name\":\"Glasgow\",\"iso-3166-2-codes\":[\"GB-GLG\"],\"disambiguation\":\"\",\"type-id\":null},\"id\":\"8ffe6384-503b-42c3-bd1e-88aba0918fe2\",\"name\":\"Eugen d’Albert\",\"begin_area\":{\"id\":\"c279f805-01f8-46f5-99cf-51f165a1adad\",\"name\":\"Glasgow\",\"type\":null,\"sort-name\":\"Glasgow\",\"iso-3166-2-codes\":[\"GB-GLG\"],\"disambiguation\":\"\",\"type-id\":null},\"ipis\":[],\"area\":{\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"sort-name\":\"Germany\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"DE\"]},\"gender\":\"Male\",\"sort-name\":\"Albert, Eugen d’\",\"country\":\"DE\",\"life-span\":{\"end\":\"1932-03-03\",\"ended\":true,\"begin\":\"1864-04-10\"},\"isnis\":[\"0000000116181561\"]},{\"type\":\"Person\",\"begin-area\":{\"disambiguation\":\"\",\"type-id\":null,\"sort-name\":\"Munich\",\"type\":null,\"name\":\"Munich\",\"id\":\"89bbbab6-72de-43eb-81ba-e620ab207008\"},\"end-area\":null,\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"end_area\":null,\"disambiguation\":\"\",\"country\":\"DE\",\"sort-name\":\"Duda, Jörg\",\"isnis\":[\"0000000114692632\"],\"life-span\":{\"ended\":false,\"end\":null,\"begin\":\"1968-12-17\"},\"name\":\"Jörg Duda\",\"id\":\"9295795b-9e5e-4ff7-bc8f-7812c0575f87\",\"gender\":\"Male\",\"area\":{\"type\":null,\"sort-name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"type-id\":null,\"iso-3166-1-codes\":[\"DE\"],\"disambiguation\":\"\"},\"begin_area\":{\"disambiguation\":\"\",\"type-id\":null,\"sort-name\":\"Munich\",\"type\":null,\"name\":\"Munich\",\"id\":\"89bbbab6-72de-43eb-81ba-e620ab207008\"},\"ipis\":[]},{\"id\":\"ac69a306-ac13-45cb-95e4-1e6b100dade0\",\"name\":\"Franz Danzi\",\"gender\":\"Male\",\"ipis\":[],\"begin_area\":{\"disambiguation\":\"\",\"type-id\":null,\"sort-name\":\"Schwetzingen\",\"type\":null,\"id\":\"90adfa47-0e28-458d-9588-a89dabe1fb30\",\"name\":\"Schwetzingen\"},\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"DE\"],\"name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"type\":null,\"sort-name\":\"Germany\"},\"country\":\"DE\",\"sort-name\":\"Danzi, Franz\",\"life-span\":{\"begin\":\"1763-06-15\",\"ended\":true,\"end\":\"1826-04-13\"},\"isnis\":[\"0000000108668011\"],\"end_area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"8b0c3b31-c1fd-48f4-b13d-86a8c8477e3e\",\"name\":\"Karlsruhe\",\"sort-name\":\"Karlsruhe\",\"type\":null},\"disambiguation\":\"\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"type\":\"Person\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"end-area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"8b0c3b31-c1fd-48f4-b13d-86a8c8477e3e\",\"name\":\"Karlsruhe\",\"sort-name\":\"Karlsruhe\",\"type\":null},\"begin-area\":{\"disambiguation\":\"\",\"type-id\":null,\"sort-name\":\"Schwetzingen\",\"type\":null,\"id\":\"90adfa47-0e28-458d-9588-a89dabe1fb30\",\"name\":\"Schwetzingen\"}},{\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"begin-area\":null,\"end-area\":{\"sort-name\":\"Karlsruhe\",\"type\":null,\"id\":\"8b0c3b31-c1fd-48f4-b13d-86a8c8477e3e\",\"name\":\"Karlsruhe\",\"type-id\":null,\"disambiguation\":\"\"},\"type\":\"Person\",\"end_area\":{\"sort-name\":\"Karlsruhe\",\"type\":null,\"id\":\"8b0c3b31-c1fd-48f4-b13d-86a8c8477e3e\",\"name\":\"Karlsruhe\",\"type-id\":null,\"disambiguation\":\"\"},\"disambiguation\":\"German composer\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"life-span\":{\"begin\":\"1760-11-14\",\"ended\":true,\"end\":\"1837-05-26\"},\"isnis\":[\"0000000110517095\"],\"sort-name\":\"Brandl, Johann Evangelist\",\"country\":\"DE\",\"begin_area\":null,\"ipis\":[],\"area\":{\"iso-3166-1-codes\":[\"DE\"],\"type-id\":null,\"disambiguation\":\"\",\"name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"type\":null,\"sort-name\":\"Germany\"},\"gender\":\"Male\",\"id\":\"b84d3178-20db-4086-a239-4ce09ac2d890\",\"name\":\"Johann Evangelist Brandl\"},{\"type\":\"Person\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"begin-area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-2-codes\":[\"DE-HH\"],\"sort-name\":\"Hamburg\",\"type\":null,\"name\":\"Hamburg\",\"id\":\"11a44e18-a2e5-43a9-bee9-aa4f7c83f967\"},\"end-area\":{\"iso-3166-2-codes\":[\"AT-9\"],\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Wien\",\"id\":\"afff1a94-a98b-4322-8874-3148139ab6da\",\"sort-name\":\"Wien\",\"type\":null},\"end_area\":{\"iso-3166-2-codes\":[\"AT-9\"],\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Wien\",\"id\":\"afff1a94-a98b-4322-8874-3148139ab6da\",\"sort-name\":\"Wien\",\"type\":null},\"disambiguation\":\"German composer\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"sort-name\":\"Brahms, Johannes\",\"country\":\"DE\",\"life-span\":{\"ended\":true,\"end\":\"1897-04-03\",\"begin\":\"1833-05-07\"},\"isnis\":[\"0000000121195925\"],\"id\":\"c70d12a2-24fe-4f83-a6e6-57d84f8efb51\",\"name\":\"Johannes Brahms\",\"begin_area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-2-codes\":[\"DE-HH\"],\"sort-name\":\"Hamburg\",\"type\":null,\"name\":\"Hamburg\",\"id\":\"11a44e18-a2e5-43a9-bee9-aa4f7c83f967\"},\"ipis\":[\"00004028731\"],\"area\":{\"iso-3166-1-codes\":[\"DE\"],\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"Germany\",\"type\":null,\"name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\"},\"gender\":\"Male\"},{\"end-area\":{\"type\":null,\"sort-name\":\"Mainz\",\"name\":\"Mainz\",\"id\":\"b654bbfe-4c42-48c1-8c4f-6e66df7c520a\",\"type-id\":null,\"disambiguation\":\"\"},\"begin-area\":{\"type\":null,\"sort-name\":\"Mainz\",\"name\":\"Mainz\",\"id\":\"b654bbfe-4c42-48c1-8c4f-6e66df7c520a\",\"disambiguation\":\"\",\"type-id\":null},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"type\":\"Person\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"German composer, lived from 1824 to 1874\",\"end_area\":{\"type\":null,\"sort-name\":\"Mainz\",\"name\":\"Mainz\",\"id\":\"b654bbfe-4c42-48c1-8c4f-6e66df7c520a\",\"type-id\":null,\"disambiguation\":\"\"},\"isnis\":[\"0000000121396655\"],\"life-span\":{\"end\":\"1874-10-26\",\"ended\":true,\"begin\":\"1824-12-24\"},\"country\":\"DE\",\"sort-name\":\"Cornelius, Peter\",\"gender\":\"Male\",\"area\":{\"type\":null,\"sort-name\":\"Germany\",\"name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"iso-3166-1-codes\":[\"DE\"],\"type-id\":null,\"disambiguation\":\"\"},\"ipis\":[],\"begin_area\":{\"type\":null,\"sort-name\":\"Mainz\",\"name\":\"Mainz\",\"id\":\"b654bbfe-4c42-48c1-8c4f-6e66df7c520a\",\"disambiguation\":\"\",\"type-id\":null},\"name\":\"Peter Cornelius\",\"id\":\"d329a84d-c7af-458d-a037-405f52ca68a5\"},{\"begin-area\":{\"type\":null,\"sort-name\":\"Cologne\",\"id\":\"b8a2776a-eedf-48ea-a6f3-1a9070f0b823\",\"name\":\"Cologne\",\"disambiguation\":\"\",\"type-id\":null},\"end-area\":{\"iso-3166-2-codes\":[\"DE-BE\"],\"disambiguation\":\"\",\"type-id\":null,\"id\":\"c9ac1239-e832-41bc-9930-e252a1fd1105\",\"name\":\"Berlin\",\"type\":null,\"sort-name\":\"Berlin\"},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"type\":\"Person\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"end_area\":{\"iso-3166-2-codes\":[\"DE-BE\"],\"disambiguation\":\"\",\"type-id\":null,\"id\":\"c9ac1239-e832-41bc-9930-e252a1fd1105\",\"name\":\"Berlin\",\"type\":null,\"sort-name\":\"Berlin\"},\"disambiguation\":\"composer and conductor\",\"isnis\":[\"0000000121181101\"],\"life-span\":{\"end\":\"1920-10-20\",\"ended\":true,\"begin\":\"1838-01-06\"},\"country\":\"DE\",\"sort-name\":\"Bruch, Max\",\"gender\":\"Male\",\"area\":{\"type\":null,\"sort-name\":\"Germany\",\"name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"DE\"]},\"begin_area\":{\"type\":null,\"sort-name\":\"Cologne\",\"id\":\"b8a2776a-eedf-48ea-a6f3-1a9070f0b823\",\"name\":\"Cologne\",\"disambiguation\":\"\",\"type-id\":null},\"ipis\":[],\"name\":\"Max Bruch\",\"id\":\"e3d5cfcd-e42b-411d-add2-716a5029f59b\"},{\"sort-name\":\"Bach, Carl Philipp Emanuel\",\"country\":\"DE\",\"isnis\":[\"0000000110198135\"],\"life-span\":{\"ended\":true,\"end\":\"1788-12-14\",\"begin\":\"1714-03-08\"},\"name\":\"Carl Philipp Emanuel Bach\",\"id\":\"f6486fc7-90ef-48ad-8ca3-905af1354afe\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"DE\"],\"name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"type\":null,\"sort-name\":\"Germany\"},\"ipis\":[],\"begin_area\":{\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Weimar\",\"id\":\"c7644e45-dec4-43fd-aad6-35036b8e911d\",\"type\":null,\"sort-name\":\"Weimar\"},\"gender\":\"Male\",\"type\":\"Person\",\"end-area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-2-codes\":[\"DE-HH\"],\"sort-name\":\"Hamburg\",\"type\":null,\"id\":\"11a44e18-a2e5-43a9-bee9-aa4f7c83f967\",\"name\":\"Hamburg\"},\"begin-area\":{\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Weimar\",\"id\":\"c7644e45-dec4-43fd-aad6-35036b8e911d\",\"type\":null,\"sort-name\":\"Weimar\"},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"\",\"end_area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-2-codes\":[\"DE-HH\"],\"sort-name\":\"Hamburg\",\"type\":null,\"id\":\"11a44e18-a2e5-43a9-bee9-aa4f7c83f967\",\"name\":\"Hamburg\"}},{\"end_area\":{\"sort-name\":\"Eisenach\",\"type\":null,\"id\":\"8331b712-99b9-41ef-bf58-0f033f8d926a\",\"name\":\"Eisenach\",\"disambiguation\":\"\",\"type-id\":null},\"disambiguation\":\"not a son of J. S. Bach, 1642-1703\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"begin-area\":{\"type\":null,\"sort-name\":\"Arnstadt\",\"name\":\"Arnstadt\",\"id\":\"88e39cef-c9c7-4b6e-bb23-c9860b9e5689\",\"type-id\":null,\"disambiguation\":\"\"},\"end-area\":{\"sort-name\":\"Eisenach\",\"type\":null,\"id\":\"8331b712-99b9-41ef-bf58-0f033f8d926a\",\"name\":\"Eisenach\",\"disambiguation\":\"\",\"type-id\":null},\"type\":\"Person\",\"ipis\":[],\"begin_area\":{\"type\":null,\"sort-name\":\"Arnstadt\",\"name\":\"Arnstadt\",\"id\":\"88e39cef-c9c7-4b6e-bb23-c9860b9e5689\",\"type-id\":null,\"disambiguation\":\"\"},\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"DE\"],\"disambiguation\":\"\",\"name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"type\":null,\"sort-name\":\"Germany\"},\"gender\":\"Male\",\"id\":\"fc366dc2-17d1-4679-9ee5-c750e7915145\",\"name\":\"Johann Christoph Bach\",\"life-span\":{\"end\":\"1703-03-31\",\"ended\":true,\"begin\":\"1642-12-06\"},\"isnis\":[\"0000000110475518\"],\"sort-name\":\"Bach, Johann Christoph\",\"country\":\"DE\"}],\"artist-offset\":0}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/artist?collection=06535ef2-adc9-4c50-ad19-ab607d143485&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:27 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "871", + "X-RateLimit-Reset", + "1618477408", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"7213e8ab54f1f5c1e1600383660db487\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"artists\":[{\"life-span\":{\"ended\":true,\"begin\":\"1685-03-21\",\"end\":\"1750-07-28\"},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"24f1766e-9635-4d58-a4d4-9413f9f98a4c\",\"begin_area\":{\"disambiguation\":\"\",\"sort-name\":\"Eisenach\",\"type-id\":null,\"id\":\"8331b712-99b9-41ef-bf58-0f033f8d926a\",\"name\":\"Eisenach\",\"type\":null},\"country\":\"DE\",\"isnis\":[\"0000000122764157\"],\"disambiguation\":\"German Baroque period composer & musician\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"gender\":\"Male\",\"name\":\"Johann Sebastian Bach\",\"sort-name\":\"Bach, Johann Sebastian\",\"begin-area\":{\"disambiguation\":\"\",\"sort-name\":\"Eisenach\",\"type-id\":null,\"id\":\"8331b712-99b9-41ef-bf58-0f033f8d926a\",\"name\":\"Eisenach\",\"type\":null},\"end-area\":{\"disambiguation\":\"\",\"type\":null,\"id\":\"20619e36-fca8-4499-bcc8-be01a3ea3e41\",\"type-id\":null,\"name\":\"Leipzig\",\"sort-name\":\"Leipzig\"},\"type\":\"Person\",\"ipis\":[\"00001749311\"],\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"],\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"type-id\":null,\"sort-name\":\"Germany\",\"name\":\"Germany\",\"type\":null},\"end_area\":{\"disambiguation\":\"\",\"type\":null,\"id\":\"20619e36-fca8-4499-bcc8-be01a3ea3e41\",\"type-id\":null,\"name\":\"Leipzig\",\"sort-name\":\"Leipzig\"}},{\"gender\":\"Male\",\"sort-name\":\"Handel, George Frideric\",\"name\":\"George Frideric Handel\",\"begin-area\":{\"type\":null,\"type-id\":null,\"id\":\"1c432aeb-3b75-4442-ad6b-deaf555ad07e\",\"sort-name\":\"Halle (Saale)\",\"name\":\"Halle (Saale)\",\"disambiguation\":\"\"},\"end-area\":{\"type-id\":null,\"sort-name\":\"London\",\"id\":\"f03d09b3-39dc-4083-afd6-159e3f0d462f\",\"name\":\"London\",\"type\":null,\"disambiguation\":\"\"},\"area\":{\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\",\"type\":null,\"name\":\"United Kingdom\",\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\"},\"type\":\"Person\",\"ipis\":[\"00013146331\",\"00239948320\"],\"end_area\":{\"type-id\":null,\"sort-name\":\"London\",\"id\":\"f03d09b3-39dc-4083-afd6-159e3f0d462f\",\"name\":\"London\",\"type\":null,\"disambiguation\":\"\"},\"life-span\":{\"end\":\"1759-04-14\",\"begin\":\"1685-02-23\",\"ended\":true},\"id\":\"27870d47-bb98-42d1-bf2b-c7e972e6befc\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"begin_area\":{\"type\":null,\"type-id\":null,\"id\":\"1c432aeb-3b75-4442-ad6b-deaf555ad07e\",\"sort-name\":\"Halle (Saale)\",\"name\":\"Halle (Saale)\",\"disambiguation\":\"\"},\"country\":\"GB\",\"isnis\":[\"0000000122759702\"],\"disambiguation\":\"German‐British baroque composer\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\"},{\"life-span\":{\"end\":\"1795-11-06\",\"ended\":true,\"begin\":\"1722-06-30\"},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"2dffa2d9-3b13-420d-b6a7-84ca62763a41\",\"country\":\"DE\",\"begin_area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"6a6ecb18-ebc5-4cc4-9bb0-b18c0bb8e9e1\",\"name\":\"Mladá Boleslav\",\"sort-name\":\"Mladá Boleslav\",\"type\":null,\"iso-3166-2-codes\":[\"CZ-207\"]},\"isnis\":[\"000000010858749X\"],\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"composer\",\"gender\":\"Male\",\"sort-name\":\"Benda, Jiří Antonín\",\"name\":\"Jiří Antonín Benda\",\"begin-area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"6a6ecb18-ebc5-4cc4-9bb0-b18c0bb8e9e1\",\"name\":\"Mladá Boleslav\",\"sort-name\":\"Mladá Boleslav\",\"type\":null,\"iso-3166-2-codes\":[\"CZ-207\"]},\"end-area\":{\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Bad Köstritz\",\"id\":\"13729d23-183d-41a1-bcd6-6af1fb2b63cd\",\"sort-name\":\"Bad Köstritz\",\"type\":null},\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"],\"type-id\":null,\"sort-name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"type\":null},\"ipis\":[],\"type\":\"Person\",\"end_area\":{\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Bad Köstritz\",\"id\":\"13729d23-183d-41a1-bcd6-6af1fb2b63cd\",\"sort-name\":\"Bad Köstritz\",\"type\":null}},{\"area\":{\"iso-3166-1-codes\":[\"DE\"],\"disambiguation\":\"\",\"type\":null,\"name\":\"Germany\",\"type-id\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"sort-name\":\"Germany\"},\"type\":\"Person\",\"ipis\":[],\"end_area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"f0590317-8b42-4498-a2e4-34cc5562fcf8\",\"sort-name\":\"Salzburg\",\"name\":\"Salzburg\",\"type\":null},\"begin-area\":{\"disambiguation\":\"\",\"type\":null,\"id\":\"72cb4849-5677-47c2-8c5f-415c9074f5f3\",\"type-id\":null,\"name\":\"Augsburg\",\"sort-name\":\"Augsburg\"},\"end-area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"f0590317-8b42-4498-a2e4-34cc5562fcf8\",\"sort-name\":\"Salzburg\",\"name\":\"Salzburg\",\"type\":null},\"name\":\"Leopold Mozart\",\"sort-name\":\"Mozart, Leopold\",\"gender\":\"Male\",\"isnis\":[\"0000000108627391\"],\"disambiguation\":\"composer\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"country\":\"DE\",\"begin_area\":{\"disambiguation\":\"\",\"type\":null,\"id\":\"72cb4849-5677-47c2-8c5f-415c9074f5f3\",\"type-id\":null,\"name\":\"Augsburg\",\"sort-name\":\"Augsburg\"},\"id\":\"45993ba5-2083-4011-8d76-9497067bd092\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"life-span\":{\"end\":\"1787-05-28\",\"ended\":true,\"begin\":\"1719-11-14\"}},{\"name\":\"Jean‐Baptiste Lully\",\"sort-name\":\"Lully, Jean‐Baptiste\",\"gender\":\"Male\",\"ipis\":[],\"type\":\"Person\",\"area\":{\"id\":\"08310658-51eb-3801-80de-5a0739207115\",\"type-id\":null,\"name\":\"France\",\"sort-name\":\"France\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"FR\"]},\"end_area\":{\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Paris\",\"type-id\":null,\"id\":\"dc10c22b-e510-4006-8b7f-fecb4f36436e\",\"name\":\"Paris\",\"iso-3166-2-codes\":[\"FR-75\"]},\"begin-area\":{\"disambiguation\":\"\",\"name\":\"Florence\",\"type-id\":null,\"id\":\"2b397313-0d04-4167-b9a8-914f16935d4a\",\"sort-name\":\"Florence\",\"type\":null},\"end-area\":{\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Paris\",\"type-id\":null,\"id\":\"dc10c22b-e510-4006-8b7f-fecb4f36436e\",\"name\":\"Paris\",\"iso-3166-2-codes\":[\"FR-75\"]},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"7f9989b0-8f5e-41dd-bbab-1fff052609e3\",\"life-span\":{\"end\":\"1687-03-22\",\"ended\":true,\"begin\":\"1632-11-28\"},\"isnis\":[\"0000000120991997\"],\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"composer\",\"country\":\"FR\",\"begin_area\":{\"disambiguation\":\"\",\"name\":\"Florence\",\"type-id\":null,\"id\":\"2b397313-0d04-4167-b9a8-914f16935d4a\",\"sort-name\":\"Florence\",\"type\":null}},{\"end-area\":{\"disambiguation\":\"\",\"type\":null,\"id\":\"c5e7e85d-c67d-48ff-b907-cad0cffdb9be\",\"type-id\":null,\"sort-name\":\"Dmitrovsk\",\"name\":\"Dmitrovsk\"},\"begin-area\":{\"iso-3166-2-codes\":[\"RO-VS\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"69d4ab57-9a2d-484c-a786-4d8b0542fa9e\",\"sort-name\":\"Vaslui\",\"name\":\"Vaslui\"},\"end_area\":{\"disambiguation\":\"\",\"type\":null,\"id\":\"c5e7e85d-c67d-48ff-b907-cad0cffdb9be\",\"type-id\":null,\"sort-name\":\"Dmitrovsk\",\"name\":\"Dmitrovsk\"},\"area\":{\"iso-3166-1-codes\":[\"RO\"],\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Romania\",\"type-id\":null,\"id\":\"61ed84b8-5a10-30a7-8376-ccd51801d6d1\",\"name\":\"Romania\"},\"ipis\":[],\"type\":\"Person\",\"gender\":\"Male\",\"sort-name\":\"Cantemir, Dimitri\",\"name\":\"Dimitri Cantemir\",\"country\":\"RO\",\"begin_area\":{\"iso-3166-2-codes\":[\"RO-VS\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"69d4ab57-9a2d-484c-a786-4d8b0542fa9e\",\"sort-name\":\"Vaslui\",\"name\":\"Vaslui\"},\"disambiguation\":\"\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"isnis\":[\"0000000110278805\"],\"life-span\":{\"end\":\"1723-08-21\",\"ended\":true,\"begin\":\"1673-10-26\"},\"id\":\"853620fb-99c3-4b16-9c27-ee37c4e0a330\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\"},{\"sort-name\":\"Telemann, Georg Philipp\",\"name\":\"Georg Philipp Telemann\",\"gender\":\"Male\",\"end_area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"11a44e18-a2e5-43a9-bee9-aa4f7c83f967\",\"name\":\"Hamburg\",\"sort-name\":\"Hamburg\",\"type\":null,\"iso-3166-2-codes\":[\"DE-HH\"]},\"ipis\":[],\"type\":\"Person\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"],\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"type-id\":null,\"name\":\"Germany\",\"sort-name\":\"Germany\",\"type\":null},\"end-area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"11a44e18-a2e5-43a9-bee9-aa4f7c83f967\",\"name\":\"Hamburg\",\"sort-name\":\"Hamburg\",\"type\":null,\"iso-3166-2-codes\":[\"DE-HH\"]},\"begin-area\":{\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Magdeburg\",\"type-id\":null,\"id\":\"d433ec3e-b140-47a8-b7da-3062e69749a8\",\"name\":\"Magdeburg\"},\"id\":\"8f831f50-e409-47c3-8598-71a61bc8cfb3\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"life-span\":{\"ended\":true,\"begin\":\"1681-03-14\",\"end\":\"1767-06-25\"},\"disambiguation\":\"composer\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"isnis\":[\"0000000109144172\"],\"country\":\"DE\",\"begin_area\":{\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Magdeburg\",\"type-id\":null,\"id\":\"d433ec3e-b140-47a8-b7da-3062e69749a8\",\"name\":\"Magdeburg\"}},{\"sort-name\":\"Avison, Charles\",\"name\":\"Charles Avison\",\"gender\":\"Male\",\"type\":\"Person\",\"ipis\":[],\"area\":{\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"sort-name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\"},\"end_area\":{\"type\":null,\"type-id\":null,\"name\":\"Newcastle upon Tyne\",\"id\":\"80a26267-4f75-4976-ae82-aad848ec096a\",\"sort-name\":\"Newcastle upon Tyne\",\"disambiguation\":\"\",\"iso-3166-2-codes\":[\"GB-NET\"]},\"begin-area\":{\"iso-3166-2-codes\":[\"GB-NET\"],\"disambiguation\":\"\",\"type\":null,\"name\":\"Newcastle upon Tyne\",\"type-id\":null,\"id\":\"80a26267-4f75-4976-ae82-aad848ec096a\",\"sort-name\":\"Newcastle upon Tyne\"},\"end-area\":{\"type\":null,\"type-id\":null,\"name\":\"Newcastle upon Tyne\",\"id\":\"80a26267-4f75-4976-ae82-aad848ec096a\",\"sort-name\":\"Newcastle upon Tyne\",\"disambiguation\":\"\",\"iso-3166-2-codes\":[\"GB-NET\"]},\"id\":\"979b9f89-0fc5-42bf-8dc9-f0b7ea1adfe0\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"life-span\":{\"end\":\"1770-05-10\",\"ended\":true,\"begin\":\"1709-02-16\"},\"isnis\":[\"0000000109094806\"],\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"\",\"country\":\"GB\",\"begin_area\":{\"iso-3166-2-codes\":[\"GB-NET\"],\"disambiguation\":\"\",\"type\":null,\"name\":\"Newcastle upon Tyne\",\"type-id\":null,\"id\":\"80a26267-4f75-4976-ae82-aad848ec096a\",\"sort-name\":\"Newcastle upon Tyne\"}},{\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"a3546087-fe59-47d3-a3a8-42d58e2573c7\",\"life-span\":{\"end\":\"1713-01-08\",\"begin\":\"1653-02-17\",\"ended\":true},\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"\",\"isnis\":[\"0000000083444635\"],\"begin_area\":{\"disambiguation\":\"\",\"id\":\"5f763d03-82d9-4178-88c6-244e697fd013\",\"type-id\":null,\"name\":\"Fusignano\",\"sort-name\":\"Fusignano\",\"type\":null},\"country\":\"IT\",\"name\":\"Arcangelo Corelli\",\"sort-name\":\"Corelli, Arcangelo\",\"gender\":\"Male\",\"end_area\":{\"type\":null,\"type-id\":null,\"name\":\"Rome\",\"id\":\"dccd77b2-bd3d-49eb-a98f-fd58e87f481e\",\"sort-name\":\"Rome\",\"disambiguation\":\"\"},\"area\":{\"type\":null,\"name\":\"Italy\",\"type-id\":null,\"id\":\"c6500277-9a3d-349b-bf30-41afdbf42add\",\"sort-name\":\"Italy\",\"iso-3166-1-codes\":[\"IT\"],\"disambiguation\":\"\"},\"type\":\"Person\",\"ipis\":[],\"end-area\":{\"type\":null,\"type-id\":null,\"name\":\"Rome\",\"id\":\"dccd77b2-bd3d-49eb-a98f-fd58e87f481e\",\"sort-name\":\"Rome\",\"disambiguation\":\"\"},\"begin-area\":{\"disambiguation\":\"\",\"id\":\"5f763d03-82d9-4178-88c6-244e697fd013\",\"type-id\":null,\"name\":\"Fusignano\",\"sort-name\":\"Fusignano\",\"type\":null}},{\"sort-name\":\"Voříšek, Jan Václav Hugo\",\"name\":\"Jan Václav Hugo Voříšek\",\"gender\":\"Male\",\"end_area\":{\"iso-3166-2-codes\":[\"AT-9\"],\"type\":null,\"id\":\"afff1a94-a98b-4322-8874-3148139ab6da\",\"type-id\":null,\"sort-name\":\"Wien\",\"name\":\"Wien\",\"disambiguation\":\"\"},\"type\":\"Person\",\"ipis\":[],\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"CZ\"],\"id\":\"51d34c28-61bf-3d21-849f-7492672a9d44\",\"type-id\":null,\"sort-name\":\"Czech Republic\",\"name\":\"Czech Republic\",\"type\":null},\"end-area\":{\"iso-3166-2-codes\":[\"AT-9\"],\"type\":null,\"id\":\"afff1a94-a98b-4322-8874-3148139ab6da\",\"type-id\":null,\"sort-name\":\"Wien\",\"name\":\"Wien\",\"disambiguation\":\"\"},\"begin-area\":{\"iso-3166-2-codes\":[\"CZ-521\"],\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Hradec Králové\",\"id\":\"d87a320f-c695-4386-998d-337ba936fa13\",\"sort-name\":\"Hradec Králové\",\"type\":null},\"id\":\"b699d5bc-7b1c-4de7-8747-974574ca4728\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"life-span\":{\"end\":\"1825-11-19\",\"ended\":true,\"begin\":\"1791-05-11\"},\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"\",\"isnis\":[\"0000000109845067\"],\"begin_area\":{\"iso-3166-2-codes\":[\"CZ-521\"],\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Hradec Králové\",\"id\":\"d87a320f-c695-4386-998d-337ba936fa13\",\"sort-name\":\"Hradec Králové\",\"type\":null},\"country\":\"CZ\"},{\"id\":\"b972f589-fb0e-474e-b64a-803b0364fa75\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"life-span\":{\"ended\":true,\"begin\":\"1756-01-27\",\"end\":\"1791-12-05\"},\"isnis\":[\"0000000121269154\"],\"disambiguation\":\"classical composer\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"country\":\"AT\",\"begin_area\":{\"disambiguation\":\"\",\"type\":null,\"id\":\"f0590317-8b42-4498-a2e4-34cc5562fcf8\",\"type-id\":null,\"name\":\"Salzburg\",\"sort-name\":\"Salzburg\"},\"name\":\"Wolfgang Amadeus Mozart\",\"sort-name\":\"Mozart, Wolfgang Amadeus\",\"gender\":\"Male\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"AT\"],\"type-id\":null,\"id\":\"caac77d1-a5c8-3e6e-8e27-90b44dcc1446\",\"sort-name\":\"Austria\",\"name\":\"Austria\",\"type\":null},\"ipis\":[\"00021693006\"],\"type\":\"Person\",\"end_area\":{\"iso-3166-2-codes\":[\"AT-9\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"sort-name\":\"Wien\",\"id\":\"afff1a94-a98b-4322-8874-3148139ab6da\",\"name\":\"Wien\"},\"begin-area\":{\"disambiguation\":\"\",\"type\":null,\"id\":\"f0590317-8b42-4498-a2e4-34cc5562fcf8\",\"type-id\":null,\"name\":\"Salzburg\",\"sort-name\":\"Salzburg\"},\"end-area\":{\"iso-3166-2-codes\":[\"AT-9\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"sort-name\":\"Wien\",\"id\":\"afff1a94-a98b-4322-8874-3148139ab6da\",\"name\":\"Wien\"}},{\"type\":\"Person\",\"ipis\":[\"00021923901\"],\"area\":{\"iso-3166-1-codes\":[\"CZ\"],\"disambiguation\":\"\",\"type\":null,\"name\":\"Czech Republic\",\"type-id\":null,\"id\":\"51d34c28-61bf-3d21-849f-7492672a9d44\",\"sort-name\":\"Czech Republic\"},\"end_area\":{\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"name\":\"Rome\",\"id\":\"dccd77b2-bd3d-49eb-a98f-fd58e87f481e\",\"sort-name\":\"Rome\"},\"begin-area\":{\"type\":null,\"type-id\":null,\"name\":\"Praha\",\"id\":\"0a65a727-7465-4e6c-8b15-ed4d09e021ee\",\"sort-name\":\"Praha\",\"disambiguation\":\"\",\"iso-3166-2-codes\":[\"CZ-PR\"]},\"end-area\":{\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"name\":\"Rome\",\"id\":\"dccd77b2-bd3d-49eb-a98f-fd58e87f481e\",\"sort-name\":\"Rome\"},\"sort-name\":\"Mysliveček, Josef\",\"name\":\"Josef Mysliveček\",\"gender\":\"Male\",\"isnis\":[\"0000000110197853\"],\"disambiguation\":\"composer\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"begin_area\":{\"type\":null,\"type-id\":null,\"name\":\"Praha\",\"id\":\"0a65a727-7465-4e6c-8b15-ed4d09e021ee\",\"sort-name\":\"Praha\",\"disambiguation\":\"\",\"iso-3166-2-codes\":[\"CZ-PR\"]},\"country\":\"CZ\",\"id\":\"b9c00256-d27a-4f3b-bb0e-c5132483f4ec\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"life-span\":{\"end\":\"1781-02-04\",\"begin\":\"1737-03-09\",\"ended\":true}},{\"end-area\":{\"type-id\":null,\"name\":\"Nice\",\"id\":\"49856c85-1b7c-4f46-a078-b01261a058ad\",\"sort-name\":\"Nice\",\"type\":null,\"disambiguation\":\"\"},\"begin-area\":{\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"5e27763f-9567-4b8d-ac62-d8e5f18b32d1\",\"name\":\"Genoa\",\"sort-name\":\"Genoa\"},\"end_area\":{\"type-id\":null,\"name\":\"Nice\",\"id\":\"49856c85-1b7c-4f46-a078-b01261a058ad\",\"sort-name\":\"Nice\",\"type\":null,\"disambiguation\":\"\"},\"type\":\"Person\",\"ipis\":[],\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"IT\"],\"id\":\"c6500277-9a3d-349b-bf30-41afdbf42add\",\"type-id\":null,\"sort-name\":\"Italy\",\"name\":\"Italy\",\"type\":null},\"gender\":\"Male\",\"name\":\"Niccolò Paganini\",\"sort-name\":\"Paganini, Niccolò\",\"begin_area\":{\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"5e27763f-9567-4b8d-ac62-d8e5f18b32d1\",\"name\":\"Genoa\",\"sort-name\":\"Genoa\"},\"country\":\"IT\",\"disambiguation\":\"composer and violinist\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"isnis\":[\"0000000122830695\"],\"life-span\":{\"ended\":true,\"begin\":\"1782-10-27\",\"end\":\"1840-05-27\"},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"d581b2f2-f945-4566-a249-2d0171466993\"},{\"id\":\"ddea5540-2c7d-4266-8507-b367c2635d35\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"life-span\":{\"end\":\"1695-11-21\",\"ended\":true,\"begin\":\"1659-09-10\"},\"disambiguation\":\"baroque composer\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"isnis\":[\"0000000121188274\"],\"begin_area\":{\"iso-3166-2-codes\":[\"GB-WSM\"],\"disambiguation\":\"\",\"id\":\"48d08ee1-db45-4566-bb1d-c47ab6dbaf98\",\"type-id\":null,\"name\":\"Westminster\",\"sort-name\":\"Westminster\",\"type\":null},\"country\":\"GB\",\"name\":\"Henry Purcell\",\"sort-name\":\"Purcell, Henry\",\"gender\":\"Male\",\"end_area\":{\"type-id\":null,\"name\":\"Westminster\",\"id\":\"48d08ee1-db45-4566-bb1d-c47ab6dbaf98\",\"sort-name\":\"Westminster\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-2-codes\":[\"GB-WSM\"]},\"ipis\":[\"00025071418\"],\"type\":\"Person\",\"area\":{\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\"},\"end-area\":{\"type-id\":null,\"name\":\"Westminster\",\"id\":\"48d08ee1-db45-4566-bb1d-c47ab6dbaf98\",\"sort-name\":\"Westminster\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-2-codes\":[\"GB-WSM\"]},\"begin-area\":{\"iso-3166-2-codes\":[\"GB-WSM\"],\"disambiguation\":\"\",\"id\":\"48d08ee1-db45-4566-bb1d-c47ab6dbaf98\",\"type-id\":null,\"name\":\"Westminster\",\"sort-name\":\"Westminster\",\"type\":null}}],\"artist-count\":14,\"artist-offset\":0}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "collections can be looked up by MBID", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/collection/85da782d-2ec0-41ec-a97f-9be464bba309?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:31 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Content-Length", + "210", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "786", + "X-RateLimit-Reset", + "1618477412", + "Server", + "Plack::Handler::Starlet", + "ETag", + "\"a1015b3466bfd9962db5892dd1b58baa\"", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": { + "editor": "offbeatadam", + "entity-type": "release", + "id": "85da782d-2ec0-41ec-a97f-9be464bba309", + "name": "Beets Music Collection", + "release-count": 578, + "type": "Release", + "type-id": "d94659b2-4ce5-3a98-b4b8-da1131cf33ee" + }, + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/release?collection=85da782d-2ec0-41ec-a97f-9be464bba309&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:32 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "677", + "X-RateLimit-Reset", + "1618477412", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"17d48fe3fca1da97204b64a9dda9ff39\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"release-count\":578,\"release-offset\":0,\"releases\":[{\"barcode\":null,\"cover-art-archive\":{\"front\":true,\"back\":false,\"count\":1,\"darkened\":false,\"artwork\":true},\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"Bryter Layter\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"quality\":\"normal\",\"id\":\"0266c5dc-e7d4-49a7-8964-f7e4461f911a\",\"packaging-id\":null,\"asin\":null,\"country\":\"GB\",\"status\":\"Official\",\"date\":\"1970-11\",\"packaging\":null,\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"iso-3166-1-codes\":[\"GB\"],\"type-id\":null,\"sort-name\":\"United Kingdom\",\"type\":null},\"date\":\"1970-11\"}]},{\"status\":\"Official\",\"date\":\"1986\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1986\",\"area\":{\"name\":\"Germany\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"DE\"],\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"type\":null,\"sort-name\":\"Germany\"}}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"id\":\"0879929b-1226-4163-a03f-1a5afd4a3595\",\"asin\":\"B000002L99\",\"country\":\"DE\",\"quality\":\"normal\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":7,\"back\":true,\"front\":true,\"artwork\":true,\"darkened\":false},\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"title\":\"5150\",\"barcode\":\"075992539425\"},{\"quality\":\"normal\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"id\":\"118ddd00-2be2-34af-99f6-5a7969f067b2\",\"country\":\"US\",\"asin\":null,\"packaging\":\"Cardboard/Paper Sleeve\",\"date\":\"1972\",\"release-events\":[{\"date\":\"1972\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"iso-3166-1-codes\":[\"US\"],\"type-id\":null,\"disambiguation\":\"\",\"name\":\"United States\",\"sort-name\":\"United States\",\"type\":null}}],\"status\":\"Official\",\"barcode\":\"\",\"title\":\"Layla and Other Assorted Love Songs\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"cover-art-archive\":{\"front\":true,\"count\":2,\"back\":true,\"artwork\":true,\"darkened\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\"},{\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"artwork\":false,\"darkened\":false,\"count\":0,\"back\":false,\"front\":false},\"title\":\"In the Court of the Crimson King\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"barcode\":null,\"status\":\"Official\",\"packaging\":null,\"date\":\"1969-10-10\",\"release-events\":[{\"date\":\"1969-10-10\",\"area\":{\"type\":null,\"sort-name\":\"Netherlands\",\"type-id\":null,\"id\":\"ef1b7cc0-cd26-36f4-8ea0-04d9623786c7\",\"iso-3166-1-codes\":[\"NL\"],\"name\":\"Netherlands\",\"disambiguation\":\"\"}}],\"packaging-id\":null,\"id\":\"3e8ec0bc-287d-3894-b9be-69e247fa63a8\",\"country\":\"NL\",\"asin\":null,\"quality\":\"normal\"},{\"quality\":\"normal\",\"id\":\"474f6a18-e9b5-396e-8203-f8c4dc867bcb\",\"packaging-id\":null,\"asin\":null,\"country\":\"FR\",\"status\":\"Official\",\"release-events\":[{\"date\":\"1978\",\"area\":{\"iso-3166-1-codes\":[\"FR\"],\"id\":\"08310658-51eb-3801-80de-5a0739207115\",\"type-id\":null,\"name\":\"France\",\"disambiguation\":\"\",\"sort-name\":\"France\",\"type\":null}}],\"packaging\":null,\"date\":\"1978\",\"barcode\":null,\"cover-art-archive\":{\"front\":false,\"count\":0,\"back\":false,\"artwork\":false,\"darkened\":false},\"title\":\"Some Girls\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\"},{\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"The Kink Kronikles\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"cover-art-archive\":{\"darkened\":false,\"artwork\":true,\"back\":false,\"count\":1,\"front\":true},\"barcode\":null,\"packaging\":null,\"date\":\"1972-03-25\",\"release-events\":[{\"date\":\"1972-03-25\",\"area\":{\"name\":\"United States\",\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null,\"sort-name\":\"United States\",\"type\":null}}],\"status\":\"Official\",\"id\":\"5793a42f-bf14-3427-a737-d07ab41e553b\",\"packaging-id\":null,\"country\":\"US\",\"asin\":null,\"quality\":\"normal\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"barcode\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"Burn\",\"cover-art-archive\":{\"front\":true,\"count\":5,\"back\":true,\"artwork\":true,\"darkened\":false},\"asin\":null,\"id\":\"5f5244a6-9881-4e21-90ef-76c1718cab60\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"country\":\"GB\",\"packaging\":\"Cardboard/Paper Sleeve\",\"release-events\":[{\"date\":\"1974-02-15\",\"area\":{\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\",\"name\":\"United Kingdom\",\"type\":null,\"sort-name\":\"United Kingdom\"}}],\"date\":\"1974-02-15\",\"status\":\"Official\",\"quality\":\"normal\"},{\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"back\":false,\"count\":1,\"front\":true,\"darkened\":false,\"artwork\":true},\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"title\":\"My Kind of Blues\",\"barcode\":\"\",\"status\":\"Official\",\"date\":\"1961\",\"packaging\":\"Cardboard/Paper Sleeve\",\"release-events\":[{\"area\":{\"sort-name\":\"United States\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null,\"disambiguation\":\"\",\"name\":\"United States\"},\"date\":\"1961\"}],\"id\":\"67eba09f-cab2-474f-a578-ec71ccc7c94b\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"asin\":null,\"country\":\"US\",\"quality\":\"normal\"},{\"id\":\"6ad3386b-fd40-4a00-a477-0763ebfa2e8e\",\"packaging-id\":null,\"country\":\"JP\",\"asin\":null,\"status\":\"Official\",\"packaging\":null,\"release-events\":[{\"area\":{\"name\":\"Japan\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"sort-name\":\"Japan\"},\"date\":\"1987-08-31\"}],\"date\":\"1987-08-31\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"barcode\":\"4988010215019\",\"cover-art-archive\":{\"front\":true,\"count\":9,\"back\":true,\"artwork\":true,\"darkened\":false},\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"title\":\"Bad\"},{\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"front\":true,\"count\":23,\"back\":true,\"artwork\":true,\"darkened\":false},\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"Thriller\",\"barcode\":\"074643811224\",\"status\":\"Official\",\"packaging\":\"Jewel Case\",\"date\":\"1982\",\"release-events\":[{\"date\":\"1982\",\"area\":{\"name\":\"United States\",\"disambiguation\":\"\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"iso-3166-1-codes\":[\"US\"],\"type-id\":null,\"sort-name\":\"United States\",\"type\":null}}],\"country\":\"US\",\"id\":\"6bc658fc-c2ad-38ec-a829-0cf8ffef53d8\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"asin\":\"B0000025RI\",\"quality\":\"normal\"},{\"barcode\":\"0035629025424\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"Welcome to the Real World\",\"cover-art-archive\":{\"darkened\":false,\"artwork\":false,\"front\":false,\"back\":false,\"count\":0},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"quality\":\"normal\",\"id\":\"6f9cf228-2f75-334d-93f5-27198c422828\",\"packaging-id\":null,\"asin\":\"B000026FAV\",\"country\":\"XE\",\"packaging\":null,\"release-events\":[{\"date\":\"1985\",\"area\":{\"name\":\"Europe\",\"disambiguation\":\"\",\"type-id\":null,\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"iso-3166-1-codes\":[\"XE\"],\"type\":null,\"sort-name\":\"Europe\"}}],\"date\":\"1985\",\"status\":\"Official\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"barcode\":null,\"title\":\"Steppenwolf\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"cover-art-archive\":{\"back\":false,\"count\":1,\"front\":true,\"darkened\":false,\"artwork\":true},\"asin\":\"B000002NZ4\",\"id\":\"76ecbc09-aa6c-4c45-a42a-68ee44016733\",\"packaging-id\":null,\"country\":\"GB\",\"release-events\":[{\"date\":\"1968-05\",\"area\":{\"disambiguation\":\"\",\"name\":\"United Kingdom\",\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"iso-3166-1-codes\":[\"GB\"],\"type\":null,\"sort-name\":\"United Kingdom\"}}],\"packaging\":null,\"date\":\"1968-05\",\"status\":\"Official\",\"quality\":\"normal\"},{\"country\":\"US\",\"id\":\"8129f8a5-cf28-3acb-a5dd-72b9cca18903\",\"packaging-id\":null,\"asin\":null,\"status\":\"Official\",\"packaging\":null,\"release-events\":[{\"area\":{\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"United States\"},\"date\":\"1971-01-16\"}],\"date\":\"1971-01-16\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"barcode\":\"\",\"cover-art-archive\":{\"count\":5,\"back\":true,\"front\":true,\"artwork\":true,\"darkened\":false},\"title\":\"ZZ Top’s First Album\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"Meat Puppets II\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"cover-art-archive\":{\"count\":2,\"back\":true,\"front\":true,\"artwork\":true,\"darkened\":false},\"barcode\":\"\",\"packaging\":\"Cardboard/Paper Sleeve\",\"date\":\"1984-04\",\"release-events\":[{\"area\":{\"sort-name\":\"United States\",\"type\":null,\"disambiguation\":\"\",\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null},\"date\":\"1984-04\"}],\"status\":\"Official\",\"id\":\"8381ec38-d717-3a39-88cf-2dba9611f295\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"asin\":\"B00000I9KU\",\"country\":\"US\",\"quality\":\"normal\"},{\"barcode\":null,\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"title\":\"Space Is the Place\",\"cover-art-archive\":{\"artwork\":true,\"darkened\":false,\"count\":1,\"back\":false,\"front\":true},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"quality\":\"high\",\"packaging-id\":null,\"id\":\"87e49acf-c2f5-427c-a699-d3df4ac149f0\",\"country\":\"US\",\"asin\":null,\"date\":\"1973\",\"packaging\":null,\"release-events\":[{\"date\":\"1973\",\"area\":{\"type\":null,\"sort-name\":\"United States\",\"type-id\":null,\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"disambiguation\":\"\"}}],\"status\":\"Official\"},{\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"CA\"],\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"type-id\":null,\"name\":\"Canada\",\"disambiguation\":\"\",\"sort-name\":\"Canada\",\"type\":null},\"date\":\"1969-10-22\"}],\"packaging\":null,\"date\":\"1969-10-22\",\"status\":\"Official\",\"packaging-id\":null,\"id\":\"87e8eaa5-2285-4fd5-b392-f0e8bad5b2f9\",\"country\":\"CA\",\"asin\":null,\"quality\":\"normal\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"Led Zeppelin II\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"cover-art-archive\":{\"count\":1,\"back\":false,\"front\":true,\"artwork\":true,\"darkened\":false},\"barcode\":null},{\"quality\":\"normal\",\"id\":\"91e18240-8b33-3d93-80d0-b7e907db9186\",\"asin\":\"B000AO4NJK\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"country\":\"US\",\"packaging\":\"Cardboard/Paper Sleeve\",\"release-events\":[{\"date\":\"1963\",\"area\":{\"sort-name\":\"United States\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null,\"disambiguation\":\"\",\"name\":\"United States\"}}],\"date\":\"1963\",\"status\":\"Official\",\"barcode\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"Night Beat\",\"cover-art-archive\":{\"artwork\":true,\"darkened\":false,\"front\":true,\"count\":4,\"back\":true},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\"},{\"id\":\"a75df175-7a8b-4b88-b04e-47cf44e9c17d\",\"country\":\"US\",\"packaging-id\":\"e724a489-a7e8-30a1-a17c-30dfd6831202\",\"asin\":\"B000002KCB\",\"status\":\"Official\",\"date\":\"1975-06-20\",\"packaging\":\"Gatefold Cover\",\"release-events\":[{\"area\":{\"sort-name\":\"United States\",\"type\":null,\"disambiguation\":\"\",\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null},\"date\":\"1975-06-20\"}],\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"barcode\":\"\",\"cover-art-archive\":{\"front\":true,\"count\":1,\"back\":false,\"artwork\":true,\"darkened\":false},\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"title\":\"Tonight’s the Night\"},{\"status\":\"Official\",\"packaging\":\"Cardboard/Paper Sleeve\",\"release-events\":[{\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"United States\"},\"date\":\"1975\"}],\"date\":\"1975\",\"id\":\"b1edea1a-3bf6-40a0-b9aa-cfc52a5fcf94\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"asin\":\"B00E0PEQD8\",\"country\":\"US\",\"quality\":\"normal\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"artwork\":true,\"darkened\":false,\"count\":1,\"back\":false,\"front\":true},\"title\":\"Desolation Boulevard\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"barcode\":\"\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"barcode\":\"074643930420\",\"title\":\"Couldn't Stand the Weather\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"cover-art-archive\":{\"artwork\":true,\"darkened\":false,\"front\":true,\"count\":6,\"back\":true},\"id\":\"b5c2a801-0d13-31fb-bdd8-52c88c73b6ee\",\"country\":\"US\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"asin\":\"B0000025ZN\",\"release-events\":[{\"date\":\"1984\",\"area\":{\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null,\"disambiguation\":\"\",\"name\":\"United States\",\"sort-name\":\"United States\",\"type\":null}}],\"packaging\":\"Jewel Case\",\"date\":\"1984\",\"status\":\"Official\",\"quality\":\"normal\"},{\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":0,\"back\":false,\"front\":false,\"artwork\":false,\"darkened\":false},\"title\":\"Marrying Maiden\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"barcode\":null,\"status\":\"Official\",\"packaging\":null,\"date\":\"1970\",\"release-events\":[{\"area\":{\"type\":null,\"sort-name\":\"United States\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"name\":\"United States\"},\"date\":\"1970\"}],\"id\":\"cbecaba6-42e0-4109-bf32-c154cf88fcb8\",\"asin\":\"B000000DP7\",\"packaging-id\":null,\"country\":\"US\",\"quality\":\"normal\"},{\"disambiguation\":\"mono\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":5,\"back\":true,\"front\":true,\"artwork\":true,\"darkened\":false},\"title\":\"Highway 61 Revisited\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"barcode\":\"\",\"status\":\"Official\",\"packaging\":null,\"date\":\"1965-08-30\",\"release-events\":[{\"date\":\"1965-08-30\",\"area\":{\"disambiguation\":\"\",\"name\":\"United States\",\"type-id\":null,\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":null,\"sort-name\":\"United States\"}}],\"id\":\"d61a2bd9-81ac-4023-bd22-1c884d4a176c\",\"packaging-id\":null,\"country\":\"US\",\"asin\":null,\"quality\":\"normal\"},{\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":1,\"back\":false,\"front\":true,\"artwork\":true,\"darkened\":false},\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"title\":\"Ain’t That Good News\",\"barcode\":\"\",\"status\":\"Official\",\"packaging\":null,\"date\":\"1964\",\"release-events\":[{\"date\":\"1964\",\"area\":{\"type\":null,\"sort-name\":\"United States\",\"type-id\":null,\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"disambiguation\":\"\"}}],\"asin\":null,\"id\":\"e3038485-8585-4169-9060-916ee5611d74\",\"packaging-id\":null,\"country\":\"US\",\"quality\":\"normal\"},{\"packaging\":null,\"release-events\":[{\"date\":\"1974\",\"area\":{\"type\":null,\"sort-name\":\"United States\",\"disambiguation\":\"\",\"name\":\"United States\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"iso-3166-1-codes\":[\"US\"]}}],\"date\":\"1974\",\"status\":\"Official\",\"id\":\"e6fc15c4-0f29-33bf-927b-e9a90cd0b925\",\"packaging-id\":null,\"asin\":null,\"country\":\"US\",\"quality\":\"normal\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"Phaedra\",\"cover-art-archive\":{\"count\":0,\"back\":false,\"front\":false,\"artwork\":false,\"darkened\":false},\"barcode\":null},{\"barcode\":\"\",\"title\":\"Machine Head\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"cover-art-archive\":{\"front\":true,\"count\":4,\"back\":true,\"artwork\":true,\"darkened\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"quality\":\"normal\",\"id\":\"e975c24f-9100-3822-9693-609f1dffdc08\",\"packaging-id\":null,\"asin\":null,\"country\":\"JP\",\"date\":\"1972-03\",\"packaging\":null,\"release-events\":[{\"date\":\"1972-03\",\"area\":{\"type\":null,\"sort-name\":\"Japan\",\"name\":\"Japan\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"status\":\"Official\"}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "connections have a nodes shortcut field", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/artist?release=8aeb6be9-743f-456e-a576-1476f53f756f&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:02:54 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "541", + "X-RateLimit-Reset", + "1618477374", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"0a9b512ee402efb2e20e94886ad50f90\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"artists\":[{\"sort-name\":\"Hopkin, Mary\",\"name\":\"Mary Hopkin\",\"gender\":\"Female\",\"area\":{\"type\":null,\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\"},\"ipis\":[],\"type\":\"Person\",\"end_area\":null,\"begin-area\":{\"type\":null,\"name\":\"Pontardawe\",\"type-id\":null,\"id\":\"26f3c05e-55dc-4a6c-a8e7-035aff018f74\",\"sort-name\":\"Pontardawe\",\"disambiguation\":\"\"},\"end-area\":null,\"id\":\"f6596571-9ce2-4d79-8e92-fa8cfc181b91\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"life-span\":{\"end\":null,\"ended\":false,\"begin\":\"1950-05-03\"},\"isnis\":[\"0000000078391516\"],\"gender-id\":\"93452b5a-a947-30c8-934f-6a4056b151c2\",\"disambiguation\":\"\",\"country\":\"GB\",\"begin_area\":{\"type\":null,\"name\":\"Pontardawe\",\"type-id\":null,\"id\":\"26f3c05e-55dc-4a6c-a8e7-035aff018f74\",\"sort-name\":\"Pontardawe\",\"disambiguation\":\"\"}}],\"artist-count\":1,\"artist-offset\":0}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/artist/f6596571-9ce2-4d79-8e92-fa8cfc181b91?inc=artist-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:02:54 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1001", + "X-RateLimit-Reset", + "1618477376", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"46c70fb1948c9409466de51c8f251eab\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"sort-name\":\"Hopkin, Mary\",\"name\":\"Mary Hopkin\",\"gender\":\"Female\",\"end_area\":null,\"area\":{\"type\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\"},\"ipis\":[],\"type\":\"Person\",\"end-area\":null,\"begin-area\":{\"type\":null,\"name\":\"Pontardawe\",\"type-id\":null,\"id\":\"26f3c05e-55dc-4a6c-a8e7-035aff018f74\",\"sort-name\":\"Pontardawe\",\"disambiguation\":\"\"},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"f6596571-9ce2-4d79-8e92-fa8cfc181b91\",\"life-span\":{\"begin\":\"1950-05-03\",\"ended\":false,\"end\":null},\"disambiguation\":\"\",\"gender-id\":\"93452b5a-a947-30c8-934f-6a4056b151c2\",\"isnis\":[\"0000000078391516\"],\"begin_area\":{\"type\":null,\"name\":\"Pontardawe\",\"type-id\":null,\"id\":\"26f3c05e-55dc-4a6c-a8e7-035aff018f74\",\"sort-name\":\"Pontardawe\",\"disambiguation\":\"\"},\"country\":\"GB\",\"relations\":[{\"type-id\":\"b2bf7a5d-2da6-4742-baf4-e38d8a7ad029\",\"target-type\":\"artist\",\"end\":\"1981\",\"target-credit\":\"\",\"artist\":{\"disambiguation\":\"\",\"type\":\"Person\",\"name\":\"Tony Visconti\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"9472e6e4-3e13-430a-900d-6f075720a5c6\",\"sort-name\":\"Visconti, Tony\"},\"type\":\"married\",\"source-credit\":\"\",\"ended\":true,\"attribute-values\":{},\"begin\":\"1971\",\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\"},{\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"attribute-values\":{},\"begin\":null,\"artist\":{\"disambiguation\":\"UK pop group of early 80s\",\"type\":\"Group\",\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"id\":\"1b8debd6-ef8f-4437-9d97-321d8dad4bee\",\"sort-name\":\"Sundance\",\"name\":\"Sundance\"},\"source-credit\":\"\",\"type\":\"member of band\",\"ended\":false,\"target-credit\":\"\",\"end\":null,\"target-type\":\"artist\",\"type-id\":\"5be4c609-9afa-4ea0-910b-12ffb71e3821\"},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"9421ca84-934f-49fe-9e66-dea242430406\",\"target-type\":\"artist\",\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"parent\",\"ended\":false,\"artist\":{\"disambiguation\":\"\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"7f7bc689-c745-4b17-859f-e96297dc0b87\",\"sort-name\":\"Morgan, Jessica Lee\",\"name\":\"Jessica Lee Morgan\",\"type\":\"Person\"},\"begin\":null,\"attribute-values\":{}},{\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"artist\":{\"disambiguation\":\"\",\"sort-name\":\"Visconti, Morgan\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"5542f87a-3b97-4dca-b29f-19c85b21f665\",\"name\":\"Morgan Visconti\",\"type\":\"Person\"},\"type\":\"parent\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type-id\":\"9421ca84-934f-49fe-9e66-dea242430406\",\"target-type\":\"artist\"}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "disc queries can be deeply nested", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/rKs_PWM2y.8B7uVgxqJqzTDz7vs-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:21 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "979", + "X-RateLimit-Reset", + "1618477462", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"2d1b8144503815f3258c83d12695b2a9\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"releases\":[{\"id\":\"7f6d3088-837d-495e-905f-be5c70ac2d82\",\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"release-events\":[{\"date\":\"1983-05-21\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\"}}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"artwork\":true,\"back\":true,\"front\":true,\"count\":5,\"darkened\":false},\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"\",\"country\":\"JP\",\"media\":[{\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"discs\":[{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193443,\"offset-count\":9,\"id\":\"TMXdzZkTcc9Jq24PD0w5J9_AXms-\"},{\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905]}],\"track-count\":9}],\"asin\":null,\"date\":\"1983-05-21\"},{\"date\":\"1985\",\"media\":[{\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9}],\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"country\":\"US\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"front\":true,\"back\":true,\"artwork\":true,\"darkened\":false,\"count\":9},\"packaging\":null,\"release-events\":[{\"date\":\"1985\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\"}}],\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"packaging-id\":null,\"quality\":\"normal\"},{\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"barcode\":\"\",\"country\":\"GB\",\"media\":[{\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"id\":\"ZODzHFPuY6DfakUIAd7bTSne224-\",\"sectors\":192850,\"offsets\":[150,17612,33707,65605,87132,115807,151092,166517,183805]},{\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offset-count\":9}],\"title\":\"\",\"track-count\":9}],\"asin\":null,\"date\":\"1984-08\",\"id\":\"106ec6c3-1a30-336f-9572-65cc0e47109d\",\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"GB\"],\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"},\"date\":\"1984-08\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":10,\"darkened\":false,\"front\":true,\"back\":true,\"artwork\":true}}],\"sectors\":193405,\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/TMXdzZkTcc9Jq24PD0w5J9_AXms-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:21 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "977", + "X-RateLimit-Reset", + "1618477462", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"dcaab3e13d7ad2f1445520b0d53a3471\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"releases\":[{\"title\":\"The Dark Side of the Moon\",\"asin\":null,\"barcode\":\"\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"position\":1,\"discs\":[{\"id\":\"TMXdzZkTcc9Jq24PD0w5J9_AXms-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193443,\"offset-count\":9},{\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405,\"offset-count\":9}],\"track-count\":9}],\"cover-art-archive\":{\"count\":5,\"artwork\":true,\"back\":true,\"darkened\":false,\"front\":true},\"disambiguation\":\"\",\"date\":\"1983-05-21\",\"release-events\":[{\"date\":\"1983-05-21\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\"}}],\"status\":\"Official\",\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"7f6d3088-837d-495e-905f-be5c70ac2d82\",\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\"}],\"id\":\"TMXdzZkTcc9Jq24PD0w5J9_AXms-\",\"offset-count\":9,\"sectors\":193443}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/6S.Rie5e4noRyrN6Jf.styseKak-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:21 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "856", + "X-RateLimit-Reset", + "1618477462", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"aa910d46b141089d07b1dadb871e684d\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"releases\":[{\"country\":\"US\",\"cover-art-archive\":{\"count\":5,\"darkened\":false,\"back\":false,\"artwork\":true,\"front\":true},\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"barcode\":\"077774600125\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"date\":\"1994\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\",\"name\":\"United States\",\"type\":null,\"disambiguation\":\"\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"},\"date\":\"1994\"}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"media\":[{\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"sectors\":193300},{\"sectors\":193242,\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"sectors\":193599},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325},{\"sectors\":192937,\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format\":\"CD\",\"title\":\"\",\"position\":1}],\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"title\":\"The Dark Side of the Moon\",\"packaging\":\"Jewel Case\",\"asin\":\"B000002U82\"},{\"media\":[{\"position\":1,\"track-count\":9,\"format\":\"CD\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193300,\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9,\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9,\"sectors\":193195},{\"sectors\":193325,\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\"}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"release-events\":[{\"date\":\"2001-06-16\",\"area\":{\"type\":null,\"name\":\"Japan\",\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\"}}],\"quality\":\"normal\",\"date\":\"2001-06-16\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"barcode\":\"4988006791800\",\"cover-art-archive\":{\"front\":false,\"count\":0,\"back\":false,\"darkened\":false,\"artwork\":false},\"country\":\"JP\",\"asin\":\"B00005HYHA\",\"packaging\":\"Cardboard/Paper Sleeve\",\"title\":\"The Dark Side of the Moon\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"status\":\"Official\"},{\"cover-art-archive\":{\"artwork\":true,\"back\":true,\"darkened\":false,\"count\":16,\"front\":true},\"country\":\"GB\",\"date\":\"1994\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"barcode\":\"724382975229\",\"quality\":\"normal\",\"media\":[{\"position\":1,\"track-count\":9,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193250,\"offset-count\":9,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"title\":\"\"}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"release-events\":[{\"date\":\"1994\",\"area\":{\"disambiguation\":\"\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"iso-3166-1-codes\":[\"GB\"],\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"type\":null}}],\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"packaging\":\"Jewel Case\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000024D4P\"},{\"country\":\"US\",\"cover-art-archive\":{\"front\":true,\"back\":true,\"darkened\":false,\"artwork\":true,\"count\":9},\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"barcode\":\"077774600125\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"date\":\"1985\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"1985\",\"area\":{\"name\":\"United States\",\"type\":null,\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\"}}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"media\":[{\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"sectors\":193405,\"offset-count\":9,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"title\":\"\",\"position\":1}],\"status\":\"Official\",\"packaging-id\":null,\"title\":\"The Dark Side of the Moon\",\"packaging\":null,\"asin\":\"B000002U82\"},{\"quality\":\"normal\",\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"type\":null,\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"disambiguation\":\"\"}}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"media\":[{\"title\":\"\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194476},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193300,\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9,\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193443},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9,\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"position\":1}],\"country\":\"GB\",\"cover-art-archive\":{\"front\":true,\"artwork\":true,\"back\":true,\"darkened\":false,\"count\":3},\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"barcode\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"date\":\"1986-05\",\"title\":\"The Dark Side of the Moon\",\"packaging\":\"Jewel Case\",\"asin\":\"B000002U82\",\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\"},{\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"media\":[{\"position\":1,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"title\":\"\",\"track-count\":9}],\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"name\":\"Japan\",\"type\":null,\"sort-name\":\"Japan\",\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"1993-03-31\"}],\"quality\":\"normal\",\"disambiguation\":\"\",\"date\":\"1993-03-31\",\"barcode\":\"4988006683129\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"JP\",\"cover-art-archive\":{\"front\":false,\"artwork\":false,\"darkened\":false,\"back\":false,\"count\":0},\"asin\":\"B000UVIP42\",\"title\":\"The Dark Side of the Moon\",\"packaging\":\"Jewel Case\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"status\":\"Official\"},{\"date\":\"1993-04-28\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"barcode\":\"4988006680951\",\"cover-art-archive\":{\"front\":false,\"count\":0,\"darkened\":false,\"back\":false,\"artwork\":false},\"country\":\"JP\",\"media\":[{\"position\":1,\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"sectors\":193058},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"sectors\":192937,\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"title\":\"\"}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\"},\"date\":\"1993-04-28\"}],\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"status\":\"Official\",\"asin\":\"B007CDVIXG\",\"packaging\":\"Jewel Case\",\"title\":\"The Dark Side of the Moon\"},{\"status\":\"Official\",\"packaging-id\":null,\"packaging\":null,\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000064TUF\",\"cover-art-archive\":{\"front\":true,\"count\":4,\"darkened\":false,\"back\":false,\"artwork\":true},\"country\":\"JP\",\"date\":\"1996-03-27\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"barcode\":\"4988006715578\",\"quality\":\"normal\",\"media\":[{\"position\":1,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9,\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"title\":\"\",\"track-count\":9}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"type\":null,\"name\":\"Japan\",\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null},\"date\":\"1996-03-27\"}]},{\"date\":\"2000-08-30\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"barcode\":\"4988006784161\",\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"darkened\":false,\"count\":0,\"front\":false},\"country\":\"JP\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"sectors\":193445},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format\":\"CD\",\"title\":\"\",\"track-count\":9,\"position\":1}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"sort-name\":\"Japan\",\"type\":null,\"name\":\"Japan\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"]},\"date\":\"2000-08-30\"}],\"quality\":\"normal\",\"packaging-id\":null,\"status\":\"Official\",\"asin\":\"B00005HK29\",\"packaging\":null,\"title\":\"The Dark Side of the Moon\"},{\"title\":\"The Dark Side of the Moon\",\"packaging\":null,\"asin\":\"B000E6G6KI\",\"status\":\"Official\",\"packaging-id\":null,\"quality\":\"normal\",\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"sort-name\":\"Japan\",\"type\":null,\"name\":\"Japan\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"]}}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"media\":[{\"position\":1,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194476},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"sectors\":193445},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"sectors\":193275,\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format\":\"CD\",\"track-count\":9}],\"country\":\"JP\",\"cover-art-archive\":{\"count\":0,\"artwork\":false,\"back\":false,\"darkened\":false,\"front\":false},\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"barcode\":\"4988006840751\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"date\":\"2006-03-08\"},{\"packaging-id\":null,\"status\":\"Official\",\"asin\":\"B000GUK734\",\"title\":\"The Dark Side of the Moon\",\"packaging\":null,\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"barcode\":\"4988006846586\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"date\":\"2006-09-06\",\"country\":\"JP\",\"cover-art-archive\":{\"count\":0,\"artwork\":false,\"darkened\":false,\"back\":false,\"front\":false},\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"sort-name\":\"Japan\",\"type\":null,\"name\":\"Japan\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\"}}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"media\":[{\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9,\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format\":\"CD\",\"title\":\"\",\"position\":1}],\"quality\":\"normal\"},{\"packaging-id\":null,\"status\":\"Official\",\"asin\":\"B000002U82\",\"packaging\":null,\"title\":\"The Dark Side of the Moon\",\"date\":\"1993\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"barcode\":\"077774600125\",\"cover-art-archive\":{\"artwork\":true,\"darkened\":false,\"back\":true,\"count\":10,\"front\":true},\"country\":\"CA\",\"media\":[{\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"sectors\":193058},{\"sectors\":193292,\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"sectors\":193599},{\"sectors\":193035,\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193477},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"position\":1}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"release-events\":[{\"area\":{\"sort-name\":\"Canada\",\"type\":null,\"name\":\"Canada\",\"type-id\":null,\"iso-3166-1-codes\":[\"CA\"],\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"disambiguation\":\"\"},\"date\":\"1993\"}],\"quality\":\"normal\"},{\"status\":\"Official\",\"packaging-id\":\"8f931351-d2e2-310f-afc6-37b89ddba246\",\"packaging\":\"Digipak\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000008JGJ\",\"cover-art-archive\":{\"front\":true,\"artwork\":true,\"back\":true,\"darkened\":false,\"count\":3},\"country\":\"XE\",\"date\":\"1993\",\"disambiguation\":\"20th anniversary edition, made in UK\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"2755bfc1-9438-4ae8-8a49-3f820dbca482\",\"barcode\":\"077778147923\",\"quality\":\"normal\",\"media\":[{\"track-count\":9,\"title\":\"\",\"discs\":[{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"}],\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"release-events\":[{\"date\":\"1993\",\"area\":{\"type\":null,\"name\":\"Europe\",\"sort-name\":\"Europe\",\"iso-3166-1-codes\":[\"XE\"],\"type-id\":null,\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"disambiguation\":\"\"}}]}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/8jTZJTgjGGtKjwdt8UyAgK3DnbY-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:21 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "857", + "X-RateLimit-Reset", + "1618477462", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"9a9ee70ecca6565228711c9950a286d2\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"releases\":[{\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"back\":false,\"count\":5,\"darkened\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"title\":\"\",\"position\":1,\"format\":\"CD\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"name\":\"United States\",\"type\":null},\"date\":\"1994\"}],\"packaging\":\"Jewel Case\",\"country\":\"US\",\"disambiguation\":\"\",\"date\":\"1994\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"asin\":\"B000002U82\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\"},{\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]},\"date\":\"2001-06-16\"}],\"packaging\":\"Cardboard/Paper Sleeve\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"title\":\"\",\"format\":\"CD\",\"position\":1}],\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"front\":false,\"back\":false,\"artwork\":false},\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"date\":\"2001-06-16\",\"disambiguation\":\"\",\"country\":\"JP\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"asin\":\"B00005HYHA\",\"barcode\":\"4988006791800\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\"},{\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"sort-name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\"},\"date\":\"1994\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"format\":\"CD\",\"position\":1,\"title\":\"\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193250,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"back\":true,\"front\":true,\"artwork\":true,\"count\":16,\"darkened\":false},\"date\":\"1994\",\"disambiguation\":\"\",\"country\":\"GB\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"asin\":\"B000024D4P\",\"barcode\":\"724382975229\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\"},{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type\":null,\"name\":\"United States\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\"},\"date\":\"1985\"}],\"packaging\":null,\"cover-art-archive\":{\"back\":true,\"front\":true,\"artwork\":true,\"darkened\":false,\"count\":9},\"packaging-id\":null,\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1}],\"disambiguation\":\"\",\"date\":\"1985\",\"country\":\"US\",\"asin\":\"B000002U82\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"077774600125\"},{\"country\":\"GB\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"date\":\"1986-05\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"\",\"asin\":\"B000002U82\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"back\":true,\"darkened\":false,\"count\":3},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}]}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"]},\"date\":\"1986-05\"}],\"packaging\":\"Jewel Case\"},{\"date\":\"1993-03-31\",\"disambiguation\":\"\",\"country\":\"JP\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"asin\":\"B000UVIP42\",\"barcode\":\"4988006683129\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"type-id\":null,\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"artwork\":false,\"back\":false,\"front\":false}},{\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"title\":\"\",\"position\":1,\"format\":\"CD\"}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"front\":false,\"count\":0,\"darkened\":false},\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type\":null,\"name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\"},\"date\":\"1993-04-28\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"JP\",\"date\":\"1993-04-28\",\"disambiguation\":\"\",\"barcode\":\"4988006680951\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"asin\":\"B007CDVIXG\"},{\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"track-count\":9}],\"packaging-id\":null,\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"back\":false,\"count\":4,\"darkened\":false},\"packaging\":null,\"release-events\":[{\"date\":\"1996-03-27\",\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type\":null,\"name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\"}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"barcode\":\"4988006715578\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"asin\":\"B000064TUF\",\"country\":\"JP\",\"date\":\"1996-03-27\",\"disambiguation\":\"\"},{\"date\":\"2000-08-30\",\"disambiguation\":\"\",\"country\":\"JP\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"asin\":\"B00005HK29\",\"barcode\":\"4988006784161\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"packaging\":null,\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\"},\"date\":\"2000-08-30\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"title\":\"\",\"position\":1,\"format\":\"CD\"}],\"packaging-id\":null,\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"front\":false,\"count\":0,\"darkened\":false}},{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"sort-name\":\"Japan\",\"name\":\"Japan\"},\"date\":\"2006-03-08\"}],\"packaging\":null,\"cover-art-archive\":{\"artwork\":false,\"front\":false,\"back\":false,\"count\":0,\"darkened\":false},\"packaging-id\":null,\"media\":[{\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\"}],\"disambiguation\":\"\",\"date\":\"2006-03-08\",\"country\":\"JP\",\"asin\":\"B000E6G6KI\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006840751\"},{\"country\":\"JP\",\"date\":\"2006-09-06\",\"disambiguation\":\"\",\"barcode\":\"4988006846586\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"asin\":\"B000GUK734\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"packaging-id\":null,\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"back\":false,\"front\":false,\"artwork\":false},\"packaging\":null,\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"name\":\"Japan\",\"sort-name\":\"Japan\"},\"date\":\"2006-09-06\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"media\":[{\"position\":1,\"format\":\"CD\",\"title\":\"\",\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"cover-art-archive\":{\"artwork\":true,\"back\":true,\"front\":true,\"darkened\":false,\"count\":10},\"packaging-id\":null,\"release-events\":[{\"area\":{\"type\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"type-id\":null,\"sort-name\":\"Canada\",\"name\":\"Canada\",\"iso-3166-1-codes\":[\"CA\"],\"disambiguation\":\"\"},\"date\":\"1993\"}],\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"CA\",\"date\":\"1993\",\"disambiguation\":\"\",\"barcode\":\"077774600125\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"asin\":\"B000002U82\"},{\"barcode\":\"0077774600125\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"id\":\"5de24d48-5364-438c-9762-c0f8e30f545e\",\"asin\":null,\"country\":\"GB\",\"date\":\"\",\"disambiguation\":\"\",\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]}],\"track-count\":9}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"darkened\":false,\"count\":3,\"artwork\":true,\"back\":true,\"front\":true},\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"],\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"type\":null},\"date\":\"\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},{\"date\":\"1992\",\"disambiguation\":\"\",\"country\":\"FR\",\"id\":\"bce5ddf8-a5ae-407c-a26a-03aeb8998ac8\",\"asin\":null,\"barcode\":\"077778055723\",\"quality\":\"normal\",\"title\":\"Shine On\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"FR\"],\"disambiguation\":\"\",\"type\":null,\"id\":\"08310658-51eb-3801-80de-5a0739207115\",\"type-id\":null,\"sort-name\":\"France\",\"name\":\"France\"},\"date\":\"1992\"}],\"packaging\":\"Other\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"title\":\"A Saucerful of Secrets\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":7,\"id\":\"bzlqO5hET0E21JrjKlWA.CXt4LE-\",\"offsets\":[183,25580,46065,70608,89513,143488,164258],\"sectors\":177765}],\"track-count\":7},{\"position\":2,\"format\":\"CD\",\"title\":\"Meddle\",\"discs\":[{\"offset-count\":6,\"id\":\"Vb4OGUrNFuZOVs5yOjDkmEJ6ifk-\",\"offsets\":[183,27088,50425,78115,94945,105193],\"sectors\":211055}],\"track-count\":6,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"},{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9}],\"track-count\":9,\"title\":\"The Dark Side of the Moon\",\"position\":3,\"format\":\"CD\"},{\"position\":4,\"format\":\"CD\",\"title\":\"Wish You Were Here\",\"track-count\":5,\"discs\":[{\"offset-count\":5,\"id\":\"7_0c1HUOtL94MTSdKJWc_OENTWo-\",\"offsets\":[183,60993,94495,117595,143120],\"sectors\":198835}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"},{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":5,\"id\":\"xU4TUYExY4KlATKUsZIEJM1Bfx0-\",\"offsets\":[183,6560,83370,134505,181298],\"sectors\":187655}],\"track-count\":5,\"title\":\"Animals\",\"position\":5,\"format\":\"CD\"},{\"title\":\"The Wall, Part One\",\"position\":6,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":13,\"discs\":[{\"id\":\"Vr3ixbsYuIYG1j0fgyOM.8IZHrA-\",\"offset-count\":13,\"sectors\":176063,\"offsets\":[183,15063,26235,42840,48903,66623,91570,104203,129440,138688,145725,165425,171223]}]},{\"discs\":[{\"offsets\":[183,21238,33260,48638,56055,59873,90585,97850,117103,136810,154558,157178,180898],\"sectors\":188605,\"offset-count\":13,\"id\":\"EhIv8_Gg3Kt_xqWDvkAmJDKrcH0-\"}],\"track-count\":13,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":7,\"format\":\"CD\",\"title\":\"The Wall, Part Two\"},{\"title\":\"A Momentary Lapse of Reason\",\"position\":8,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[182,20012,42007,69422,92707,118385,151985,159980,188262,191165],\"sectors\":230680,\"offset-count\":10,\"id\":\"j1gA48kaCZf0VJADDmAk9zZLPoM-\"}],\"track-count\":10},{\"title\":\"The Early Singles\",\"position\":9,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":10,\"discs\":[{\"offset-count\":10,\"id\":\"Z.LgGFlyQ0a2u6H802x.GcW4QcY-\",\"offsets\":[182,13427,26032,39297,49205,63345,80530,97560,109195,125725],\"sectors\":151697}]}],\"cover-art-archive\":{\"count\":2,\"darkened\":false,\"artwork\":true,\"front\":true,\"back\":false},\"packaging-id\":\"815b7785-8284-3926-8f04-e48bc6c4d102\"}],\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/5JmJmTPkKkYLm2QFsIh1mpjIBsQ-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:21 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "854", + "X-RateLimit-Reset", + "1618477462", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"9fba481f5fb011a0d87fc5e28b57183a\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"releases\":[{\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"barcode\":\"077774600125\",\"media\":[{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"position\":1,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9}],\"disambiguation\":\"\",\"cover-art-archive\":{\"count\":5,\"back\":false,\"artwork\":true,\"darkened\":false,\"front\":true},\"date\":\"1994\",\"release-events\":[{\"area\":{\"sort-name\":\"United States\",\"name\":\"United States\",\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"iso-3166-1-codes\":[\"US\"],\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"1994\"}],\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"country\":\"US\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"quality\":\"normal\"},{\"status\":\"Official\",\"release-events\":[{\"date\":\"2001-06-16\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"sort-name\":\"Japan\",\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"]}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Cardboard/Paper Sleeve\",\"country\":\"JP\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"quality\":\"normal\",\"asin\":\"B00005HYHA\",\"title\":\"The Dark Side of the Moon\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"barcode\":\"4988006791800\",\"cover-art-archive\":{\"front\":false,\"darkened\":false,\"artwork\":false,\"back\":false,\"count\":0},\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"format\":\"CD\",\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"position\":1}],\"date\":\"2001-06-16\",\"disambiguation\":\"\"},{\"status\":\"Official\",\"release-events\":[{\"area\":{\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type\":null,\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\",\"type-id\":null},\"date\":\"1994\"}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"GB\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"barcode\":\"724382975229\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"asin\":\"B000024D4P\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"front\":true,\"darkened\":false,\"artwork\":true,\"back\":true,\"count\":16},\"media\":[{\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offset-count\":9,\"sectors\":193250,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"track-count\":9}],\"disambiguation\":\"\",\"date\":\"1994\"},{\"release-events\":[{\"area\":{\"sort-name\":\"United States\",\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type-id\":null},\"date\":\"1985\"}],\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"US\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"packaging-id\":null,\"barcode\":\"077774600125\",\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"format\":\"CD\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9,\"position\":1}],\"disambiguation\":\"\",\"cover-art-archive\":{\"count\":9,\"back\":true,\"artwork\":true,\"darkened\":false,\"front\":true},\"date\":\"1985\"},{\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}]}],\"cover-art-archive\":{\"back\":true,\"artwork\":true,\"count\":3,\"front\":true,\"darkened\":false},\"date\":\"1986-05\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"release-events\":[{\"area\":{\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"type\":null,\"iso-3166-1-codes\":[\"GB\"],\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"disambiguation\":\"\",\"type-id\":null},\"date\":\"1986-05\"}],\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"GB\",\"quality\":\"normal\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\"},{\"media\":[{\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"track-count\":9,\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"format\":\"CD\"}],\"date\":\"1993-03-31\",\"cover-art-archive\":{\"front\":false,\"darkened\":false,\"count\":0,\"artwork\":false,\"back\":false},\"disambiguation\":\"\",\"asin\":\"B000UVIP42\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006683129\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"name\":\"Japan\"}}],\"status\":\"Official\"},{\"asin\":\"B007CDVIXG\",\"title\":\"The Dark Side of the Moon\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"barcode\":\"4988006680951\",\"media\":[{\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"position\":1,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"cover-art-archive\":{\"count\":0,\"artwork\":false,\"back\":false,\"front\":false,\"darkened\":false},\"date\":\"1993-04-28\",\"disambiguation\":\"\",\"status\":\"Official\",\"release-events\":[{\"area\":{\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\",\"disambiguation\":\"\",\"type-id\":null},\"date\":\"1993-04-28\"}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"quality\":\"normal\",\"country\":\"JP\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"media\":[{\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"position\":1,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"cover-art-archive\":{\"count\":4,\"artwork\":true,\"back\":false,\"darkened\":false,\"front\":true},\"date\":\"1996-03-27\",\"disambiguation\":\"\",\"barcode\":\"4988006715578\",\"packaging-id\":null,\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000064TUF\",\"country\":\"JP\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"1996-03-27\"}],\"status\":\"Official\"},{\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"Japan\",\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2000-08-30\"}],\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"quality\":\"normal\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"barcode\":\"4988006784161\",\"packaging-id\":null,\"title\":\"The Dark Side of the Moon\",\"asin\":\"B00005HK29\",\"media\":[{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"position\":1,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9}],\"cover-art-archive\":{\"front\":false,\"darkened\":false,\"count\":0,\"artwork\":false,\"back\":false},\"date\":\"2000-08-30\",\"disambiguation\":\"\"},{\"date\":\"2006-03-08\",\"media\":[{\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"position\":1}],\"cover-art-archive\":{\"darkened\":false,\"front\":false,\"back\":false,\"artwork\":false,\"count\":0},\"disambiguation\":\"\",\"barcode\":\"4988006840751\",\"packaging-id\":null,\"asin\":\"B000E6G6KI\",\"title\":\"The Dark Side of the Moon\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"quality\":\"normal\",\"country\":\"JP\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"]}}],\"status\":\"Official\"},{\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"format\":\"CD\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"track-count\":9,\"position\":1}],\"cover-art-archive\":{\"darkened\":false,\"front\":false,\"back\":false,\"artwork\":false,\"count\":0},\"disambiguation\":\"\",\"date\":\"2006-09-06\",\"asin\":\"B000GUK734\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006846586\",\"packaging-id\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"country\":\"JP\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"quality\":\"normal\",\"status\":\"Official\",\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"]}}]},{\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"quality\":\"normal\",\"country\":\"CA\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"release-events\":[{\"date\":\"1993\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"CA\"],\"type\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"sort-name\":\"Canada\",\"name\":\"Canada\"}}],\"disambiguation\":\"\",\"media\":[{\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"sectors\":193477,\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"track-count\":9,\"position\":1,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"cover-art-archive\":{\"front\":true,\"darkened\":false,\"artwork\":true,\"back\":true,\"count\":10},\"date\":\"1993\",\"barcode\":\"077774600125\",\"packaging-id\":null,\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\"}],\"sectors\":194476,\"offset-count\":9}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/Ljf3f57fCuw7rpaaa5eXOQz.7iQ-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:26 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1098", + "X-RateLimit-Reset", + "1618477468", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"ec4580e8404c7cba92533dc5269f1d9c\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"releases\":[{\"status\":\"Official\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"sort-name\":\"United States\",\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"}}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"US\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"barcode\":\"077774600125\",\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"front\":true,\"darkened\":false,\"artwork\":true,\"back\":false,\"count\":5},\"media\":[{\"position\":1,\"track-count\":9,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\"}],\"disambiguation\":\"\",\"date\":\"1994\"},{\"status\":\"Official\",\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"name\":\"Japan\"},\"date\":\"2001-06-16\"}],\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"packaging\":\"Cardboard/Paper Sleeve\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"4988006791800\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B00005HYHA\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"format\":\"CD\",\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"position\":1}],\"cover-art-archive\":{\"front\":false,\"darkened\":false,\"count\":0,\"artwork\":false,\"back\":false},\"date\":\"2001-06-16\",\"disambiguation\":\"\"},{\"release-events\":[{\"date\":\"1994\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type\":null,\"iso-3166-1-codes\":[\"GB\"],\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"type-id\":null,\"disambiguation\":\"\"}}],\"status\":\"Official\",\"country\":\"GB\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"barcode\":\"724382975229\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000024D4P\",\"cover-art-archive\":{\"back\":true,\"artwork\":true,\"count\":16,\"front\":true,\"darkened\":false},\"media\":[{\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offset-count\":9,\"sectors\":193250},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"position\":1}],\"disambiguation\":\"\",\"date\":\"1994\"},{\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"packaging-id\":null,\"barcode\":\"077774600125\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"format\":\"CD\",\"track-count\":9,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"position\":1}],\"cover-art-archive\":{\"artwork\":true,\"back\":true,\"count\":9,\"front\":true,\"darkened\":false},\"disambiguation\":\"\",\"date\":\"1985\",\"status\":\"Official\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\",\"name\":\"United States\"},\"date\":\"1985\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"US\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"quality\":\"normal\"},{\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"count\":3,\"back\":true,\"artwork\":true,\"darkened\":false,\"front\":true},\"media\":[{\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"track-count\":9,\"position\":1,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"date\":\"1986-05\",\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"type\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"},\"date\":\"1986-05\"}],\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"GB\",\"quality\":\"normal\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\"},{\"quality\":\"normal\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"]}}],\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"position\":1,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"date\":\"1993-03-31\",\"cover-art-archive\":{\"back\":false,\"artwork\":false,\"count\":0,\"front\":false,\"darkened\":false},\"disambiguation\":\"\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"barcode\":\"4988006683129\",\"asin\":\"B000UVIP42\",\"title\":\"The Dark Side of the Moon\"},{\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"barcode\":\"4988006680951\",\"asin\":\"B007CDVIXG\",\"title\":\"The Dark Side of the Moon\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"format\":\"CD\",\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"position\":1}],\"date\":\"1993-04-28\",\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"count\":0,\"front\":false,\"darkened\":false},\"disambiguation\":\"\",\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"name\":\"Japan\"}}],\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"quality\":\"normal\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\"},{\"cover-art-archive\":{\"darkened\":false,\"front\":true,\"artwork\":true,\"back\":false,\"count\":4},\"media\":[{\"position\":1,\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\"}],\"date\":\"1996-03-27\",\"disambiguation\":\"\",\"asin\":\"B000064TUF\",\"title\":\"The Dark Side of the Moon\",\"packaging-id\":null,\"barcode\":\"4988006715578\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"country\":\"JP\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"quality\":\"normal\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"1996-03-27\"}],\"status\":\"Official\"},{\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"status\":\"Official\",\"release-events\":[{\"date\":\"2000-08-30\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"cover-art-archive\":{\"darkened\":false,\"front\":false,\"back\":false,\"artwork\":false,\"count\":0},\"media\":[{\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"format\":\"CD\"}],\"disambiguation\":\"\",\"date\":\"2000-08-30\",\"asin\":\"B00005HK29\",\"title\":\"The Dark Side of the Moon\",\"packaging-id\":null,\"barcode\":\"4988006784161\"},{\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000E6G6KI\",\"barcode\":\"4988006840751\",\"packaging-id\":null,\"media\":[{\"position\":1,\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"cover-art-archive\":{\"back\":false,\"artwork\":false,\"count\":0,\"darkened\":false,\"front\":false},\"disambiguation\":\"\",\"date\":\"2006-03-08\",\"release-events\":[{\"area\":{\"name\":\"Japan\",\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"type-id\":null},\"date\":\"2006-03-08\"}],\"status\":\"Official\",\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"quality\":\"normal\",\"country\":\"JP\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},{\"media\":[{\"track-count\":9,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"format\":\"CD\"}],\"cover-art-archive\":{\"darkened\":false,\"front\":false,\"artwork\":false,\"back\":false,\"count\":0},\"disambiguation\":\"\",\"date\":\"2006-09-06\",\"asin\":\"B000GUK734\",\"title\":\"The Dark Side of the Moon\",\"packaging-id\":null,\"barcode\":\"4988006846586\",\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"quality\":\"normal\",\"country\":\"JP\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"release-events\":[{\"area\":{\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"2006-09-06\"}],\"status\":\"Official\"},{\"country\":\"CA\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"date\":\"1993\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"type\":null,\"iso-3166-1-codes\":[\"CA\"],\"name\":\"Canada\",\"sort-name\":\"Canada\"}}],\"status\":\"Official\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"track-count\":9,\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"format\":\"CD\"}],\"cover-art-archive\":{\"count\":10,\"artwork\":true,\"back\":true,\"darkened\":false,\"front\":true},\"date\":\"1993\",\"disambiguation\":\"\",\"barcode\":\"077774600125\",\"packaging-id\":null,\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000002U82\"}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/LJbrPXYlRQOp92.q09PsOJIDp64-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:26 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1099", + "X-RateLimit-Reset", + "1618477468", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"8495a4547619db868005e64aabb84633\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"releases\":[{\"disambiguation\":\"\",\"date\":\"1994\",\"country\":\"US\",\"asin\":\"B000002U82\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"name\":\"United States\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"]}}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"artwork\":true,\"back\":false,\"front\":true,\"count\":5,\"darkened\":false},\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9}]},{\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"back\":false,\"front\":false,\"artwork\":false},\"media\":[{\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"title\":\"\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Cardboard/Paper Sleeve\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type\":null},\"date\":\"2001-06-16\"}],\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"4988006791800\",\"asin\":\"B00005HYHA\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"country\":\"JP\",\"disambiguation\":\"\",\"date\":\"2001-06-16\"},{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"]}}],\"packaging\":\"Jewel Case\",\"cover-art-archive\":{\"darkened\":false,\"count\":16,\"front\":true,\"back\":true,\"artwork\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\"},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offset-count\":9,\"sectors\":193250,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1}],\"disambiguation\":\"\",\"date\":\"1994\",\"country\":\"GB\",\"asin\":\"B000024D4P\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"724382975229\"},{\"disambiguation\":\"\",\"date\":\"1985\",\"country\":\"US\",\"asin\":\"B000002U82\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"077774600125\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\"},\"date\":\"1985\"}],\"packaging\":null,\"cover-art-archive\":{\"count\":9,\"darkened\":false,\"artwork\":true,\"front\":true,\"back\":true},\"packaging-id\":null,\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9}]},{\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"\",\"asin\":\"B000002U82\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"country\":\"GB\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"date\":\"1986-05\",\"cover-art-archive\":{\"front\":true,\"back\":true,\"artwork\":true,\"count\":3,\"darkened\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"format\":\"CD\",\"position\":1,\"title\":\"\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"sort-name\":\"United Kingdom\",\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"]}}],\"packaging\":\"Jewel Case\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"track-count\":9,\"title\":\"\",\"position\":1,\"format\":\"CD\"}],\"cover-art-archive\":{\"artwork\":false,\"front\":false,\"back\":false,\"darkened\":false,\"count\":0},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]}}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"barcode\":\"4988006683129\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"asin\":\"B000UVIP42\",\"country\":\"JP\",\"date\":\"1993-03-31\",\"disambiguation\":\"\"},{\"date\":\"1993-04-28\",\"disambiguation\":\"\",\"country\":\"JP\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"asin\":\"B007CDVIXG\",\"barcode\":\"4988006680951\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"title\":\"\"}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"artwork\":false,\"front\":false,\"back\":false,\"count\":0,\"darkened\":false}},{\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"media\":[{\"format\":\"CD\",\"position\":1,\"title\":\"\",\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"cover-art-archive\":{\"darkened\":false,\"count\":4,\"artwork\":true,\"back\":false,\"front\":true},\"packaging-id\":null,\"release-events\":[{\"date\":\"1996-03-27\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type\":null}}],\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"JP\",\"date\":\"1996-03-27\",\"disambiguation\":\"\",\"barcode\":\"4988006715578\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"asin\":\"B000064TUF\"},{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"packaging\":null,\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type\":null},\"date\":\"2000-08-30\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9}],\"packaging-id\":null,\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"front\":false,\"back\":false,\"artwork\":false},\"date\":\"2000-08-30\",\"disambiguation\":\"\",\"country\":\"JP\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"asin\":\"B00005HK29\",\"barcode\":\"4988006784161\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\"},{\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"4988006840751\",\"asin\":\"B000E6G6KI\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"country\":\"JP\",\"disambiguation\":\"\",\"date\":\"2006-03-08\",\"packaging-id\":null,\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"back\":false,\"front\":false,\"artwork\":false},\"media\":[{\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"sort-name\":\"Japan\",\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\"}}],\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]}}],\"packaging\":null,\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"front\":false,\"count\":0,\"darkened\":false},\"packaging-id\":null,\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"asin\":\"B000GUK734\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"4988006846586\",\"disambiguation\":\"\",\"date\":\"2006-09-06\",\"country\":\"JP\"},{\"asin\":\"B000002U82\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"disambiguation\":\"\",\"date\":\"1993\",\"country\":\"CA\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"area\":{\"type-id\":null,\"sort-name\":\"Canada\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"name\":\"Canada\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"CA\"]},\"date\":\"1993\"}],\"packaging-id\":null,\"cover-art-archive\":{\"artwork\":true,\"back\":true,\"front\":true,\"darkened\":false,\"count\":10},\"media\":[{\"format\":\"CD\",\"position\":1,\"title\":\"\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\"}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/BTRGIyOdiZ9zJWqrOdTpo5l6RNY-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:26 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1095", + "X-RateLimit-Reset", + "1618477468", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"8b37b61994e570a36d4bca8d6db581b5\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"releases\":[{\"asin\":\"B000002U82\",\"packaging\":\"Jewel Case\",\"barcode\":\"077774600125\",\"media\":[{\"position\":1,\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"US\",\"date\":\"1994\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"count\":5,\"back\":false,\"darkened\":false},\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"disambiguation\":\"\",\"release-events\":[{\"area\":{\"name\":\"United States\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"type-id\":null,\"sort-name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\"},\"date\":\"1994\"}],\"quality\":\"normal\"},{\"cover-art-archive\":{\"artwork\":false,\"count\":0,\"front\":false,\"back\":false,\"darkened\":false},\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2001-06-16\"}],\"quality\":\"normal\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"2001-06-16\",\"country\":\"JP\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"asin\":\"B00005HYHA\",\"barcode\":\"4988006791800\",\"packaging\":\"Cardboard/Paper Sleeve\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"position\":1}],\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\"},{\"disambiguation\":\"\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"release-events\":[{\"area\":{\"type-id\":null,\"name\":\"United Kingdom\",\"type\":null,\"iso-3166-1-codes\":[\"GB\"],\"sort-name\":\"United Kingdom\",\"disambiguation\":\"\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"},\"date\":\"1994\"}],\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"artwork\":true,\"count\":16,\"front\":true,\"back\":true,\"darkened\":false},\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"asin\":\"B000024D4P\",\"media\":[{\"position\":1,\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offset-count\":9,\"sectors\":193242},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offset-count\":9,\"sectors\":193250},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"barcode\":\"724382975229\",\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"1994\",\"country\":\"GB\"},{\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"date\":\"1985\",\"country\":\"US\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offset-count\":9,\"sectors\":193405},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"barcode\":\"077774600125\",\"packaging\":null,\"asin\":\"B000002U82\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"sort-name\":\"United States\",\"disambiguation\":\"\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"},\"date\":\"1985\"}],\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"disambiguation\":\"\",\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"count\":9,\"back\":true,\"darkened\":false},\"packaging-id\":null},{\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"front\":true,\"count\":3,\"artwork\":true,\"darkened\":false,\"back\":true},\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"iso-3166-1-codes\":[\"GB\"],\"type\":null,\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\"},\"date\":\"1986-05\"}],\"quality\":\"normal\",\"asin\":\"B000002U82\",\"barcode\":\"\",\"packaging\":\"Jewel Case\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"position\":1,\"track-count\":9,\"title\":\"\",\"format\":\"CD\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"GB\",\"date\":\"1986-05\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\"},{\"date\":\"1993-03-31\",\"country\":\"JP\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"barcode\":\"4988006683129\",\"media\":[{\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B000UVIP42\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":false,\"front\":false,\"count\":0},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"sort-name\":\"Japan\"}}],\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"disambiguation\":\"\"},{\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"disambiguation\":\"\",\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"name\":\"Japan\",\"type-id\":null},\"date\":\"1993-04-28\"}],\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":false,\"count\":0,\"front\":false},\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"asin\":\"B007CDVIXG\",\"packaging\":\"Jewel Case\",\"barcode\":\"4988006680951\",\"media\":[{\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"JP\",\"date\":\"1993-04-28\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},{\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"1996-03-27\",\"country\":\"JP\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"barcode\":\"4988006715578\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"position\":1,\"track-count\":9,\"title\":\"\",\"format\":\"CD\"}],\"asin\":\"B000064TUF\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"type\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"sort-name\":\"Japan\"},\"date\":\"1996-03-27\"}],\"disambiguation\":\"\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":true,\"count\":4,\"front\":true},\"packaging-id\":null},{\"release-events\":[{\"date\":\"2000-08-30\",\"area\":{\"type-id\":null,\"type\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"quality\":\"normal\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"disambiguation\":\"\",\"cover-art-archive\":{\"artwork\":false,\"count\":0,\"front\":false,\"back\":false,\"darkened\":false},\"packaging-id\":null,\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"JP\",\"date\":\"2000-08-30\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"asin\":\"B00005HK29\",\"packaging\":null,\"barcode\":\"4988006784161\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"position\":1,\"track-count\":9,\"format\":\"CD\",\"title\":\"\"}]},{\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"asin\":\"B000E6G6KI\",\"packaging\":null,\"barcode\":\"4988006840751\",\"media\":[{\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"date\":\"2006-03-08\",\"disambiguation\":\"\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"name\":\"Japan\",\"type-id\":null,\"sort-name\":\"Japan\"}}],\"quality\":\"normal\",\"packaging-id\":null,\"cover-art-archive\":{\"count\":0,\"front\":false,\"artwork\":false,\"darkened\":false,\"back\":false}},{\"packaging\":null,\"barcode\":\"4988006846586\",\"media\":[{\"position\":1,\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"asin\":\"B000GUK734\",\"date\":\"2006-09-06\",\"country\":\"JP\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"packaging-id\":null,\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":false,\"count\":0,\"front\":false},\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"disambiguation\":\"\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"name\":\"Japan\",\"type-id\":null,\"sort-name\":\"Japan\"},\"date\":\"2006-09-06\"}]},{\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1993\",\"country\":\"CA\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"asin\":\"B000002U82\",\"packaging\":null,\"media\":[{\"position\":1,\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}]}],\"barcode\":\"077774600125\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"CA\"],\"name\":\"Canada\",\"sort-name\":\"Canada\"},\"date\":\"1993\"}],\"quality\":\"normal\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"disambiguation\":\"\",\"cover-art-archive\":{\"darkened\":false,\"back\":true,\"count\":10,\"front\":true,\"artwork\":true},\"packaging-id\":null},{\"packaging-id\":\"8f931351-d2e2-310f-afc6-37b89ddba246\",\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"count\":3,\"back\":true,\"darkened\":false},\"id\":\"2755bfc1-9438-4ae8-8a49-3f820dbca482\",\"disambiguation\":\"20th anniversary edition, made in UK\",\"release-events\":[{\"date\":\"1993\",\"area\":{\"iso-3166-1-codes\":[\"XE\"],\"type\":null,\"name\":\"Europe\",\"type-id\":null,\"sort-name\":\"Europe\",\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"disambiguation\":\"\"}}],\"quality\":\"normal\",\"asin\":\"B000008JGJ\",\"media\":[{\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"discs\":[{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"packaging\":\"Digipak\",\"barcode\":\"077778147923\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1993\",\"country\":\"XE\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\"},{\"cover-art-archive\":{\"artwork\":false,\"count\":0,\"front\":false,\"back\":false,\"darkened\":false},\"packaging-id\":\"8f931351-d2e2-310f-afc6-37b89ddba246\",\"release-events\":[{\"date\":\"1993\",\"area\":{\"sort-name\":\"Netherlands\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"NL\"],\"name\":\"Netherlands\",\"disambiguation\":\"\",\"id\":\"ef1b7cc0-cd26-36f4-8ea0-04d9623786c7\"}}],\"quality\":\"normal\",\"id\":\"d36ec77b-13b3-4fdf-bdc4-235a07cd7e6f\",\"disambiguation\":\"20th anniversary edition, made in Holland\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1993\",\"country\":\"NL\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"asin\":null,\"barcode\":\"077778147923\",\"media\":[{\"discs\":[{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1}],\"packaging\":\"Digipak\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\"},{\"id\":\"7cf17389-df89-4605-baee-818bb816ba04\",\"disambiguation\":\"20th anniversary edition, made in Canada\",\"release-events\":[{\"area\":{\"sort-name\":\"Canada\",\"type\":null,\"name\":\"Canada\",\"iso-3166-1-codes\":[\"CA\"],\"type-id\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"disambiguation\":\"\"},\"date\":\"1993\"}],\"quality\":\"normal\",\"packaging-id\":\"8f931351-d2e2-310f-afc6-37b89ddba246\",\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":false,\"count\":0,\"front\":false},\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"asin\":null,\"barcode\":\"077778147923\",\"packaging\":\"Digipak\",\"media\":[{\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1,\"discs\":[{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1993\",\"country\":\"CA\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}}],\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/JqKqVx.6RyPF63qiq.UkZKL1amc-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:26 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1097", + "X-RateLimit-Reset", + "1618477468", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"d392ec38cd405f5f8de8fd9ac75e611c\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"releases\":[{\"barcode\":\"077774600125\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"country\":\"US\",\"status\":\"Official\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"type\":null,\"sort-name\":\"United States\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"disambiguation\":\"\"},\"date\":\"1994\"}],\"date\":\"1994\",\"media\":[{\"format\":\"CD\",\"position\":1,\"title\":\"\",\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"sectors\":193445},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193477,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"cover-art-archive\":{\"front\":true,\"count\":5,\"back\":false,\"artwork\":true,\"darkened\":false},\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"asin\":\"B000002U82\"},{\"barcode\":\"4988006791800\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"country\":\"JP\",\"release-events\":[{\"area\":{\"name\":\"Japan\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"sort-name\":\"Japan\"},\"date\":\"2001-06-16\"}],\"packaging\":\"Cardboard/Paper Sleeve\",\"date\":\"2001-06-16\",\"status\":\"Official\",\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193350,\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"sectors\":193599},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"sectors\":192937},{\"sectors\":193410,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}]}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"darkened\":false,\"artwork\":false,\"front\":false,\"back\":false,\"count\":0},\"quality\":\"normal\",\"asin\":\"B00005HYHA\"},{\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"position\":1,\"title\":\"\",\"format\":\"CD\",\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9,\"sectors\":193195},{\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"sectors\":193250,\"offset-count\":9,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158]},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"darkened\":false,\"artwork\":true,\"back\":true,\"count\":16,\"front\":true},\"quality\":\"normal\",\"asin\":\"B000024D4P\",\"barcode\":\"724382975229\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"country\":\"GB\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"packaging\":\"Jewel Case\",\"date\":\"1994\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"name\":\"United Kingdom\",\"type-id\":null,\"iso-3166-1-codes\":[\"GB\"],\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type\":null,\"sort-name\":\"United Kingdom\"},\"date\":\"1994\"}],\"status\":\"Official\"},{\"quality\":\"normal\",\"asin\":\"B000002U82\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"artwork\":true,\"darkened\":false,\"front\":true,\"count\":9,\"back\":true},\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9,\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"offset-count\":9,\"sectors\":193405,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"title\":\"\"}],\"date\":\"1985\",\"packaging\":null,\"release-events\":[{\"date\":\"1985\",\"area\":{\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null,\"disambiguation\":\"\",\"name\":\"United States\",\"sort-name\":\"United States\",\"type\":null}}],\"status\":\"Official\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"packaging-id\":null,\"country\":\"US\",\"barcode\":\"077774600125\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"country\":\"GB\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"date\":\"1986-05\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"disambiguation\":\"\",\"name\":\"United Kingdom\",\"type-id\":null,\"iso-3166-1-codes\":[\"GB\"],\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type\":null,\"sort-name\":\"United Kingdom\"}}],\"status\":\"Official\",\"barcode\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"quality\":\"normal\",\"asin\":\"B000002U82\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"sectors\":193058,\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9,\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9}],\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"cover-art-archive\":{\"artwork\":true,\"darkened\":false,\"count\":3,\"back\":true,\"front\":true}},{\"cover-art-archive\":{\"count\":0,\"back\":false,\"front\":false,\"artwork\":false,\"darkened\":false},\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"position\":1,\"format\":\"CD\",\"title\":\"\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"asin\":\"B000UVIP42\",\"quality\":\"normal\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"4988006683129\",\"status\":\"Official\",\"date\":\"1993-03-31\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"sort-name\":\"Japan\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"name\":\"Japan\",\"disambiguation\":\"\"}}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"country\":\"JP\"},{\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"cover-art-archive\":{\"artwork\":false,\"darkened\":false,\"front\":false,\"count\":0,\"back\":false},\"media\":[{\"position\":1,\"title\":\"\",\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":192955},{\"sectors\":193275,\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"asin\":\"B007CDVIXG\",\"quality\":\"normal\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"4988006680951\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"name\":\"Japan\",\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"sort-name\":\"Japan\",\"type\":null},\"date\":\"1993-04-28\"}],\"date\":\"1993-04-28\",\"status\":\"Official\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"country\":\"JP\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\"},{\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"packaging-id\":null,\"country\":\"JP\",\"status\":\"Official\",\"date\":\"1996-03-27\",\"packaging\":null,\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"disambiguation\":\"\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null},\"date\":\"1996-03-27\"}],\"barcode\":\"4988006715578\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"quality\":\"normal\",\"asin\":\"B000064TUF\",\"media\":[{\"format\":\"CD\",\"position\":1,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"cover-art-archive\":{\"darkened\":false,\"artwork\":true,\"back\":false,\"count\":4,\"front\":true},\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"packaging-id\":null,\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"country\":\"JP\",\"packaging\":null,\"date\":\"2000-08-30\",\"release-events\":[{\"date\":\"2000-08-30\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"disambiguation\":\"\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null}}],\"status\":\"Official\",\"barcode\":\"4988006784161\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"quality\":\"normal\",\"asin\":\"B00005HK29\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9,\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"sectors\":193599},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"sectors\":193195,\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"position\":1,\"title\":\"\",\"format\":\"CD\"}],\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"cover-art-archive\":{\"back\":false,\"count\":0,\"front\":false,\"darkened\":false,\"artwork\":false}},{\"asin\":\"B000E6G6KI\",\"quality\":\"normal\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9,\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193275,\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193260}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\"}],\"cover-art-archive\":{\"artwork\":false,\"darkened\":false,\"count\":0,\"back\":false,\"front\":false},\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"title\":\"The Dark Side of the Moon\",\"packaging-id\":null,\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"country\":\"JP\",\"status\":\"Official\",\"packaging\":null,\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"disambiguation\":\"\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null},\"date\":\"2006-03-08\"}],\"date\":\"2006-03-08\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"barcode\":\"4988006840751\"},{\"barcode\":\"4988006846586\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"area\":{\"type\":null,\"sort-name\":\"Japan\",\"name\":\"Japan\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2006-09-06\"}],\"date\":\"2006-09-06\",\"status\":\"Official\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"packaging-id\":null,\"country\":\"JP\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"artwork\":false,\"darkened\":false,\"front\":false,\"count\":0,\"back\":false},\"media\":[{\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9,\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"sectors\":193410,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"title\":\"\"}],\"quality\":\"normal\",\"asin\":\"B000GUK734\"},{\"cover-art-archive\":{\"artwork\":true,\"darkened\":false,\"front\":true,\"count\":10,\"back\":true},\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"title\":\"\",\"position\":1,\"format\":\"CD\",\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193350,\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"sectors\":193445},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9,\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":192955},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"asin\":\"B000002U82\",\"quality\":\"normal\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"077774600125\",\"status\":\"Official\",\"release-events\":[{\"area\":{\"sort-name\":\"Canada\",\"type\":null,\"name\":\"Canada\",\"disambiguation\":\"\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"iso-3166-1-codes\":[\"CA\"],\"type-id\":null},\"date\":\"1993\"}],\"packaging\":null,\"date\":\"1993\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"packaging-id\":null,\"country\":\"CA\"}],\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"sectors\":193300}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/KfzSur0dV4W.P4zSxxNnF0eUvwQ-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:26 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1096", + "X-RateLimit-Reset", + "1618477468", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"7d0c4fc7ad67b607f83a48f86d9ab401\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"releases\":[{\"asin\":\"B000002U82\",\"barcode\":\"077774600125\",\"packaging\":\"Jewel Case\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193477,\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1994\",\"country\":\"US\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":true,\"count\":5,\"front\":true},\"disambiguation\":\"\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"US\"],\"type\":null,\"name\":\"United States\",\"type-id\":null,\"sort-name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\"},\"date\":\"1994\"}],\"quality\":\"normal\"},{\"release-events\":[{\"date\":\"2001-06-16\",\"area\":{\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"type\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\"}}],\"quality\":\"normal\",\"disambiguation\":\"\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":false,\"count\":0,\"front\":false},\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"date\":\"2001-06-16\",\"asin\":\"B00005HYHA\",\"packaging\":\"Cardboard/Paper Sleeve\",\"barcode\":\"4988006791800\",\"media\":[{\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}]},{\"packaging\":\"Jewel Case\",\"barcode\":\"724382975229\",\"media\":[{\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\"},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"sectors\":193250,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1}],\"asin\":\"B000024D4P\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1994\",\"country\":\"GB\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"back\":true,\"darkened\":false,\"artwork\":true,\"front\":true,\"count\":16},\"disambiguation\":\"\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"type\":null,\"name\":\"United Kingdom\",\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"disambiguation\":\"\"}}]},{\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"barcode\":\"077774600125\",\"packaging\":null,\"media\":[{\"position\":1,\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"asin\":\"B000002U82\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"US\",\"date\":\"1985\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"1985\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"type-id\":null,\"sort-name\":\"United States\"}}],\"packaging-id\":null,\"cover-art-archive\":{\"darkened\":false,\"back\":true,\"count\":9,\"front\":true,\"artwork\":true}},{\"asin\":\"B000002U82\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"position\":1,\"track-count\":9,\"format\":\"CD\",\"title\":\"\"}],\"packaging\":\"Jewel Case\",\"barcode\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"GB\",\"date\":\"1986-05\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"front\":true,\"count\":3,\"artwork\":true,\"darkened\":false,\"back\":true},\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"GB\"],\"type\":null,\"name\":\"United Kingdom\",\"type-id\":null,\"sort-name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"disambiguation\":\"\"},\"date\":\"1986-05\"}],\"quality\":\"normal\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"JP\",\"date\":\"1993-03-31\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"asin\":\"B000UVIP42\",\"media\":[{\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"packaging\":\"Jewel Case\",\"barcode\":\"4988006683129\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"artwork\":false,\"count\":0,\"front\":false,\"back\":false,\"darkened\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"sort-name\":\"Japan\"}}],\"quality\":\"normal\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"disambiguation\":\"\"},{\"disambiguation\":\"\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\"}}],\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"count\":0,\"front\":false,\"artwork\":false,\"darkened\":false,\"back\":false},\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"asin\":\"B007CDVIXG\",\"barcode\":\"4988006680951\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1993-04-28\",\"country\":\"JP\"},{\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"type-id\":null,\"type\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"1996-03-27\"}],\"quality\":\"normal\",\"disambiguation\":\"\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":true,\"count\":4,\"front\":true},\"packaging-id\":null,\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"date\":\"1996-03-27\",\"asin\":\"B000064TUF\",\"barcode\":\"4988006715578\",\"media\":[{\"position\":1,\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"packaging\":null},{\"packaging-id\":null,\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"count\":0,\"front\":false,\"artwork\":false},\"disambiguation\":\"\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"release-events\":[{\"date\":\"2000-08-30\",\"area\":{\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\"}}],\"quality\":\"normal\",\"asin\":\"B00005HK29\",\"barcode\":\"4988006784161\",\"packaging\":null,\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"position\":1,\"track-count\":9,\"title\":\"\",\"format\":\"CD\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"2000-08-30\",\"country\":\"JP\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\"},{\"quality\":\"normal\",\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\"}}],\"disambiguation\":\"\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":false,\"count\":0,\"front\":false},\"packaging-id\":null,\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"date\":\"2006-03-08\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"barcode\":\"4988006840751\",\"media\":[{\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1,\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B000E6G6KI\"},{\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"asin\":\"B000GUK734\",\"barcode\":\"4988006846586\",\"media\":[{\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"2006-09-06\",\"country\":\"JP\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"disambiguation\":\"\",\"release-events\":[{\"area\":{\"type-id\":null,\"type\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2006-09-06\"}],\"quality\":\"normal\",\"packaging-id\":null,\"cover-art-archive\":{\"count\":0,\"front\":false,\"artwork\":false,\"darkened\":false,\"back\":false}},{\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"asin\":\"B000002U82\",\"packaging\":null,\"barcode\":\"077774600125\",\"media\":[{\"position\":1,\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1993\",\"country\":\"CA\",\"disambiguation\":\"\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"release-events\":[{\"area\":{\"type-id\":null,\"name\":\"Canada\",\"type\":null,\"iso-3166-1-codes\":[\"CA\"],\"sort-name\":\"Canada\",\"disambiguation\":\"\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\"},\"date\":\"1993\"}],\"quality\":\"normal\",\"packaging-id\":null,\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"count\":10,\"back\":true,\"darkened\":false}}],\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:32 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "706", + "X-RateLimit-Reset", + "1618477472", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"67bc76eb177e4ddb6e58b35ff7e0bbad\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"releases\":[{\"country\":\"US\",\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1994\",\"media\":[{\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9},{\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"track-count\":9,\"position\":1,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"release-events\":[{\"date\":\"1994\",\"area\":{\"sort-name\":\"United States\",\"type\":null,\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null,\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\"}}],\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"packaging\":\"Jewel Case\",\"cover-art-archive\":{\"artwork\":true,\"count\":5,\"back\":false,\"front\":true,\"darkened\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"status\":\"Official\",\"disambiguation\":\"\"},{\"packaging\":\"Cardboard/Paper Sleeve\",\"release-events\":[{\"date\":\"2001-06-16\",\"area\":{\"sort-name\":\"Japan\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]}}],\"media\":[{\"track-count\":9,\"position\":1,\"title\":\"\",\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"asin\":\"B00005HYHA\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006791800\",\"disambiguation\":\"\",\"status\":\"Official\",\"cover-art-archive\":{\"front\":false,\"back\":false,\"darkened\":false,\"count\":0,\"artwork\":false},\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"country\":\"JP\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"2001-06-16\",\"quality\":\"normal\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"status\":\"Official\",\"disambiguation\":\"\",\"cover-art-archive\":{\"count\":16,\"darkened\":false,\"back\":true,\"front\":true,\"artwork\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"packaging\":\"Jewel Case\",\"asin\":\"B000024D4P\",\"media\":[{\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"sectors\":193242,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193250,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\"},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"release-events\":[{\"date\":\"1994\",\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\",\"sort-name\":\"United Kingdom\",\"type\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\"}}],\"title\":\"The Dark Side of the Moon\",\"barcode\":\"724382975229\",\"date\":\"1994\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"country\":\"GB\"},{\"country\":\"US\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"date\":\"1985\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"077774600125\",\"asin\":\"B000002U82\",\"media\":[{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"title\":\"\",\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905]},{\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9}]}],\"release-events\":[{\"area\":{\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"US\"]},\"date\":\"1985\"}],\"title\":\"The Dark Side of the Moon\",\"packaging\":null,\"packaging-id\":null,\"cover-art-archive\":{\"darkened\":false,\"back\":true,\"front\":true,\"count\":9,\"artwork\":true},\"disambiguation\":\"\",\"status\":\"Official\"},{\"barcode\":\"\",\"media\":[{\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"position\":1,\"title\":\"\"}],\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000002U82\",\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"],\"type\":null,\"sort-name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\"}}],\"packaging\":\"Jewel Case\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"count\":3,\"front\":true,\"back\":true,\"darkened\":false,\"artwork\":true},\"status\":\"Official\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"country\":\"GB\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1986-05\"},{\"status\":\"Official\",\"disambiguation\":\"\",\"cover-art-archive\":{\"artwork\":false,\"count\":0,\"back\":false,\"front\":false,\"darkened\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"sort-name\":\"Japan\",\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"title\":\"\",\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"asin\":\"B000UVIP42\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006683129\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1993-03-31\",\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"country\":\"JP\"},{\"date\":\"1993-04-28\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"disambiguation\":\"\",\"status\":\"Official\",\"cover-art-archive\":{\"artwork\":false,\"count\":0,\"back\":false,\"front\":false,\"darkened\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"packaging\":\"Jewel Case\",\"media\":[{\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9}],\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"title\":\"\",\"track-count\":9}],\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null}}],\"asin\":\"B007CDVIXG\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006680951\"},{\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1996-03-27\",\"country\":\"JP\",\"cover-art-archive\":{\"count\":4,\"front\":true,\"back\":false,\"darkened\":false,\"artwork\":true},\"packaging-id\":null,\"status\":\"Official\",\"disambiguation\":\"\",\"title\":\"The Dark Side of the Moon\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"title\":\"\",\"position\":1,\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"asin\":\"B000064TUF\",\"release-events\":[{\"date\":\"1996-03-27\",\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"sort-name\":\"Japan\",\"type\":null,\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"barcode\":\"4988006715578\",\"packaging\":null},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"2000-08-30\",\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"country\":\"JP\",\"status\":\"Official\",\"disambiguation\":\"\",\"cover-art-archive\":{\"back\":false,\"front\":false,\"darkened\":false,\"count\":0,\"artwork\":false},\"packaging-id\":null,\"packaging\":null,\"release-events\":[{\"date\":\"2000-08-30\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"type\":null,\"sort-name\":\"Japan\"}}],\"media\":[{\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"track-count\":9,\"position\":1,\"title\":\"\",\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B00005HK29\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006784161\"},{\"status\":\"Official\",\"disambiguation\":\"\",\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"front\":false,\"darkened\":false,\"count\":0},\"packaging-id\":null,\"packaging\":null,\"title\":\"The Dark Side of the Moon\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"position\":1,\"title\":\"\"}],\"asin\":\"B000E6G6KI\",\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\"}}],\"barcode\":\"4988006840751\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"2006-03-08\",\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"country\":\"JP\"},{\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"2006-09-06\",\"country\":\"JP\",\"packaging-id\":null,\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"front\":false,\"back\":false,\"artwork\":false},\"disambiguation\":\"\",\"status\":\"Official\",\"barcode\":\"4988006846586\",\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"disambiguation\":\"\",\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type\":null}}],\"media\":[{\"title\":\"\",\"position\":1,\"track-count\":9,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}]}],\"asin\":\"B000GUK734\",\"title\":\"The Dark Side of the Moon\",\"packaging\":null},{\"status\":\"Official\",\"disambiguation\":\"\",\"cover-art-archive\":{\"darkened\":false,\"front\":true,\"back\":true,\"count\":10,\"artwork\":true},\"packaging-id\":null,\"packaging\":null,\"asin\":\"B000002U82\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}]}],\"release-events\":[{\"date\":\"1993\",\"area\":{\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"name\":\"Canada\",\"sort-name\":\"Canada\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"CA\"]}}],\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"date\":\"1993\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"country\":\"CA\"}],\"offset-count\":9}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/M5ef947_b48iguGQaG.URuoqfXE-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:32 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "712", + "X-RateLimit-Reset", + "1618477472", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"a46ffefaccf76c0b78e5a1c52453e7ae\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"releases\":[{\"release-events\":[{\"date\":\"1994\",\"area\":{\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"sort-name\":\"United States\",\"disambiguation\":\"\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"}}],\"quality\":\"normal\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"disambiguation\":\"\",\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"front\":true,\"count\":5,\"artwork\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1994\",\"country\":\"US\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"asin\":\"B000002U82\",\"packaging\":\"Jewel Case\",\"media\":[{\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"barcode\":\"077774600125\"},{\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"count\":0,\"front\":false,\"artwork\":false},\"disambiguation\":\"\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"2001-06-16\",\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"name\":\"Japan\",\"sort-name\":\"Japan\",\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"packaging\":\"Cardboard/Paper Sleeve\",\"barcode\":\"4988006791800\",\"media\":[{\"position\":1,\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"asin\":\"B00005HYHA\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"date\":\"2001-06-16\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\"},{\"quality\":\"normal\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"sort-name\":\"United Kingdom\",\"type\":null,\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"disambiguation\":\"\"}}],\"disambiguation\":\"\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"cover-art-archive\":{\"back\":true,\"darkened\":false,\"artwork\":true,\"count\":16,\"front\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"1994\",\"country\":\"GB\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"724382975229\",\"packaging\":\"Jewel Case\",\"media\":[{\"position\":1,\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offset-count\":9,\"sectors\":193250},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"asin\":\"B000024D4P\"},{\"cover-art-archive\":{\"artwork\":true,\"count\":9,\"front\":true,\"back\":true,\"darkened\":false},\"packaging-id\":null,\"quality\":\"normal\",\"release-events\":[{\"date\":\"1985\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\",\"sort-name\":\"United States\",\"type\":null,\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"type-id\":null}}],\"disambiguation\":\"\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"1985\",\"country\":\"US\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"position\":1,\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offset-count\":9,\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"packaging\":null,\"barcode\":\"077774600125\",\"asin\":\"B000002U82\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\"},{\"asin\":\"B000002U82\",\"barcode\":\"\",\"media\":[{\"position\":1,\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1986-05\",\"country\":\"GB\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"back\":true,\"darkened\":false,\"artwork\":true,\"count\":3,\"front\":true},\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"disambiguation\":\"\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\",\"type-id\":null,\"name\":\"United Kingdom\",\"type\":null,\"iso-3166-1-codes\":[\"GB\"]}}],\"quality\":\"normal\"},{\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"JP\",\"date\":\"1993-03-31\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"asin\":\"B000UVIP42\",\"barcode\":\"4988006683129\",\"packaging\":\"Jewel Case\",\"media\":[{\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"position\":1,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"sort-name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"type-id\":null},\"date\":\"1993-03-31\"}],\"quality\":\"normal\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"disambiguation\":\"\",\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"front\":false,\"count\":0,\"artwork\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\"},{\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"disambiguation\":\"\",\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\"},\"date\":\"1993-04-28\"}],\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"count\":0,\"front\":false,\"artwork\":false,\"darkened\":false,\"back\":false},\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"asin\":\"B007CDVIXG\",\"barcode\":\"4988006680951\",\"media\":[{\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"position\":1}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1993-04-28\",\"country\":\"JP\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"date\":\"1996-03-27\",\"asin\":\"B000064TUF\",\"media\":[{\"position\":1,\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}]}],\"packaging\":null,\"barcode\":\"4988006715578\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"count\":4,\"front\":true,\"artwork\":true,\"darkened\":false,\"back\":false},\"packaging-id\":null,\"release-events\":[{\"date\":\"1996-03-27\",\"area\":{\"type-id\":null,\"type\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"quality\":\"normal\",\"disambiguation\":\"\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\"},{\"asin\":\"B00005HK29\",\"barcode\":\"4988006784161\",\"media\":[{\"position\":1,\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}]}],\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"JP\",\"date\":\"2000-08-30\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"packaging-id\":null,\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":false,\"front\":false,\"count\":0},\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"disambiguation\":\"\",\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"sort-name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"type-id\":null},\"date\":\"2000-08-30\"}],\"quality\":\"normal\"},{\"date\":\"2006-03-08\",\"country\":\"JP\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"position\":1,\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}]}],\"barcode\":\"4988006840751\",\"packaging\":null,\"asin\":\"B000E6G6KI\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"artwork\":false,\"count\":0,\"front\":false,\"back\":false,\"darkened\":false},\"packaging-id\":null,\"quality\":\"normal\",\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\"}}],\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"disambiguation\":\"\"},{\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":false,\"front\":false,\"count\":0},\"packaging-id\":null,\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"sort-name\":\"Japan\",\"type\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null}}],\"quality\":\"normal\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"2006-09-06\",\"country\":\"JP\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"asin\":\"B000GUK734\",\"barcode\":\"4988006846586\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1}],\"packaging\":null,\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\"},{\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"CA\",\"date\":\"1993\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"asin\":\"B000002U82\",\"media\":[{\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"position\":1,\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"barcode\":\"077774600125\",\"packaging\":null,\"release-events\":[{\"area\":{\"sort-name\":\"Canada\",\"iso-3166-1-codes\":[\"CA\"],\"type\":null,\"name\":\"Canada\",\"type-id\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"disambiguation\":\"\"},\"date\":\"1993\"}],\"quality\":\"normal\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"disambiguation\":\"\",\"cover-art-archive\":{\"artwork\":true,\"count\":10,\"front\":true,\"back\":true,\"darkened\":false},\"packaging-id\":null}],\"sectors\":193445,\"offset-count\":9}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/MRmVoUlZOvKGZFxixVTsalKWr1Y-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:32 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "707", + "X-RateLimit-Reset", + "1618477472", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"43bc4ac1fe2b14c2afe5384a66e0fc1f\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"releases\":[{\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\",\"name\":\"United States\",\"disambiguation\":\"\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"}}],\"packaging\":\"Jewel Case\",\"cover-art-archive\":{\"count\":5,\"darkened\":false,\"front\":true,\"artwork\":true,\"back\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"disambiguation\":\"\",\"country\":\"US\",\"barcode\":\"077774600125\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000002U82\",\"media\":[{\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9}],\"date\":\"1994\"},{\"date\":\"2001-06-16\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"track-count\":9,\"title\":\"\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"asin\":\"B00005HYHA\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006791800\",\"country\":\"JP\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"artwork\":false,\"back\":false,\"front\":false},\"packaging\":\"Cardboard/Paper Sleeve\",\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2001-06-16\"}],\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"quality\":\"normal\"},{\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"type\":null,\"name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"sort-name\":\"United Kingdom\",\"type-id\":null,\"disambiguation\":\"\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":16,\"darkened\":false,\"artwork\":true,\"back\":true,\"front\":true},\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193242},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"sectors\":193250},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}]}],\"asin\":\"B000024D4P\",\"date\":\"1994\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"country\":\"GB\",\"barcode\":\"724382975229\"},{\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"disambiguation\":\"\",\"barcode\":\"077774600125\",\"country\":\"US\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000002U82\",\"media\":[{\"title\":\"\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"date\":\"1985\",\"packaging-id\":null,\"quality\":\"normal\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"release-events\":[{\"area\":{\"type\":null,\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\",\"type-id\":null,\"disambiguation\":\"\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"},\"date\":\"1985\"}],\"packaging\":null,\"cover-art-archive\":{\"count\":9,\"darkened\":false,\"back\":true,\"artwork\":true,\"front\":true},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"type\":null},\"date\":\"1986-05\"}],\"cover-art-archive\":{\"front\":true,\"back\":true,\"artwork\":true,\"darkened\":false,\"count\":3},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"barcode\":\"\",\"country\":\"GB\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000002U82\",\"media\":[{\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1}],\"date\":\"1986-05\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"artwork\":false,\"back\":false,\"front\":false},\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"1993-03-31\"}],\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"date\":\"1993-03-31\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"asin\":\"B000UVIP42\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006683129\",\"country\":\"JP\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},{\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"back\":false,\"artwork\":false,\"front\":false,\"count\":0,\"darkened\":false},\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"title\":\"The Dark Side of the Moon\",\"country\":\"JP\",\"barcode\":\"4988006680951\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"1993-04-28\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"asin\":\"B007CDVIXG\"},{\"quality\":\"normal\",\"packaging-id\":null,\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null},\"date\":\"1996-03-27\"}],\"packaging\":null,\"cover-art-archive\":{\"count\":4,\"darkened\":false,\"back\":false,\"artwork\":true,\"front\":true},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"disambiguation\":\"\",\"barcode\":\"4988006715578\",\"country\":\"JP\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000064TUF\",\"media\":[{\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1}],\"date\":\"1996-03-27\"},{\"packaging\":null,\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"2000-08-30\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"front\":false,\"artwork\":false,\"back\":false,\"count\":0,\"darkened\":false},\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"quality\":\"normal\",\"packaging-id\":null,\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B00005HK29\",\"date\":\"2000-08-30\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006784161\",\"country\":\"JP\"},{\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"packaging-id\":null,\"quality\":\"normal\",\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2006-03-08\"}],\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"front\":false,\"artwork\":false,\"back\":false,\"darkened\":false,\"count\":0},\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006840751\",\"country\":\"JP\",\"media\":[{\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9}],\"asin\":\"B000E6G6KI\",\"date\":\"2006-03-08\"},{\"quality\":\"normal\",\"packaging-id\":null,\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"cover-art-archive\":{\"front\":false,\"back\":false,\"artwork\":false,\"darkened\":false,\"count\":0},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2006-09-06\"}],\"packaging\":null,\"barcode\":\"4988006846586\",\"country\":\"JP\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"disambiguation\":\"\",\"date\":\"2006-09-06\",\"asin\":\"B000GUK734\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"title\":\"\"}]},{\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"quality\":\"normal\",\"packaging-id\":null,\"packaging\":null,\"release-events\":[{\"date\":\"1993\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"CA\"],\"sort-name\":\"Canada\",\"name\":\"Canada\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\"}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"front\":true,\"back\":true,\"artwork\":true,\"count\":10,\"darkened\":false},\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"country\":\"CA\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"title\":\"\"}],\"asin\":\"B000002U82\",\"date\":\"1993\"}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/MvkF2QCiXS.tu7kJYnDfAX2A6II-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:32 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "694", + "X-RateLimit-Reset", + "1618477472", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"4c589f46eeef388faf64be5b11081520\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"releases\":[{\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1994\",\"country\":\"US\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"077774600125\",\"packaging\":\"Jewel Case\",\"media\":[{\"position\":1,\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"asin\":\"B000002U82\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"count\":5,\"front\":true,\"artwork\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"type-id\":null,\"iso-3166-1-codes\":[\"US\"],\"type\":null,\"name\":\"United States\"},\"date\":\"1994\"}],\"disambiguation\":\"\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\"},{\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"sort-name\":\"Japan\",\"type\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null},\"date\":\"2001-06-16\"}],\"quality\":\"normal\",\"disambiguation\":\"\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"cover-art-archive\":{\"count\":0,\"front\":false,\"artwork\":false,\"darkened\":false,\"back\":false},\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"2001-06-16\",\"country\":\"JP\",\"asin\":\"B00005HYHA\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"position\":1,\"track-count\":9,\"format\":\"CD\",\"title\":\"\"}],\"packaging\":\"Cardboard/Paper Sleeve\",\"barcode\":\"4988006791800\"},{\"disambiguation\":\"\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\"},\"date\":\"1994\"}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"back\":true,\"darkened\":false,\"artwork\":true,\"count\":16,\"front\":true},\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\"},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"sectors\":193250,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\"},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"position\":1,\"track-count\":9,\"title\":\"\",\"format\":\"CD\"}],\"barcode\":\"724382975229\",\"packaging\":\"Jewel Case\",\"asin\":\"B000024D4P\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"1994\",\"country\":\"GB\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"disambiguation\":\"\",\"release-events\":[{\"date\":\"1985\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\",\"sort-name\":\"United States\",\"name\":\"United States\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"type-id\":null}}],\"quality\":\"normal\",\"packaging-id\":null,\"cover-art-archive\":{\"darkened\":false,\"back\":true,\"count\":9,\"front\":true,\"artwork\":true},\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"asin\":\"B000002U82\",\"barcode\":\"077774600125\",\"packaging\":null,\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193405,\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"position\":1}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1985\",\"country\":\"US\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},{\"quality\":\"normal\",\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"sort-name\":\"United Kingdom\",\"type\":null,\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"disambiguation\":\"\"}}],\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"cover-art-archive\":{\"darkened\":false,\"back\":true,\"front\":true,\"count\":3,\"artwork\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1986-05\",\"country\":\"GB\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"media\":[{\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1,\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"barcode\":\"\",\"asin\":\"B000002U82\"},{\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"front\":false,\"count\":0,\"artwork\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"name\":\"Japan\",\"type-id\":null,\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\"}}],\"quality\":\"normal\",\"disambiguation\":\"\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"date\":\"1993-03-31\",\"asin\":\"B000UVIP42\",\"barcode\":\"4988006683129\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"position\":1,\"track-count\":9,\"title\":\"\",\"format\":\"CD\"}],\"packaging\":\"Jewel Case\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\"},{\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"position\":1,\"track-count\":9,\"format\":\"CD\",\"title\":\"\"}],\"packaging\":\"Jewel Case\",\"barcode\":\"4988006680951\",\"asin\":\"B007CDVIXG\",\"country\":\"JP\",\"date\":\"1993-04-28\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"disambiguation\":\"\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"name\":\"Japan\",\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"1993-04-28\"}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":false,\"front\":false,\"count\":0}},{\"media\":[{\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"position\":1,\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"packaging\":null,\"barcode\":\"4988006715578\",\"asin\":\"B000064TUF\",\"country\":\"JP\",\"date\":\"1996-03-27\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"packaging-id\":null,\"cover-art-archive\":{\"front\":true,\"count\":4,\"artwork\":true,\"darkened\":false,\"back\":false},\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"disambiguation\":\"\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"1996-03-27\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"sort-name\":\"Japan\"}}]},{\"disambiguation\":\"\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"release-events\":[{\"area\":{\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"type-id\":null,\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\"},\"date\":\"2000-08-30\"}],\"quality\":\"normal\",\"packaging-id\":null,\"cover-art-archive\":{\"count\":0,\"front\":false,\"artwork\":false,\"darkened\":false,\"back\":false},\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"asin\":\"B00005HK29\",\"packaging\":null,\"media\":[{\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1}],\"barcode\":\"4988006784161\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"date\":\"2000-08-30\"},{\"barcode\":\"4988006840751\",\"packaging\":null,\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1}],\"asin\":\"B000E6G6KI\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"2006-03-08\",\"country\":\"JP\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"packaging-id\":null,\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"count\":0,\"front\":false,\"artwork\":false},\"disambiguation\":\"\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"name\":\"Japan\"}}]},{\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"2006-09-06\",\"country\":\"JP\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"4988006846586\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"position\":1,\"title\":\"\",\"track-count\":9,\"format\":\"CD\"}],\"packaging\":null,\"asin\":\"B000GUK734\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"count\":0,\"front\":false,\"artwork\":false},\"packaging-id\":null,\"quality\":\"normal\",\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"name\":\"Japan\",\"type-id\":null,\"sort-name\":\"Japan\"}}],\"disambiguation\":\"\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1993\",\"country\":\"CA\",\"asin\":\"B000002U82\",\"barcode\":\"077774600125\",\"packaging\":null,\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"position\":1}],\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"front\":true,\"count\":10,\"artwork\":true,\"darkened\":false,\"back\":true},\"packaging-id\":null,\"release-events\":[{\"area\":{\"type\":null,\"iso-3166-1-codes\":[\"CA\"],\"name\":\"Canada\",\"type-id\":null,\"sort-name\":\"Canada\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"disambiguation\":\"\"},\"date\":\"1993\"}],\"quality\":\"normal\",\"disambiguation\":\"\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\"}],\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/OlFYu35KMh5W5A8rS2npaC5iOOA-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:32 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "695", + "X-RateLimit-Reset", + "1618477472", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"66bde09bd1a83557bdda8d438156f1ce\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"releases\":[{\"date\":\"1994\",\"asin\":\"B000002U82\",\"media\":[{\"title\":\"\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"track-count\":9,\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"country\":\"US\",\"barcode\":\"077774600125\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"cover-art-archive\":{\"count\":5,\"darkened\":false,\"front\":true,\"artwork\":true,\"back\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\",\"type-id\":null,\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\",\"type\":null},\"date\":\"1994\"}],\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\"},{\"date\":\"2001-06-16\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"track-count\":9,\"title\":\"\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}]}],\"asin\":\"B00005HYHA\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006791800\",\"country\":\"JP\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"front\":false,\"back\":false,\"artwork\":false},\"packaging\":\"Cardboard/Paper Sleeve\",\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"disambiguation\":\"\",\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"type\":null},\"date\":\"2001-06-16\"}],\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"quality\":\"normal\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\"},{\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"sort-name\":\"United Kingdom\"},\"date\":\"1994\"}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"front\":true,\"artwork\":true,\"back\":true,\"count\":16,\"darkened\":false},\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"country\":\"GB\",\"barcode\":\"724382975229\",\"media\":[{\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"sectors\":193242,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offset-count\":9,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"sectors\":193250},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"title\":\"\",\"track-count\":9}],\"asin\":\"B000024D4P\",\"date\":\"1994\"},{\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"country\":\"US\",\"barcode\":\"077774600125\",\"media\":[{\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905]},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\"}],\"asin\":\"B000002U82\",\"date\":\"1985\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"quality\":\"normal\",\"packaging-id\":null,\"release-events\":[{\"date\":\"1985\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\",\"name\":\"United States\",\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"}}],\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"darkened\":false,\"count\":9,\"front\":true,\"back\":true,\"artwork\":true}},{\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"cover-art-archive\":{\"front\":true,\"back\":true,\"artwork\":true,\"count\":3,\"darkened\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"sort-name\":\"United Kingdom\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"}}],\"packaging\":\"Jewel Case\",\"country\":\"GB\",\"barcode\":\"\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"date\":\"1986-05\",\"asin\":\"B000002U82\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"track-count\":9,\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}]},{\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"front\":false,\"back\":false,\"artwork\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"name\":\"Japan\",\"disambiguation\":\"\",\"type-id\":null}}],\"packaging\":\"Jewel Case\",\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"date\":\"1993-03-31\",\"asin\":\"B000UVIP42\",\"media\":[{\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"title\":\"\",\"track-count\":9}],\"country\":\"JP\",\"barcode\":\"4988006683129\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"disambiguation\":\"\"},{\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"front\":false,\"back\":false,\"artwork\":false,\"count\":0,\"darkened\":false},\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null},\"date\":\"1993-04-28\"}],\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006680951\",\"country\":\"JP\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"1993-04-28\",\"media\":[{\"track-count\":9,\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1}],\"asin\":\"B007CDVIXG\"},{\"asin\":\"B000064TUF\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"date\":\"1996-03-27\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"barcode\":\"4988006715578\",\"country\":\"JP\",\"title\":\"The Dark Side of the Moon\",\"packaging\":null,\"release-events\":[{\"date\":\"1996-03-27\",\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"cover-art-archive\":{\"back\":false,\"artwork\":true,\"front\":true,\"darkened\":false,\"count\":4},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"packaging-id\":null,\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\"},{\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006784161\",\"country\":\"JP\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"title\":\"\"}],\"asin\":\"B00005HK29\",\"date\":\"2000-08-30\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"packaging-id\":null,\"quality\":\"normal\",\"packaging\":null,\"release-events\":[{\"date\":\"2000-08-30\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"front\":false,\"back\":false,\"artwork\":false}},{\"quality\":\"normal\",\"packaging-id\":null,\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"packaging\":null,\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"front\":false,\"back\":false,\"artwork\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"barcode\":\"4988006840751\",\"country\":\"JP\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000E6G6KI\",\"media\":[{\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\"}],\"date\":\"2006-03-08\"},{\"quality\":\"normal\",\"packaging-id\":null,\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"cover-art-archive\":{\"back\":false,\"artwork\":false,\"front\":false,\"count\":0,\"darkened\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"2006-09-06\"}],\"barcode\":\"4988006846586\",\"country\":\"JP\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"2006-09-06\",\"asin\":\"B000GUK734\",\"media\":[{\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}]},{\"release-events\":[{\"date\":\"1993\",\"area\":{\"type\":null,\"name\":\"Canada\",\"iso-3166-1-codes\":[\"CA\"],\"sort-name\":\"Canada\",\"type-id\":null,\"disambiguation\":\"\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\"}}],\"packaging\":null,\"cover-art-archive\":{\"front\":true,\"artwork\":true,\"back\":true,\"darkened\":false,\"count\":10},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"packaging-id\":null,\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"asin\":\"B000002U82\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"date\":\"1993\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"disambiguation\":\"\",\"barcode\":\"077774600125\",\"country\":\"CA\",\"title\":\"The Dark Side of the Moon\"}],\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/YgQIINbxyNhTDK5Iyot3I9irp3c-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:37 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "708", + "X-RateLimit-Reset", + "1618477478", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"037072b49bb03dfa32200fbc4eb60682\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"releases\":[{\"country\":\"US\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1994\",\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"packaging\":\"Jewel Case\",\"title\":\"The Dark Side of the Moon\",\"media\":[{\"track-count\":9,\"position\":1,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}]}],\"asin\":\"B000002U82\",\"release-events\":[{\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"sort-name\":\"United States\",\"type\":null,\"type-id\":null,\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\"},\"date\":\"1994\"}],\"barcode\":\"077774600125\",\"status\":\"Official\",\"disambiguation\":\"\",\"cover-art-archive\":{\"darkened\":false,\"front\":true,\"back\":false,\"count\":5,\"artwork\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\"},{\"barcode\":\"4988006791800\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"position\":1,\"title\":\"\",\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"release-events\":[{\"date\":\"2001-06-16\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"type\":null,\"sort-name\":\"Japan\"}}],\"asin\":\"B00005HYHA\",\"title\":\"The Dark Side of the Moon\",\"packaging\":\"Cardboard/Paper Sleeve\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"front\":false,\"back\":false,\"artwork\":false},\"disambiguation\":\"\",\"status\":\"Official\",\"country\":\"JP\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"date\":\"2001-06-16\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"barcode\":\"724382975229\",\"asin\":\"B000024D4P\",\"media\":[{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"title\":\"\",\"track-count\":9,\"discs\":[{\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"sectors\":193242,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"sectors\":193250,\"offset-count\":9},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}]}],\"release-events\":[{\"date\":\"1994\",\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"type\":null}}],\"title\":\"The Dark Side of the Moon\",\"packaging\":\"Jewel Case\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"artwork\":true,\"count\":16,\"darkened\":false,\"back\":true,\"front\":true},\"status\":\"Official\",\"disambiguation\":\"\",\"country\":\"GB\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"quality\":\"normal\",\"date\":\"1994\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"country\":\"US\",\"quality\":\"normal\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1985\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"title\":\"\",\"track-count\":9}],\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"release-events\":[{\"date\":\"1985\",\"area\":{\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"US\"]}}],\"barcode\":\"077774600125\",\"packaging\":null,\"cover-art-archive\":{\"artwork\":true,\"darkened\":false,\"front\":true,\"back\":true,\"count\":9},\"packaging-id\":null,\"disambiguation\":\"\",\"status\":\"Official\"},{\"cover-art-archive\":{\"count\":3,\"front\":true,\"back\":true,\"darkened\":false,\"artwork\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"status\":\"Official\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"media\":[{\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"title\":\"\",\"track-count\":9}],\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000002U82\",\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"],\"type\":null,\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"}}],\"barcode\":\"\",\"packaging\":\"Jewel Case\",\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"date\":\"1986-05\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"GB\"},{\"country\":\"JP\",\"quality\":\"normal\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1993-03-31\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"asin\":\"B000UVIP42\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9}],\"title\":\"\",\"position\":1,\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"type\":null,\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\"},\"date\":\"1993-03-31\"}],\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006683129\",\"packaging\":\"Jewel Case\",\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"front\":false,\"count\":0,\"artwork\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"disambiguation\":\"\",\"status\":\"Official\"},{\"packaging\":\"Jewel Case\",\"media\":[{\"position\":1,\"title\":\"\",\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}]}],\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"sort-name\":\"Japan\"}}],\"asin\":\"B007CDVIXG\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006680951\",\"disambiguation\":\"\",\"status\":\"Official\",\"cover-art-archive\":{\"darkened\":false,\"front\":false,\"back\":false,\"count\":0,\"artwork\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"country\":\"JP\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1993-04-28\",\"quality\":\"normal\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},{\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"back\":false,\"darkened\":false,\"count\":4},\"packaging-id\":null,\"status\":\"Official\",\"disambiguation\":\"\",\"media\":[{\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"position\":1,\"title\":\"\"}],\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000064TUF\",\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"type\":null,\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"]},\"date\":\"1996-03-27\"}],\"barcode\":\"4988006715578\",\"packaging\":null,\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"date\":\"1996-03-27\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"JP\"},{\"country\":\"JP\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"2000-08-30\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"quality\":\"normal\",\"packaging\":null,\"barcode\":\"4988006784161\",\"media\":[{\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"track-count\":9,\"title\":\"\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"asin\":\"B00005HK29\",\"release-events\":[{\"date\":\"2000-08-30\",\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Japan\",\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"disambiguation\":\"\",\"packaging-id\":null,\"cover-art-archive\":{\"darkened\":false,\"front\":false,\"back\":false,\"count\":0,\"artwork\":false}},{\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"2006-03-08\",\"country\":\"JP\",\"packaging-id\":null,\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"front\":false,\"count\":0,\"artwork\":false},\"status\":\"Official\",\"disambiguation\":\"\",\"barcode\":\"4988006840751\",\"media\":[{\"track-count\":9,\"position\":1,\"title\":\"\",\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"asin\":\"B000E6G6KI\",\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"sort-name\":\"Japan\",\"type\":null,\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]}}],\"title\":\"The Dark Side of the Moon\",\"packaging\":null},{\"packaging\":null,\"barcode\":\"4988006846586\",\"media\":[{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"position\":1,\"title\":\"\",\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"asin\":\"B000GUK734\",\"title\":\"The Dark Side of the Moon\",\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]},\"date\":\"2006-09-06\"}],\"disambiguation\":\"\",\"status\":\"Official\",\"packaging-id\":null,\"cover-art-archive\":{\"artwork\":false,\"count\":0,\"darkened\":false,\"front\":false,\"back\":false},\"country\":\"JP\",\"date\":\"2006-09-06\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\"},{\"country\":\"CA\",\"date\":\"1993\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"quality\":\"normal\",\"packaging\":null,\"barcode\":\"077774600125\",\"asin\":\"B000002U82\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"track-count\":9,\"title\":\"\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"title\":\"The Dark Side of the Moon\",\"release-events\":[{\"area\":{\"name\":\"Canada\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"type\":null,\"sort-name\":\"Canada\",\"iso-3166-1-codes\":[\"CA\"],\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"1993\"}],\"status\":\"Official\",\"disambiguation\":\"\",\"packaging-id\":null,\"cover-art-archive\":{\"darkened\":false,\"front\":true,\"back\":true,\"count\":10,\"artwork\":true}}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/ZQApCKC13fLDKtoelWo0nUXSlDI-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:37 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "704", + "X-RateLimit-Reset", + "1618477478", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"ae3453819ef5b0bb3361c683eb43e880\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"releases\":[{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"darkened\":false,\"count\":5,\"front\":true,\"back\":false,\"artwork\":true},\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\",\"name\":\"United States\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null},\"date\":\"1994\"}],\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"date\":\"1994\",\"media\":[{\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"title\":\"\",\"track-count\":9}],\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"country\":\"US\",\"barcode\":\"077774600125\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"quality\":\"normal\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"cover-art-archive\":{\"front\":false,\"artwork\":false,\"back\":false,\"darkened\":false,\"count\":0},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Cardboard/Paper Sleeve\",\"release-events\":[{\"date\":\"2001-06-16\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"type-id\":null,\"disambiguation\":\"\"}}],\"country\":\"JP\",\"barcode\":\"4988006791800\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"2001-06-16\",\"asin\":\"B00005HYHA\",\"media\":[{\"track-count\":9,\"title\":\"\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\"}]},{\"country\":\"GB\",\"barcode\":\"724382975229\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1994\",\"asin\":\"B000024D4P\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"sectors\":193242,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\"},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"sectors\":193250,\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offset-count\":9},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"title\":\"\"}],\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"cover-art-archive\":{\"darkened\":false,\"count\":16,\"front\":true,\"back\":true,\"artwork\":true},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"},\"date\":\"1994\"}]},{\"country\":\"US\",\"barcode\":\"077774600125\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"disambiguation\":\"\",\"date\":\"1985\",\"asin\":\"B000002U82\",\"media\":[{\"track-count\":9,\"title\":\"\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905]},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\"}],\"quality\":\"normal\",\"packaging-id\":null,\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"cover-art-archive\":{\"count\":9,\"darkened\":false,\"front\":true,\"back\":true,\"artwork\":true},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"1985\",\"area\":{\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"}}],\"packaging\":null},{\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"GB\"],\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"type\":null}}],\"cover-art-archive\":{\"artwork\":true,\"back\":true,\"front\":true,\"count\":3,\"darkened\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"barcode\":\"\",\"country\":\"GB\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000002U82\",\"media\":[{\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"title\":\"\",\"track-count\":9}],\"date\":\"1986-05\"},{\"cover-art-archive\":{\"back\":false,\"artwork\":false,\"front\":false,\"count\":0,\"darkened\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"1993-03-31\"}],\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"date\":\"1993-03-31\",\"asin\":\"B000UVIP42\",\"media\":[{\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"title\":\"\",\"track-count\":9,\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"country\":\"JP\",\"barcode\":\"4988006683129\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"disambiguation\":\"\",\"type-id\":null}}],\"packaging\":\"Jewel Case\",\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"front\":false,\"back\":false,\"artwork\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"asin\":\"B007CDVIXG\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"title\":\"\",\"track-count\":9,\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"date\":\"1993-04-28\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"disambiguation\":\"\",\"country\":\"JP\",\"barcode\":\"4988006680951\",\"title\":\"The Dark Side of the Moon\"},{\"title\":\"The Dark Side of the Moon\",\"country\":\"JP\",\"barcode\":\"4988006715578\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"\",\"status\":\"Official\",\"date\":\"1996-03-27\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"title\":\"\"}],\"asin\":\"B000064TUF\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"packaging-id\":null,\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"darkened\":false,\"count\":4,\"artwork\":true,\"back\":false,\"front\":true},\"release-events\":[{\"date\":\"1996-03-27\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"packaging\":null},{\"date\":\"2000-08-30\",\"media\":[{\"track-count\":9,\"title\":\"\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1}],\"asin\":\"B00005HK29\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006784161\",\"country\":\"JP\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"front\":false,\"count\":0,\"darkened\":false},\"packaging\":null,\"release-events\":[{\"date\":\"2000-08-30\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"disambiguation\":\"\",\"type-id\":null}}],\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"quality\":\"normal\",\"packaging-id\":null},{\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"quality\":\"normal\",\"packaging-id\":null,\"packaging\":null,\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\"}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"front\":false,\"count\":0,\"darkened\":false},\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"title\":\"The Dark Side of the Moon\",\"country\":\"JP\",\"barcode\":\"4988006840751\",\"media\":[{\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B000E6G6KI\",\"date\":\"2006-03-08\"},{\"date\":\"2006-09-06\",\"asin\":\"B000GUK734\",\"media\":[{\"title\":\"\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"country\":\"JP\",\"barcode\":\"4988006846586\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"artwork\":false,\"back\":false,\"front\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"area\":{\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"name\":\"Japan\",\"disambiguation\":\"\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2006-09-06\"}],\"packaging-id\":null,\"quality\":\"normal\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\"},{\"media\":[{\"title\":\"\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9,\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B000002U82\",\"date\":\"1993\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"country\":\"CA\",\"packaging\":null,\"release-events\":[{\"area\":{\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"CA\"],\"name\":\"Canada\",\"sort-name\":\"Canada\",\"type\":null},\"date\":\"1993\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"darkened\":false,\"count\":10,\"artwork\":true,\"back\":true,\"front\":true},\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"quality\":\"normal\",\"packaging-id\":null}],\"sectors\":193599}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/X4z7DwTJvy7TM.kmgxMsULXhXE4-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:37 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "707", + "X-RateLimit-Reset", + "1618477478", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"d8a15e89a0b09cc48d54118842e07836\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offset-count\":9,\"sectors\":193516,\"releases\":[{\"status\":\"Official\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\",\"name\":\"United States\",\"disambiguation\":\"\",\"type-id\":null}}],\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"quality\":\"normal\",\"country\":\"US\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"077774600125\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"format\":\"CD\"}],\"cover-art-archive\":{\"front\":true,\"darkened\":false,\"back\":false,\"artwork\":true,\"count\":5},\"date\":\"1994\",\"disambiguation\":\"\"},{\"release-events\":[{\"area\":{\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"name\":\"Japan\",\"disambiguation\":\"\",\"type-id\":null},\"date\":\"2001-06-16\"}],\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Cardboard/Paper Sleeve\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"quality\":\"normal\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"asin\":\"B00005HYHA\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006791800\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"media\":[{\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"position\":1}],\"disambiguation\":\"\",\"cover-art-archive\":{\"back\":false,\"artwork\":false,\"count\":0,\"front\":false,\"darkened\":false},\"date\":\"2001-06-16\"},{\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"barcode\":\"724382975229\",\"asin\":\"B000024D4P\",\"title\":\"The Dark Side of the Moon\",\"date\":\"1994\",\"media\":[{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"position\":1,\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offset-count\":9,\"sectors\":193250},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"cover-art-archive\":{\"count\":16,\"artwork\":true,\"back\":true,\"front\":true,\"darkened\":false},\"disambiguation\":\"\",\"status\":\"Official\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"GB\"],\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\"},\"date\":\"1994\"}],\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"quality\":\"normal\",\"country\":\"GB\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"barcode\":\"077774600125\",\"packaging-id\":null,\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"date\":\"1985\",\"media\":[{\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"track-count\":9,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}]}],\"cover-art-archive\":{\"darkened\":false,\"front\":true,\"count\":9,\"artwork\":true,\"back\":true},\"disambiguation\":\"\",\"status\":\"Official\",\"release-events\":[{\"date\":\"1985\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"sort-name\":\"United States\"}}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"US\",\"quality\":\"normal\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null},{\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"position\":1,\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"cover-art-archive\":{\"darkened\":false,\"front\":true,\"back\":true,\"artwork\":true,\"count\":3},\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"date\":\"1986-05\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"type\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"iso-3166-1-codes\":[\"GB\"]},\"date\":\"1986-05\"}],\"status\":\"Official\",\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"country\":\"GB\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},{\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000UVIP42\",\"barcode\":\"4988006683129\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"back\":false,\"artwork\":false,\"count\":0,\"darkened\":false,\"front\":false},\"media\":[{\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"date\":\"1993-03-31\",\"disambiguation\":\"\",\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"1993-03-31\"}],\"status\":\"Official\",\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\"},{\"quality\":\"normal\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"country\":\"JP\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"release-events\":[{\"area\":{\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"disambiguation\":\"\",\"type-id\":null},\"date\":\"1993-04-28\"}],\"media\":[{\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"position\":1}],\"cover-art-archive\":{\"darkened\":false,\"front\":false,\"artwork\":false,\"back\":false,\"count\":0},\"disambiguation\":\"\",\"date\":\"1993-04-28\",\"barcode\":\"4988006680951\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"asin\":\"B007CDVIXG\",\"title\":\"The Dark Side of the Moon\"},{\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"status\":\"Official\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\"},\"date\":\"1996-03-27\"}],\"media\":[{\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"format\":\"CD\"}],\"cover-art-archive\":{\"darkened\":false,\"front\":true,\"back\":false,\"artwork\":true,\"count\":4},\"disambiguation\":\"\",\"date\":\"1996-03-27\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000064TUF\",\"barcode\":\"4988006715578\",\"packaging-id\":null},{\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"2000-08-30\"}],\"status\":\"Official\",\"quality\":\"normal\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"country\":\"JP\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"4988006784161\",\"packaging-id\":null,\"asin\":\"B00005HK29\",\"title\":\"The Dark Side of the Moon\",\"media\":[{\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"format\":\"CD\"}],\"cover-art-archive\":{\"darkened\":false,\"front\":false,\"count\":0,\"artwork\":false,\"back\":false},\"date\":\"2000-08-30\",\"disambiguation\":\"\"},{\"packaging-id\":null,\"barcode\":\"4988006840751\",\"asin\":\"B000E6G6KI\",\"title\":\"The Dark Side of the Moon\",\"date\":\"2006-03-08\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"format\":\"CD\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"position\":1}],\"cover-art-archive\":{\"count\":0,\"artwork\":false,\"back\":false,\"darkened\":false,\"front\":false},\"disambiguation\":\"\",\"status\":\"Official\",\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"country\":\"JP\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"quality\":\"normal\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"status\":\"Official\",\"release-events\":[{\"area\":{\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"2006-09-06\"}],\"media\":[{\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"position\":1,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"cover-art-archive\":{\"darkened\":false,\"front\":false,\"artwork\":false,\"back\":false,\"count\":0},\"date\":\"2006-09-06\",\"disambiguation\":\"\",\"barcode\":\"4988006846586\",\"packaging-id\":null,\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000GUK734\"},{\"release-events\":[{\"area\":{\"name\":\"Canada\",\"sort-name\":\"Canada\",\"iso-3166-1-codes\":[\"CA\"],\"type\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"disambiguation\":\"\",\"type-id\":null},\"date\":\"1993\"}],\"status\":\"Official\",\"quality\":\"normal\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"CA\",\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"077774600125\",\"packaging-id\":null,\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"media\":[{\"track-count\":9,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"position\":1,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"cover-art-archive\":{\"front\":true,\"darkened\":false,\"artwork\":true,\"back\":true,\"count\":10},\"date\":\"1993\",\"disambiguation\":\"\"}],\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/OpEqBUFSMylTQ_KyaQMw0CFjeBQ-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:37 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "706", + "X-RateLimit-Reset", + "1618477478", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"b3672431d618d08cd19b13cdfc74e3b8\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"releases\":[{\"cover-art-archive\":{\"count\":5,\"darkened\":false,\"back\":false,\"artwork\":true,\"front\":true},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\"}}],\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"date\":\"1994\",\"asin\":\"B000002U82\",\"media\":[{\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"country\":\"US\",\"barcode\":\"077774600125\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"quality\":\"normal\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"packaging\":\"Cardboard/Paper Sleeve\",\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null},\"date\":\"2001-06-16\"}],\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"back\":false,\"artwork\":false,\"front\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"barcode\":\"4988006791800\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B00005HYHA\",\"media\":[{\"title\":\"\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"track-count\":9,\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"date\":\"2001-06-16\"},{\"asin\":\"B000024D4P\",\"media\":[{\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"sectors\":193250,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158]},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\"}],\"date\":\"1994\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"disambiguation\":\"\",\"barcode\":\"724382975229\",\"country\":\"GB\",\"title\":\"The Dark Side of the Moon\",\"release-events\":[{\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"type\":null},\"date\":\"1994\"}],\"packaging\":\"Jewel Case\",\"cover-art-archive\":{\"front\":true,\"back\":true,\"artwork\":true,\"darkened\":false,\"count\":16},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\"},{\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"barcode\":\"077774600125\",\"country\":\"US\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000002U82\",\"media\":[{\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405,\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\"}],\"date\":\"1985\",\"packaging-id\":null,\"quality\":\"normal\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"packaging\":null,\"release-events\":[{\"date\":\"1985\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null,\"disambiguation\":\"\",\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\",\"type\":null}}],\"cover-art-archive\":{\"count\":9,\"darkened\":false,\"back\":true,\"artwork\":true,\"front\":true},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"title\":\"The Dark Side of the Moon\",\"country\":\"GB\",\"barcode\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"status\":\"Official\",\"date\":\"1986-05\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"title\":\"\"}],\"asin\":\"B000002U82\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"artwork\":true,\"back\":true,\"front\":true,\"darkened\":false,\"count\":3},\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"sort-name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"}}],\"packaging\":\"Jewel Case\"},{\"asin\":\"B000UVIP42\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}]}],\"date\":\"1993-03-31\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"barcode\":\"4988006683129\",\"country\":\"JP\",\"title\":\"The Dark Side of the Moon\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"1993-03-31\"}],\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"front\":false,\"count\":0,\"darkened\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\"},{\"barcode\":\"4988006680951\",\"country\":\"JP\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"1993-04-28\",\"asin\":\"B007CDVIXG\",\"media\":[{\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9,\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"back\":false,\"artwork\":false,\"front\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type-id\":null,\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"1993-04-28\"}]},{\"asin\":\"B000064TUF\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"title\":\"\"}],\"date\":\"1996-03-27\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"barcode\":\"4988006715578\",\"country\":\"JP\",\"title\":\"The Dark Side of the Moon\",\"packaging\":null,\"release-events\":[{\"date\":\"1996-03-27\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null}}],\"cover-art-archive\":{\"count\":4,\"darkened\":false,\"back\":false,\"artwork\":true,\"front\":true},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"packaging-id\":null,\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\"},{\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\"},\"date\":\"2000-08-30\"}],\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"artwork\":false,\"back\":false,\"front\":false},\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"quality\":\"normal\",\"packaging-id\":null,\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"title\":\"\"}],\"asin\":\"B00005HK29\",\"date\":\"2000-08-30\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"country\":\"JP\",\"barcode\":\"4988006784161\"},{\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006840751\",\"country\":\"JP\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"2006-03-08\",\"media\":[{\"title\":\"\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B000E6G6KI\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"packaging-id\":null,\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"artwork\":false,\"back\":false,\"front\":false},\"packaging\":null,\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}]},{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"country\":\"JP\",\"barcode\":\"4988006846586\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"title\":\"\",\"track-count\":9,\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B000GUK734\",\"date\":\"2006-09-06\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"packaging-id\":null,\"quality\":\"normal\",\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null}}],\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"artwork\":false,\"back\":false,\"front\":false}},{\"quality\":\"normal\",\"packaging-id\":null,\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"packaging\":null,\"release-events\":[{\"date\":\"1993\",\"area\":{\"sort-name\":\"Canada\",\"iso-3166-1-codes\":[\"CA\"],\"name\":\"Canada\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\"}}],\"cover-art-archive\":{\"back\":true,\"artwork\":true,\"front\":true,\"count\":10,\"darkened\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"barcode\":\"077774600125\",\"country\":\"CA\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000002U82\",\"media\":[{\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"title\":\"\",\"track-count\":9}],\"date\":\"1993\"}],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/Wk7n0EOphIdSwVG38ICTgVxKH3k-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:37 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "705", + "X-RateLimit-Reset", + "1618477478", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"fff1785448dfa76cce76454475dea749\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"releases\":[{\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"front\":true,\"count\":5,\"artwork\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"type\":null,\"name\":\"United States\",\"type-id\":null,\"sort-name\":\"United States\"},\"date\":\"1994\"}],\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"disambiguation\":\"\",\"date\":\"1994\",\"country\":\"US\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"077774600125\",\"packaging\":\"Jewel Case\",\"media\":[{\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B000002U82\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\"},{\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"packaging\":\"Cardboard/Paper Sleeve\",\"barcode\":\"4988006791800\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"position\":1,\"track-count\":9,\"format\":\"CD\",\"title\":\"\"}],\"asin\":\"B00005HYHA\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"date\":\"2001-06-16\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"2001-06-16\",\"area\":{\"sort-name\":\"Japan\",\"type-id\":null,\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"cover-art-archive\":{\"artwork\":false,\"front\":false,\"count\":0,\"back\":false,\"darkened\":false}},{\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"count\":16,\"back\":true,\"darkened\":false},\"disambiguation\":\"\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"disambiguation\":\"\",\"type\":null,\"name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"type-id\":null,\"sort-name\":\"United Kingdom\"}}],\"quality\":\"normal\",\"asin\":\"B000024D4P\",\"barcode\":\"724382975229\",\"media\":[{\"position\":1,\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offset-count\":9,\"sectors\":193242},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offset-count\":9,\"sectors\":193250,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}]}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"1994\",\"country\":\"GB\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\"},{\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"asin\":\"B000002U82\",\"barcode\":\"077774600125\",\"packaging\":null,\"media\":[{\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405,\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"position\":1}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"US\",\"date\":\"1985\",\"disambiguation\":\"\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"release-events\":[{\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\",\"sort-name\":\"United States\",\"type\":null,\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"type-id\":null},\"date\":\"1985\"}],\"quality\":\"normal\",\"packaging-id\":null,\"cover-art-archive\":{\"back\":true,\"darkened\":false,\"artwork\":true,\"front\":true,\"count\":9}},{\"quality\":\"normal\",\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"sort-name\":\"United Kingdom\",\"type-id\":null,\"name\":\"United Kingdom\",\"type\":null,\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"}}],\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"cover-art-archive\":{\"darkened\":false,\"back\":true,\"count\":3,\"front\":true,\"artwork\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"date\":\"1986-05\",\"country\":\"GB\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"\",\"packaging\":\"Jewel Case\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"position\":1,\"format\":\"CD\",\"track-count\":9,\"title\":\"\"}],\"asin\":\"B000002U82\"},{\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"disambiguation\":\"\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"sort-name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"type-id\":null},\"date\":\"1993-03-31\"}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"count\":0,\"front\":false,\"artwork\":false,\"darkened\":false,\"back\":false},\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"barcode\":\"4988006683129\",\"packaging\":\"Jewel Case\",\"media\":[{\"position\":1,\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"asin\":\"B000UVIP42\",\"date\":\"1993-03-31\",\"country\":\"JP\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"artwork\":false,\"front\":false,\"count\":0,\"back\":false,\"darkened\":false},\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"disambiguation\":\"\",\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\"}}],\"quality\":\"normal\",\"asin\":\"B007CDVIXG\",\"barcode\":\"4988006680951\",\"packaging\":\"Jewel Case\",\"media\":[{\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"JP\",\"date\":\"1993-04-28\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\"},{\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":true,\"front\":true,\"count\":4},\"packaging-id\":null,\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type-id\":null,\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"]},\"date\":\"1996-03-27\"}],\"quality\":\"normal\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"JP\",\"date\":\"1996-03-27\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"asin\":\"B000064TUF\",\"packaging\":null,\"barcode\":\"4988006715578\",\"media\":[{\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"position\":1,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\"},{\"media\":[{\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"barcode\":\"4988006784161\",\"packaging\":null,\"asin\":\"B00005HK29\",\"date\":\"2000-08-30\",\"country\":\"JP\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"packaging-id\":null,\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":false,\"front\":false,\"count\":0},\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"disambiguation\":\"\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"2000-08-30\",\"area\":{\"type\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\"}}]},{\"cover-art-archive\":{\"count\":0,\"front\":false,\"artwork\":false,\"darkened\":false,\"back\":false},\"packaging-id\":null,\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2006-03-08\"}],\"quality\":\"normal\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"2006-03-08\",\"country\":\"JP\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"asin\":\"B000E6G6KI\",\"packaging\":null,\"barcode\":\"4988006840751\",\"media\":[{\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"position\":1,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\"},{\"country\":\"JP\",\"date\":\"2006-09-06\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"4988006846586\",\"media\":[{\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1}],\"packaging\":null,\"asin\":\"B000GUK734\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"artwork\":false,\"front\":false,\"count\":0,\"back\":false,\"darkened\":false},\"packaging-id\":null,\"quality\":\"normal\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\"},\"date\":\"2006-09-06\"}],\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"disambiguation\":\"\"},{\"country\":\"CA\",\"date\":\"1993\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"media\":[{\"position\":1,\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}]}],\"barcode\":\"077774600125\",\"asin\":\"B000002U82\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"count\":10,\"front\":true,\"artwork\":true,\"darkened\":false,\"back\":true},\"packaging-id\":null,\"quality\":\"normal\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"type-id\":null,\"iso-3166-1-codes\":[\"CA\"],\"type\":null,\"name\":\"Canada\",\"sort-name\":\"Canada\"},\"date\":\"1993\"}],\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"disambiguation\":\"\"}],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/dT0qfu73Iao5WeycmQB3MOWJ3F8-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:43 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "994", + "X-RateLimit-Reset", + "1618477484", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"e8148a8d8e4067df319959793528d167\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"releases\":[{\"quality\":\"normal\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\",\"sort-name\":\"United States\",\"type\":null,\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"type-id\":null}}],\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"disambiguation\":\"\",\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"count\":5,\"front\":true,\"artwork\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"date\":\"1994\",\"country\":\"US\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"077774600125\",\"media\":[{\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"packaging\":\"Jewel Case\",\"asin\":\"B000002U82\"},{\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"disambiguation\":\"\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"type-id\":null,\"type\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2001-06-16\"}],\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":false,\"front\":false,\"count\":0},\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"barcode\":\"4988006791800\",\"packaging\":\"Cardboard/Paper Sleeve\",\"media\":[{\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B00005HYHA\",\"country\":\"JP\",\"date\":\"2001-06-16\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"asin\":\"B000024D4P\",\"barcode\":\"724382975229\",\"packaging\":\"Jewel Case\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offset-count\":9,\"sectors\":193250},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"position\":1,\"track-count\":9,\"title\":\"\",\"format\":\"CD\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"GB\",\"date\":\"1994\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"count\":16,\"back\":true,\"darkened\":false},\"disambiguation\":\"\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"sort-name\":\"United Kingdom\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"disambiguation\":\"\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"}}],\"quality\":\"normal\"},{\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"asin\":\"B000002U82\",\"barcode\":\"077774600125\",\"packaging\":null,\"media\":[{\"position\":1,\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"sectors\":193405,\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}]}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1985\",\"country\":\"US\",\"disambiguation\":\"\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"release-events\":[{\"date\":\"1985\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\",\"name\":\"United States\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"type-id\":null,\"sort-name\":\"United States\"}}],\"quality\":\"normal\",\"packaging-id\":null,\"cover-art-archive\":{\"back\":true,\"darkened\":false,\"artwork\":true,\"front\":true,\"count\":9}},{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"GB\",\"date\":\"1986-05\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"\",\"packaging\":\"Jewel Case\",\"media\":[{\"position\":1,\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"asin\":\"B000002U82\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"front\":true,\"count\":3,\"artwork\":true,\"darkened\":false,\"back\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"disambiguation\":\"\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"iso-3166-1-codes\":[\"GB\"],\"type\":null,\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\"}}],\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\"},{\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"count\":0,\"front\":false,\"artwork\":false},\"disambiguation\":\"\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\"},\"date\":\"1993-03-31\"}],\"media\":[{\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1}],\"packaging\":\"Jewel Case\",\"barcode\":\"4988006683129\",\"asin\":\"B000UVIP42\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"date\":\"1993-03-31\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\"},{\"cover-art-archive\":{\"front\":false,\"count\":0,\"artwork\":false,\"darkened\":false,\"back\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"name\":\"Japan\",\"type-id\":null,\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\"},\"date\":\"1993-04-28\"}],\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"disambiguation\":\"\",\"country\":\"JP\",\"date\":\"1993-04-28\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"barcode\":\"4988006680951\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1}],\"asin\":\"B007CDVIXG\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\"},{\"asin\":\"B000064TUF\",\"barcode\":\"4988006715578\",\"packaging\":null,\"media\":[{\"position\":1,\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1996-03-27\",\"country\":\"JP\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"packaging-id\":null,\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"count\":4,\"front\":true,\"artwork\":true},\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"disambiguation\":\"\",\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"type\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"sort-name\":\"Japan\"},\"date\":\"1996-03-27\"}],\"quality\":\"normal\"},{\"quality\":\"normal\",\"release-events\":[{\"date\":\"2000-08-30\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"sort-name\":\"Japan\"}}],\"disambiguation\":\"\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"cover-art-archive\":{\"front\":false,\"count\":0,\"artwork\":false,\"darkened\":false,\"back\":false},\"packaging-id\":null,\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"2000-08-30\",\"country\":\"JP\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"4988006784161\",\"packaging\":null,\"media\":[{\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B00005HK29\"},{\"quality\":\"normal\",\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"sort-name\":\"Japan\"},\"date\":\"2006-03-08\"}],\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"disambiguation\":\"\",\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":false,\"front\":false,\"count\":0},\"packaging-id\":null,\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"date\":\"2006-03-08\",\"country\":\"JP\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"position\":1,\"track-count\":9,\"format\":\"CD\",\"title\":\"\"}],\"barcode\":\"4988006840751\",\"asin\":\"B000E6G6KI\"},{\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"asin\":\"B000GUK734\",\"barcode\":\"4988006846586\",\"packaging\":null,\"media\":[{\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"JP\",\"date\":\"2006-09-06\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"disambiguation\":\"\",\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\"}}],\"quality\":\"normal\",\"packaging-id\":null,\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"front\":false,\"count\":0,\"artwork\":false}},{\"packaging-id\":null,\"cover-art-archive\":{\"darkened\":false,\"back\":true,\"count\":10,\"front\":true,\"artwork\":true},\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"disambiguation\":\"\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"disambiguation\":\"\",\"type\":null,\"name\":\"Canada\",\"iso-3166-1-codes\":[\"CA\"],\"type-id\":null,\"sort-name\":\"Canada\"},\"date\":\"1993\"}],\"packaging\":null,\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"position\":1,\"format\":\"CD\",\"track-count\":9,\"title\":\"\"}],\"barcode\":\"077774600125\",\"asin\":\"B000002U82\",\"date\":\"1993\",\"country\":\"CA\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\"}],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/ZpxxNqBzOe1KJQUSJotRAdo1FAA-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:43 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "995", + "X-RateLimit-Reset", + "1618477484", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"8884ea927ce5eea37e3b74739f1eaa4f\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"releases\":[{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"country\":\"US\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"quality\":\"normal\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"status\":\"Official\",\"release-events\":[{\"area\":{\"sort-name\":\"United States\",\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"1994\"}],\"cover-art-archive\":{\"front\":true,\"darkened\":false,\"back\":false,\"artwork\":true,\"count\":5},\"media\":[{\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"disambiguation\":\"\",\"date\":\"1994\",\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\"},{\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"barcode\":\"4988006791800\",\"asin\":\"B00005HYHA\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"front\":false,\"darkened\":false,\"count\":0,\"artwork\":false,\"back\":false},\"media\":[{\"position\":1,\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"disambiguation\":\"\",\"date\":\"2001-06-16\",\"status\":\"Official\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"name\":\"Japan\",\"disambiguation\":\"\",\"type-id\":null},\"date\":\"2001-06-16\"}],\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"packaging\":\"Cardboard/Paper Sleeve\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"barcode\":\"724382975229\",\"asin\":\"B000024D4P\",\"title\":\"The Dark Side of the Moon\",\"media\":[{\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offset-count\":9,\"sectors\":193242},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offset-count\":9,\"sectors\":193250},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"track-count\":9}],\"cover-art-archive\":{\"count\":16,\"artwork\":true,\"back\":true,\"darkened\":false,\"front\":true},\"disambiguation\":\"\",\"date\":\"1994\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"type\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"iso-3166-1-codes\":[\"GB\"]}}],\"status\":\"Official\",\"country\":\"GB\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\"},{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"US\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"area\":{\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"name\":\"United States\",\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"1985\"}],\"status\":\"Official\",\"cover-art-archive\":{\"count\":9,\"artwork\":true,\"back\":true,\"front\":true,\"darkened\":false},\"media\":[{\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405,\"offset-count\":9},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"track-count\":9,\"position\":1}],\"date\":\"1985\",\"disambiguation\":\"\",\"packaging-id\":null,\"barcode\":\"077774600125\",\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\"},{\"quality\":\"normal\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"country\":\"GB\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"GB\"],\"type\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"disambiguation\":\"\",\"type-id\":null},\"date\":\"1986-05\"}],\"media\":[{\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9}],\"cover-art-archive\":{\"back\":true,\"artwork\":true,\"count\":3,\"darkened\":false,\"front\":true},\"date\":\"1986-05\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"barcode\":\"\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\"},{\"media\":[{\"position\":1,\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"cover-art-archive\":{\"darkened\":false,\"front\":false,\"back\":false,\"artwork\":false,\"count\":0},\"disambiguation\":\"\",\"date\":\"1993-03-31\",\"asin\":\"B000UVIP42\",\"title\":\"The Dark Side of the Moon\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"barcode\":\"4988006683129\",\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"country\":\"JP\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"name\":\"Japan\",\"disambiguation\":\"\",\"type-id\":null},\"date\":\"1993-03-31\"}],\"status\":\"Official\"},{\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"status\":\"Official\",\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"name\":\"Japan\"}}],\"media\":[{\"track-count\":9,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"format\":\"CD\"}],\"cover-art-archive\":{\"front\":false,\"darkened\":false,\"back\":false,\"artwork\":false,\"count\":0},\"date\":\"1993-04-28\",\"disambiguation\":\"\",\"asin\":\"B007CDVIXG\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006680951\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\"},{\"packaging-id\":null,\"barcode\":\"4988006715578\",\"asin\":\"B000064TUF\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"back\":false,\"artwork\":true,\"count\":4,\"darkened\":false,\"front\":true},\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"track-count\":9,\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"format\":\"CD\"}],\"disambiguation\":\"\",\"date\":\"1996-03-27\",\"release-events\":[{\"date\":\"1996-03-27\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"name\":\"Japan\"}}],\"status\":\"Official\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"cover-art-archive\":{\"back\":false,\"artwork\":false,\"count\":0,\"darkened\":false,\"front\":false},\"media\":[{\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"format\":\"CD\"}],\"disambiguation\":\"\",\"date\":\"2000-08-30\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B00005HK29\",\"barcode\":\"4988006784161\",\"packaging-id\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"country\":\"JP\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"Japan\",\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2000-08-30\"}],\"status\":\"Official\"},{\"media\":[{\"position\":1,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\"}],\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"count\":0,\"front\":false,\"darkened\":false},\"disambiguation\":\"\",\"date\":\"2006-03-08\",\"barcode\":\"4988006840751\",\"packaging-id\":null,\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000E6G6KI\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"type-id\":null}}],\"status\":\"Official\"},{\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"]}}],\"status\":\"Official\",\"media\":[{\"position\":1,\"track-count\":9,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\"}],\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"count\":0,\"darkened\":false,\"front\":false},\"disambiguation\":\"\",\"date\":\"2006-09-06\",\"packaging-id\":null,\"barcode\":\"4988006846586\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000GUK734\"},{\"cover-art-archive\":{\"darkened\":false,\"front\":true,\"artwork\":true,\"back\":true,\"count\":10},\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"position\":1,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"disambiguation\":\"\",\"date\":\"1993\",\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"packaging-id\":null,\"barcode\":\"077774600125\",\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"CA\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"CA\"],\"type\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"sort-name\":\"Canada\",\"name\":\"Canada\",\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"1993\"}],\"status\":\"Official\"}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/hcwQmxWsG3GdAQvfBa1SCpp4FuU-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:43 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "984", + "X-RateLimit-Reset", + "1618477484", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"1b88721de4c788704ef50c797140e541\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"releases\":[{\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"077774600125\",\"asin\":\"B000002U82\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"country\":\"US\",\"disambiguation\":\"\",\"date\":\"1994\",\"cover-art-archive\":{\"back\":false,\"front\":true,\"artwork\":true,\"darkened\":false,\"count\":5},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"format\":\"CD\",\"position\":1,\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"type\":null,\"name\":\"United States\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\"},\"date\":\"1994\"}],\"packaging\":\"Jewel Case\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},{\"asin\":\"B00005HYHA\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006791800\",\"disambiguation\":\"\",\"date\":\"2001-06-16\",\"country\":\"JP\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null},\"date\":\"2001-06-16\"}],\"packaging\":\"Cardboard/Paper Sleeve\",\"cover-art-archive\":{\"front\":false,\"back\":false,\"artwork\":false,\"count\":0,\"darkened\":false},\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\"},{\"barcode\":\"724382975229\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"asin\":\"B000024D4P\",\"country\":\"GB\",\"date\":\"1994\",\"disambiguation\":\"\",\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"sectors\":193242,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193250,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9}],\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"back\":true,\"count\":16,\"darkened\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"],\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"type\":null},\"date\":\"1994\"}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"country\":\"US\",\"disambiguation\":\"\",\"date\":\"1985\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"077774600125\",\"asin\":\"B000002U82\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"packaging-id\":null,\"cover-art-archive\":{\"count\":9,\"darkened\":false,\"front\":true,\"back\":true,\"artwork\":true},\"media\":[{\"position\":1,\"format\":\"CD\",\"title\":\"\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"area\":{\"type\":null,\"name\":\"United States\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\"},\"date\":\"1985\"}]},{\"cover-art-archive\":{\"count\":3,\"darkened\":false,\"front\":true,\"back\":true,\"artwork\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"],\"type-id\":null,\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\",\"type\":null},\"date\":\"1986-05\"}],\"packaging\":\"Jewel Case\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"\",\"asin\":\"B000002U82\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"country\":\"GB\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"date\":\"1986-05\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]}}],\"packaging\":\"Jewel Case\",\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"back\":false,\"front\":false,\"artwork\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\"}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"asin\":\"B000UVIP42\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"4988006683129\",\"disambiguation\":\"\",\"date\":\"1993-03-31\",\"country\":\"JP\"},{\"date\":\"1993-04-28\",\"disambiguation\":\"\",\"country\":\"JP\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"asin\":\"B007CDVIXG\",\"barcode\":\"4988006680951\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\"}}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\"}],\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"artwork\":false,\"front\":false,\"back\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\"},{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"date\":\"1996-03-27\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]}}],\"packaging-id\":null,\"cover-art-archive\":{\"darkened\":false,\"count\":4,\"front\":true,\"back\":false,\"artwork\":true},\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"title\":\"\",\"position\":1,\"format\":\"CD\"}],\"disambiguation\":\"\",\"date\":\"1996-03-27\",\"country\":\"JP\",\"asin\":\"B000064TUF\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006715578\"},{\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"title\":\"\",\"position\":1,\"format\":\"CD\"}],\"packaging-id\":null,\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"artwork\":false,\"front\":false,\"back\":false},\"packaging\":null,\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\"},\"date\":\"2000-08-30\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"barcode\":\"4988006784161\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"asin\":\"B00005HK29\",\"country\":\"JP\",\"date\":\"2000-08-30\",\"disambiguation\":\"\"},{\"asin\":\"B000E6G6KI\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"4988006840751\",\"disambiguation\":\"\",\"date\":\"2006-03-08\",\"country\":\"JP\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type\":null}}],\"packaging\":null,\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"front\":false,\"back\":false,\"artwork\":false},\"packaging-id\":null,\"media\":[{\"position\":1,\"format\":\"CD\",\"title\":\"\",\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\"},{\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"packaging-id\":null,\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"back\":false,\"front\":false,\"artwork\":false},\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9,\"title\":\"\",\"position\":1,\"format\":\"CD\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"type\":null,\"sort-name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\"}}],\"country\":\"JP\",\"disambiguation\":\"\",\"date\":\"2006-09-06\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006846586\",\"asin\":\"B000GUK734\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\"},{\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"cover-art-archive\":{\"darkened\":false,\"count\":10,\"front\":true,\"back\":true,\"artwork\":true},\"packaging-id\":null,\"media\":[{\"position\":1,\"format\":\"CD\",\"title\":\"\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"name\":\"Canada\",\"type-id\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"sort-name\":\"Canada\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"CA\"]},\"date\":\"1993\"}],\"packaging\":null,\"country\":\"CA\",\"disambiguation\":\"\",\"date\":\"1993\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"asin\":\"B000002U82\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\"}],\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/eRs4VG66pPW2MqTunBs9dEZTm9A-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:43 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "987", + "X-RateLimit-Reset", + "1618477484", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"409008d7eb25ece79c7a1623ea5329ca\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"releases\":[{\"media\":[{\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"track-count\":9,\"position\":1}],\"date\":\"1994\",\"cover-art-archive\":{\"back\":false,\"artwork\":true,\"count\":5,\"darkened\":false,\"front\":true},\"disambiguation\":\"\",\"barcode\":\"077774600125\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"US\",\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"name\":\"United States\",\"sort-name\":\"United States\",\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"iso-3166-1-codes\":[\"US\"]},\"date\":\"1994\"}]},{\"media\":[{\"position\":1,\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\"}],\"cover-art-archive\":{\"darkened\":false,\"front\":false,\"count\":0,\"back\":false,\"artwork\":false},\"disambiguation\":\"\",\"date\":\"2001-06-16\",\"asin\":\"B00005HYHA\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006791800\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Cardboard/Paper Sleeve\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"quality\":\"normal\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2001-06-16\"}],\"status\":\"Official\"},{\"status\":\"Official\",\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"iso-3166-1-codes\":[\"GB\"],\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\"},\"date\":\"1994\"}],\"quality\":\"normal\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"GB\",\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"barcode\":\"724382975229\",\"asin\":\"B000024D4P\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"darkened\":false,\"front\":true,\"back\":true,\"artwork\":true,\"count\":16},\"media\":[{\"position\":1,\"track-count\":9,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\"},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offset-count\":9,\"sectors\":193250},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"disambiguation\":\"\",\"date\":\"1994\"},{\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"quality\":\"normal\",\"country\":\"US\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"release-events\":[{\"date\":\"1985\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"sort-name\":\"United States\",\"name\":\"United States\",\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"iso-3166-1-codes\":[\"US\"]}}],\"status\":\"Official\",\"media\":[{\"position\":1,\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offset-count\":9,\"sectors\":193405},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\"}],\"cover-art-archive\":{\"front\":true,\"darkened\":false,\"artwork\":true,\"back\":true,\"count\":9},\"disambiguation\":\"\",\"date\":\"1985\",\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"packaging-id\":null},{\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"quality\":\"normal\",\"country\":\"GB\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"],\"type\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\"},\"date\":\"1986-05\"}],\"status\":\"Official\",\"media\":[{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"position\":1,\"track-count\":9,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"cover-art-archive\":{\"front\":true,\"darkened\":false,\"artwork\":true,\"back\":true,\"count\":3},\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"date\":\"1986-05\",\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\"},{\"asin\":\"B000UVIP42\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006683129\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"position\":1}],\"disambiguation\":\"\",\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"count\":0,\"darkened\":false,\"front\":false},\"date\":\"1993-03-31\",\"status\":\"Official\",\"release-events\":[{\"area\":{\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"name\":\"Japan\",\"disambiguation\":\"\",\"type-id\":null},\"date\":\"1993-03-31\"}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"country\":\"JP\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"Japan\",\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"1993-04-28\"}],\"status\":\"Official\",\"date\":\"1993-04-28\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9,\"position\":1,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"cover-art-archive\":{\"darkened\":false,\"front\":false,\"back\":false,\"artwork\":false,\"count\":0},\"disambiguation\":\"\",\"asin\":\"B007CDVIXG\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006680951\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\"},{\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"1996-03-27\"}],\"status\":\"Official\",\"date\":\"1996-03-27\",\"media\":[{\"position\":1,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"cover-art-archive\":{\"darkened\":false,\"front\":true,\"artwork\":true,\"back\":false,\"count\":4},\"disambiguation\":\"\",\"asin\":\"B000064TUF\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006715578\",\"packaging-id\":null},{\"media\":[{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"position\":1,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9}],\"cover-art-archive\":{\"back\":false,\"artwork\":false,\"count\":0,\"darkened\":false,\"front\":false},\"date\":\"2000-08-30\",\"disambiguation\":\"\",\"asin\":\"B00005HK29\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006784161\",\"packaging-id\":null,\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"quality\":\"normal\",\"country\":\"JP\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"]},\"date\":\"2000-08-30\"}]},{\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\"}}],\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"quality\":\"normal\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"barcode\":\"4988006840751\",\"packaging-id\":null,\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000E6G6KI\",\"media\":[{\"position\":1,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"cover-art-archive\":{\"count\":0,\"back\":false,\"artwork\":false,\"front\":false,\"darkened\":false},\"disambiguation\":\"\",\"date\":\"2006-03-08\"},{\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\"}}],\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"quality\":\"normal\",\"asin\":\"B000GUK734\",\"title\":\"The Dark Side of the Moon\",\"packaging-id\":null,\"barcode\":\"4988006846586\",\"media\":[{\"position\":1,\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"disambiguation\":\"\",\"cover-art-archive\":{\"darkened\":false,\"front\":false,\"count\":0,\"back\":false,\"artwork\":false},\"date\":\"2006-09-06\"},{\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"sectors\":193477,\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9,\"position\":1,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"cover-art-archive\":{\"artwork\":true,\"back\":true,\"count\":10,\"darkened\":false,\"front\":true},\"disambiguation\":\"\",\"date\":\"1993\",\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"packaging-id\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"CA\",\"quality\":\"normal\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"release-events\":[{\"date\":\"1993\",\"area\":{\"name\":\"Canada\",\"sort-name\":\"Canada\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"type\":null,\"iso-3166-1-codes\":[\"CA\"],\"disambiguation\":\"\",\"type-id\":null}}],\"status\":\"Official\"}],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/iyuUxXxwVb95qzws9gT.0p.NNS0-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:43 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "975", + "X-RateLimit-Reset", + "1618477484", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"a139bdb2c708e16f7597d1ffe2f8d049\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"releases\":[{\"release-events\":[{\"date\":\"1994\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"type-id\":null,\"sort-name\":\"United States\"}}],\"quality\":\"normal\",\"disambiguation\":\"\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"cover-art-archive\":{\"artwork\":true,\"count\":5,\"front\":true,\"back\":false,\"darkened\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"US\",\"date\":\"1994\",\"asin\":\"B000002U82\",\"packaging\":\"Jewel Case\",\"barcode\":\"077774600125\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"position\":1}]},{\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":false,\"count\":0,\"front\":false},\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"disambiguation\":\"\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"2001-06-16\",\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"name\":\"Japan\",\"type-id\":null,\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\"}}],\"barcode\":\"4988006791800\",\"packaging\":\"Cardboard/Paper Sleeve\",\"media\":[{\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"position\":1,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B00005HYHA\",\"date\":\"2001-06-16\",\"country\":\"JP\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\"},{\"disambiguation\":\"\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"type\":null,\"name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"sort-name\":\"United Kingdom\"},\"date\":\"1994\"}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"darkened\":false,\"back\":true,\"front\":true,\"count\":16,\"artwork\":true},\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"media\":[{\"position\":1,\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offset-count\":9,\"sectors\":193250},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}]}],\"packaging\":\"Jewel Case\",\"barcode\":\"724382975229\",\"asin\":\"B000024D4P\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1994\",\"country\":\"GB\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"US\",\"date\":\"1985\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"asin\":\"B000002U82\",\"packaging\":null,\"barcode\":\"077774600125\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"position\":1,\"track-count\":9,\"format\":\"CD\",\"title\":\"\"}],\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"darkened\":false,\"back\":true,\"count\":9,\"front\":true,\"artwork\":true},\"packaging-id\":null,\"release-events\":[{\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"US\"],\"type\":null,\"name\":\"United States\",\"sort-name\":\"United States\",\"disambiguation\":\"\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"},\"date\":\"1985\"}],\"quality\":\"normal\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"disambiguation\":\"\"},{\"barcode\":\"\",\"media\":[{\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1,\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"packaging\":\"Jewel Case\",\"asin\":\"B000002U82\",\"country\":\"GB\",\"date\":\"1986-05\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"darkened\":false,\"back\":true,\"count\":3,\"front\":true,\"artwork\":true},\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"disambiguation\":\"\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"type\":null,\"name\":\"United Kingdom\",\"type-id\":null}}]},{\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"JP\",\"date\":\"1993-03-31\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"asin\":\"B000UVIP42\",\"media\":[{\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"packaging\":\"Jewel Case\",\"barcode\":\"4988006683129\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"type\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"sort-name\":\"Japan\"}}],\"quality\":\"normal\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"disambiguation\":\"\",\"cover-art-archive\":{\"artwork\":false,\"count\":0,\"front\":false,\"back\":false,\"darkened\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\"},{\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1993-04-28\",\"country\":\"JP\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"media\":[{\"position\":1,\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}]}],\"barcode\":\"4988006680951\",\"asin\":\"B007CDVIXG\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"name\":\"Japan\",\"sort-name\":\"Japan\",\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"1993-04-28\"}],\"disambiguation\":\"\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":false,\"count\":0,\"front\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"date\":\"1996-03-27\",\"asin\":\"B000064TUF\",\"barcode\":\"4988006715578\",\"media\":[{\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1,\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"packaging\":null,\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"count\":4,\"back\":false,\"darkened\":false},\"packaging-id\":null,\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type-id\":null,\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"]},\"date\":\"1996-03-27\"}],\"quality\":\"normal\",\"disambiguation\":\"\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\"},{\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"date\":\"2000-08-30\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"4988006784161\",\"packaging\":null,\"media\":[{\"position\":1,\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}]}],\"asin\":\"B00005HK29\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"2000-08-30\",\"area\":{\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type-id\":null,\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"]}}],\"disambiguation\":\"\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":false,\"count\":0,\"front\":false},\"packaging-id\":null},{\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"date\":\"2006-03-08\",\"asin\":\"B000E6G6KI\",\"packaging\":null,\"barcode\":\"4988006840751\",\"media\":[{\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1,\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"sort-name\":\"Japan\",\"type-id\":null,\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"quality\":\"normal\",\"disambiguation\":\"\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"cover-art-archive\":{\"artwork\":false,\"count\":0,\"front\":false,\"back\":false,\"darkened\":false},\"packaging-id\":null},{\"quality\":\"normal\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\"},\"date\":\"2006-09-06\"}],\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"disambiguation\":\"\",\"cover-art-archive\":{\"artwork\":false,\"front\":false,\"count\":0,\"back\":false,\"darkened\":false},\"packaging-id\":null,\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"country\":\"JP\",\"date\":\"2006-09-06\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"4988006846586\",\"packaging\":null,\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"position\":1,\"title\":\"\",\"track-count\":9,\"format\":\"CD\"}],\"asin\":\"B000GUK734\"},{\"packaging-id\":null,\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"count\":10,\"back\":true,\"darkened\":false},\"disambiguation\":\"\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"release-events\":[{\"date\":\"1993\",\"area\":{\"type\":null,\"name\":\"Canada\",\"iso-3166-1-codes\":[\"CA\"],\"type-id\":null,\"sort-name\":\"Canada\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"disambiguation\":\"\"}}],\"quality\":\"normal\",\"asin\":\"B000002U82\",\"barcode\":\"077774600125\",\"media\":[{\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"CA\",\"date\":\"1993\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\"}],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/ZODzHFPuY6DfakUIAd7bTSne224-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:48 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1127", + "X-RateLimit-Reset", + "1618477490", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"f0c35e4a7c366a951a83caf99d526b6b\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"ZODzHFPuY6DfakUIAd7bTSne224-\",\"releases\":[{\"disambiguation\":\"\",\"id\":\"106ec6c3-1a30-336f-9572-65cc0e47109d\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"iso-3166-1-codes\":[\"GB\"],\"type\":null,\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\"},\"date\":\"1984-08\"}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"count\":10,\"back\":true,\"darkened\":false},\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"barcode\":\"\",\"media\":[{\"position\":1,\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"ZODzHFPuY6DfakUIAd7bTSne224-\",\"offsets\":[150,17612,33707,65605,87132,115807,151092,166517,183805],\"sectors\":192850,\"offset-count\":9},{\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405,\"offset-count\":9}]}],\"packaging\":\"Jewel Case\",\"asin\":null,\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"GB\",\"date\":\"1984-08\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"quality\":\"normal\",\"release-events\":[{\"area\":{\"type-id\":null,\"type\":null,\"name\":\"Australia\",\"iso-3166-1-codes\":[\"AU\"],\"sort-name\":\"Australia\",\"disambiguation\":\"\",\"id\":\"106e0bec-b638-3b37-b731-f53d507dc00e\"},\"date\":\"\"}],\"id\":\"9ad63cc8-f56e-426d-9eec-6b8f606b879d\",\"disambiguation\":\"\",\"cover-art-archive\":{\"count\":0,\"front\":false,\"artwork\":false,\"darkened\":false,\"back\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"country\":\"AU\",\"date\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"position\":1,\"discs\":[{\"sectors\":192850,\"offset-count\":9,\"id\":\"ZODzHFPuY6DfakUIAd7bTSne224-\",\"offsets\":[150,17612,33707,65605,87132,115807,151092,166517,183805]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"barcode\":\"0077774600125\",\"packaging\":\"Jewel Case\",\"asin\":null}],\"offsets\":[150,17612,33707,65605,87132,115807,151092,166517,183805],\"sectors\":192850,\"offset-count\":9}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/tH_cY6hcuSDeTuG6GSWI4wp_x6E-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:48 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1124", + "X-RateLimit-Reset", + "1618477490", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"91d79a47db81b8bfc46d73e5ff7b932f\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"releases\":[{\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":null,\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\",\"disambiguation\":\"\",\"type-id\":null}}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"artwork\":true,\"back\":false,\"front\":true,\"count\":5,\"darkened\":false},\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"country\":\"US\",\"media\":[{\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"title\":\"\",\"track-count\":9}],\"asin\":\"B000002U82\",\"date\":\"1994\"},{\"asin\":\"B00005HYHA\",\"media\":[{\"track-count\":9,\"title\":\"\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1}],\"date\":\"2001-06-16\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"disambiguation\":\"\",\"country\":\"JP\",\"barcode\":\"4988006791800\",\"title\":\"The Dark Side of the Moon\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2001-06-16\"}],\"packaging\":\"Cardboard/Paper Sleeve\",\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"front\":false,\"artwork\":false,\"back\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"quality\":\"normal\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\"},{\"asin\":\"B000024D4P\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offset-count\":9,\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"sectors\":193250},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"title\":\"\"}],\"date\":\"1994\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"barcode\":\"724382975229\",\"country\":\"GB\",\"title\":\"The Dark Side of the Moon\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"}}],\"cover-art-archive\":{\"darkened\":false,\"count\":16,\"front\":true,\"back\":true,\"artwork\":true},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\"},{\"asin\":\"B000002U82\",\"media\":[{\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"track-count\":9}],\"date\":\"1985\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"US\",\"barcode\":\"077774600125\",\"title\":\"The Dark Side of the Moon\",\"packaging\":null,\"release-events\":[{\"area\":{\"type\":null,\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"disambiguation\":\"\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"},\"date\":\"1985\"}],\"cover-art-archive\":{\"front\":true,\"back\":true,\"artwork\":true,\"darkened\":false,\"count\":9},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":null,\"quality\":\"normal\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\"},{\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"}}],\"cover-art-archive\":{\"front\":true,\"artwork\":true,\"back\":true,\"count\":3,\"darkened\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"barcode\":\"\",\"country\":\"GB\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000002U82\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"title\":\"\",\"track-count\":9,\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"date\":\"1986-05\"},{\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"front\":false,\"count\":0,\"darkened\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"1993-03-31\"}],\"country\":\"JP\",\"barcode\":\"4988006683129\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1993-03-31\",\"asin\":\"B000UVIP42\",\"media\":[{\"track-count\":9,\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\"}]},{\"asin\":\"B007CDVIXG\",\"media\":[{\"track-count\":9,\"title\":\"\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\"}],\"date\":\"1993-04-28\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"barcode\":\"4988006680951\",\"title\":\"The Dark Side of the Moon\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null},\"date\":\"1993-04-28\"}],\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"front\":false,\"artwork\":false,\"back\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\"},{\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"packaging-id\":null,\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"back\":false,\"artwork\":true,\"front\":true,\"count\":4,\"darkened\":false},\"packaging\":null,\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"1996-03-27\"}],\"title\":\"The Dark Side of the Moon\",\"country\":\"JP\",\"barcode\":\"4988006715578\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"1996-03-27\",\"media\":[{\"title\":\"\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9,\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B000064TUF\"},{\"quality\":\"normal\",\"packaging-id\":null,\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"cover-art-archive\":{\"front\":false,\"back\":false,\"artwork\":false,\"darkened\":false,\"count\":0},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"name\":\"Japan\"},\"date\":\"2000-08-30\"}],\"country\":\"JP\",\"barcode\":\"4988006784161\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"2000-08-30\",\"asin\":\"B00005HK29\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"track-count\":9,\"title\":\"\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}]},{\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"barcode\":\"4988006840751\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000E6G6KI\",\"media\":[{\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\"}],\"date\":\"2006-03-08\",\"quality\":\"normal\",\"packaging-id\":null,\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"packaging\":null,\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"cover-art-archive\":{\"front\":false,\"back\":false,\"artwork\":false,\"count\":0,\"darkened\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"date\":\"2006-09-06\",\"media\":[{\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1}],\"asin\":\"B000GUK734\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006846586\",\"country\":\"JP\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"back\":false,\"artwork\":false,\"front\":false},\"packaging\":null,\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2006-09-06\"}],\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"packaging-id\":null,\"quality\":\"normal\"},{\"asin\":\"B000002U82\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"track-count\":9,\"title\":\"\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"date\":\"1993\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"barcode\":\"077774600125\",\"country\":\"CA\",\"title\":\"The Dark Side of the Moon\",\"packaging\":null,\"release-events\":[{\"area\":{\"type\":null,\"iso-3166-1-codes\":[\"CA\"],\"sort-name\":\"Canada\",\"name\":\"Canada\",\"type-id\":null,\"disambiguation\":\"\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\"},\"date\":\"1993\"}],\"cover-art-archive\":{\"back\":true,\"artwork\":true,\"front\":true,\"count\":10,\"darkened\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"packaging-id\":null,\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\"}],\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/vnTnHXtoa0q35uGdb80jCbMY0fI-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:48 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1126", + "X-RateLimit-Reset", + "1618477490", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"61ef8782f8b17418e192e9ccfd34f565\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"releases\":[{\"disambiguation\":\"\",\"date\":\"1994\",\"country\":\"US\",\"asin\":\"B000002U82\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type\":null,\"name\":\"United States\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\"},\"date\":\"1994\"}],\"packaging\":\"Jewel Case\",\"cover-art-archive\":{\"darkened\":false,\"count\":5,\"back\":false,\"front\":true,\"artwork\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"position\":1,\"format\":\"CD\",\"title\":\"\",\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}]},{\"country\":\"JP\",\"date\":\"2001-06-16\",\"disambiguation\":\"\",\"barcode\":\"4988006791800\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"asin\":\"B00005HYHA\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"front\":false,\"count\":0,\"darkened\":false},\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"release-events\":[{\"date\":\"2001-06-16\",\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"name\":\"Japan\",\"sort-name\":\"Japan\"}}],\"packaging\":\"Cardboard/Paper Sleeve\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"date\":\"1994\",\"disambiguation\":\"\",\"country\":\"GB\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"asin\":\"B000024D4P\",\"barcode\":\"724382975229\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"release-events\":[{\"area\":{\"name\":\"United Kingdom\",\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"]},\"date\":\"1994\"}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"position\":1,\"format\":\"CD\",\"title\":\"\",\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193250,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"cover-art-archive\":{\"back\":true,\"front\":true,\"artwork\":true,\"darkened\":false,\"count\":16},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\"},{\"barcode\":\"077774600125\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"asin\":\"B000002U82\",\"country\":\"US\",\"date\":\"1985\",\"disambiguation\":\"\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405,\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9,\"title\":\"\",\"position\":1,\"format\":\"CD\"}],\"packaging-id\":null,\"cover-art-archive\":{\"artwork\":true,\"back\":true,\"front\":true,\"count\":9,\"darkened\":false},\"packaging\":null,\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"type\":null},\"date\":\"1985\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},{\"country\":\"GB\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"date\":\"1986-05\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"\",\"asin\":\"B000002U82\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"darkened\":false,\"count\":3,\"back\":true,\"front\":true,\"artwork\":true},\"media\":[{\"format\":\"CD\",\"position\":1,\"title\":\"\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"],\"type-id\":null,\"sort-name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"type\":null},\"date\":\"1986-05\"}]},{\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"artwork\":false,\"front\":false,\"back\":false},\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"type\":null,\"sort-name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\"}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"barcode\":\"4988006683129\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"asin\":\"B000UVIP42\",\"country\":\"JP\",\"date\":\"1993-03-31\",\"disambiguation\":\"\"},{\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"asin\":\"B007CDVIXG\",\"barcode\":\"4988006680951\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"date\":\"1993-04-28\",\"disambiguation\":\"\",\"country\":\"JP\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"type-id\":null,\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"back\":false,\"front\":false,\"artwork\":false,\"darkened\":false,\"count\":0},\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\"},{\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"4988006715578\",\"asin\":\"B000064TUF\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"country\":\"JP\",\"disambiguation\":\"\",\"date\":\"1996-03-27\",\"cover-art-archive\":{\"darkened\":false,\"count\":4,\"artwork\":true,\"back\":false,\"front\":true},\"packaging-id\":null,\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"track-count\":9,\"title\":\"\",\"position\":1,\"format\":\"CD\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null},\"date\":\"1996-03-27\"}],\"packaging\":null,\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},{\"asin\":\"B00005HK29\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"4988006784161\",\"disambiguation\":\"\",\"date\":\"2000-08-30\",\"country\":\"JP\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"sort-name\":\"Japan\",\"name\":\"Japan\"},\"date\":\"2000-08-30\"}],\"packaging-id\":null,\"cover-art-archive\":{\"back\":false,\"front\":false,\"artwork\":false,\"count\":0,\"darkened\":false},\"media\":[{\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\"}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\"},{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"release-events\":[{\"area\":{\"type\":null,\"type-id\":null,\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\"},\"date\":\"2006-03-08\"}],\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9}],\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"front\":false,\"back\":false,\"artwork\":false},\"packaging-id\":null,\"date\":\"2006-03-08\",\"disambiguation\":\"\",\"country\":\"JP\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"asin\":\"B000E6G6KI\",\"barcode\":\"4988006840751\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\"},{\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"packaging-id\":null,\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"artwork\":false,\"back\":false,\"front\":false},\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"title\":\"\",\"format\":\"CD\",\"position\":1}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null},\"date\":\"2006-09-06\"}],\"country\":\"JP\",\"disambiguation\":\"\",\"date\":\"2006-09-06\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006846586\",\"asin\":\"B000GUK734\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\"},{\"media\":[{\"position\":1,\"format\":\"CD\",\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"cover-art-archive\":{\"front\":true,\"back\":true,\"artwork\":true,\"count\":10,\"darkened\":false},\"packaging-id\":null,\"release-events\":[{\"area\":{\"type-id\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"sort-name\":\"Canada\",\"name\":\"Canada\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"CA\"]},\"date\":\"1993\"}],\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"barcode\":\"077774600125\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"asin\":\"B000002U82\",\"country\":\"CA\",\"date\":\"1993\",\"disambiguation\":\"\"}],\"sectors\":193260}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/mWEN0CB96pflhED60JyFNhrEvMc-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:48 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1134", + "X-RateLimit-Reset", + "1618477490", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"9f246d2227915f626cd2e84c89c43124\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"sectors\":192955,\"releases\":[{\"title\":\"The Dark Side of the Moon\",\"country\":\"US\",\"barcode\":\"077774600125\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"1994\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"track-count\":9,\"title\":\"\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}]}],\"asin\":\"B000002U82\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":5,\"darkened\":false,\"front\":true,\"artwork\":true,\"back\":false},\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\",\"name\":\"United States\",\"disambiguation\":\"\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"}}]},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"artwork\":false,\"back\":false,\"front\":false},\"release-events\":[{\"date\":\"2001-06-16\",\"area\":{\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\",\"disambiguation\":\"\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"packaging\":\"Cardboard/Paper Sleeve\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"quality\":\"normal\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"date\":\"2001-06-16\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B00005HYHA\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006791800\",\"country\":\"JP\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"status\":\"Official\"},{\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\"},\"date\":\"1994\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"darkened\":false,\"count\":16,\"front\":true,\"artwork\":true,\"back\":true},\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"sectors\":193250,\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offset-count\":9},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"title\":\"\"}],\"asin\":\"B000024D4P\",\"date\":\"1994\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"title\":\"The Dark Side of the Moon\",\"barcode\":\"724382975229\",\"country\":\"GB\"},{\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"country\":\"US\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"status\":\"Official\",\"date\":\"1985\",\"media\":[{\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"title\":\"\",\"track-count\":9}],\"asin\":\"B000002U82\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"packaging-id\":null,\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"artwork\":true,\"back\":true,\"front\":true,\"count\":9,\"darkened\":false},\"release-events\":[{\"area\":{\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"},\"date\":\"1985\"}],\"packaging\":null},{\"title\":\"The Dark Side of the Moon\",\"barcode\":\"\",\"country\":\"GB\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"status\":\"Official\",\"date\":\"1986-05\",\"media\":[{\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"title\":\"\",\"track-count\":9}],\"asin\":\"B000002U82\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":3,\"darkened\":false,\"artwork\":true,\"back\":true,\"front\":true},\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null}}],\"packaging\":\"Jewel Case\"},{\"title\":\"The Dark Side of the Moon\",\"country\":\"JP\",\"barcode\":\"4988006683129\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"1993-03-31\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"title\":\"\"}],\"asin\":\"B000UVIP42\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"back\":false,\"artwork\":false,\"front\":false},\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type-id\":null,\"disambiguation\":\"\"}}]},{\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\"}}],\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"back\":false,\"artwork\":false,\"front\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"barcode\":\"4988006680951\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B007CDVIXG\",\"media\":[{\"title\":\"\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"date\":\"1993-04-28\"},{\"cover-art-archive\":{\"back\":false,\"artwork\":true,\"front\":true,\"darkened\":false,\"count\":4},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"1996-03-27\"}],\"quality\":\"normal\",\"packaging-id\":null,\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"date\":\"1996-03-27\",\"asin\":\"B000064TUF\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"track-count\":9,\"title\":\"\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}]}],\"barcode\":\"4988006715578\",\"country\":\"JP\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},{\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"quality\":\"normal\",\"packaging-id\":null,\"packaging\":null,\"release-events\":[{\"date\":\"2000-08-30\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"front\":false,\"back\":false,\"artwork\":false},\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006784161\",\"country\":\"JP\",\"media\":[{\"track-count\":9,\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\"}],\"asin\":\"B00005HK29\",\"date\":\"2000-08-30\"},{\"date\":\"2006-03-08\",\"media\":[{\"track-count\":9,\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1}],\"asin\":\"B000E6G6KI\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006840751\",\"country\":\"JP\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"front\":false,\"artwork\":false,\"back\":false,\"count\":0,\"darkened\":false},\"packaging\":null,\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\"}}],\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"quality\":\"normal\",\"packaging-id\":null},{\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"type\":null},\"date\":\"2006-09-06\"}],\"packaging\":null,\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"front\":false,\"back\":false,\"artwork\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"packaging-id\":null,\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"asin\":\"B000GUK734\",\"media\":[{\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9}],\"date\":\"2006-09-06\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"disambiguation\":\"\",\"barcode\":\"4988006846586\",\"country\":\"JP\",\"title\":\"The Dark Side of the Moon\"},{\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"country\":\"CA\",\"media\":[{\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"title\":\"\",\"track-count\":9}],\"asin\":\"B000002U82\",\"date\":\"1993\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"packaging-id\":null,\"quality\":\"normal\",\"release-events\":[{\"date\":\"1993\",\"area\":{\"type\":null,\"name\":\"Canada\",\"iso-3166-1-codes\":[\"CA\"],\"sort-name\":\"Canada\",\"type-id\":null,\"disambiguation\":\"\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\"}}],\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":10,\"darkened\":false,\"artwork\":true,\"back\":true,\"front\":true}}],\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/jmIgyOvnkIgc_1nIfGOzq1tZy.g-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:48 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1129", + "X-RateLimit-Reset", + "1618477490", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"33f0095004fd78435fa15ec4c86ea896\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"releases\":[{\"country\":\"US\",\"date\":\"1994\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"packaging\":\"Jewel Case\",\"media\":[{\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"title\":\"\",\"position\":1,\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000002U82\",\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\",\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\"},\"date\":\"1994\"}],\"barcode\":\"077774600125\",\"status\":\"Official\",\"disambiguation\":\"\",\"cover-art-archive\":{\"darkened\":false,\"front\":true,\"back\":false,\"count\":5,\"artwork\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\"},{\"country\":\"JP\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"quality\":\"normal\",\"date\":\"2001-06-16\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"4988006791800\",\"asin\":\"B00005HYHA\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"title\":\"\",\"track-count\":9}],\"release-events\":[{\"date\":\"2001-06-16\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\"}}],\"title\":\"The Dark Side of the Moon\",\"packaging\":\"Cardboard/Paper Sleeve\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"cover-art-archive\":{\"artwork\":false,\"count\":0,\"front\":false,\"back\":false,\"darkened\":false},\"status\":\"Official\",\"disambiguation\":\"\"},{\"cover-art-archive\":{\"artwork\":true,\"count\":16,\"darkened\":false,\"back\":true,\"front\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"status\":\"Official\",\"disambiguation\":\"\",\"asin\":\"B000024D4P\",\"media\":[{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"title\":\"\",\"position\":1,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193242,\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"sectors\":193250,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"release-events\":[{\"date\":\"1994\",\"area\":{\"type\":null,\"sort-name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"GB\"]}}],\"title\":\"The Dark Side of the Moon\",\"barcode\":\"724382975229\",\"packaging\":\"Jewel Case\",\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1994\",\"country\":\"GB\"},{\"packaging\":null,\"asin\":\"B000002U82\",\"media\":[{\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"title\":\"\",\"position\":1,\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"title\":\"The Dark Side of the Moon\",\"release-events\":[{\"date\":\"1985\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\",\"type\":null,\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"}}],\"barcode\":\"077774600125\",\"disambiguation\":\"\",\"status\":\"Official\",\"cover-art-archive\":{\"darkened\":false,\"back\":true,\"front\":true,\"count\":9,\"artwork\":true},\"packaging-id\":null,\"country\":\"US\",\"date\":\"1985\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"media\":[{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"title\":\"\",\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"release-events\":[{\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\",\"sort-name\":\"United Kingdom\",\"type\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\"},\"date\":\"1986-05\"}],\"barcode\":\"\",\"packaging\":\"Jewel Case\",\"cover-art-archive\":{\"artwork\":true,\"count\":3,\"darkened\":false,\"back\":true,\"front\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"status\":\"Official\",\"country\":\"GB\",\"quality\":\"normal\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1986-05\"},{\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"back\":false,\"front\":false,\"darkened\":false,\"count\":0,\"artwork\":false},\"disambiguation\":\"\",\"status\":\"Official\",\"barcode\":\"4988006683129\",\"title\":\"The Dark Side of the Moon\",\"media\":[{\"track-count\":9,\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}]}],\"asin\":\"B000UVIP42\",\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"]},\"date\":\"1993-03-31\"}],\"packaging\":\"Jewel Case\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"date\":\"1993-03-31\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"JP\"},{\"country\":\"JP\",\"quality\":\"normal\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1993-04-28\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"position\":1,\"title\":\"\"}],\"release-events\":[{\"area\":{\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"1993-04-28\"}],\"asin\":\"B007CDVIXG\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006680951\",\"packaging\":\"Jewel Case\",\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"back\":false,\"front\":false,\"artwork\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"disambiguation\":\"\",\"status\":\"Official\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1996-03-27\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"quality\":\"normal\",\"country\":\"JP\",\"status\":\"Official\",\"disambiguation\":\"\",\"packaging-id\":null,\"cover-art-archive\":{\"count\":4,\"darkened\":false,\"back\":false,\"front\":true,\"artwork\":true},\"packaging\":null,\"barcode\":\"4988006715578\",\"media\":[{\"track-count\":9,\"title\":\"\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}]}],\"release-events\":[{\"date\":\"1996-03-27\",\"area\":{\"type\":null,\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"]}}],\"asin\":\"B000064TUF\",\"title\":\"The Dark Side of the Moon\"},{\"country\":\"JP\",\"date\":\"2000-08-30\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"packaging\":null,\"media\":[{\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1}],\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\"},\"date\":\"2000-08-30\"}],\"asin\":\"B00005HK29\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006784161\",\"status\":\"Official\",\"disambiguation\":\"\",\"cover-art-archive\":{\"count\":0,\"front\":false,\"back\":false,\"darkened\":false,\"artwork\":false},\"packaging-id\":null},{\"media\":[{\"title\":\"\",\"position\":1,\"track-count\":9,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\"}}],\"asin\":\"B000E6G6KI\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006840751\",\"packaging\":null,\"cover-art-archive\":{\"artwork\":false,\"count\":0,\"darkened\":false,\"front\":false,\"back\":false},\"packaging-id\":null,\"disambiguation\":\"\",\"status\":\"Official\",\"country\":\"JP\",\"quality\":\"normal\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"2006-03-08\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"date\":\"2006-09-06\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"quality\":\"normal\",\"country\":\"JP\",\"status\":\"Official\",\"disambiguation\":\"\",\"packaging-id\":null,\"cover-art-archive\":{\"artwork\":false,\"darkened\":false,\"front\":false,\"back\":false,\"count\":0},\"packaging\":null,\"barcode\":\"4988006846586\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9}],\"track-count\":9,\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B000GUK734\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"type\":null,\"sort-name\":\"Japan\"},\"date\":\"2006-09-06\"}],\"title\":\"The Dark Side of the Moon\"},{\"country\":\"CA\",\"date\":\"1993\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"quality\":\"normal\",\"packaging\":null,\"barcode\":\"077774600125\",\"media\":[{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"title\":\"\",\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}]}],\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000002U82\",\"release-events\":[{\"date\":\"1993\",\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"CA\"],\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Canada\",\"name\":\"Canada\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\"}}],\"status\":\"Official\",\"disambiguation\":\"\",\"packaging-id\":null,\"cover-art-archive\":{\"back\":true,\"front\":true,\"darkened\":false,\"count\":10,\"artwork\":true}}],\"offset-count\":9}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "discs can be looked up by disc ID", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/TMXdzZkTcc9Jq24PD0w5J9_AXms-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:16 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "491", + "X-RateLimit-Reset", + "1618477456", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"4164d7bfda7d3570f14c58eafb40e7b3\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"TMXdzZkTcc9Jq24PD0w5J9_AXms-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"releases\":[{\"media\":[{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"position\":1,\"track-count\":9,\"discs\":[{\"sectors\":193443,\"offset-count\":9,\"id\":\"TMXdzZkTcc9Jq24PD0w5J9_AXms-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"}]}],\"cover-art-archive\":{\"darkened\":false,\"front\":true,\"back\":true,\"artwork\":true,\"count\":5},\"date\":\"1983-05-21\",\"disambiguation\":\"\",\"asin\":null,\"title\":\"The Dark Side of the Moon\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"barcode\":\"\",\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"7f6d3088-837d-495e-905f-be5c70ac2d82\",\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"release-events\":[{\"date\":\"1983-05-21\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"status\":\"Official\"}],\"sectors\":193443,\"offset-count\":9}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "entities have a collections field", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/release/0702057c-cb90-43d3-b7b4-6d0cc37e8644?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:32 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1145", + "X-RateLimit-Reset", + "1618477414", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"8451923ece076e95b313d7dc4ee9efb9\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"XW\",\"cover-art-archive\":{\"artwork\":true,\"count\":6,\"front\":true,\"back\":true,\"darkened\":false},\"date\":\"2010-11-15\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"\",\"packaging-id\":\"119eba76-b343-3e02-a292-f0f00644bb9b\",\"packaging\":\"None\",\"asin\":null,\"quality\":\"normal\",\"status\":\"Official\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"sort-name\":\"[Worldwide]\",\"type-id\":null,\"name\":\"[Worldwide]\",\"type\":null,\"iso-3166-1-codes\":[\"XW\"]},\"date\":\"2010-11-15\"}],\"disambiguation\":\"separated\",\"title\":\"All Day\",\"id\":\"0702057c-cb90-43d3-b7b4-6d0cc37e8644\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/artist/24f1766e-9635-4d58-a4d4-9413f9f98a4c?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:32 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1144", + "X-RateLimit-Reset", + "1618477414", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"d9dd15a0f2c7cd652843a2fb95f78177\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"begin_area\":{\"type-id\":null,\"sort-name\":\"Eisenach\",\"type\":null,\"name\":\"Eisenach\",\"disambiguation\":\"\",\"id\":\"8331b712-99b9-41ef-bf58-0f033f8d926a\"},\"begin-area\":{\"type-id\":null,\"sort-name\":\"Eisenach\",\"type\":null,\"name\":\"Eisenach\",\"disambiguation\":\"\",\"id\":\"8331b712-99b9-41ef-bf58-0f033f8d926a\"},\"area\":{\"iso-3166-1-codes\":[\"DE\"],\"type-id\":null,\"name\":\"Germany\",\"type\":null,\"sort-name\":\"Germany\",\"disambiguation\":\"\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\"},\"id\":\"24f1766e-9635-4d58-a4d4-9413f9f98a4c\",\"end-area\":{\"type-id\":null,\"name\":\"Leipzig\",\"type\":null,\"sort-name\":\"Leipzig\",\"disambiguation\":\"\",\"id\":\"20619e36-fca8-4499-bcc8-be01a3ea3e41\"},\"disambiguation\":\"German Baroque period composer & musician\",\"name\":\"Johann Sebastian Bach\",\"country\":\"DE\",\"gender\":\"Male\",\"ipis\":[\"00001749311\"],\"end_area\":{\"type-id\":null,\"name\":\"Leipzig\",\"type\":null,\"sort-name\":\"Leipzig\",\"disambiguation\":\"\",\"id\":\"20619e36-fca8-4499-bcc8-be01a3ea3e41\"},\"type\":\"Person\",\"life-span\":{\"end\":\"1750-07-28\",\"begin\":\"1685-03-21\",\"ended\":true},\"sort-name\":\"Bach, Johann Sebastian\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"isnis\":[\"0000000122764157\"],\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/collection?release=0702057c-cb90-43d3-b7b4-6d0cc37e8644&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:32 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1054", + "X-RateLimit-Reset", + "1618477414", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"9b88a5376156279d7f83e2507d2fb8a8\"", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"collections\":[{\"release-count\":2431,\"type-id\":\"d94659b2-4ce5-3a98-b4b8-da1131cf33ee\",\"id\":\"10cfcd52-696a-4e99-895d-3d080bdb7c18\",\"name\":\"My Collection\",\"type\":\"Release\",\"entity-type\":\"release\",\"editor\":\"yoasif\"},{\"type-id\":\"c26c6ec4-17f0-32de-95c5-fa724dbdb308\",\"id\":\"27076e46-3523-4605-8076-f289c5d923d2\",\"name\":\"Music collection\",\"type\":\"Owned music\",\"release-count\":2092,\"editor\":\"SimonHova\",\"entity-type\":\"release\"},{\"editor\":\"izaram\",\"entity-type\":\"release\",\"type-id\":\"c26c6ec4-17f0-32de-95c5-fa724dbdb308\",\"name\":\"Collection\",\"id\":\"2c1bbd04-9fb4-4b56-b6bc-92dff76b3bce\",\"type\":\"Owned music\",\"release-count\":722},{\"id\":\"65a245a3-ce14-41d0-ba64-f8b686e4ebcb\",\"type-id\":\"d94659b2-4ce5-3a98-b4b8-da1131cf33ee\",\"name\":\"My Collection\",\"type\":\"Release\",\"release-count\":969,\"entity-type\":\"release\",\"editor\":\"error404\"},{\"name\":\"Digital Versions\",\"type-id\":\"d94659b2-4ce5-3a98-b4b8-da1131cf33ee\",\"id\":\"6868df09-dd44-407a-a52d-0bbf55d522f8\",\"type\":\"Release\",\"release-count\":2975,\"editor\":\"thomnottom\",\"entity-type\":\"release\"},{\"entity-type\":\"release\",\"editor\":\"disruptek\",\"release-count\":638,\"type-id\":\"d94659b2-4ce5-3a98-b4b8-da1131cf33ee\",\"name\":\"Default\",\"id\":\"6eaf43ec-8eb3-4e76-a01c-385124d9f5f9\",\"type\":\"Release\"},{\"name\":\"Beets Music Collection\",\"type-id\":\"d94659b2-4ce5-3a98-b4b8-da1131cf33ee\",\"id\":\"85da782d-2ec0-41ec-a97f-9be464bba309\",\"type\":\"Release\",\"release-count\":578,\"entity-type\":\"release\",\"editor\":\"offbeatadam\"},{\"entity-type\":\"release\",\"editor\":\"trxckster\",\"name\":\"DIGITAL media\",\"type-id\":\"d94659b2-4ce5-3a98-b4b8-da1131cf33ee\",\"id\":\"872846f8-8b40-48b6-b0f3-d02f670cbb61\",\"type\":\"Release\",\"release-count\":505},{\"entity-type\":\"release\",\"editor\":\"HackBug\",\"type\":\"Owned music\",\"type-id\":\"c26c6ec4-17f0-32de-95c5-fa724dbdb308\",\"name\":\"Personal Collection\",\"id\":\"b66d6806-621a-41b8-a5fa-9ba687cebffe\",\"release-count\":2380},{\"type\":\"Release\",\"id\":\"bf76833c-4468-4579-aba8-9795c87b5cee\",\"type-id\":\"d94659b2-4ce5-3a98-b4b8-da1131cf33ee\",\"name\":\"mybeets\",\"release-count\":3630,\"entity-type\":\"release\",\"editor\":\"azkreationz80\"},{\"name\":\"To Get\",\"type-id\":\"5feda0f8-14cf-38fd-89d0-ac2d48ad3324\",\"id\":\"df97485d-5045-45cc-8fdd-63b567f03785\",\"type\":\"Wishlist\",\"release-count\":1991,\"editor\":\"reynardviscart\",\"entity-type\":\"release\"},{\"editor\":\"evaryont\",\"entity-type\":\"release\",\"type\":\"Release\",\"id\":\"e1a74d9a-4ab0-4c8c-858d-68bb7a2aa395\",\"type-id\":\"d94659b2-4ce5-3a98-b4b8-da1131cf33ee\",\"name\":\"My Music\",\"release-count\":25}],\"collection-count\":12,\"collection-offset\":0}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "entities support tags", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/artist?limit=1&inc=tags&query=Leonard+Cohen&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:54 GMT", + "Content-Type", + "application/json", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "657", + "X-RateLimit-Reset", + "1618477494", + "Last-Modified", + "Thu, 15 Apr 2021 09:02:09 GMT", + "ETag", + "\"NGY0NjhjMDAwMDAwMDAwMFNvbHI=\"", + "Vary", + "Accept-Encoding", + "X-Cache-Status", + "STALE", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"created\":\"2021-04-15T09:03:07.048Z\",\"count\":1482,\"offset\":0,\"artists\":[{\"id\":\"65314b12-0e08-43fa-ba33-baaa7b874c15\",\"type\":\"Person\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"score\":100,\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"name\":\"Leonard Cohen\",\"sort-name\":\"Cohen, Leonard\",\"gender\":\"male\",\"country\":\"CA\",\"area\":{\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Canada\",\"sort-name\":\"Canada\",\"life-span\":{\"ended\":null}},\"begin-area\":{\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"type\":\"City\",\"type-id\":\"6fd8f29a-3d0a-32fc-980d-ea697b69da78\",\"name\":\"Westmount\",\"sort-name\":\"Westmount\",\"life-span\":{\"ended\":null}},\"end-area\":{\"id\":\"1f40c6e1-47ba-4e35-996f-fe6ee5840e62\",\"type\":\"City\",\"type-id\":\"6fd8f29a-3d0a-32fc-980d-ea697b69da78\",\"name\":\"Los Angeles\",\"sort-name\":\"Los Angeles\",\"life-span\":{\"ended\":null}},\"ipis\":[\"00006457004\"],\"isnis\":[\"0000000110273481\"],\"life-span\":{\"begin\":\"1934-09-21\",\"end\":\"2016-11-07\",\"ended\":true},\"aliases\":[{\"sort-name\":\"Lonard Cohen\",\"type-id\":\"1937e404-b981-3cb7-8151-4c86ebfc8d8e\",\"name\":\"Lonard Cohen\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Cohen, Leonard Norman\",\"type-id\":\"d4dcd0c0-b341-3612-a332-c0ce797b25cf\",\"name\":\"Leonard Norman Cohen\",\"locale\":null,\"type\":\"Legal name\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Leonhard Cohen\",\"type-id\":\"1937e404-b981-3cb7-8151-4c86ebfc8d8e\",\"name\":\"Leonhard Cohen\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"L.Cohen\",\"type-id\":\"1937e404-b981-3cb7-8151-4c86ebfc8d8e\",\"name\":\"L.Cohen\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"L. Cohen\",\"type-id\":\"1937e404-b981-3cb7-8151-4c86ebfc8d8e\",\"name\":\"L. Cohen\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":1,\"name\":\"sophisti-pop\"},{\"count\":4,\"name\":\"folk\"},{\"count\":0,\"name\":\"singer and songwriter\"},{\"count\":2,\"name\":\"pop\"},{\"count\":1,\"name\":\"chamber folk\"},{\"count\":1,\"name\":\"art pop\"},{\"count\":1,\"name\":\"soft rock\"},{\"count\":1,\"name\":\"rock\"},{\"count\":0,\"name\":\"classic pop and rock\"},{\"count\":3,\"name\":\"contemporary folk\"},{\"count\":1,\"name\":\"film soundtrack\"},{\"count\":0,\"name\":\"canada\"},{\"count\":3,\"name\":\"blues rock\"},{\"count\":2,\"name\":\"singer/songwriter\"},{\"count\":2,\"name\":\"singer-songwriter\"},{\"count\":1,\"name\":\"blues\"},{\"count\":1,\"name\":\"canadian\"}]}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/38dc88de-7720-4100-9d5b-3cdc41b0c474?inc=tags&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:54 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "653", + "X-RateLimit-Reset", + "1618477494", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"600a03f9fbf9ab3058809daedecf1550\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"id\":\"38dc88de-7720-4100-9d5b-3cdc41b0c474\",\"name\":\"Sub Pop Records\",\"sort-name\":\"Sub Pop Records\",\"tags\":[{\"name\":\"american\",\"count\":1},{\"name\":\"américain\",\"count\":1},{\"name\":\"folk\",\"count\":1},{\"name\":\"indie folk\",\"count\":1},{\"name\":\"usa\",\"count\":1}],\"life-span\":{\"begin\":\"1979\",\"ended\":false,\"end\":null},\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"type\":null},\"ipis\":[],\"type\":\"Original Production\",\"isnis\":[],\"label-code\":8323,\"disambiguation\":\"\",\"country\":\"US\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "recordings can be browsed by ISRC", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/isrc/USSUB0200002?inc=isrcs&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:21 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "848", + "X-RateLimit-Reset", + "1618477402", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"5f95b68c25a3929d2c5a4a539d4eb186\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"recordings\":[{\"first-release-date\":\"1989-06-01\",\"disambiguation\":\"\",\"id\":\"2837e0d2-5ce9-44da-803e-797c835d672c\",\"length\":174960,\"isrcs\":[\"USSUB0200002\"],\"video\":false,\"title\":\"Blew\"},{\"disambiguation\":\"\",\"first-release-date\":\"2005-11-08\",\"video\":false,\"title\":\"About a Girl\",\"id\":\"820452d4-5e26-4851-b258-749ddfd5f0b3\",\"length\":168000,\"isrcs\":[\"USSUB0200002\"]}],\"isrc\":\"USSUB0200002\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "recordings have a length in milliseconds", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/recording/9f9cf187-d6f9-437f-9d98-d59cdbd52757?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:26 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Content-Length", + "156", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1106", + "X-RateLimit-Reset", + "1618477408", + "Server", + "Plack::Handler::Starlet", + "ETag", + "\"44ff90234894f65ac8a67645d71cf975\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": { + "disambiguation": "", + "first-release-date": "1997-05-21", + "id": "9f9cf187-d6f9-437f-9d98-d59cdbd52757", + "length": 383813, + "title": "Paranoid Android", + "video": false + }, + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "recordings have a list of ISRCs", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/recording/9f9cf187-d6f9-437f-9d98-d59cdbd52757?inc=isrcs&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:20 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Content-Length", + "196", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "953", + "X-RateLimit-Reset", + "1618477402", + "Server", + "Plack::Handler::Starlet", + "ETag", + "\"4d4e46e03a6260eaf443aefe56613903\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": { + "disambiguation": "", + "first-release-date": "1997-05-21", + "id": "9f9cf187-d6f9-437f-9d98-d59cdbd52757", + "isrcs": [ + "GBAYE9701376", + "GBBKS1700108" + ], + "length": 383813, + "title": "Paranoid Android", + "video": false + }, + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "relationships are grouped by target type", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/artist/65314b12-0e08-43fa-ba33-baaa7b874c15?inc=artist-rels%2Brecording-rels%2Brelease-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:07 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "807", + "X-RateLimit-Reset", + "1618477388", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"ab3443146373d482427c90b05bec48a1\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"relations\":[{\"end\":\"1967\",\"target-credit\":\"\",\"type-id\":\"fd3927ba-fd51-4fa9-bcc2-e83637896fe8\",\"target-type\":\"artist\",\"attributes\":[],\"attribute-ids\":{},\"direction\":\"backward\",\"artist\":{\"disambiguation\":\"\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"a6de8ef9-b1a1-4756-97aa-481bbb8a4069\",\"sort-name\":\"Mitchell, Joni\",\"name\":\"Joni Mitchell\",\"type\":\"Person\"},\"ended\":true,\"source-credit\":\"\",\"type\":\"involved with\",\"begin\":\"1967\",\"attribute-values\":{}},{\"type-id\":\"9421ca84-934f-49fe-9e66-dea242430406\",\"target-type\":\"artist\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"ended\":false,\"type\":\"parent\",\"artist\":{\"sort-name\":\"Cohen, Adam\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"32812b1f-c62e-4625-be28-812c190e5219\",\"name\":\"Adam Cohen\",\"type\":\"Person\",\"disambiguation\":\"Canadian singer-songwriter\"},\"attribute-values\":{},\"begin\":null,\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\"},{\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"parent\",\"ended\":false,\"artist\":{\"type\":\"Person\",\"sort-name\":\"Cohen, Lorca\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"ebbdd5f9-dec6-45c1-a4f4-3794a59ae7f2\",\"name\":\"Lorca Cohen\",\"disambiguation\":\"\"},\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"target-type\":\"artist\",\"type-id\":\"9421ca84-934f-49fe-9e66-dea242430406\",\"target-credit\":\"\",\"end\":null},{\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"teacher\",\"artist\":{\"disambiguation\":\"\",\"type\":\"Person\",\"id\":\"e7e0d302-68c9-442a-9992-3e5736175b52\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"name\":\"Solomon Klonitzky-Kline\",\"sort-name\":\"Klonitzky-Kline, Solomon\"},\"direction\":\"backward\",\"attributes\":[],\"attribute-ids\":{},\"target-type\":\"artist\",\"type-id\":\"249fc24f-d573-4290-9d74-0547712d1f1e\",\"target-credit\":\"\",\"end\":null},{\"type-id\":\"a6f62641-2f58-470e-b02b-88d7b984dc9f\",\"target-type\":\"artist\",\"end\":null,\"target-credit\":\"\",\"artist\":{\"disambiguation\":\"\",\"id\":\"cad3e621-6951-42ca-88c9-ad1a3e5fb97c\",\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"sort-name\":\"Avalanche Quartet\",\"name\":\"Avalanche Quartet\",\"type\":\"Group\"},\"type\":\"tribute\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"backward\"},{\"source-credit\":\"\",\"type\":\"tribute\",\"ended\":false,\"artist\":{\"disambiguation\":\"\",\"type\":\"Choir\",\"type-id\":\"6124967d-7e3a-3eba-b642-c9a2ffb44d94\",\"name\":\"Conspiracy of Beards\",\"id\":\"a7b5b5ec-9a6a-47f7-ae01-9f708c448a52\",\"sort-name\":\"Conspiracy of Beards\"},\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"backward\",\"type-id\":\"a6f62641-2f58-470e-b02b-88d7b984dc9f\",\"target-type\":\"artist\",\"end\":null,\"target-credit\":\"\"},{\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"ended\":false,\"type\":\"arranger\",\"begin\":null,\"attribute-values\":{},\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"id\":\"f388dcca-0e73-4ff8-b065-5e3477c63196\",\"disambiguation\":\"\",\"video\":false,\"length\":455000,\"title\":\"Amen\"},\"direction\":\"forward\"},{\"target-type\":\"recording\",\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"ended\":false,\"type\":\"arranger\",\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"video\":false,\"disambiguation\":\"\",\"length\":366933,\"id\":\"34b3b2fc-fe08-429c-90fc-da7929f62846\",\"title\":\"Anthem\"}},{\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"arranger\",\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Because Of\",\"disambiguation\":\"\",\"video\":false,\"length\":185000,\"id\":\"3c4bb6b1-d488-4f8a-bbb5-9e721b5f593a\"},\"target-type\":\"recording\",\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"target-credit\":\"\",\"end\":null},{\"target-type\":\"recording\",\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"target-credit\":\"\",\"end\":null,\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"arranger\",\"direction\":\"forward\",\"recording\":{\"title\":\"Closing Time\",\"id\":\"8be14815-92d2-4307-a16f-f47c3a0feeb6\",\"disambiguation\":\"\",\"video\":false,\"length\":359693},\"attribute-ids\":{},\"attributes\":[]},{\"source-credit\":\"\",\"type\":\"arranger\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"recording\":{\"disambiguation\":\"\",\"video\":false,\"length\":223333,\"id\":\"60094d22-2e2f-46fd-8e42-a290929687b4\",\"title\":\"Dear Heather\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\"},{\"attributes\":[\"additional\"],\"attribute-ids\":{\"additional\":\"0a5341f8-3b1d-4f99-a0c6-26b7f4e42c7f\"},\"recording\":{\"disambiguation\":\"\",\"video\":false,\"length\":434800,\"id\":\"cb970ecf-215f-43d4-8b2c-24ff99a72194\",\"title\":\"Democracy\"},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"arranger\",\"begin\":null,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"target-type\":\"recording\"},{\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"type\":\"arranger\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"recording\":{\"title\":\"Different Sides\",\"length\":245000,\"video\":false,\"disambiguation\":\"\",\"id\":\"1f82bd0e-1e14-4601-976a-3fa9993ff9db\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\"},{\"recording\":{\"id\":\"30f52995-5567-4254-8f5d-7a46ac9b2cfb\",\"video\":false,\"length\":336386,\"disambiguation\":\"\",\"title\":\"Everybody Knows\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"type\":\"arranger\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"target-type\":\"recording\"},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"target-type\":\"recording\",\"recording\":{\"id\":\"fae69095-3cde-4156-a91c-99f4d985dcb2\",\"video\":false,\"disambiguation\":\"\",\"length\":271973,\"title\":\"I Can’t Forget\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"arranger\",\"attribute-values\":{},\"begin\":null},{\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"direction\":\"forward\",\"recording\":{\"id\":\"4150b2a5-1dfb-4781-afd1-c3f887804277\",\"length\":266000,\"video\":false,\"disambiguation\":\"\",\"title\":\"I’m Your Man\"},\"attributes\":[],\"attribute-ids\":{},\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"arranger\",\"ended\":false},{\"target-type\":\"recording\",\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"type\":\"arranger\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"Lullaby\",\"video\":false,\"length\":286000,\"disambiguation\":\"\",\"id\":\"4696bdb9-8643-4723-886e-12754456b0f5\"}},{\"direction\":\"forward\",\"recording\":{\"title\":\"Morning Glory\",\"length\":216306,\"video\":false,\"disambiguation\":\"\",\"id\":\"c43a75af-4212-4bd0-a9b7-06c0ef319dd7\"},\"attribute-ids\":{},\"attributes\":[],\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"arranger\",\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\"},{\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"type\":\"arranger\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Passing Through\",\"video\":false,\"length\":246000,\"disambiguation\":\"live, 1972: London\",\"id\":\"bc808e21-cfaa-42db-9937-958a988a8bc4\"},\"direction\":\"forward\"},{\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"ended\":false,\"source-credit\":\"\",\"type\":\"arranger\",\"attribute-values\":{},\"begin\":null,\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"length\":356706,\"video\":false,\"disambiguation\":\"\",\"id\":\"579927d8-3ef4-479a-9142-2723fe7f55c5\",\"title\":\"Tacoma Trailer\"},\"direction\":\"forward\"},{\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"ended\":false,\"source-credit\":\"\",\"type\":\"arranger\",\"attribute-values\":{},\"begin\":null,\"recording\":{\"title\":\"The Future\",\"disambiguation\":\"\",\"video\":false,\"length\":402000,\"id\":\"06cf07c0-b739-4ce7-92c4-56424ee061cc\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\"},{\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"The Lost Canadian (Un Canadien errant)\",\"id\":\"650c92ba-a9eb-40ec-83dd-30148fc1679a\",\"video\":false,\"length\":280666,\"disambiguation\":\"\"},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"arranger\",\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"target-type\":\"recording\"},{\"recording\":{\"video\":false,\"length\":155493,\"disambiguation\":\"\",\"id\":\"e867bfa9-fd8f-49e9-a87d-f00480369844\",\"title\":\"To a Teacher\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"arranger\",\"begin\":null,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"target-type\":\"recording\"},{\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"ended\":false,\"source-credit\":\"\",\"type\":\"arranger\",\"attribute-values\":{},\"begin\":null,\"recording\":{\"id\":\"ed670fc8-0c90-4e95-9b7f-a5764aeb56f6\",\"disambiguation\":\"\",\"video\":false,\"length\":337493,\"title\":\"Tower of Song\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\"},{\"type\":\"arranger\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"recording\":{\"title\":\"Undertow\",\"id\":\"63457012-014b-4ad8-83bf-b4cbfcbcccae\",\"disambiguation\":\"\",\"video\":false,\"length\":262333},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\"},{\"recording\":{\"title\":\"Waiting for the Miracle\",\"id\":\"3a824c74-8ed4-4963-aa92-2ea0a173eeeb\",\"disambiguation\":\"\",\"video\":false,\"length\":462506},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"arranger\",\"begin\":null,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"target-type\":\"recording\"},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"target-type\":\"recording\",\"recording\":{\"title\":\"Whither Thou Goest\",\"id\":\"d8ab1423-610e-4505-801b-07719812a11e\",\"length\":87000,\"video\":false,\"disambiguation\":\"\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"arranger\",\"ended\":false,\"begin\":null,\"attribute-values\":{}},{\"type\":\"instrument\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"recording\":{\"id\":\"f388dcca-0e73-4ff8-b065-5e3477c63196\",\"video\":false,\"length\":455000,\"disambiguation\":\"\",\"title\":\"Amen\"},\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"attributes\":[\"guitar\"],\"direction\":\"forward\",\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"target-type\":\"recording\",\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\"},{\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"type\":\"instrument\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"attributes\":[\"guitar\"],\"recording\":{\"disambiguation\":\"\",\"video\":false,\"length\":381893,\"id\":\"38e88e6e-16e3-4f7a-8156-db319e0508cd\",\"title\":\"Ballad of the Absent Mare\"},\"direction\":\"forward\"},{\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"target-type\":\"recording\",\"attributes\":[\"guitar\"],\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"recording\":{\"title\":\"Crazy to Love You\",\"video\":false,\"disambiguation\":\"\",\"length\":186000,\"id\":\"6a295f6a-2676-4bd8-97fa-99ec7d5a8235\"},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"instrument\",\"begin\":null,\"attribute-values\":{}},{\"direction\":\"forward\",\"recording\":{\"id\":\"d2835e45-c9f4-4107-8aed-1286616053b9\",\"video\":false,\"length\":269000,\"disambiguation\":\"\",\"title\":\"Darkness\"},\"attributes\":[\"guitar\"],\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"ended\":false,\"type\":\"instrument\",\"attribute-credits\":{},\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\"},{\"target-type\":\"recording\",\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"attribute-credits\":{},\"target-credit\":\"\",\"end\":null,\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"instrument\",\"direction\":\"forward\",\"recording\":{\"title\":\"Everybody Knows\",\"id\":\"30f52995-5567-4254-8f5d-7a46ac9b2cfb\",\"video\":false,\"disambiguation\":\"\",\"length\":336386},\"attributes\":[\"keyboard\"],\"attribute-ids\":{\"keyboard\":\"95b0c3d2-9606-4ef5-a019-9b7437f3adda\"}},{\"attributes\":[\"piano\"],\"attribute-ids\":{\"piano\":\"b3eac5f9-7859-4416-ac39-7154e2e8d348\"},\"recording\":{\"title\":\"I Can’t Forget\",\"id\":\"fae69095-3cde-4156-a91c-99f4d985dcb2\",\"disambiguation\":\"\",\"video\":false,\"length\":271973},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"instrument\",\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"target-type\":\"recording\"},{\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"instrument\",\"ended\":false,\"direction\":\"forward\",\"recording\":{\"length\":266000,\"video\":false,\"disambiguation\":\"\",\"id\":\"4150b2a5-1dfb-4781-afd1-c3f887804277\",\"title\":\"I’m Your Man\"},\"attribute-ids\":{\"keyboard\":\"95b0c3d2-9606-4ef5-a019-9b7437f3adda\"},\"attributes\":[\"keyboard\"],\"target-type\":\"recording\",\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"attribute-credits\":{},\"target-credit\":\"\",\"end\":null},{\"recording\":{\"id\":\"2ed281d2-a440-4a65-ab52-0d88a30ebe1a\",\"video\":false,\"length\":436893,\"disambiguation\":\"\",\"title\":\"Light as the Breeze\"},\"attribute-ids\":{\"violin\":\"089f123c-0f7d-4105-a64e-49de81ca8fa4\"},\"attributes\":[\"violin\"],\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"instrument\",\"attribute-values\":{},\"begin\":null,\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"target-type\":\"recording\"},{\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"target-type\":\"recording\",\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"source-credit\":\"\",\"type\":\"instrument\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"recording\":{\"video\":false,\"length\":436893,\"disambiguation\":\"\",\"id\":\"2ed281d2-a440-4a65-ab52-0d88a30ebe1a\",\"title\":\"Light as the Breeze\"},\"attribute-ids\":{\"saxophone\":\"a9ed16cd-b8cb-4256-9c41-93f5f0458c49\"},\"attributes\":[\"saxophone\"],\"direction\":\"forward\"},{\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"target-type\":\"recording\",\"recording\":{\"title\":\"Lullaby\",\"length\":286000,\"video\":false,\"disambiguation\":\"\",\"id\":\"4696bdb9-8643-4723-886e-12754456b0f5\"},\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"attributes\":[\"guitar\"],\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"instrument\",\"attribute-values\":{},\"begin\":null},{\"target-credit\":\"\",\"attribute-credits\":{\"mouth harp\":\"Jew’s harp\"},\"end\":null,\"target-type\":\"recording\",\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"direction\":\"forward\",\"attributes\":[\"guitar\",\"mouth harp\"],\"attribute-ids\":{\"mouth harp\":\"ffaf7204-92f1-4c03-846a-748218ebf2a5\",\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"recording\":{\"id\":\"b782ea5b-f15a-463f-87c2-5378a472e51c\",\"video\":false,\"length\":151000,\"disambiguation\":\"\",\"title\":\"Nightingale\"},\"attribute-values\":{},\"begin\":null,\"ended\":false,\"source-credit\":\"\",\"type\":\"instrument\"},{\"attribute-credits\":{\"mouth harp\":\"Jew’s harp\"},\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"direction\":\"forward\",\"recording\":{\"video\":false,\"disambiguation\":\"\",\"length\":126826,\"id\":\"52784e4b-f82b-4fdc-b7b6-c74467b0997a\",\"title\":\"On That Day\"},\"attribute-ids\":{\"mouth harp\":\"ffaf7204-92f1-4c03-846a-748218ebf2a5\"},\"attributes\":[\"mouth harp\"],\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"ended\":false,\"type\":\"instrument\"},{\"recording\":{\"id\":\"9ab9cba8-dc25-4c71-abca-12b879284123\",\"disambiguation\":\"\",\"video\":false,\"length\":400386,\"title\":\"The Guests\"},\"attributes\":[\"acoustic guitar\"],\"attribute-ids\":{\"acoustic guitar\":\"00beaf8e-a781-431c-8130-7c2871696b7d\"},\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"instrument\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"target-type\":\"recording\"},{\"source-credit\":\"\",\"ended\":false,\"type\":\"instrument\",\"attribute-values\":{},\"begin\":null,\"recording\":{\"title\":\"The Gypsy’s Wife\",\"id\":\"bfe0b37d-fe45-4a5c-9857-386092b5396e\",\"video\":false,\"length\":312693,\"disambiguation\":\"\"},\"attribute-ids\":{\"acoustic guitar\":\"00beaf8e-a781-431c-8130-7c2871696b7d\"},\"attributes\":[\"acoustic guitar\"],\"direction\":\"forward\",\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"target-type\":\"recording\",\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\"},{\"target-type\":\"recording\",\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"ended\":false,\"type\":\"instrument\",\"direction\":\"forward\",\"attributes\":[\"acoustic guitar\"],\"attribute-ids\":{\"acoustic guitar\":\"00beaf8e-a781-431c-8130-7c2871696b7d\"},\"recording\":{\"id\":\"90977aa4-eead-4245-9413-92a635cbb4a6\",\"video\":false,\"disambiguation\":\"\",\"length\":318040,\"title\":\"The Smokey Life\"}},{\"direction\":\"forward\",\"attribute-ids\":{\"acoustic guitar\":\"00beaf8e-a781-431c-8130-7c2871696b7d\"},\"attributes\":[\"acoustic guitar\"],\"recording\":{\"id\":\"7d644bc4-e70d-46d9-a3e0-4f47315e5e03\",\"video\":false,\"length\":374600,\"disambiguation\":\"\",\"title\":\"The Traitor\"},\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"instrument\",\"ended\":false,\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"target-type\":\"recording\",\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\"},{\"recording\":{\"title\":\"The Window\",\"id\":\"1c54de7c-069a-4023-a8a3-b0cd55400609\",\"video\":false,\"length\":355240,\"disambiguation\":\"\"},\"attributes\":[\"acoustic guitar\"],\"attribute-ids\":{\"acoustic guitar\":\"00beaf8e-a781-431c-8130-7c2871696b7d\"},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"instrument\",\"attribute-values\":{},\"begin\":null,\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"target-type\":\"recording\"},{\"source-credit\":\"\",\"type\":\"mix\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"recording\":{\"title\":\"A Thousand Kisses Deep\",\"id\":\"36497e8d-1d2e-4621-bc9c-0d85de60b42d\",\"length\":388200,\"video\":false,\"disambiguation\":\"\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"type-id\":\"3e3102e1-1896-4f50-b5b2-dd9824e46efe\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\"},{\"recording\":{\"title\":\"Alexandra Leaving\",\"disambiguation\":\"\",\"video\":false,\"length\":325840,\"id\":\"07d39109-cec9-4cec-9678-34041f86e441\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"type\":\"mix\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type-id\":\"3e3102e1-1896-4f50-b5b2-dd9824e46efe\",\"target-type\":\"recording\"},{\"target-type\":\"recording\",\"type-id\":\"3e3102e1-1896-4f50-b5b2-dd9824e46efe\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"ended\":false,\"source-credit\":\"\",\"type\":\"mix\",\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"video\":false,\"length\":364866,\"disambiguation\":\"\",\"id\":\"46a307fa-16ba-4ca1-8ae2-6b7b4694e21e\",\"title\":\"Boogie Street\"}},{\"target-type\":\"recording\",\"type-id\":\"3e3102e1-1896-4f50-b5b2-dd9824e46efe\",\"target-credit\":\"\",\"end\":null,\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"mix\",\"direction\":\"forward\",\"recording\":{\"video\":false,\"length\":320693,\"disambiguation\":\"\",\"id\":\"cfcf38f3-b8f5-4cf2-bb15-e839e89a1ea9\",\"title\":\"By the Rivers Dark\"},\"attribute-ids\":{},\"attributes\":[]},{\"target-type\":\"recording\",\"type-id\":\"3e3102e1-1896-4f50-b5b2-dd9824e46efe\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"mix\",\"ended\":false,\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"Here It Is\",\"id\":\"c3122495-ce76-40ce-ab37-8213d5ec1735\",\"video\":false,\"disambiguation\":\"\",\"length\":258933}},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"3e3102e1-1896-4f50-b5b2-dd9824e46efe\",\"target-type\":\"recording\",\"recording\":{\"id\":\"3b26072c-426e-41d8-8498-037a4e95bfb7\",\"video\":false,\"length\":295866,\"disambiguation\":\"album version\",\"title\":\"In My Secret Life\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"mix\",\"attribute-values\":{},\"begin\":null},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"3e3102e1-1896-4f50-b5b2-dd9824e46efe\",\"target-type\":\"recording\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"length\":326066,\"id\":\"03f720ba-4f36-4f61-808c-04774705b6f1\",\"title\":\"Love Itself\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"mix\",\"ended\":false,\"begin\":null,\"attribute-values\":{}},{\"recording\":{\"title\":\"That Don’t Make It Junk\",\"id\":\"03d237a6-50b0-4d97-9272-6cda1789aa58\",\"disambiguation\":\"\",\"video\":false,\"length\":268106},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"mix\",\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type-id\":\"3e3102e1-1896-4f50-b5b2-dd9824e46efe\",\"target-type\":\"recording\"},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"3e3102e1-1896-4f50-b5b2-dd9824e46efe\",\"target-type\":\"recording\",\"recording\":{\"video\":false,\"disambiguation\":\"\",\"length\":276000,\"id\":\"846fedd4-3852-46e7-a71b-d0bfd45d96ff\",\"title\":\"The Land of Plenty\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"mix\",\"attribute-values\":{},\"begin\":null},{\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"3e3102e1-1896-4f50-b5b2-dd9824e46efe\",\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"id\":\"e14acf57-24cc-4e7c-83ef-de3a55eb9104\",\"video\":false,\"disambiguation\":\"\",\"length\":341693,\"title\":\"You Have Loved Enough\"},\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"ended\":false,\"type\":\"mix\"},{\"ended\":false,\"source-credit\":\"\",\"type\":\"performer\",\"attribute-values\":{},\"begin\":null,\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"video\":false,\"length\":455000,\"disambiguation\":\"\",\"id\":\"f388dcca-0e73-4ff8-b065-5e3477c63196\",\"title\":\"Amen\"},\"direction\":\"forward\",\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\"},{\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"Because Of\",\"video\":false,\"length\":185000,\"disambiguation\":\"\",\"id\":\"3c4bb6b1-d488-4f8a-bbb5-9e721b5f593a\"},\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"performer\",\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\"},{\"ended\":false,\"source-credit\":\"\",\"type\":\"performer\",\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"Born to Lose\",\"video\":false,\"length\":272000,\"disambiguation\":\"\",\"id\":\"539ed9d6-5620-41e3-8abe-45da45f8ddd9\"},\"direction\":\"forward\",\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\"},{\"ended\":false,\"source-credit\":\"\",\"type\":\"performer\",\"begin\":null,\"attribute-values\":{},\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Closing Time\",\"video\":false,\"length\":359693,\"disambiguation\":\"\",\"id\":\"8be14815-92d2-4307-a16f-f47c3a0feeb6\"},\"direction\":\"forward\",\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\"},{\"direction\":\"forward\",\"recording\":{\"title\":\"Dear Heather\",\"video\":false,\"disambiguation\":\"\",\"length\":223333,\"id\":\"60094d22-2e2f-46fd-8e42-a290929687b4\"},\"attribute-ids\":{},\"attributes\":[],\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"ended\":false,\"type\":\"performer\",\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\"},{\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"type\":\"performer\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"length\":245000,\"video\":false,\"disambiguation\":\"\",\"id\":\"1f82bd0e-1e14-4601-976a-3fa9993ff9db\",\"title\":\"Different Sides\"},\"direction\":\"forward\"},{\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\",\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"I’m Your Man\",\"id\":\"4150b2a5-1dfb-4781-afd1-c3f887804277\",\"disambiguation\":\"\",\"video\":false,\"length\":266000},\"attribute-values\":{},\"begin\":null,\"type\":\"performer\",\"source-credit\":\"\",\"ended\":false},{\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"type\":\"performer\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Lullaby\",\"length\":286000,\"video\":false,\"disambiguation\":\"\",\"id\":\"4696bdb9-8643-4723-886e-12754456b0f5\"},\"direction\":\"forward\"},{\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\",\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"Morning Glory\",\"disambiguation\":\"\",\"video\":false,\"length\":216306,\"id\":\"c43a75af-4212-4bd0-a9b7-06c0ef319dd7\"},\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"performer\",\"ended\":false},{\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"ended\":false,\"source-credit\":\"\",\"type\":\"performer\",\"attribute-values\":{},\"begin\":null,\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"id\":\"06cf07c0-b739-4ce7-92c4-56424ee061cc\",\"video\":false,\"disambiguation\":\"\",\"length\":402000,\"title\":\"The Future\"},\"direction\":\"forward\"},{\"ended\":false,\"source-credit\":\"\",\"type\":\"performer\",\"attribute-values\":{},\"begin\":null,\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"To a Teacher\",\"id\":\"e867bfa9-fd8f-49e9-a87d-f00480369844\",\"length\":155493,\"video\":false,\"disambiguation\":\"\"},\"direction\":\"forward\",\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\"},{\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"type\":\"performer\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"id\":\"ed670fc8-0c90-4e95-9b7f-a5764aeb56f6\",\"length\":337493,\"video\":false,\"disambiguation\":\"\",\"title\":\"Tower of Song\"},\"direction\":\"forward\"},{\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\",\"direction\":\"forward\",\"recording\":{\"id\":\"63457012-014b-4ad8-83bf-b4cbfcbcccae\",\"disambiguation\":\"\",\"video\":false,\"length\":262333,\"title\":\"Undertow\"},\"attributes\":[],\"attribute-ids\":{},\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"ended\":false,\"type\":\"performer\"},{\"ended\":false,\"source-credit\":\"\",\"type\":\"performer\",\"attribute-values\":{},\"begin\":null,\"recording\":{\"title\":\"Waiting for the Miracle\",\"id\":\"3a824c74-8ed4-4963-aa92-2ea0a173eeeb\",\"length\":462506,\"video\":false,\"disambiguation\":\"\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\"},{\"end\":\"1985\",\"target-credit\":\"\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-type\":\"recording\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Tennessee Waltz (live)\",\"video\":false,\"disambiguation\":\"\",\"length\":245040,\"id\":\"2eaf629b-4ef4-480a-a646-640865b2a1d5\"},\"direction\":\"forward\",\"ended\":true,\"source-credit\":\"\",\"type\":\"producer\",\"begin\":\"1985\",\"attribute-values\":{}},{\"direction\":\"forward\",\"recording\":{\"title\":\"A Singer Must Die\",\"id\":\"174546b8-28bd-4d61-b1f1-9f7ffd57963e\",\"video\":false,\"disambiguation\":\"\",\"length\":200493},\"attributes\":[],\"attribute-ids\":{},\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"producer\",\"ended\":false,\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\"},{\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"Ain’t No Cure for Love\",\"length\":290933,\"video\":false,\"disambiguation\":\"\",\"id\":\"0eaf0546-0a86-419d-b7cb-fac6a77eb55a\"},\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"producer\",\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\"},{\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"type\":\"producer\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"length\":366933,\"video\":false,\"disambiguation\":\"\",\"id\":\"34b3b2fc-fe08-429c-90fc-da7929f62846\",\"title\":\"Anthem\"},\"direction\":\"forward\"},{\"direction\":\"forward\",\"recording\":{\"title\":\"Ballad of the Absent Mare\",\"id\":\"38e88e6e-16e3-4f7a-8156-db319e0508cd\",\"video\":false,\"disambiguation\":\"\",\"length\":381893},\"attribute-ids\":{},\"attributes\":[],\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"producer\",\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\"},{\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"ended\":false,\"type\":\"producer\",\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"Came So Far for Beauty\",\"disambiguation\":\"\",\"video\":false,\"length\":243360,\"id\":\"04360542-ef02-4eae-9826-ee8870e70321\"},\"direction\":\"forward\"},{\"direction\":\"forward\",\"recording\":{\"title\":\"Chelsea Hotel #2\",\"id\":\"9c4da7e7-d936-43f4-84d3-b06f5f5843b2\",\"length\":187093,\"video\":false,\"disambiguation\":\"\"},\"attribute-ids\":{},\"attributes\":[],\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"producer\",\"ended\":false,\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\"},{\"ended\":false,\"source-credit\":\"\",\"type\":\"producer\",\"begin\":null,\"attribute-values\":{},\"recording\":{\"id\":\"8be14815-92d2-4307-a16f-f47c3a0feeb6\",\"video\":false,\"disambiguation\":\"\",\"length\":359693,\"title\":\"Closing Time\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\"},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-type\":\"recording\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"length\":425026,\"id\":\"fb0bd539-2b99-4169-a79e-a7929392d84c\",\"title\":\"Democracy\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"producer\",\"attribute-values\":{},\"begin\":null},{\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"\",\"video\":false,\"length\":434800,\"id\":\"cb970ecf-215f-43d4-8b2c-24ff99a72194\",\"title\":\"Democracy\"},\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"producer\"},{\"target-type\":\"recording\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"producer\",\"ended\":false,\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Everybody Knows\",\"length\":336386,\"video\":false,\"disambiguation\":\"\",\"id\":\"30f52995-5567-4254-8f5d-7a46ac9b2cfb\"}},{\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"Field Commander Cohen\",\"id\":\"5a0ea8c2-f34d-423e-b022-37b4e9803d7c\",\"video\":false,\"length\":242466,\"disambiguation\":\"\"},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"producer\",\"begin\":null,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-type\":\"recording\"},{\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"First We Take Manhattan\",\"video\":false,\"disambiguation\":\"\",\"length\":358000,\"id\":\"ec927de1-530e-422a-bff6-664233d93af6\"},\"attribute-values\":{},\"begin\":null,\"ended\":false,\"source-credit\":\"\",\"type\":\"producer\"},{\"attribute-values\":{},\"begin\":null,\"type\":\"producer\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"recording\":{\"title\":\"Humbled in Love\",\"length\":315066,\"video\":false,\"disambiguation\":\"\",\"id\":\"40ba62d5-3fc8-4570-9fc0-6bd741551551\"},\"attributes\":[],\"attribute-ids\":{},\"target-type\":\"recording\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-credit\":\"\",\"end\":null},{\"ended\":false,\"source-credit\":\"\",\"type\":\"producer\",\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"I Tried to Leave You\",\"id\":\"456ebc49-9a54-45f8-a3ab-b50bfafeee79\",\"length\":161666,\"video\":false,\"disambiguation\":\"\"},\"direction\":\"forward\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\"},{\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"id\":\"4150b2a5-1dfb-4781-afd1-c3f887804277\",\"video\":false,\"length\":266000,\"disambiguation\":\"\",\"title\":\"I’m Your Man\"},\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"ended\":false,\"type\":\"producer\",\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\"},{\"direction\":\"forward\",\"recording\":{\"title\":\"Is This What You Wanted\",\"id\":\"6ea0a938-b4a1-4323-9c7b-d8eb3be043a3\",\"length\":257160,\"video\":false,\"disambiguation\":\"\"},\"attribute-ids\":{},\"attributes\":[],\"begin\":null,\"attribute-values\":{},\"type\":\"producer\",\"source-credit\":\"\",\"ended\":false,\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\"},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-type\":\"recording\",\"recording\":{\"video\":false,\"length\":233666,\"disambiguation\":\"\",\"id\":\"d9352e0c-40a7-4639-9b52-f61ee654560d\",\"title\":\"Jazz Police\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"producer\",\"begin\":null,\"attribute-values\":{}},{\"target-type\":\"recording\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-credit\":\"\",\"end\":null,\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"producer\",\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"video\":false,\"disambiguation\":\"\",\"length\":159000,\"id\":\"b45b3886-b5f6-4a33-a9ee-5dd3307552f6\",\"title\":\"Leaving Green Sleeves\"}},{\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"ended\":false,\"source-credit\":\"\",\"type\":\"producer\",\"begin\":null,\"attribute-values\":{},\"recording\":{\"title\":\"Light as the Breeze\",\"id\":\"2ed281d2-a440-4a65-ab52-0d88a30ebe1a\",\"video\":false,\"disambiguation\":\"\",\"length\":436893},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\"},{\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"video\":false,\"disambiguation\":\"\",\"length\":200706,\"id\":\"bdc69de7-c35d-473a-9a32-3143b5cf6c3d\",\"title\":\"Lover Lover Lover\"},\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"producer\",\"ended\":false,\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\"},{\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"video\":false,\"disambiguation\":\"\",\"length\":193173,\"id\":\"5b2cc354-3abb-477d-8143-46394f7c9242\",\"title\":\"Our Lady of Solitude\"},\"direction\":\"forward\",\"type\":\"producer\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-type\":\"recording\"},{\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"id\":\"e68f1283-5675-485c-b840-8bb9202a7145\",\"video\":false,\"length\":245707,\"disambiguation\":\"\",\"title\":\"Take This Longing\"},\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"producer\"},{\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"producer\",\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Take this Waltz\",\"id\":\"736b5f19-e92c-4e86-8b11-d1135bd77ffe\",\"video\":false,\"disambiguation\":\"for Poets in New York tribute\",\"length\":356000},\"target-type\":\"recording\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-credit\":\"\",\"end\":null},{\"target-type\":\"recording\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"ended\":false,\"type\":\"producer\",\"direction\":\"forward\",\"recording\":{\"title\":\"Take This Waltz\",\"id\":\"7404f68c-94aa-4088-ad98-50b92c260819\",\"video\":false,\"disambiguation\":\"album \\\"I’m Your Man\\\"\",\"length\":359160},\"attributes\":[],\"attribute-ids\":{}},{\"target-type\":\"recording\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"ended\":false,\"source-credit\":\"\",\"type\":\"producer\",\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"The Future\",\"id\":\"06cf07c0-b739-4ce7-92c4-56424ee061cc\",\"disambiguation\":\"\",\"video\":false,\"length\":402000}},{\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"producer\",\"direction\":\"forward\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"length\":400386,\"id\":\"9ab9cba8-dc25-4c71-abca-12b879284123\",\"title\":\"The Guests\"},\"attribute-ids\":{},\"attributes\":[],\"target-type\":\"recording\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-credit\":\"\",\"end\":null},{\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"ended\":false,\"source-credit\":\"\",\"type\":\"producer\",\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"The Gypsy’s Wife\",\"disambiguation\":\"\",\"video\":false,\"length\":312693,\"id\":\"bfe0b37d-fe45-4a5c-9857-386092b5396e\"},\"direction\":\"forward\"},{\"attribute-values\":{},\"begin\":null,\"type\":\"producer\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"recording\":{\"id\":\"650c92ba-a9eb-40ec-83dd-30148fc1679a\",\"video\":false,\"disambiguation\":\"\",\"length\":280666,\"title\":\"The Lost Canadian (Un Canadien errant)\"},\"attribute-ids\":{},\"attributes\":[],\"target-type\":\"recording\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-credit\":\"\",\"end\":null},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-type\":\"recording\",\"recording\":{\"title\":\"The Smokey Life\",\"length\":318040,\"video\":false,\"disambiguation\":\"\",\"id\":\"90977aa4-eead-4245-9413-92a635cbb4a6\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"producer\",\"attribute-values\":{},\"begin\":null},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-type\":\"recording\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"disambiguation\":\"\",\"video\":false,\"length\":374600,\"id\":\"7d644bc4-e70d-46d9-a3e0-4f47315e5e03\",\"title\":\"The Traitor\"},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"producer\",\"attribute-values\":{},\"begin\":null},{\"recording\":{\"id\":\"1c54de7c-069a-4023-a8a3-b0cd55400609\",\"length\":355240,\"video\":false,\"disambiguation\":\"\",\"title\":\"The Window\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"producer\",\"begin\":null,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-type\":\"recording\"},{\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"There Is a War\",\"length\":182000,\"video\":false,\"disambiguation\":\"\",\"id\":\"7ce96582-4cb0-42f0-9d98-253e1fe36f33\"},\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"producer\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-type\":\"recording\"},{\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"ended\":false,\"type\":\"producer\",\"attribute-values\":{},\"begin\":null,\"recording\":{\"title\":\"Tower of Song\",\"id\":\"ed670fc8-0c90-4e95-9b7f-a5764aeb56f6\",\"video\":false,\"length\":337493,\"disambiguation\":\"\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\"},{\"recording\":{\"id\":\"6b69bf19-931b-4896-9d30-9239c6451452\",\"length\":204000,\"video\":false,\"disambiguation\":\"\",\"title\":\"Waiting for the Miracle\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"producer\",\"begin\":null,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-type\":\"recording\"},{\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"producer\",\"direction\":\"forward\",\"recording\":{\"title\":\"Waiting for the Miracle\",\"video\":false,\"disambiguation\":\"\",\"length\":462506,\"id\":\"3a824c74-8ed4-4963-aa92-2ea0a173eeeb\"},\"attributes\":[],\"attribute-ids\":{},\"target-type\":\"recording\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-credit\":\"\",\"end\":null},{\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"producer\",\"direction\":\"forward\",\"recording\":{\"title\":\"Who by Fire\",\"video\":false,\"disambiguation\":\"\",\"length\":153000,\"id\":\"9313208d-480f-49fc-8616-ad13273e80a3\"},\"attributes\":[],\"attribute-ids\":{},\"target-type\":\"recording\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-credit\":\"\",\"end\":null},{\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"ended\":false,\"source-credit\":\"\",\"type\":\"producer\",\"begin\":null,\"attribute-values\":{},\"recording\":{\"title\":\"Why Don’t You Try\",\"id\":\"446e2240-a8e7-4756-b35e-bc4ffdf5b610\",\"video\":false,\"length\":233000,\"disambiguation\":\"\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\"},{\"target-type\":\"recording\",\"type-id\":\"36c50022-44e0-488d-994b-33f11d20301e\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"programming\",\"ended\":false,\"direction\":\"forward\",\"recording\":{\"title\":\"Amen\",\"video\":false,\"length\":455000,\"disambiguation\":\"\",\"id\":\"f388dcca-0e73-4ff8-b065-5e3477c63196\"},\"attributes\":[],\"attribute-ids\":{}},{\"type-id\":\"36c50022-44e0-488d-994b-33f11d20301e\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"ended\":false,\"type\":\"programming\",\"begin\":null,\"attribute-values\":{},\"recording\":{\"id\":\"8be14815-92d2-4307-a16f-f47c3a0feeb6\",\"video\":false,\"length\":359693,\"disambiguation\":\"\",\"title\":\"Closing Time\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\"},{\"begin\":null,\"attribute-values\":{},\"type\":\"programming\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"Different Sides\",\"disambiguation\":\"\",\"video\":false,\"length\":245000,\"id\":\"1f82bd0e-1e14-4601-976a-3fa9993ff9db\"},\"target-type\":\"recording\",\"type-id\":\"36c50022-44e0-488d-994b-33f11d20301e\",\"target-credit\":\"\",\"end\":null},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"36c50022-44e0-488d-994b-33f11d20301e\",\"target-type\":\"recording\",\"recording\":{\"length\":286000,\"video\":false,\"disambiguation\":\"\",\"id\":\"4696bdb9-8643-4723-886e-12754456b0f5\",\"title\":\"Lullaby\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"programming\",\"begin\":null,\"attribute-values\":{}},{\"target-type\":\"recording\",\"type-id\":\"36c50022-44e0-488d-994b-33f11d20301e\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"type\":\"programming\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"id\":\"06cf07c0-b739-4ce7-92c4-56424ee061cc\",\"disambiguation\":\"\",\"video\":false,\"length\":402000,\"title\":\"The Future\"}},{\"type-id\":\"36c50022-44e0-488d-994b-33f11d20301e\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"type\":\"programming\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"Waiting for the Miracle\",\"video\":false,\"length\":462506,\"disambiguation\":\"\",\"id\":\"3a824c74-8ed4-4963-aa92-2ea0a173eeeb\"},\"direction\":\"forward\"},{\"ended\":true,\"source-credit\":\"\",\"type\":\"vocal\",\"begin\":\"2006\",\"attribute-values\":{},\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"id\":\"fcd949c3-1351-47d8-aa94-371428511724\",\"video\":false,\"disambiguation\":\"\",\"length\":302000,\"title\":\"The Jungle Line\"},\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":\"2007\",\"target-credit\":\"\"},{\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"attributes\":[\"spoken vocals\"],\"recording\":{\"id\":\"a03172e3-1373-456b-b591-b0391068721c\",\"disambiguation\":\"\",\"video\":true,\"length\":null,\"title\":\"“It’s a Large Nation”\"},\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null},{\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"attributes\":[\"spoken vocals\"],\"recording\":{\"id\":\"6918e249-3181-4ab5-98ca-d4227f783aca\",\"disambiguation\":\"\",\"video\":true,\"length\":null,\"title\":\"“They’ve Surrounded the Island”\"},\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{}},{\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"direction\":\"forward\",\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"title\":\"A Bunch of Lonesome Heroes\",\"length\":192906,\"video\":false,\"disambiguation\":\"\",\"id\":\"6df65969-fe42-46fa-b167-7f3abd47ee90\"},\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false},{\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"direction\":\"forward\",\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"title\":\"A Singer Must Die\",\"id\":\"174546b8-28bd-4d61-b1f1-9f7ffd57963e\",\"video\":false,\"disambiguation\":\"\",\"length\":200493},\"attribute-values\":{},\"begin\":null,\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"video\":false,\"length\":212773,\"disambiguation\":\"\",\"id\":\"ca0f8aa8-264e-4ec2-8476-d8560d104a50\",\"title\":\"A Street\"}},{\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"id\":\"36497e8d-1d2e-4621-bc9c-0d85de60b42d\",\"length\":388200,\"video\":false,\"disambiguation\":\"\",\"title\":\"A Thousand Kisses Deep\"},\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\"},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"recording\":{\"title\":\"Ain’t No Cure for Love\",\"length\":376000,\"video\":false,\"disambiguation\":\"\",\"id\":\"ce913779-7ae0-4da2-8492-3d1336215728\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"begin\":null},{\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"recording\":{\"title\":\"Ain’t No Cure for Love\",\"length\":290933,\"video\":false,\"disambiguation\":\"\",\"id\":\"0eaf0546-0a86-419d-b7cb-fac6a77eb55a\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{},\"recording\":{\"length\":311200,\"video\":false,\"disambiguation\":\"\",\"id\":\"bbd80283-0ceb-4480-b9d0-937703f396b9\",\"title\":\"Ain’t No Cure for Love\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\"},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"begin\":null,\"attribute-values\":{},\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Alexandra Leaving\",\"video\":false,\"disambiguation\":\"\",\"length\":325840,\"id\":\"07d39109-cec9-4cec-9678-34041f86e441\"}},{\"direction\":\"forward\",\"recording\":{\"length\":208080,\"video\":false,\"disambiguation\":\"\",\"id\":\"e070786b-7f7d-430c-aa3f-e3cabf6f1b9f\",\"title\":\"Almost Like the Blues\"},\"attributes\":[],\"attribute-ids\":{},\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"attribute-values\":{},\"begin\":null,\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"title\":\"Always\",\"video\":false,\"disambiguation\":\"\",\"length\":484066,\"id\":\"a39d2625-9fc7-4c0a-b44c-d0fa4b955055\"},\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null},{\"direction\":\"forward\",\"recording\":{\"id\":\"f388dcca-0e73-4ff8-b065-5e3477c63196\",\"video\":false,\"length\":455000,\"disambiguation\":\"\",\"title\":\"Amen\"},\"attributes\":[],\"attribute-ids\":{},\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"recording\":{\"title\":\"Anthem\",\"id\":\"1b88c034-75a2-49a7-9c3d-42134f60fe51\",\"disambiguation\":\"live, 2008-07-17: London\",\"video\":false,\"length\":440000},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{}},{\"direction\":\"forward\",\"recording\":{\"title\":\"Anthem\",\"id\":\"34b3b2fc-fe08-429c-90fc-da7929f62846\",\"length\":366933,\"video\":false,\"disambiguation\":\"\"},\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-values\":{},\"begin\":null,\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"attribute-credits\":{},\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{},\"recording\":{\"id\":\"f56ce16d-642c-4bcc-b2da-c3392a27c8f4\",\"video\":false,\"disambiguation\":\"\",\"length\":188000,\"title\":\"Anyhow\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\"},{\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{},\"recording\":{\"id\":\"98fd912c-49e7-4f9c-b3c4-25f7b28052ce\",\"video\":false,\"disambiguation\":\"\",\"length\":301826,\"title\":\"Avalanche\"},\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\"},{\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Avalanche\",\"disambiguation\":\"live, 2008-10-12: Scandinavium, Gothenburg, Sweden\",\"video\":false,\"length\":257333,\"id\":\"39a96053-5d19-4144-8923-2261acc7ad0a\"},\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"length\":257000,\"video\":true,\"disambiguation\":\"live, 2008-10-12: Scandinavium, Gothenburg, Sweden\",\"id\":\"4ad4ea7e-bfff-49e3-95ec-cc1da1df4e4a\",\"title\":\"Avalanche\"},\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"recording\":{\"title\":\"Ballad of the Absent Mare\",\"video\":false,\"disambiguation\":\"\",\"length\":381893,\"id\":\"38e88e6e-16e3-4f7a-8156-db319e0508cd\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\"},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"Banjo\",\"id\":\"224c1533-f467-4895-95fa-e0b4cf679a48\",\"length\":203000,\"video\":false,\"disambiguation\":\"\"}},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attribute-credits\":{},\"target-credit\":\"\",\"end\":null,\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"direction\":\"forward\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"length\":272373,\"id\":\"93b29043-59f5-4092-b74d-32c267dadaf7\",\"title\":\"Be for Real\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"]},{\"direction\":\"forward\",\"recording\":{\"length\":185000,\"video\":false,\"disambiguation\":\"\",\"id\":\"3c4bb6b1-d488-4f8a-bbb5-9e721b5f593a\",\"title\":\"Because Of\"},\"attribute-ids\":{},\"attributes\":[],\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"recording\":{\"id\":\"b1c55b7f-f487-4835-b855-ebdb482624bf\",\"video\":false,\"length\":55026,\"disambiguation\":\"\",\"title\":\"Beside the Shepherd\"},\"attributes\":[\"spoken vocals\"],\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\"},{\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"Bird on the Wire\",\"id\":\"fb5671c7-310f-4fcf-8ab4-3f03096de312\",\"disambiguation\":\"live, 2008-11-06: Clyde Auditorium, Glasgow, UK\",\"video\":true,\"length\":382000},\"begin\":null,\"attribute-values\":{},\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Bird on the Wire\",\"video\":false,\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\",\"length\":255000,\"id\":\"3d9d4d65-6340-4038-8160-5626f9685dd6\"},\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{}},{\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Bird on the Wire\",\"id\":\"5e2469e1-a428-48c4-8514-ec996f81892b\",\"video\":false,\"length\":310600,\"disambiguation\":\"live, 1979-12: UK\"},\"direction\":\"forward\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"recording\":{\"title\":\"Bird on the Wire\",\"id\":\"17c2c7bb-a874-43de-8a11-16090d227417\",\"length\":null,\"video\":true,\"disambiguation\":\"\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\"},{\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"id\":\"d8e06736-c4d3-4159-ac70-06eff5ebaeee\",\"length\":369333,\"video\":false,\"disambiguation\":\"live, 2008-11-06: Clyde Auditorium, Glasgow, UK\",\"title\":\"Bird on the Wire\"},\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\"},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"disambiguation\":\"live, 1972: Paris\",\"video\":false,\"length\":268000,\"id\":\"be9e65da-5f15-4ca4-8d32-80c565f68e6f\",\"title\":\"Bird on the Wire\"},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{}},{\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"id\":\"d7f943c6-987c-421b-aa54-cca03d8118ca\",\"video\":false,\"disambiguation\":\"\",\"length\":411106,\"title\":\"Bird on the Wire\"},\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"recording\":{\"disambiguation\":\"live, 1993-06-17: O'Keefe Center, Toronto, Ontario, Canada\",\"video\":false,\"length\":413466,\"id\":\"36d59fbe-bae9-44e9-bc42-d4934e8f7466\",\"title\":\"Bird on the Wire\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\"},{\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Bird on the Wire\",\"id\":\"f70b58d4-4a00-4fbf-872d-5a7c0ce191c6\",\"video\":false,\"length\":374000,\"disambiguation\":\"\"},\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"direction\":\"forward\",\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"title\":\"Bird on the Wire\",\"disambiguation\":\"\",\"video\":false,\"length\":206360,\"id\":\"a7e15f12-ea5c-4f4a-85e8-22d7eb7fad2c\"}},{\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"id\":\"1690172a-0715-420a-a64c-f6308ad29ae7\",\"video\":false,\"length\":183146,\"disambiguation\":\"\",\"title\":\"Blessed Is the Memory\"},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{},\"recording\":{\"title\":\"Boogie Street\",\"video\":false,\"disambiguation\":\"\",\"length\":364866,\"id\":\"46a307fa-16ba-4ca1-8ae2-6b7b4694e21e\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\"},{\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Boogie Street\",\"id\":\"1dcc89c7-3e26-4b85-bca7-3efc0e68fbac\",\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, England, UK\",\"video\":false,\"length\":417000},\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"recording\":{\"id\":\"998e8ed8-9d50-4c21-8a05-d98205c8723a\",\"video\":false,\"disambiguation\":\"\",\"length\":295586,\"title\":\"Born in Chains\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\"},{\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{},\"recording\":{\"id\":\"cfcf38f3-b8f5-4cf2-bb15-e839e89a1ea9\",\"disambiguation\":\"\",\"video\":false,\"length\":320693,\"title\":\"By the Rivers Dark\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\"},{\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"direction\":\"forward\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"recording\":{\"id\":\"04360542-ef02-4eae-9826-ee8870e70321\",\"length\":243360,\"video\":false,\"disambiguation\":\"\",\"title\":\"Came So Far for Beauty\"},\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"length\":224000,\"video\":true,\"disambiguation\":\"live, 2008-11-17: Royal Albert Hall, London, UK\",\"id\":\"acabffc6-1747-4e0f-91e0-dae7a3222257\",\"title\":\"Chelsea Hotel\"},\"direction\":\"forward\"},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"recording\":{\"id\":\"8e3a1190-1e4c-4052-bcec-0f3776687a61\",\"length\":211506,\"video\":false,\"disambiguation\":\"live, 2008-11-17: Royal Albert Hall, London, UK\",\"title\":\"Chelsea Hotel\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{}},{\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"direction\":\"forward\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"recording\":{\"id\":\"9c4da7e7-d936-43f4-84d3-b06f5f5843b2\",\"video\":false,\"disambiguation\":\"\",\"length\":187093,\"title\":\"Chelsea Hotel #2\"},\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false},{\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Closing Time\",\"id\":\"e6d5517c-ca59-4891-b9d2-e4ef27667cca\",\"length\":375000,\"video\":false,\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, England, UK\"},\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"recording\":{\"id\":\"81acefe8-8a49-451a-b3d8-43af606cb006\",\"video\":false,\"disambiguation\":\"live, 2009-05-24: John Labatt Centre, London, ON, Canada\",\"length\":367306,\"title\":\"Closing Time\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"direction\":\"forward\",\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"id\":\"8be14815-92d2-4307-a16f-f47c3a0feeb6\",\"video\":false,\"disambiguation\":\"\",\"length\":359693,\"title\":\"Closing Time\"},\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null},{\"begin\":null,\"attribute-values\":{},\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Closing Time\",\"id\":\"7520f71a-ae10-4a60-bf3a-66c92f2ee215\",\"length\":379000,\"video\":true,\"disambiguation\":\"live, 2009-05-24: John Labatt Centre, London, ON, Canada\"},\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null},{\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"Come Healing\",\"video\":false,\"disambiguation\":\"\",\"length\":173000,\"id\":\"b7d9fb6f-e8ed-4fb7-9c12-92c0b50e4a77\"},\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"recording\":{\"video\":false,\"disambiguation\":\"\",\"length\":215906,\"id\":\"ec432f41-4de2-4238-83d3-d3267f1e1d64\",\"title\":\"Coming Back to You\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{},\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"Coming Back to You\",\"video\":false,\"disambiguation\":\"live, 1993-04-18: Los Angeles, CA, USA\",\"length\":276906,\"id\":\"57754a8b-7bfd-467b-87d3-d44b636a49ef\"},\"direction\":\"forward\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null},{\"recording\":{\"title\":\"Crazy to Love You\",\"id\":\"6a295f6a-2676-4bd8-97fa-99ec7d5a8235\",\"disambiguation\":\"\",\"video\":false,\"length\":186000},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"recording\":{\"title\":\"Credits: So Long, Marianne\",\"id\":\"8bda2126-a7c3-4d26-ad3b-79b26d788ab7\",\"video\":true,\"disambiguation\":\"\",\"length\":null},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"id\":\"ee3d2ffd-5563-4b5c-b313-15dac4667d8c\",\"video\":false,\"disambiguation\":\"live, 1993-04-18: Los Angeles, CA, USA\",\"length\":367293,\"title\":\"Dance Me to the End of Love\"},\"direction\":\"forward\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"recording\":{\"video\":false,\"disambiguation\":\"live, 1993-06-17: O'Keefe Center, Toronto, Ontario, Canada\",\"length\":371466,\"id\":\"7ad67ca3-cc7d-41cb-a99b-b2feb6a9ebb8\",\"title\":\"Dance Me to the End of Love\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Dance Me to the End of Love\",\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, UK\",\"video\":false,\"length\":380000,\"id\":\"4c41b647-7779-4331-83a1-655f42087e87\"},\"direction\":\"forward\"},{\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"direction\":\"forward\",\"recording\":{\"id\":\"3aa00e9d-e2be-4c3b-a6ac-66193f2a938f\",\"length\":280226,\"video\":false,\"disambiguation\":\"album “Various Positions”\",\"title\":\"Dance Me to the End of Love\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attribute-credits\":{},\"target-credit\":\"\",\"end\":null},{\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"recording\":{\"title\":\"Darkness\",\"video\":false,\"disambiguation\":\"\",\"length\":269000,\"id\":\"d2835e45-c9f4-4107-8aed-1286616053b9\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\"},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"recording\":{\"title\":\"Dear Heather\",\"disambiguation\":\"\",\"video\":false,\"length\":223333,\"id\":\"60094d22-2e2f-46fd-8e42-a290929687b4\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null},{\"direction\":\"forward\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"recording\":{\"video\":false,\"length\":559560,\"disambiguation\":\"\",\"id\":\"8077f9cf-ce84-4fca-a162-c9addcb31551\",\"title\":\"Death of a Ladies’ Man\"},\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"recording\":{\"video\":false,\"disambiguation\":\"\",\"length\":434800,\"id\":\"cb970ecf-215f-43d4-8b2c-24ff99a72194\",\"title\":\"Democracy\"},\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{}},{\"direction\":\"forward\",\"recording\":{\"id\":\"35cf9f3f-cdda-492d-a079-a14e534359da\",\"video\":false,\"disambiguation\":\"live, 1993-04-18: The Complex, Los Angeles, CA, USA\",\"length\":433733,\"title\":\"Democracy\"},\"attribute-ids\":{},\"attributes\":[],\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"length\":428000,\"video\":false,\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, England, UK\",\"id\":\"7b347aa7-4d4c-4acd-bc6c-5c7b9321d470\",\"title\":\"Democracy\"},\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"begin\":null,\"attribute-values\":{}},{\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"title\":\"Diamonds in the Mine\",\"id\":\"bc07db48-3846-4447-bfa6-0629b86db45e\",\"length\":230666,\"video\":false,\"disambiguation\":\"\"},\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"id\":\"a518dff7-7602-407f-af66-15efe1a3554c\",\"video\":false,\"length\":322000,\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\",\"title\":\"Diamonds in the Mine\"},\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"recording\":{\"id\":\"f830095a-ad2d-4afb-a239-0b8ff4a2fdb9\",\"video\":false,\"length\":250520,\"disambiguation\":\"\",\"title\":\"Did I Ever Love You\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"direction\":\"forward\",\"recording\":{\"title\":\"Different Sides\",\"disambiguation\":\"\",\"video\":false,\"length\":245000,\"id\":\"1f82bd0e-1e14-4601-976a-3fa9993ff9db\"},\"attributes\":[],\"attribute-ids\":{},\"attribute-values\":{},\"begin\":null,\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\"},{\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"direction\":\"forward\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"recording\":{\"disambiguation\":\"\",\"video\":false,\"length\":336266,\"id\":\"0cceb0d1-a0d0-456b-9557-ff879ee1326d\",\"title\":\"Don’t Go Home With Your Hard-On\"},\"begin\":null,\"attribute-values\":{},\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"attribute-values\":{},\"begin\":null,\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"recording\":{\"title\":\"Dress Rehearsal Rag\",\"id\":\"7e032abc-c653-43f2-9de8-982cf62e3688\",\"video\":false,\"disambiguation\":\"\",\"length\":365560}},{\"direction\":\"forward\",\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"title\":\"Dress Rehearsal Rag (early version)\",\"video\":false,\"length\":337200,\"disambiguation\":\"\",\"id\":\"8d41b524-4f8f-4814-afd3-551681cae8ed\"},\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"direction\":\"forward\",\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"attributes\":[\"spoken vocals\"],\"recording\":{\"title\":\"Elegy\",\"video\":false,\"length\":44933,\"disambiguation\":\"\",\"id\":\"fc14837e-b69c-4e4d-845f-b247237c976c\"},\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\"},{\"direction\":\"forward\",\"attributes\":[\"guest\",\"lead vocals\"],\"attribute-ids\":{\"guest\":\"b3045913-62ac-433e-9211-ac683cdf6b5c\",\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"video\":false,\"disambiguation\":\"\",\"length\":209733,\"id\":\"c2235974-093d-464a-8fb9-3f753485fbab\",\"title\":\"Elvis' Rolls Royce\"},\"attribute-values\":{},\"begin\":null,\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"recording\":{\"title\":\"Everybody Knows\",\"id\":\"b192a39a-fdad-4290-90a8-a250ab26c436\",\"length\":352000,\"video\":false,\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, UK\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{}},{\"attribute-values\":{},\"begin\":null,\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"direction\":\"forward\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"recording\":{\"id\":\"30f52995-5567-4254-8f5d-7a46ac9b2cfb\",\"video\":false,\"length\":336386,\"disambiguation\":\"\",\"title\":\"Everybody Knows\"},\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null},{\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"id\":\"ec05d797-bf8f-41c9-8ade-217d45d69ff9\",\"length\":369333,\"video\":false,\"disambiguation\":\"live, 1993-07-29: Orpheum Theatre, Vancouver, British Columbia, Canada\",\"title\":\"Everybody Knows\"},\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null},{\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Famous Blue Raincoat\",\"id\":\"9e025099-afa4-4ddb-b92c-ea027ab3a16d\",\"video\":true,\"disambiguation\":\"live, 2008-11-13: O2 Arena, London, UK\",\"length\":334000},\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"length\":309866,\"video\":false,\"disambiguation\":\"\",\"id\":\"e208aa92-4c0e-462c-a737-c85e9209d217\",\"title\":\"Famous Blue Raincoat\"},\"direction\":\"forward\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{}},{\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"direction\":\"forward\",\"recording\":{\"id\":\"b125561c-4bed-4b46-8fdf-5c54109fe68c\",\"video\":false,\"length\":375000,\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\",\"title\":\"Famous Blue Raincoat\"},\"attributes\":[],\"attribute-ids\":{},\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"direction\":\"forward\",\"recording\":{\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\",\"video\":true,\"length\":null,\"id\":\"ce3e1ff5-628e-4692-aa32-a3b08039bd9b\",\"title\":\"Famous Blue Raincoat\"},\"attributes\":[],\"attribute-ids\":{}},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{},\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"id\":\"6562553c-3a2a-45bd-826a-c0f959fa5ac6\",\"length\":323880,\"video\":false,\"disambiguation\":\"live, 2008-11-13: O2 Arena, London, UK\",\"title\":\"Famous Blue Raincoat\"},\"direction\":\"forward\"},{\"recording\":{\"disambiguation\":\"\",\"video\":false,\"length\":242466,\"id\":\"5a0ea8c2-f34d-423e-b022-37b4e9803d7c\",\"title\":\"Field Commander Cohen\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"direction\":\"forward\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"Field Commander Cohen\",\"disambiguation\":\"live, 1979-12: UK\",\"video\":false,\"length\":266160,\"id\":\"2cf51823-ff32-4373-8766-fefc9dda2aec\"},\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attribute-credits\":{},\"target-credit\":\"\",\"end\":null,\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"direction\":\"forward\",\"recording\":{\"title\":\"Fingerprints\",\"id\":\"e63199ee-f5c9-4cd4-8c0b-ad3af3c175f2\",\"length\":178706,\"video\":false,\"disambiguation\":\"\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"]},{\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"recording\":{\"title\":\"First We Take Manhattan\",\"video\":false,\"disambiguation\":\"live, 1993-04-18: Los Angeles, CA, USA\",\"length\":358973,\"id\":\"c7472afe-890a-4995-ac25-c995ec604556\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\"},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"direction\":\"forward\",\"recording\":{\"title\":\"First We Take Manhattan\",\"id\":\"9efeec47-b13b-4f38-879a-3ad1ff4576b7\",\"video\":false,\"length\":376000,\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, UK\"},\"attributes\":[],\"attribute-ids\":{}},{\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"recording\":{\"video\":false,\"length\":358000,\"disambiguation\":\"\",\"id\":\"ec927de1-530e-422a-bff6-664233d93af6\",\"title\":\"First We Take Manhattan\"},\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\"},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"direction\":\"forward\",\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"attributes\":[\"spoken vocals\"],\"recording\":{\"title\":\"For Wilf and His House\",\"id\":\"4dd26ba6-d001-4990-a241-a9dcd23a783e\",\"video\":false,\"length\":111053,\"disambiguation\":\"\"}},{\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"id\":\"04aaf388-a91b-4606-bd95-c7258c738656\",\"length\":223293,\"video\":false,\"disambiguation\":\"\",\"title\":\"Go No More A-Roving\"},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"begin\":null,\"attribute-values\":{},\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"id\":\"524819cc-ca3a-440e-8b2d-579d586731fc\",\"video\":false,\"length\":231000,\"disambiguation\":\"\",\"title\":\"Going Home\"}},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"Hallelujah\",\"video\":false,\"disambiguation\":\"live, 2009-04-17: Coachella Music Festival, Indio, CA, USA\",\"length\":452040,\"id\":\"1fc1c58c-d05d-43f6-b92f-446d328cea8f\"}},{\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"id\":\"9392d139-6eb3-445f-9ac7-10444533adae\",\"video\":true,\"length\":517000,\"disambiguation\":\"live, 2009-04-17: Coachella Music Festival, Indio, CA, USA\",\"title\":\"Hallelujah\"},\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null},{\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"Hallelujah\",\"id\":\"f8c8344e-27f0-4ebd-bcc3-6ebaef30108f\",\"video\":false,\"length\":440000,\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, England, UK\"},\"direction\":\"forward\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"id\":\"ea930127-d06a-4d3b-af94-8cd79e62e837\",\"video\":false,\"length\":415933,\"disambiguation\":\"live, 1988-10-31: Austin City Limits, Austin, Texas, USA\",\"title\":\"Hallelujah\"}},{\"direction\":\"forward\",\"recording\":{\"title\":\"Hallelujah\",\"id\":\"0ef6d5e2-78e3-43e8-a32c-36e28fed4834\",\"video\":false,\"length\":278560,\"disambiguation\":\"\"},\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-credits\":{},\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"recording\":{\"title\":\"Happens to the Heart\",\"disambiguation\":\"\",\"video\":false,\"length\":273093,\"id\":\"85ecf46c-c85f-4057-b11d-adceb872fb6f\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"recording\":{\"title\":\"He Ain’t Heavy, He’s My Brother\",\"id\":\"54a0b7c4-26b4-43fe-af7c-717e70ba3d68\",\"disambiguation\":\"\",\"video\":false,\"length\":275586},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{}},{\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"id\":\"ab4fd70b-4eb2-4774-b062-a9720440dd44\",\"video\":false,\"disambiguation\":\"live, 2008-11-02: König Pilsener Arena, Oberhausen, Germany\",\"length\":306506,\"title\":\"Heart With No Companion\"},\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\"},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"live, 2008-11-02: König-Pilsener-Arena, Oberhausen, Germany\",\"video\":true,\"length\":392000,\"id\":\"22216ff2-9a1b-44b2-9770-a29876bed6be\",\"title\":\"Heart With No Companion\"}},{\"recording\":{\"video\":false,\"length\":291133,\"disambiguation\":\"live, 1988-04-19: Muziek Theatre, Amsterdam, Netherlands\",\"id\":\"d3e64784-a191-4aca-8bb5-315157be1484\",\"title\":\"Heart With No Companion\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"recording\":{\"disambiguation\":\"\",\"video\":false,\"length\":184426,\"id\":\"d48c3939-b2a0-4e65-a717-e88859403b07\",\"title\":\"Heart With No Companion\"},\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{}},{\"recording\":{\"id\":\"c3122495-ce76-40ce-ab37-8213d5ec1735\",\"video\":false,\"length\":258933,\"disambiguation\":\"\",\"title\":\"Here It Is\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"recording\":{\"id\":\"72b9031b-cc00-4013-ace5-e4eebd745b77\",\"disambiguation\":\"live, 1979-12: UK\",\"video\":false,\"length\":245333,\"title\":\"Hey, That’s No Way to Say Goodbye\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"recording\":{\"title\":\"Hey, That’s No Way to Say Goodbye\",\"length\":214000,\"video\":false,\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\",\"id\":\"549cbe2c-0bc2-48ab-b3bd-81f255a6609b\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"title\":\"Hey, That’s No Way to Say Goodbye\",\"length\":175866,\"video\":false,\"disambiguation\":\"\",\"id\":\"f01d27f7-5080-48fe-877a-0176e217cce7\"},\"direction\":\"forward\"},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Hey, That’s No Way to Say Goodbye\",\"id\":\"39c2bba1-aa4e-469d-a57f-fe18166d99e0\",\"length\":null,\"video\":true,\"disambiguation\":\"\"}},{\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"direction\":\"forward\",\"recording\":{\"video\":false,\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, UK\",\"length\":227000,\"id\":\"fde8fb47-223c-4d8f-b2fd-353f2725d38c\",\"title\":\"Hey, That’s No Way to Say Goodbye\"},\"attributes\":[],\"attribute-ids\":{},\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\"},{\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Hey, That’s No Way to Say Goodbye\",\"id\":\"72b9031b-cc00-4013-ace5-e4eebd745b77\",\"length\":245333,\"video\":false,\"disambiguation\":\"live, 1979-12: UK\"},\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"recording\":{\"title\":\"Humbled in Love\",\"video\":false,\"length\":315066,\"disambiguation\":\"\",\"id\":\"40ba62d5-3fc8-4570-9fc0-6bd741551551\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"direction\":\"forward\"},{\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"direction\":\"forward\",\"recording\":{\"title\":\"Hunter’s Lullaby\",\"id\":\"a514d6c9-11be-4ed4-9702-ec09fbad7df2\",\"disambiguation\":\"\",\"video\":false,\"length\":146640},\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attribute-credits\":{},\"target-credit\":\"\",\"end\":null},{\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"recording\":{\"title\":\"I Can’t Forget\",\"id\":\"fae69095-3cde-4156-a91c-99f4d985dcb2\",\"video\":false,\"length\":271973,\"disambiguation\":\"\"},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null},{\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"recording\":{\"title\":\"I Left a Woman Waiting\",\"id\":\"cbc9208f-c14e-4b5a-8319-6c9750da829e\",\"video\":false,\"disambiguation\":\"\",\"length\":208293},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"id\":\"d094f4f2-68b6-48a8-abb3-1adaddff572e\",\"length\":513000,\"video\":false,\"disambiguation\":\"\",\"title\":\"I Tried to Leave You\"},\"direction\":\"forward\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"id\":\"456ebc49-9a54-45f8-a3ab-b50bfafeee79\",\"disambiguation\":\"\",\"video\":false,\"length\":161666,\"title\":\"I Tried to Leave You\"},\"direction\":\"forward\"},{\"direction\":\"forward\",\"recording\":{\"title\":\"I'm Your Man\",\"id\":\"f6d76488-55ac-4b37-8a1f-bd4425c5a603\",\"video\":false,\"disambiguation\":\"live, 1993-06-17: O'Keefe Center, Toronto, Ontario, Canada\",\"length\":330466},\"attributes\":[],\"attribute-ids\":{},\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"recording\":{\"title\":\"I’m Your Man\",\"id\":\"3f141575-6489-46f9-b879-1e676d52529b\",\"video\":false,\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, UK\",\"length\":341000},\"attributes\":[],\"attribute-ids\":{}},{\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"disambiguation\":\"live, 1993-04-18: Los Angeles, CA, USA\",\"video\":false,\"length\":332933,\"id\":\"8ce71e88-3050-4db0-9e19-4e13d95ded96\",\"title\":\"I’m Your Man\"},\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"recording\":{\"title\":\"I’m Your Man\",\"id\":\"4150b2a5-1dfb-4781-afd1-c3f887804277\",\"video\":false,\"length\":266000,\"disambiguation\":\"\"},\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{},\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"direction\":\"forward\",\"recording\":{\"id\":\"3ac46cb2-1d02-410a-80a8-a55925b915e3\",\"disambiguation\":\"\",\"video\":false,\"length\":216000,\"title\":\"If I Didn’t Have Your Love\"},\"attributes\":[],\"attribute-ids\":{}},{\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"recording\":{\"video\":false,\"disambiguation\":\"\",\"length\":223333,\"id\":\"fd8ad4d2-3ad6-48c7-90da-7975a18bec96\",\"title\":\"If It Be Your Will\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"direction\":\"forward\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null},{\"begin\":null,\"attribute-values\":{},\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"recording\":{\"id\":\"0ea5e615-0bfb-4a45-98e8-b1e318532135\",\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, UK\",\"video\":false,\"length\":322000,\"title\":\"If It Be Your Will\"},\"attributes\":[\"additional\",\"spoken vocals\"],\"attribute-ids\":{\"additional\":\"0a5341f8-3b1d-4f99-a0c6-26b7f4e42c7f\",\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attribute-credits\":{},\"target-credit\":\"\",\"end\":null},{\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{},\"recording\":{\"title\":\"If It Be Your Will\",\"video\":false,\"length\":198760,\"disambiguation\":\"live, 1988-10-31: Austin City Limits, Austin, Texas, USA\",\"id\":\"f0a2e15d-95c3-454a-9f92-0102b43bd001\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"attributes\":[\"guest\",\"lead vocals\"],\"attribute-ids\":{\"guest\":\"b3045913-62ac-433e-9211-ac683cdf6b5c\",\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"id\":\"1a56e761-cf91-4fcd-b38a-b2f3b6ad84a6\",\"video\":false,\"disambiguation\":\"\",\"length\":318000,\"title\":\"If It Be Your Will\"},\"direction\":\"forward\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{},\"recording\":{\"title\":\"Improvisation\",\"video\":false,\"length\":197000,\"disambiguation\":\"live, 1972: Paris\",\"id\":\"ab08a4ff-28f7-48d5-ac2a-cf3d89bba86b\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\"},{\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"recording\":{\"title\":\"In My Secret Life\",\"id\":\"ff58f3a6-c885-45a0-a641-f57abeec97db\",\"length\":302000,\"video\":false,\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, UK\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\"},{\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"In My Secret Life\",\"id\":\"3b26072c-426e-41d8-8498-037a4e95bfb7\",\"video\":false,\"disambiguation\":\"album version\",\"length\":295866},\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false},{\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"direction\":\"forward\",\"attributes\":[\"spoken vocals\"],\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"recording\":{\"title\":\"Intro to Poems\",\"id\":\"2cab93a1-2235-4857-b42f-bfa67aa7aec6\",\"video\":false,\"length\":29000,\"disambiguation\":\"\"},\"attribute-values\":{},\"begin\":null,\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false},{\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"attributes\":[\"spoken vocals\"],\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"recording\":{\"video\":false,\"length\":15000,\"disambiguation\":\"\",\"id\":\"65dc24af-4b46-42f7-bf45-b9c64e279dc3\",\"title\":\"Intro to So Long, Marianne\"},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{}},{\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"direction\":\"forward\",\"attributes\":[\"spoken vocals\"],\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"recording\":{\"title\":\"Intro: “Let’s Renew Ourselves Now…”\",\"video\":false,\"length\":51000,\"disambiguation\":\"\",\"id\":\"20223d9e-0406-4d1b-b146-4fd36e7bdac3\"},\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"direction\":\"forward\",\"recording\":{\"id\":\"d178b396-063b-438d-9d79-426c39172660\",\"video\":true,\"length\":null,\"disambiguation\":\"\",\"title\":\"Intro: Diamonds in the Mine\"},\"attribute-ids\":{},\"attributes\":[]},{\"direction\":\"forward\",\"attributes\":[\"spoken vocals\"],\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"recording\":{\"video\":false,\"disambiguation\":\"\",\"length\":185000,\"id\":\"7636087e-5c15-4307-b92b-8955ec9d258e\",\"title\":\"Introduction\"},\"attribute-values\":{},\"begin\":null,\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Introduction\",\"video\":false,\"length\":89000,\"disambiguation\":\"\",\"id\":\"02166d2b-e0cb-47da-8ee3-55887c975fc8\"},\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\"},{\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"title\":\"Iodine\",\"id\":\"119c417d-c944-4dee-a5a3-91ee8b7d2624\",\"video\":false,\"length\":303573,\"disambiguation\":\"\"},\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{}},{\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"recording\":{\"title\":\"Is This What You Wanted\",\"id\":\"6ea0a938-b4a1-4323-9c7b-d8eb3be043a3\",\"video\":false,\"disambiguation\":\"\",\"length\":257160},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\"},{\"attribute-values\":{},\"begin\":null,\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"recording\":{\"id\":\"f4d3cf38-e14a-4006-94b3-b5b6611f9c77\",\"video\":false,\"disambiguation\":\"\",\"length\":262000,\"title\":\"It Seemed the Better Way\"},\"attribute-ids\":{},\"attributes\":[],\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null},{\"recording\":{\"id\":\"0108751e-3707-423d-969d-166c9c7e1a66\",\"video\":false,\"length\":177520,\"disambiguation\":\"\",\"title\":\"It’s Torn\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"direction\":\"forward\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"recording\":{\"id\":\"d9352e0c-40a7-4639-9b52-f61ee654560d\",\"disambiguation\":\"\",\"video\":false,\"length\":233666,\"title\":\"Jazz Police\"},\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"id\":\"1f342348-0c99-402a-a8ec-35e26732ab08\",\"disambiguation\":\"live, 1993-06-17: O'Keefe Center, Toronto, Ontario, Canada\",\"video\":false,\"length\":374400,\"title\":\"Joan of Arc\"},\"direction\":\"forward\"},{\"direction\":\"forward\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"recording\":{\"title\":\"Joan of Arc\",\"id\":\"8c3f1e33-ce21-4c64-813a-24c10f572d2c\",\"video\":false,\"disambiguation\":\"\",\"length\":381000},\"begin\":null,\"attribute-values\":{},\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{\"guest\":\"b3045913-62ac-433e-9211-ac683cdf6b5c\"},\"attributes\":[\"guest\"],\"recording\":{\"title\":\"Joan of Arc\",\"video\":false,\"disambiguation\":\"\",\"length\":481573,\"id\":\"4cd403c8-b31f-4b7b-8660-83f9c54953c1\"},\"direction\":\"forward\"},{\"attribute-credits\":{},\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"direction\":\"forward\",\"recording\":{\"title\":\"Lady Midnight\",\"id\":\"943f918e-946e-47e6-9092-ab284cc72784\",\"length\":178360,\"video\":false,\"disambiguation\":\"\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\"},{\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"direction\":\"forward\",\"recording\":{\"title\":\"Lady Midnight\",\"id\":\"9ad69d07-0ac3-417a-abae-7531ad845883\",\"video\":false,\"length\":217000,\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\"},\"attribute-ids\":{},\"attributes\":[],\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"direction\":\"forward\",\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"id\":\"3d5b07a8-a641-4cda-a988-c1b5aa4d7aff\",\"disambiguation\":\"\",\"video\":false,\"length\":359866,\"title\":\"Last Year’s Man\"}},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"recording\":{\"title\":\"Leaving Green Sleeves\",\"disambiguation\":\"\",\"video\":false,\"length\":159000,\"id\":\"b45b3886-b5f6-4a33-a9ee-5dd3307552f6\"},\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"direction\":\"forward\"},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"video\":false,\"length\":227000,\"disambiguation\":\"\",\"id\":\"0cbde80d-798c-481d-b9da-0d53d0e9407b\",\"title\":\"Leaving the Table\"},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{}},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"attributes\":[\"spoken vocals\"],\"recording\":{\"video\":false,\"disambiguation\":\"\",\"length\":52733,\"id\":\"db5ee4b9-ca72-4985-a806-120f28cd57c7\",\"title\":\"Les Vieus\"},\"direction\":\"forward\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{},\"recording\":{\"video\":false,\"disambiguation\":\"\",\"length\":436893,\"id\":\"2ed281d2-a440-4a65-ab52-0d88a30ebe1a\",\"title\":\"Light as the Breeze\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"direction\":\"forward\"},{\"direction\":\"forward\",\"recording\":{\"title\":\"Like a Bird (Bird on the Wire)\",\"disambiguation\":\"\",\"video\":false,\"length\":201400,\"id\":\"bea58538-1b98-4e1b-9e9a-242b490e4cf6\"},\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-credits\":{},\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"\",\"video\":false,\"length\":120933,\"id\":\"a0cd610c-fae8-4b40-bc4d-2066e0dc5c18\",\"title\":\"Listen to the Hummingbird\"},\"begin\":null,\"attribute-values\":{},\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"recording\":{\"video\":false,\"disambiguation\":\"\",\"length\":340040,\"id\":\"89006e1c-3466-4606-80c9-448c5dc64007\",\"title\":\"Love Calls You by Your Name\"},\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"direction\":\"forward\"},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"recording\":{\"title\":\"Love Itself\",\"id\":\"03f720ba-4f36-4f61-808c-04774705b6f1\",\"length\":326066,\"video\":false,\"disambiguation\":\"\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null},{\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"direction\":\"forward\",\"recording\":{\"title\":\"Lover Lover Lover\",\"length\":200706,\"video\":false,\"disambiguation\":\"\",\"id\":\"bdc69de7-c35d-473a-9a32-3143b5cf6c3d\"},\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attribute-credits\":{},\"target-credit\":\"\",\"end\":null},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Lover Lover Lover\",\"id\":\"dde16338-3e16-419b-bccd-fbd98e010cfe\",\"video\":false,\"length\":391160,\"disambiguation\":\"live, 1979-12: UK\"},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{}},{\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"id\":\"8dc75c5e-6385-4a62-b507-5a0a81fd8e2d\",\"length\":513000,\"video\":true,\"disambiguation\":\"live, 2009-09-24: Ramat Gan Stadium, Tel Aviv, Israel\",\"title\":\"Lover, Lover, Lover\"},\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{},\"recording\":{\"title\":\"Lover, Lover, Lover\",\"id\":\"4ac19175-eec9-4644-b13d-e10f381d4f6d\",\"video\":false,\"length\":463840,\"disambiguation\":\"live, 2009-09-24: Ramat Gan Stadium, Tel Aviv, Israel\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\"},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"direction\":\"forward\",\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"attributes\":[\"spoken vocals\"],\"recording\":{\"id\":\"cb9e9daa-e766-432a-9e05-510e70428805\",\"video\":false,\"length\":50893,\"disambiguation\":\"\",\"title\":\"Lovers\"}},{\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Lullaby\",\"video\":false,\"disambiguation\":\"\",\"length\":286000,\"id\":\"4696bdb9-8643-4723-886e-12754456b0f5\"},\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"direction\":\"forward\",\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"title\":\"Master Song\",\"id\":\"9e632ee6-a2b3-461d-8b82-d28c99f73fa9\",\"video\":false,\"disambiguation\":\"\",\"length\":355106},\"attribute-values\":{},\"begin\":null,\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"title\":\"Memories\",\"id\":\"6adaca9d-d8a1-4f63-b4b9-dbec59c4fcf1\",\"disambiguation\":\"\",\"video\":false,\"length\":359333},\"direction\":\"forward\"},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Memories\",\"length\":279506,\"video\":false,\"disambiguation\":\"live, 1979-12: UK\",\"id\":\"75ec20d0-9896-4d4c-892d-93bc544e5eca\"},\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null},{\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"Minute Prologue\",\"id\":\"ff940193-e36b-4bda-b320-4349a5e108eb\",\"disambiguation\":\"live, 1972: London\",\"video\":false,\"length\":74960},\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\"},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"recording\":{\"id\":\"c43a75af-4212-4bd0-a9b7-06c0ef319dd7\",\"length\":216306,\"video\":false,\"disambiguation\":\"\",\"title\":\"Morning Glory\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{}},{\"attribute-values\":{},\"begin\":null,\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"length\":191546,\"id\":\"5a62516f-e96d-411d-ae7d-9d575302aca9\",\"title\":\"Moving On\"},\"attributes\":[],\"attribute-ids\":{},\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null},{\"recording\":{\"disambiguation\":\"\",\"video\":false,\"length\":216813,\"id\":\"df750d80-8b8d-4da4-8171-d94eeca7c247\",\"title\":\"My Oh My\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"direction\":\"forward\",\"recording\":{\"title\":\"Nancy\",\"video\":false,\"disambiguation\":\"live, 1972: London\",\"length\":230000,\"id\":\"8c5bff88-d7b1-4bc0-bcc4-4a7c0edd83ba\"},\"attributes\":[],\"attribute-ids\":{}},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"recording\":{\"id\":\"750f20c1-4f6a-4da4-818d-29d98eb21276\",\"length\":279933,\"video\":false,\"disambiguation\":\"\",\"title\":\"Nevermind\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\"},{\"direction\":\"forward\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"length\":281000,\"id\":\"4326e410-94d6-4047-b137-734aa9a40f1d\",\"title\":\"Night Comes On\"},\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"begin\":null,\"attribute-values\":{},\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"attribute-credits\":{},\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"direction\":\"forward\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"length\":151000,\"id\":\"b782ea5b-f15a-463f-87c2-5378a472e51c\",\"title\":\"Nightingale\"},\"attributes\":[],\"attribute-ids\":{},\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false},{\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{},\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"title\":\"Nothing to One (You Know Who I Am)\",\"id\":\"bfab97b7-67c3-4b39-a700-30446bc84264\",\"video\":false,\"length\":137946,\"disambiguation\":\"\"},\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{}},{\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"video\":false,\"disambiguation\":\"\",\"length\":126826,\"id\":\"52784e4b-f82b-4fdc-b7b6-c74467b0997a\",\"title\":\"On That Day\"},\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"recording\":{\"title\":\"On the Level\",\"id\":\"bc5add1e-6e6c-4543-bd12-1da13dceecb1\",\"video\":false,\"length\":208000,\"disambiguation\":\"\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"video\":false,\"length\":263800,\"disambiguation\":\"\",\"id\":\"a4bb8b08-9a6a-4405-b023-84675169bafa\",\"title\":\"One of Us Cannot Be Wrong\"},\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"begin\":null,\"attribute-values\":{}},{\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"One of Us Cannot Be Wrong\",\"id\":\"4fff4055-e14f-4110-9075-233ad06c52be\",\"video\":false,\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\",\"length\":294000},\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null},{\"recording\":{\"id\":\"088af934-9029-49c1-8dbb-9e5d6c11f3d0\",\"video\":false,\"length\":321533,\"disambiguation\":\"live, 1988-05-20: Velódromo de Anoeta, San Sebastián, Guipúzcoa, Spain\",\"title\":\"One of Us Cannot Be Wrong\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"direction\":\"forward\",\"recording\":{\"length\":null,\"video\":true,\"disambiguation\":\"\",\"id\":\"aa8c5bdd-f112-4b76-a37b-73975caa4543\",\"title\":\"One of Us Cannot Be Wrong\"},\"attribute-ids\":{},\"attributes\":[]},{\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"recording\":{\"length\":193173,\"video\":false,\"disambiguation\":\"\",\"id\":\"5b2cc354-3abb-477d-8143-46394f7c9242\",\"title\":\"Our Lady of Solitude\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\"},{\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"recording\":{\"title\":\"Paper-Thin Hotel\",\"video\":false,\"length\":342000,\"disambiguation\":\"\",\"id\":\"f2b77f10-0e9b-4151-93a5-63a8f19b5e98\"},\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{}},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"video\":false,\"disambiguation\":\"live, 1972: London\",\"length\":246000,\"id\":\"bc808e21-cfaa-42db-9937-958a988a8bc4\",\"title\":\"Passing Through\"},\"direction\":\"forward\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{}},{\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"Please Don’t Pass Me By (A Disgrace)\",\"id\":\"077ebea7-5879-4f4f-b6b0-81a4b44d0570\",\"length\":782666,\"video\":false,\"disambiguation\":\"live, 1970: London\"},\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false},{\"recording\":{\"title\":\"Poem\",\"length\":33053,\"video\":false,\"disambiguation\":\"\",\"id\":\"c2620958-c185-468b-b027-65a31f202623\"},\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"attributes\":[\"spoken vocals\"],\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"Puppets\",\"id\":\"b5c23d4e-2826-4bed-918c-21e7087cc547\",\"disambiguation\":\"\",\"video\":false,\"length\":159560},\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\"},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Queen Victoria\",\"id\":\"e184f568-803c-45e5-a6a7-6c57544a945f\",\"length\":204000,\"video\":false,\"disambiguation\":\"live, 1972: TN, USA\"},\"direction\":\"forward\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{}},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Recitation w/ N.L.\",\"id\":\"ac6ff6fa-eb5b-4d73-bc2e-dd6e9d40faa3\",\"length\":233000,\"video\":false,\"disambiguation\":\"live, 2008-07-17: London, UK\"},\"direction\":\"forward\"},{\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"direction\":\"forward\",\"recording\":{\"title\":\"Samson in New Orleans\",\"id\":\"ca32cdc5-785e-4780-9cd9-91ec2828086d\",\"disambiguation\":\"\",\"video\":false,\"length\":279026},\"attribute-ids\":{},\"attributes\":[],\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"direction\":\"forward\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"recording\":{\"disambiguation\":\"\",\"video\":false,\"length\":219573,\"id\":\"7eff29b8-0773-4159-bae8-4d6bdf0a3dc1\",\"title\":\"Seems So Long Ago, Nancy\"}},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"direction\":\"forward\",\"recording\":{\"title\":\"Seems So Long Ago, Nancy\",\"disambiguation\":\"\",\"video\":true,\"length\":null,\"id\":\"51933134-49a5-4b96-a73f-b70be00d4d41\"},\"attributes\":[],\"attribute-ids\":{}},{\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Seems So Long Ago, Nancy\",\"id\":\"551e280d-a975-4d3c-a102-5cf1b9ba73b0\",\"video\":false,\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\",\"length\":258000},\"begin\":null,\"attribute-values\":{},\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"video\":false,\"length\":248000,\"disambiguation\":\"\",\"id\":\"5ed31323-306e-4286-877c-52873b98275c\",\"title\":\"Show Me the Place\"},\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"recording\":{\"video\":true,\"disambiguation\":\"\",\"length\":null,\"id\":\"7929239b-43da-4d92-a731-bcc61c61be46\",\"title\":\"Sing Another Song, Boys\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\"},{\"attribute-values\":{},\"begin\":null,\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"recording\":{\"title\":\"Sing Another Song, Boys\",\"video\":false,\"length\":391000,\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\",\"id\":\"b9c3c813-b57c-47cb-996f-a2cf47c98639\"},\"attributes\":[],\"attribute-ids\":{},\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null},{\"recording\":{\"title\":\"Sing Another Song, Boys\",\"id\":\"12879ba5-6dcb-4279-aafa-8ad0fa91d331\",\"video\":false,\"disambiguation\":\"\",\"length\":372373},\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"direction\":\"forward\",\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"video\":false,\"disambiguation\":\"\",\"length\":214106,\"id\":\"1dfbe751-83d3-4a9e-820e-b8f7c46213ba\",\"title\":\"Sisters of Mercy\"},\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"video\":false,\"length\":428360,\"disambiguation\":\"\",\"id\":\"8948bdbd-eadd-4967-8334-0d6062e5107e\",\"title\":\"Sisters of Mercy\"},\"direction\":\"forward\"},{\"direction\":\"forward\",\"recording\":{\"id\":\"caaa76d4-77c4-47fd-8405-0ae46d6fb742\",\"disambiguation\":\"\",\"video\":false,\"length\":296000,\"title\":\"Sisters of Mercy\"},\"attributes\":[],\"attribute-ids\":{},\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"direction\":\"forward\",\"recording\":{\"title\":\"Sisters of Mercy\",\"video\":false,\"disambiguation\":\"live, 1993-06-18: O'Keefe Center, Toronto, Ontario, Canada\",\"length\":376000,\"id\":\"c471c1e5-93d4-4884-9ebf-5a92c1559622\"},\"attributes\":[],\"attribute-ids\":{},\"attribute-values\":{},\"begin\":null,\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"begin\":null,\"attribute-values\":{},\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"id\":\"08ab5ef8-abe8-4462-9459-9f09ec8d5e89\",\"length\":205346,\"video\":false,\"disambiguation\":\"\",\"title\":\"Slow\"}},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"So Long, Marianne\",\"id\":\"f11618f2-0926-4a9c-8ca1-0fe4749c5976\",\"video\":false,\"disambiguation\":\"live, 2008-07-17: O₂ Arena, London, UK\",\"length\":324000},\"direction\":\"forward\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null},{\"direction\":\"forward\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"recording\":{\"video\":false,\"disambiguation\":\"\",\"length\":339533,\"id\":\"03324c96-733a-4f07-8d63-da47d8285294\",\"title\":\"So Long, Marianne\"},\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"direction\":\"forward\",\"recording\":{\"id\":\"774ea815-88b2-46ed-abac-1ddfd32ebf17\",\"disambiguation\":\"live, 1979-12: UK\",\"video\":false,\"length\":404000,\"title\":\"So Long, Marianne\"},\"attribute-ids\":{},\"attributes\":[],\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"recording\":{\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\",\"video\":false,\"length\":427000,\"id\":\"0a8be2f8-c741-44f4-9814-dc4523b078a3\",\"title\":\"So Long, Marianne\"},\"attribute-ids\":{},\"attributes\":[]},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"id\":\"b84797f7-7955-4082-8eb8-285c44758ef1\",\"disambiguation\":\"\",\"video\":false,\"length\":263000,\"title\":\"Steer Your Way\"}},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"recording\":{\"video\":false,\"disambiguation\":\"\",\"length\":306093,\"id\":\"292d638b-338c-4a64-9555-e4eb7ead0f55\",\"title\":\"Store Room\"},\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"direction\":\"forward\"},{\"attribute-credits\":{},\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"direction\":\"forward\",\"recording\":{\"id\":\"ef095d10-ceb5-4ff0-8e32-e33ae176e374\",\"disambiguation\":\"\",\"video\":false,\"length\":275706,\"title\":\"Stories of the Street\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"recording\":{\"id\":\"6fd5df1c-4bed-47be-9ef4-96cb0940edcf\",\"video\":false,\"disambiguation\":\"live, 1972: Berlin\",\"length\":239000,\"title\":\"Story of Isaac\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{}},{\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"recording\":{\"disambiguation\":\"\",\"video\":false,\"length\":215466,\"id\":\"c122eb1a-532e-4e19-8762-000009d04270\",\"title\":\"Story of Isaac\"},\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\"},{\"recording\":{\"title\":\"String Reprise / Treaty\",\"id\":\"bb652c33-6d90-4458-bc99-e61afd825cdc\",\"disambiguation\":\"\",\"video\":false,\"length\":207000},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Suzanne\",\"length\":226000,\"video\":false,\"disambiguation\":\"\",\"id\":\"6b4cc35a-16fd-4d70-b294-44fd2991afb0\"},\"direction\":\"forward\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null},{\"attribute-values\":{},\"begin\":null,\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Suzanne\",\"id\":\"2e86e34c-b3c7-478b-848b-b78102fc99bd\",\"disambiguation\":\"live, 1993-07-29: Orpheum Theatre, Vancouver, British Columbia, Canada\",\"video\":false,\"length\":259706},\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null},{\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"title\":\"Suzanne\",\"video\":false,\"disambiguation\":\"\",\"length\":228960,\"id\":\"dabf85e1-ce84-467b-a267-1e6a36b600ed\"},\"direction\":\"forward\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{}},{\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"Suzanne\",\"id\":\"8e76e7ca-c093-47e3-aac1-f3da385f9601\",\"length\":228000,\"video\":true,\"disambiguation\":\"live, 2008-11-30: MEN Arena, Manchester, UK\"},\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false},{\"recording\":{\"video\":false,\"length\":221266,\"disambiguation\":\"live, 2008-11-30: MEN Arena, Manchester, UK\",\"id\":\"0e33d9dc-703f-4df9-8c43-ca298ed54e74\",\"title\":\"Suzanne\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"recording\":{\"title\":\"Suzanne\",\"video\":true,\"disambiguation\":\"\",\"length\":null,\"id\":\"14e3a510-efa8-478c-8089-80dc99f6ae48\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\"},{\"recording\":{\"title\":\"Suzanne\",\"video\":false,\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\",\"length\":266000,\"id\":\"6a9f24c6-28de-40cf-973d-b95a4fb2fbdd\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"begin\":null,\"attribute-values\":{},\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"recording\":{\"title\":\"Take This Longing\",\"video\":false,\"disambiguation\":\"\",\"length\":245707,\"id\":\"e68f1283-5675-485c-b840-8bb9202a7145\"},\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null},{\"direction\":\"forward\",\"recording\":{\"title\":\"Take This Waltz\",\"id\":\"a7fd3d26-b750-4ec2-a53e-bd8b31c41bc3\",\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, UK\",\"video\":false,\"length\":517000},\"attribute-ids\":{},\"attributes\":[],\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"recording\":{\"id\":\"7404f68c-94aa-4088-ad98-50b92c260819\",\"length\":359160,\"video\":false,\"disambiguation\":\"album \\\"I’m Your Man\\\"\",\"title\":\"Take This Waltz\"},\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"direction\":\"forward\"},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"begin\":null,\"attribute-values\":{},\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"id\":\"9d6a550c-3cb2-440f-81d1-5237d35558ef\",\"length\":181666,\"video\":false,\"disambiguation\":\"\",\"title\":\"Teachers\"}},{\"attribute-values\":{},\"begin\":null,\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"recording\":{\"title\":\"Tennessee Waltz (live)\",\"length\":245040,\"video\":false,\"disambiguation\":\"\",\"id\":\"2eaf629b-4ef4-480a-a646-640865b2a1d5\"},\"attributes\":[],\"attribute-ids\":{},\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Thanks for the Dance\",\"id\":\"dd5d6c8c-d53e-4c26-8bca-bd65cf988cae\",\"length\":253493,\"video\":false,\"disambiguation\":\"\"},\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"begin\":null,\"attribute-values\":{}},{\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"That Don’t Make It Junk\",\"video\":false,\"disambiguation\":\"live, 2008-11-13: O2 Arena, London, UK\",\"length\":262866,\"id\":\"bd561c3d-e1e1-44ad-92ae-a8d2a8942904\"},\"attribute-values\":{},\"begin\":null,\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\"},{\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"length\":292000,\"video\":true,\"disambiguation\":\"live, 2008-11-13, O2 Arena, London, England, UK\",\"id\":\"81a597de-9bc7-4f79-8bee-7f8fbb7044fb\",\"title\":\"That Don’t Make It Junk\"},\"attribute-values\":{},\"begin\":null,\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\"},{\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"That Don’t Make It Junk\",\"video\":false,\"disambiguation\":\"\",\"length\":268106,\"id\":\"03d237a6-50b0-4d97-9272-6cda1789aa58\"},\"attribute-values\":{},\"begin\":null,\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"recording\":{\"id\":\"2f90cf1d-e28d-4523-a6f5-037259072178\",\"video\":false,\"length\":197333,\"disambiguation\":\"\",\"title\":\"The Butcher\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"direction\":\"forward\",\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"title\":\"The Captain\",\"id\":\"2583aade-4757-4570-ad2f-a78b59598a55\",\"video\":false,\"disambiguation\":\"\",\"length\":250226},\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"recording\":{\"title\":\"The Faith\",\"video\":false,\"length\":260000,\"disambiguation\":\"\",\"id\":\"af8cbdca-bbb1-41de-bc4f-19f65d5a7fb0\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"begin\":null,\"attribute-values\":{}},{\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"direction\":\"forward\",\"recording\":{\"id\":\"0b17cae6-651e-488c-9ca3-221348561ad3\",\"video\":false,\"length\":440000,\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, England, UK\",\"title\":\"The Future\"},\"attribute-ids\":{},\"attributes\":[],\"attribute-values\":{},\"begin\":null,\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\"},{\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"The Future\",\"video\":false,\"disambiguation\":\"live, 1993-04-18: Los Angeles, CA, USA\",\"length\":411800,\"id\":\"72ac5b78-f500-44d5-9d58-b15fd40942b0\"},\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\"},{\"recording\":{\"video\":false,\"disambiguation\":\"\",\"length\":402000,\"id\":\"06cf07c0-b739-4ce7-92c4-56424ee061cc\",\"title\":\"The Future\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"direction\":\"forward\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"length\":72266,\"video\":false,\"disambiguation\":\"\",\"id\":\"ee2a22f6-46e9-4314-af2b-eecc68caf5cc\",\"title\":\"The Goal\"}},{\"direction\":\"forward\",\"recording\":{\"id\":\"9ab9cba8-dc25-4c71-abca-12b879284123\",\"video\":false,\"length\":400386,\"disambiguation\":\"\",\"title\":\"The Guests\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"attribute-credits\":{},\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"id\":\"246c7711-14c7-4c54-80c9-f8be0ca6e802\",\"video\":false,\"disambiguation\":\"live, 1979-12: UK\",\"length\":365826,\"title\":\"The Guests\"},\"direction\":\"forward\"},{\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"id\":\"bfe0b37d-fe45-4a5c-9857-386092b5396e\",\"length\":312693,\"video\":false,\"disambiguation\":\"\",\"title\":\"The Gypsy’s Wife\"},\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"id\":\"5433d8f1-cf1c-41af-b651-6b789da125bb\",\"video\":false,\"length\":320666,\"disambiguation\":\"live, 1979-12: UK\",\"title\":\"The Gypsy’s Wife\"}},{\"recording\":{\"length\":402000,\"video\":false,\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, UK\",\"id\":\"afa179f2-7fa0-4ac6-aea2-33aa96163cfb\",\"title\":\"The Gypsy’s Wife\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"recording\":{\"title\":\"The Hills\",\"id\":\"8e451644-2819-4356-a47a-19876642902a\",\"video\":false,\"disambiguation\":\"\",\"length\":257560},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"recording\":{\"title\":\"The Land of Plenty\",\"id\":\"846fedd4-3852-46e7-a71b-d0bfd45d96ff\",\"video\":false,\"disambiguation\":\"\",\"length\":276000},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null},{\"recording\":{\"title\":\"The Law\",\"id\":\"7578e206-534a-4985-a7b1-2d268ae6d073\",\"video\":false,\"length\":268720,\"disambiguation\":\"\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"recording\":{\"disambiguation\":\"\",\"video\":false,\"length\":288000,\"id\":\"0c276747-72d4-4f53-824f-ff82858aba97\",\"title\":\"The Letters\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\"},{\"direction\":\"forward\",\"recording\":{\"video\":false,\"length\":280666,\"disambiguation\":\"\",\"id\":\"650c92ba-a9eb-40ec-83dd-30148fc1679a\",\"title\":\"The Lost Canadian (Un Canadien errant)\"},\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-credits\":{},\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"direction\":\"forward\",\"recording\":{\"title\":\"The Night of Santiago\",\"length\":255133,\"video\":false,\"disambiguation\":\"\",\"id\":\"90799e5c-3672-4a05-98d5-016a1370c701\"},\"attributes\":[],\"attribute-ids\":{}},{\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"recording\":{\"id\":\"3b6dd603-b0c5-4765-97a3-cd859eae82e6\",\"video\":false,\"disambiguation\":\"\",\"length\":286360,\"title\":\"The Old Revolution\"},\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{}},{\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"length\":null,\"video\":true,\"disambiguation\":\"\",\"id\":\"6ab224f1-84f5-4eec-b4d4-e68e1eb70f4e\",\"title\":\"The Partisan\"},\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"recording\":{\"video\":false,\"disambiguation\":\"live, 2008-10-10: Hartwall Arena, Helsinki, Finland\",\"length\":318640,\"id\":\"535e76ac-d195-4346-bff5-ca044d2bcdcd\",\"title\":\"The Partisan\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\"},{\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"The Partisan\",\"video\":true,\"disambiguation\":\"live, 2008-10-10: Hartwall Arena, Helsinki, Finland\",\"length\":311000,\"id\":\"0c9b7d85-0551-4cf9-aaa9-9d643fe5ebbd\"},\"direction\":\"forward\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"direction\":\"forward\",\"recording\":{\"title\":\"The Partisan\",\"id\":\"4d5541b2-9531-4a73-b0f2-83f61b57ad30\",\"video\":false,\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\",\"length\":313000},\"attributes\":[],\"attribute-ids\":{},\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"recording\":{\"id\":\"298af3c5-74b0-4308-8b94-c11415fc6ebe\",\"disambiguation\":\"\",\"video\":false,\"length\":205333,\"title\":\"The Partisan\"},\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{}},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"id\":\"90977aa4-eead-4245-9413-92a635cbb4a6\",\"disambiguation\":\"\",\"video\":false,\"length\":318040,\"title\":\"The Smokey Life\"},\"direction\":\"forward\"},{\"recording\":{\"id\":\"73bbb870-2151-4fd6-9cea-94bd0f15d385\",\"video\":false,\"length\":333906,\"disambiguation\":\"live, 1979-12: UK\",\"title\":\"The Smokey Life\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"attributes\":[\"spoken vocals\"],\"recording\":{\"length\":98653,\"video\":false,\"disambiguation\":\"\",\"id\":\"f2dcb4a8-1636-47b6-90e4-2374daf09ad2\",\"title\":\"The Sparrows\"},\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{}},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"direction\":\"forward\",\"recording\":{\"title\":\"The Stranger Song\",\"video\":false,\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\",\"length\":407000,\"id\":\"04b6eecc-1dae-4156-b30f-ca44106faa1f\"},\"attribute-ids\":{},\"attributes\":[]},{\"begin\":null,\"attribute-values\":{},\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"recording\":{\"title\":\"The Stranger Song\",\"video\":false,\"disambiguation\":\"live, 1979-12: UK\",\"length\":295506,\"id\":\"351cfb55-654d-4a1a-811d-040f7b7ab7f6\"},\"attributes\":[],\"attribute-ids\":{},\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null},{\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"direction\":\"forward\",\"recording\":{\"title\":\"The Stranger Song\",\"id\":\"5b1d6488-f58d-48c2-8873-7ad4073c18ab\",\"video\":true,\"disambiguation\":\"\",\"length\":null},\"attribute-ids\":{},\"attributes\":[],\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false},{\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"title\":\"The Stranger Song\",\"id\":\"44fae494-0cc6-4a03-92f6-3cd89b94eb25\",\"video\":false,\"length\":300466,\"disambiguation\":\"\"},\"direction\":\"forward\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"length\":374600,\"video\":false,\"disambiguation\":\"\",\"id\":\"7d644bc4-e70d-46d9-a3e0-4f47315e5e03\",\"title\":\"The Traitor\"},\"direction\":\"forward\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null},{\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"direction\":\"forward\",\"recording\":{\"title\":\"The Window\",\"video\":false,\"length\":355240,\"disambiguation\":\"\",\"id\":\"1c54de7c-069a-4023-a8a3-b0cd55400609\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attribute-credits\":{},\"target-credit\":\"\",\"end\":null},{\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{},\"recording\":{\"video\":false,\"disambiguation\":\"live, 1979-12: UK\",\"length\":351933,\"id\":\"66533e64-326d-421e-a52d-6c0fa4a05335\",\"title\":\"The Window\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\"},{\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"length\":281000,\"video\":false,\"disambiguation\":\"\",\"id\":\"65b0fe30-7059-42a5-99c5-dbf4ee89d809\",\"title\":\"There for You\"},\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"\",\"video\":false,\"length\":289026,\"id\":\"bc2fe433-83bf-4b5d-ad45-ec9d214c2d4a\",\"title\":\"There Is a War\"},\"direction\":\"forward\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{},\"recording\":{\"id\":\"7ce96582-4cb0-42f0-9d98-253e1fe36f33\",\"video\":false,\"length\":182000,\"disambiguation\":\"\",\"title\":\"There Is a War\"},\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"direction\":\"forward\"},{\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"recording\":{\"title\":\"There Is a War\",\"id\":\"b679a149-f0de-49df-879a-b2bb9b85aba9\",\"video\":false,\"length\":287866,\"disambiguation\":\"live, 1993-06-17: O'Keefe Center, Toronto, Ontario, Canada\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\"},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"attribute-values\":{},\"begin\":null,\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"attributes\":[\"spoken vocals\"],\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"recording\":{\"id\":\"2180f6ab-d151-40c2-8baa-a56f5d673fce\",\"disambiguation\":\"\",\"video\":false,\"length\":119000,\"title\":\"They Locked Up a Man (poem) / A Person Who Eats Meat / Intro\"}},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"direction\":\"forward\",\"recording\":{\"title\":\"To a Teacher\",\"length\":155493,\"video\":false,\"disambiguation\":\"\",\"id\":\"e867bfa9-fd8f-49e9-a87d-f00480369844\"},\"attributes\":[],\"attribute-ids\":{}},{\"recording\":{\"video\":false,\"length\":370000,\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\",\"id\":\"8a075bb6-30f0-4fda-a56f-f7e5c5ecf976\",\"title\":\"Tonight Will Be Fine\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"direction\":\"forward\",\"recording\":{\"disambiguation\":\"\",\"video\":true,\"length\":null,\"id\":\"ee7ffed7-9f17-48b9-a289-c168925eed45\",\"title\":\"Tonight Will Be Fine\"},\"attribute-ids\":{},\"attributes\":[]},{\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"title\":\"Tonight Will Be Fine\",\"length\":228600,\"video\":false,\"disambiguation\":\"\",\"id\":\"9650115c-487f-4973-addc-d8047ace294a\"},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"recording\":{\"title\":\"Tonight Will Be Fine\",\"id\":\"e53f03ed-77a4-4291-bd10-d8b8df23e45e\",\"length\":399000,\"video\":false,\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\"},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\"},{\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"recording\":{\"id\":\"ed670fc8-0c90-4e95-9b7f-a5764aeb56f6\",\"video\":false,\"length\":337493,\"disambiguation\":\"\",\"title\":\"Tower of Song\"},\"direction\":\"forward\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null},{\"recording\":{\"video\":false,\"length\":343480,\"disambiguation\":\"\",\"id\":\"606a4ccd-d03b-4d75-8e85-62134ec257d0\",\"title\":\"Tower of Song\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, UK\",\"video\":false,\"length\":427000,\"id\":\"15df4ce1-9f4d-48a4-9942-cd9295565ce7\",\"title\":\"Tower of Song\"},\"attribute-values\":{},\"begin\":null,\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"Traveling Light\",\"length\":262000,\"video\":false,\"disambiguation\":\"\",\"id\":\"710b0069-36f8-4156-ac5f-5aede2466dcf\"},\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"video\":false,\"length\":242000,\"disambiguation\":\"\",\"id\":\"d63cbbdb-9e64-4d9e-a011-00c631d82873\",\"title\":\"Treaty\"},\"direction\":\"forward\"},{\"recording\":{\"disambiguation\":\"\",\"video\":false,\"length\":266426,\"id\":\"a77d295d-8fc1-4092-995d-79f4cd9ee03d\",\"title\":\"True Love Leaves No Traces\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"direction\":\"forward\",\"recording\":{\"video\":false,\"disambiguation\":\"\",\"length\":262333,\"id\":\"63457012-014b-4ad8-83bf-b4cbfcbcccae\",\"title\":\"Undertow\"},\"attributes\":[],\"attribute-ids\":{}},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"id\":\"d199627e-fcdb-4d59-8ac2-6a801a417e4f\",\"disambiguation\":\"\",\"video\":false,\"length\":357000,\"title\":\"Villanelle for Our Time\"}},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"recording\":{\"title\":\"Waiting for the Miracle\",\"disambiguation\":\"live, 2009-11-13: HP Pavilion, San Jose, CA, USA\",\"video\":true,\"length\":478000,\"id\":\"9c07634e-b139-4004-86c6-98f0748ceda9\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null},{\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"recording\":{\"id\":\"64b6af0c-2863-411e-9fb8-16e5ffef238c\",\"video\":false,\"length\":446666,\"disambiguation\":\"\",\"title\":\"Waiting for the Miracle\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\"},{\"begin\":null,\"attribute-values\":{},\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"recording\":{\"title\":\"Waiting for the Miracle\",\"disambiguation\":\"live, 2009-11-13: HP Pavilion, San Jose, CA, USA\",\"video\":false,\"length\":481786,\"id\":\"3ead5a5f-e9ce-4aa6-8d59-a3ba4d551573\"},\"attribute-ids\":{},\"attributes\":[],\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"recording\":{\"length\":462506,\"video\":false,\"disambiguation\":\"\",\"id\":\"3a824c74-8ed4-4963-aa92-2ea0a173eeeb\",\"title\":\"Waiting for the Miracle\"},\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"direction\":\"forward\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"attributes\":[\"spoken vocals\"],\"recording\":{\"id\":\"0d18d2f7-71f3-41fb-b181-c458ac3108eb\",\"length\":60066,\"video\":false,\"disambiguation\":\"\",\"title\":\"Warning\"},\"direction\":\"forward\"},{\"direction\":\"forward\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"length\":87000,\"id\":\"d8ab1423-610e-4505-801b-07719812a11e\",\"title\":\"Whither Thou Goest\"},\"attributes\":[],\"attribute-ids\":{},\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"direction\":\"forward\",\"recording\":{\"id\":\"9313208d-480f-49fc-8616-ad13273e80a3\",\"length\":153000,\"video\":false,\"disambiguation\":\"\",\"title\":\"Who by Fire\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"begin\":null,\"attribute-values\":{},\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"attribute-credits\":{},\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null,\"begin\":null,\"attribute-values\":{},\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"Who by Fire\",\"video\":false,\"length\":395000,\"disambiguation\":\"\",\"id\":\"054beded-fc1d-48b7-9189-2ecf46bd4d5c\"}},{\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"Who By Fire?\",\"disambiguation\":\"live, 1988-10-31: Austin City Limits, Austin, Texas, USA\",\"video\":false,\"length\":309240,\"id\":\"4868854f-90fd-43dc-bccd-94d66ffed73f\"},\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"disambiguation\":\"\",\"video\":false,\"length\":233000,\"id\":\"446e2240-a8e7-4756-b35e-bc4ffdf5b610\",\"title\":\"Why Don’t You Try\"},\"direction\":\"forward\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"disambiguation\":\"live, 1979-12: UK\",\"video\":false,\"length\":222893,\"id\":\"d948e13b-d25c-4254-949a-ec9ca6c373fc\",\"title\":\"Why Don’t You Try\"},\"direction\":\"forward\"},{\"recording\":{\"title\":\"Winter Lady\",\"disambiguation\":\"\",\"video\":false,\"length\":136026,\"id\":\"8dbbc1e7-41cb-46cc-bd86-d8a6a926264c\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"direction\":\"forward\",\"recording\":{\"id\":\"df6b40da-2d5f-45be-b587-1c3fe9fd2269\",\"video\":false,\"length\":211960,\"disambiguation\":\"\",\"title\":\"You Got Me Singing\"},\"attributes\":[],\"attribute-ids\":{},\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{},\"attributes\":[],\"recording\":{\"title\":\"You Have Loved Enough\",\"id\":\"e14acf57-24cc-4e7c-83ef-de3a55eb9104\",\"video\":false,\"length\":341693,\"disambiguation\":\"\"},\"direction\":\"forward\"},{\"recording\":{\"disambiguation\":\"\",\"video\":false,\"length\":208533,\"id\":\"25e0aba3-4737-4ae2-b9e3-5f5b9979115d\",\"title\":\"You Know Who I Am\"},\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"attribute-values\":{},\"begin\":null,\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"direction\":\"forward\",\"recording\":{\"title\":\"You Know Who I Am\",\"disambiguation\":\"live, 1972: Brussels\",\"video\":false,\"length\":324960,\"id\":\"7b828c72-503a-4dde-91de-ad87f1e78159\"},\"attributes\":[],\"attribute-ids\":{},\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null},{\"recording\":{\"id\":\"a587db50-4814-403f-a2b0-48d4911dadd4\",\"video\":false,\"length\":238000,\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\",\"title\":\"You Know Who I Am\"},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\"},{\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"recording\":{\"title\":\"You Want It Darker\",\"video\":false,\"disambiguation\":\"\",\"length\":284000,\"id\":\"206feb71-4841-4abe-85ca-8e0c622d308c\"},\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"end\":null},{\"source-credit\":\"\",\"ended\":false,\"type\":\"graphic design\",\"attribute-values\":{},\"begin\":null,\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"release\":{\"status-id\":null,\"release-events\":[{\"date\":\"1999-03-04\",\"area\":{\"iso-3166-1-codes\":[\"XE\"],\"disambiguation\":\"\",\"type\":null,\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"type-id\":null,\"sort-name\":\"Europe\",\"name\":\"Europe\"}}],\"id\":\"edb177a0-6748-3607-8b91-6a335e3532a7\",\"packaging\":null,\"title\":\"Cohen Live: Leonard Cohen in Concert\",\"quality\":\"normal\",\"packaging-id\":null,\"barcode\":\"5099747717123\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"date\":\"1999-03-04\",\"status\":null,\"country\":\"XE\"},\"type-id\":\"cf43b79e-3299-4b0c-9244-59ea06337107\",\"target-type\":\"release\",\"end\":null,\"target-credit\":\"\"},{\"attribute-ids\":{},\"attributes\":[],\"release\":{\"status\":null,\"country\":\"DE\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"date\":\"2012-01-27\",\"quality\":\"normal\",\"title\":\"Old Ideas\",\"packaging-id\":null,\"barcode\":\"886979867123\",\"status-id\":null,\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"],\"type-id\":null,\"name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"sort-name\":\"Germany\",\"type\":null},\"date\":\"2012-01-27\"}],\"packaging\":null,\"id\":\"e77e7290-ed70-4740-81e5-4b0df4d5d7f3\"},\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"graphic design\",\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type-id\":\"cf43b79e-3299-4b0c-9244-59ea06337107\",\"target-type\":\"release\"},{\"type-id\":\"cf43b79e-3299-4b0c-9244-59ea06337107\",\"target-type\":\"release\",\"end\":null,\"target-credit\":\"\",\"type\":\"graphic design\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"release\":{\"barcode\":\"886979867123\",\"packaging-id\":null,\"quality\":\"normal\",\"title\":\"Old Ideas\",\"id\":\"b02dd44e-2b35-44f1-8001-768fc94f5d14\",\"packaging\":null,\"release-events\":[{\"area\":{\"sort-name\":\"United States\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"]},\"date\":\"2012-01-31\"}],\"status-id\":null,\"country\":\"US\",\"status\":null,\"date\":\"2012-01-31\",\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}}},{\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"release\":{\"country\":\"DE\",\"status\":null,\"date\":\"2012-01-27\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"barcode\":\"886979867123\",\"packaging-id\":null,\"quality\":\"normal\",\"title\":\"Old Ideas\",\"id\":\"e77e7290-ed70-4740-81e5-4b0df4d5d7f3\",\"packaging\":null,\"release-events\":[{\"area\":{\"type-id\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"sort-name\":\"Germany\",\"name\":\"Germany\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"]},\"date\":\"2012-01-27\"}],\"status-id\":null},\"source-credit\":\"\",\"ended\":false,\"type\":\"illustration\",\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type-id\":\"a6029157-d96b-4dc3-9f73-f99f76423d11\",\"target-type\":\"release\"},{\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"release\":{\"quality\":\"normal\",\"title\":\"Old Ideas\",\"packaging-id\":null,\"barcode\":\"886979867123\",\"status-id\":null,\"release-events\":[{\"area\":{\"type\":null,\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\"},\"date\":\"2012-01-31\"}],\"packaging\":null,\"id\":\"b02dd44e-2b35-44f1-8001-768fc94f5d14\",\"status\":null,\"country\":\"US\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"\",\"date\":\"2012-01-31\"},\"type\":\"illustration\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"type-id\":\"a6029157-d96b-4dc3-9f73-f99f76423d11\",\"target-type\":\"release\"},{\"type-id\":\"a6029157-d96b-4dc3-9f73-f99f76423d11\",\"target-type\":\"release\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"type\":\"illustration\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"release\":{\"packaging-id\":null,\"title\":\"The Essential Leonard Cohen\",\"quality\":\"normal\",\"barcode\":\"696998688421\",\"status-id\":null,\"id\":\"ffcf8508-1589-4f4f-ad6e-a55d530730be\",\"packaging\":null,\"release-events\":[{\"area\":{\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"name\":\"United States\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"]},\"date\":\"2002-10-22\"}],\"country\":\"US\",\"status\":null,\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"2002-10-22\"}},{\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"instrument\",\"direction\":\"forward\",\"release\":{\"release-events\":[{\"date\":\"2015\",\"area\":{\"name\":\"Europe\",\"type-id\":null,\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"sort-name\":\"Europe\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"XE\"]}}],\"id\":\"4687a60e-9ce4-4021-b781-f68c8f2ad3c3\",\"packaging\":null,\"status-id\":null,\"barcode\":\"888750682628\",\"title\":\"Can’t Forget: A Souvenir of the Grand Tour\",\"quality\":\"normal\",\"packaging-id\":null,\"date\":\"2015\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"Jewel Case\",\"status\":null,\"country\":\"XE\"},\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"attributes\":[\"guitar\"],\"target-type\":\"release\",\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null},{\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\",\"keyboard\":\"95b0c3d2-9606-4ef5-a019-9b7437f3adda\"},\"attributes\":[\"guitar\",\"keyboard\"],\"release\":{\"status\":null,\"country\":\"XE\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"date\":\"1999-03-04\",\"quality\":\"normal\",\"title\":\"Cohen Live: Leonard Cohen in Concert\",\"packaging-id\":null,\"barcode\":\"5099747717123\",\"status-id\":null,\"release-events\":[{\"date\":\"1999-03-04\",\"area\":{\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"type-id\":null,\"sort-name\":\"Europe\",\"name\":\"Europe\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"XE\"]}}],\"packaging\":null,\"id\":\"edb177a0-6748-3607-8b91-6a335e3532a7\"},\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"instrument\",\"begin\":null,\"attribute-values\":{},\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"target-type\":\"release\"},{\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"target-type\":\"release\",\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"direction\":\"forward\",\"release\":{\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"2001-02-16\",\"country\":\"XE\",\"status\":null,\"status-id\":null,\"packaging\":null,\"id\":\"1c91bfb8-19d2-4ccf-85ab-aaf7a15159ac\",\"release-events\":[{\"area\":{\"type-id\":null,\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"name\":\"Europe\",\"sort-name\":\"Europe\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"XE\"]},\"date\":\"2001-02-16\"}],\"packaging-id\":null,\"quality\":\"normal\",\"title\":\"Field Commander Cohen: Tour of 1979\",\"barcode\":\"5099750122525\"},\"attributes\":[\"guitar\"],\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"instrument\",\"ended\":false},{\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"target-type\":\"release\",\"attributes\":[\"acoustic guitar\"],\"attribute-ids\":{\"acoustic guitar\":\"00beaf8e-a781-431c-8130-7c2871696b7d\"},\"direction\":\"forward\",\"release\":{\"status-id\":null,\"packaging\":null,\"id\":\"1eb1c9ac-52e0-4e12-8ca3-69d85082a0ed\",\"release-events\":[{\"date\":\"2009-10-20\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"XW\"],\"type-id\":null,\"name\":\"[Worldwide]\",\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"sort-name\":\"[Worldwide]\",\"type\":null}}],\"packaging-id\":null,\"quality\":\"normal\",\"title\":\"Live at the Isle of Wight 1970\",\"barcode\":\"886975791620\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"2009-10-20\",\"country\":\"XW\",\"status\":null},\"source-credit\":\"\",\"type\":\"instrument\",\"ended\":false,\"begin\":null,\"attribute-values\":{}},{\"target-type\":\"release\",\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"attribute-credits\":{},\"target-credit\":\"\",\"end\":null,\"begin\":null,\"attribute-values\":{},\"type\":\"instrument\",\"source-credit\":\"\",\"ended\":false,\"release\":{\"status\":null,\"country\":\"US\",\"date\":\"2009-03-31\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"\",\"barcode\":\"0886974050223\",\"quality\":\"normal\",\"title\":\"Live in London\",\"packaging-id\":null,\"release-events\":[{\"date\":\"2009-03-31\",\"area\":{\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\"}}],\"packaging\":null,\"id\":\"47069cc8-b2bf-4033-aa30-239f33dd551a\",\"status-id\":null},\"direction\":\"forward\",\"attributes\":[\"guitar\",\"keyboard\"],\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\",\"keyboard\":\"95b0c3d2-9606-4ef5-a019-9b7437f3adda\"}},{\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"target-type\":\"release\",\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"instrument\",\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{\"acoustic guitar\":\"00beaf8e-a781-431c-8130-7c2871696b7d\"},\"attributes\":[\"acoustic guitar\"],\"release\":{\"status\":null,\"country\":\"XE\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"\",\"date\":\"1996-08-05\",\"title\":\"Live Songs\",\"quality\":\"normal\",\"packaging-id\":null,\"barcode\":\"5099748445421\",\"status-id\":null,\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"XE\"],\"type-id\":null,\"name\":\"Europe\",\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"sort-name\":\"Europe\",\"type\":null},\"date\":\"1996-08-05\"}],\"id\":\"ab1d5e25-a3d9-3a40-9718-9709e4d4f15d\",\"packaging\":null},\"direction\":\"forward\"},{\"target-type\":\"release\",\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"attribute-credits\":{\"mouth harp\":\"Jew’s harp\"},\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"ended\":false,\"source-credit\":\"\",\"type\":\"instrument\",\"direction\":\"forward\",\"release\":{\"status\":null,\"country\":\"US\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"date\":\"1974-08-11\",\"quality\":\"normal\",\"title\":\"New Skin for the Old Ceremony\",\"packaging-id\":null,\"barcode\":\"\",\"status-id\":null,\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"name\":\"United States\"},\"date\":\"1974-08-11\"}],\"id\":\"90ad5a1e-2142-3d58-9b81-c4d1a198d3d9\",\"packaging\":null},\"attribute-ids\":{\"mouth harp\":\"ffaf7204-92f1-4c03-846a-748218ebf2a5\",\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"attributes\":[\"guitar\",\"mouth harp\"]},{\"source-credit\":\"\",\"type\":\"instrument\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\",\"mouth harp\":\"ffaf7204-92f1-4c03-846a-748218ebf2a5\"},\"attributes\":[\"guitar\",\"mouth harp\"],\"release\":{\"status-id\":null,\"release-events\":[{\"area\":{\"type\":null,\"name\":\"[Worldwide]\",\"type-id\":null,\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"],\"disambiguation\":\"\"},\"date\":\"1995-02-07\"}],\"packaging\":null,\"id\":\"6e4212d3-5399-4da6-917b-a4ee3a579876\",\"title\":\"New Skin for the Old Ceremony\",\"quality\":\"normal\",\"packaging-id\":null,\"barcode\":\"5099703266023\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"\",\"date\":\"1995-02-07\",\"status\":null,\"country\":\"XW\"},\"direction\":\"forward\",\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"target-type\":\"release\",\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\"},{\"target-type\":\"release\",\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"attribute-credits\":{},\"target-credit\":\"\",\"end\":null,\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"instrument\",\"ended\":false,\"direction\":\"forward\",\"release\":{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"date\":\"2010-09-13\",\"status\":null,\"country\":\"XE\",\"status-id\":null,\"release-events\":[{\"date\":\"2010-09-13\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"XE\"],\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"type-id\":null,\"name\":\"Europe\",\"sort-name\":\"Europe\",\"type\":null}}],\"packaging\":null,\"id\":\"81d4fa2c-c7ed-4bcf-b1a9-a291b418d998\",\"title\":\"Songs From the Road\",\"quality\":\"normal\",\"packaging-id\":null,\"barcode\":\"886977683923\"},\"attributes\":[\"guitar\",\"keyboard\"],\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\",\"keyboard\":\"95b0c3d2-9606-4ef5-a019-9b7437f3adda\"}},{\"target-type\":\"release\",\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"attribute-credits\":{},\"target-credit\":\"\",\"end\":null,\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"instrument\",\"release\":{\"status-id\":null,\"release-events\":[{\"date\":\"1971\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"]}}],\"packaging\":null,\"id\":\"28e1dddf-af36-3f55-a840-1ad283cc925a\",\"quality\":\"normal\",\"title\":\"Songs of Love and Hate\",\"packaging-id\":null,\"barcode\":null,\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"date\":\"1971\",\"status\":null,\"country\":\"GB\"},\"direction\":\"forward\",\"attribute-ids\":{\"acoustic guitar\":\"00beaf8e-a781-431c-8130-7c2871696b7d\"},\"attributes\":[\"acoustic guitar\"]},{\"attribute-ids\":{\"acoustic guitar\":\"00beaf8e-a781-431c-8130-7c2871696b7d\"},\"attributes\":[\"acoustic guitar\"],\"release\":{\"barcode\":\"886970474122\",\"quality\":\"normal\",\"title\":\"Songs of Love and Hate\",\"packaging-id\":null,\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null,\"name\":\"United States\",\"sort-name\":\"United States\"},\"date\":\"2007-04-24\"}],\"packaging\":null,\"id\":\"afd3e16a-aabd-4c93-b93a-dc43ec370e84\",\"status-id\":null,\"status\":null,\"country\":\"US\",\"date\":\"2007-04-24\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"\"},\"direction\":\"forward\",\"type\":\"instrument\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"target-type\":\"release\"},{\"attribute-ids\":{\"acoustic guitar\":\"00beaf8e-a781-431c-8130-7c2871696b7d\"},\"attributes\":[\"acoustic guitar\"],\"direction\":\"forward\",\"release\":{\"status-id\":null,\"id\":\"66c652dd-1702-37a3-85fd-4697cfd0813e\",\"packaging\":null,\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"XE\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"sort-name\":\"Europe\",\"name\":\"Europe\"},\"date\":\"1988-03-04\"}],\"packaging-id\":null,\"title\":\"Songs of Love and Hate\",\"quality\":\"normal\",\"barcode\":\"5099703221923\",\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1988-03-04\",\"country\":\"XE\",\"status\":null},\"source-credit\":\"\",\"ended\":false,\"type\":\"instrument\",\"begin\":null,\"attribute-values\":{},\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\",\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"target-type\":\"release\"},{\"target-type\":\"release\",\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"instrument\",\"ended\":false,\"direction\":\"forward\",\"release\":{\"country\":\"US\",\"status\":null,\"date\":\"1971\",\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"barcode\":\"\",\"packaging-id\":null,\"title\":\"Songs of Love and Hate\",\"quality\":\"normal\",\"packaging\":null,\"id\":\"535bf80d-bde6-4a8c-b89a-45f69e56a025\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"name\":\"United States\"},\"date\":\"1971\"}],\"status-id\":null},\"attribute-ids\":{\"acoustic guitar\":\"00beaf8e-a781-431c-8130-7c2871696b7d\"},\"attributes\":[\"acoustic guitar\"]},{\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"instrument\",\"direction\":\"forward\",\"release\":{\"date\":\"1997-11-10\",\"disambiguation\":\"S0247848010-0202 71 A2 matrix\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"DE\",\"status\":null,\"id\":\"4d27a9be-57b6-3376-bea3-a677412239f8\",\"packaging\":null,\"release-events\":[{\"date\":\"1997-11-10\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"],\"type-id\":null,\"name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"sort-name\":\"Germany\",\"type\":null}}],\"status-id\":null,\"barcode\":\"5099747679926\",\"packaging-id\":null,\"title\":\"Songs of Love and Hate\",\"quality\":\"normal\"},\"attribute-ids\":{\"acoustic guitar\":\"00beaf8e-a781-431c-8130-7c2871696b7d\"},\"attributes\":[\"acoustic guitar\"],\"target-type\":\"release\",\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"attribute-credits\":{},\"target-credit\":\"\",\"end\":null},{\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"instrument\",\"ended\":false,\"release\":{\"packaging\":null,\"id\":\"1f092fb8-5267-3b80-939b-6002600d380c\",\"release-events\":[{\"date\":\"2008-06-30\",\"area\":{\"type\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\"}}],\"status-id\":null,\"barcode\":\"886973127223\",\"packaging-id\":null,\"quality\":\"normal\",\"title\":\"The Collection\",\"date\":\"2008-06-30\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"GB\",\"status\":null},\"direction\":\"forward\",\"attributes\":[\"guitar\"],\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"target-type\":\"release\",\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"attribute-credits\":{},\"target-credit\":\"\",\"end\":null},{\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"attributes\":[\"guitar\"],\"direction\":\"forward\",\"release\":{\"status-id\":null,\"packaging\":null,\"id\":\"236d8559-3f34-4cae-8763-14fcb98d8fe1\",\"release-events\":[{\"date\":\"1990\",\"area\":{\"iso-3166-1-codes\":[\"XE\"],\"disambiguation\":\"\",\"type\":null,\"name\":\"Europe\",\"type-id\":null,\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"sort-name\":\"Europe\"}}],\"packaging-id\":null,\"title\":\"Various Positions\",\"quality\":\"normal\",\"barcode\":\"5099746556921\",\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1990\",\"country\":\"XE\",\"status\":null},\"ended\":false,\"source-credit\":\"\",\"type\":\"instrument\",\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"target-type\":\"release\"},{\"target-type\":\"release\",\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"begin\":null,\"attribute-values\":{},\"type\":\"instrument\",\"source-credit\":\"\",\"ended\":false,\"release\":{\"barcode\":\"\",\"packaging-id\":null,\"title\":\"Various Positions\",\"quality\":\"normal\",\"id\":\"f9363b3d-3f03-38f0-96d5-156e95064f0f\",\"packaging\":null,\"release-events\":[{\"area\":{\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null,\"sort-name\":\"United States\",\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\"},\"date\":\"1985-02\"}],\"status-id\":null,\"country\":\"US\",\"status\":null,\"date\":\"1985-02\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},\"direction\":\"forward\",\"attributes\":[\"guitar\"],\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"}},{\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"target-type\":\"release\",\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"attributes\":[\"guitar\"],\"release\":{\"date\":\"1984-12\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"CA\",\"status\":null,\"packaging\":null,\"id\":\"d601bc88-1372-3566-a650-2cbe74205d1e\",\"release-events\":[{\"area\":{\"type\":null,\"type-id\":null,\"name\":\"Canada\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"sort-name\":\"Canada\",\"iso-3166-1-codes\":[\"CA\"],\"disambiguation\":\"\"},\"date\":\"1984-12\"}],\"status-id\":null,\"barcode\":\"0612139072801\",\"packaging-id\":null,\"title\":\"Various Positions\",\"quality\":\"normal\"},\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"instrument\",\"attribute-values\":{},\"begin\":null},{\"source-credit\":\"\",\"ended\":false,\"type\":\"instrument\",\"begin\":null,\"attribute-values\":{},\"attributes\":[\"guitar\"],\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"release\":{\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"\",\"date\":\"1995-02-07\",\"status\":null,\"country\":\"US\",\"status-id\":null,\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type\":null,\"name\":\"United States\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\"},\"date\":\"1995-02-07\"}],\"id\":\"4c07f596-4963-33df-adb1-55d01dab800d\",\"packaging\":null,\"quality\":\"normal\",\"title\":\"Various Positions\",\"packaging-id\":null,\"barcode\":\"074646695029\"},\"direction\":\"forward\",\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"target-type\":\"release\",\"end\":null,\"attribute-credits\":{},\"target-credit\":\"\"},{\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"target-type\":\"release\",\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{},\"type\":\"instrument\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"attributes\":[\"guitar\"],\"release\":{\"country\":\"GB\",\"status\":null,\"date\":\"1984\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"barcode\":\"\",\"packaging-id\":null,\"title\":\"Various Positions\",\"quality\":\"normal\",\"packaging\":null,\"id\":\"c3b8f35e-5392-446c-a957-ca1fc08d9a4c\",\"release-events\":[{\"area\":{\"type\":null,\"type-id\":null,\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\"},\"date\":\"1984\"}],\"status-id\":null},\"direction\":\"forward\"},{\"target-type\":\"release\",\"type-id\":\"01323b4f-7aba-410c-8c91-cb224b963a40\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"type\":\"liner notes\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"release\":{\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\"},\"date\":\"2002-02-25\"}],\"id\":\"5016cfc2-03b7-493b-8971-14954c69273d\",\"packaging\":null,\"status-id\":null,\"barcode\":\"5099750634523\",\"title\":\"Man in Black: The Very Best of Johnny Cash\",\"quality\":\"normal\",\"packaging-id\":null,\"date\":\"2002-02-25\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"status\":null,\"country\":\"GB\"},\"attributes\":[],\"attribute-ids\":{}},{\"target-type\":\"release\",\"type-id\":\"01323b4f-7aba-410c-8c91-cb224b963a40\",\"target-credit\":\"\",\"end\":null,\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"ended\":false,\"type\":\"liner notes\",\"release\":{\"barcode\":\"886972908922\",\"title\":\"The Essential Johnny Cash: Limited Edition 3.0\",\"quality\":\"normal\",\"packaging-id\":null,\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"sort-name\":\"United States\",\"type\":null},\"date\":\"2008-08-26\"}],\"packaging\":null,\"id\":\"8a29c4ba-be0f-4868-8a8c-74b5b854d4ca\",\"status-id\":null,\"status\":null,\"country\":\"US\",\"date\":\"2008-08-26\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\"},\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[]},{\"attribute-values\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"lyricist\",\"ended\":false,\"release\":{\"packaging-id\":null,\"quality\":\"normal\",\"title\":\"Night Magic\",\"barcode\":\"777078910042\",\"status-id\":null,\"id\":\"00765652-da1f-4c12-877e-4fe77eaab839\",\"packaging\":null,\"release-events\":[{\"date\":\"2004-02\",\"area\":{\"iso-3166-1-codes\":[\"CA\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"sort-name\":\"Canada\",\"name\":\"Canada\"}}],\"country\":\"CA\",\"status\":null,\"disambiguation\":\"remastered\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"2004-02\"},\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"target-type\":\"release\",\"type-id\":\"a2af367a-b040-46f8-af21-310f92dfe97b\",\"target-credit\":\"\",\"end\":null},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"6cc958c0-533b-4540-a281-058fbb941890\",\"target-type\":\"release\",\"attributes\":[],\"attribute-ids\":{},\"release\":{\"packaging-id\":null,\"quality\":\"normal\",\"title\":\"Old Ideas\",\"barcode\":\"886979867123\",\"status-id\":null,\"packaging\":null,\"id\":\"b02dd44e-2b35-44f1-8001-768fc94f5d14\",\"release-events\":[{\"date\":\"2012-01-31\",\"area\":{\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type\":null,\"name\":\"United States\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\"}}],\"country\":\"US\",\"status\":null,\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"2012-01-31\"},\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"mix\",\"begin\":null,\"attribute-values\":{}},{\"target-credit\":\"\",\"end\":null,\"target-type\":\"release\",\"type-id\":\"6cc958c0-533b-4540-a281-058fbb941890\",\"release\":{\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"\",\"date\":\"2012-01-27\",\"status\":null,\"country\":\"DE\",\"status-id\":null,\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"],\"type-id\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"sort-name\":\"Germany\",\"type\":null},\"date\":\"2012-01-27\"}],\"packaging\":null,\"id\":\"e77e7290-ed70-4740-81e5-4b0df4d5d7f3\",\"quality\":\"normal\",\"title\":\"Old Ideas\",\"packaging-id\":null,\"barcode\":\"886979867123\"},\"direction\":\"forward\",\"attributes\":[\"additional\"],\"attribute-ids\":{\"additional\":\"0a5341f8-3b1d-4f99-a0c6-26b7f4e42c7f\"},\"attribute-values\":{},\"begin\":null,\"type\":\"mix\",\"source-credit\":\"\",\"ended\":false},{\"release\":{\"status\":null,\"country\":\"US\",\"date\":\"1974-08-11\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"\",\"barcode\":\"\",\"title\":\"New Skin for the Old Ceremony\",\"quality\":\"normal\",\"packaging-id\":null,\"release-events\":[{\"date\":\"1974-08-11\",\"area\":{\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null,\"name\":\"United States\",\"sort-name\":\"United States\"}}],\"id\":\"90ad5a1e-2142-3d58-9b81-c4d1a198d3d9\",\"packaging\":null,\"status-id\":null},\"direction\":\"forward\",\"attribute-ids\":{},\"attributes\":[],\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"performer\",\"ended\":false,\"target-credit\":\"\",\"end\":null,\"target-type\":\"release\",\"type-id\":\"888a2320-52e4-4fe8-a8a0-7a4c8dfde167\"},{\"begin\":null,\"attribute-values\":{},\"type\":\"photography\",\"source-credit\":\"\",\"ended\":false,\"release\":{\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"2008-06-30\",\"country\":\"GB\",\"status\":null,\"status-id\":null,\"id\":\"1f092fb8-5267-3b80-939b-6002600d380c\",\"packaging\":null,\"release-events\":[{\"area\":{\"type\":null,\"type-id\":null,\"sort-name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\"},\"date\":\"2008-06-30\"}],\"packaging-id\":null,\"title\":\"The Collection\",\"quality\":\"normal\",\"barcode\":\"886973127223\"},\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"target-type\":\"release\",\"type-id\":\"0b58dc9b-9c49-4b19-bb58-9c06d41c8fbf\",\"target-credit\":\"\",\"end\":null},{\"source-credit\":\"\",\"type\":\"photography\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"release\":{\"packaging-id\":null,\"quality\":\"normal\",\"title\":\"Various Positions\",\"barcode\":\"\",\"status-id\":null,\"packaging\":null,\"id\":\"c3b8f35e-5392-446c-a957-ca1fc08d9a4c\",\"release-events\":[{\"date\":\"1984\",\"area\":{\"name\":\"United Kingdom\",\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"]}}],\"country\":\"GB\",\"status\":null,\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1984\"},\"type-id\":\"0b58dc9b-9c49-4b19-bb58-9c06d41c8fbf\",\"target-type\":\"release\",\"end\":null,\"target-credit\":\"\"},{\"target-type\":\"release\",\"type-id\":\"0b58dc9b-9c49-4b19-bb58-9c06d41c8fbf\",\"target-credit\":\"\",\"end\":null,\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"photography\",\"ended\":false,\"direction\":\"forward\",\"release\":{\"status\":null,\"country\":\"US\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"date\":\"1995-02-07\",\"quality\":\"normal\",\"title\":\"Various Positions\",\"packaging-id\":null,\"barcode\":\"074646695029\",\"status-id\":null,\"release-events\":[{\"date\":\"1995-02-07\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null,\"name\":\"United States\",\"sort-name\":\"United States\",\"type\":null}}],\"packaging\":null,\"id\":\"4c07f596-4963-33df-adb1-55d01dab800d\"},\"attributes\":[],\"attribute-ids\":{}},{\"source-credit\":\"\",\"ended\":false,\"type\":\"photography\",\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{},\"attributes\":[],\"release\":{\"date\":\"1985-02\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"US\",\"status\":null,\"packaging\":null,\"id\":\"f9363b3d-3f03-38f0-96d5-156e95064f0f\",\"release-events\":[{\"date\":\"1985-02\",\"area\":{\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"United States\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\"}}],\"status-id\":null,\"barcode\":\"\",\"packaging-id\":null,\"quality\":\"normal\",\"title\":\"Various Positions\"},\"direction\":\"forward\",\"type-id\":\"0b58dc9b-9c49-4b19-bb58-9c06d41c8fbf\",\"target-type\":\"release\",\"end\":null,\"target-credit\":\"\"},{\"attribute-values\":{},\"begin\":null,\"ended\":false,\"source-credit\":\"\",\"type\":\"photography\",\"release\":{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"date\":\"1984-12\",\"status\":null,\"country\":\"CA\",\"status-id\":null,\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"CA\"],\"disambiguation\":\"\",\"type\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"type-id\":null,\"name\":\"Canada\",\"sort-name\":\"Canada\"},\"date\":\"1984-12\"}],\"id\":\"d601bc88-1372-3566-a650-2cbe74205d1e\",\"packaging\":null,\"quality\":\"normal\",\"title\":\"Various Positions\",\"packaging-id\":null,\"barcode\":\"0612139072801\"},\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"target-type\":\"release\",\"type-id\":\"0b58dc9b-9c49-4b19-bb58-9c06d41c8fbf\",\"target-credit\":\"\",\"end\":null},{\"target-type\":\"release\",\"type-id\":\"0b58dc9b-9c49-4b19-bb58-9c06d41c8fbf\",\"target-credit\":\"\",\"end\":null,\"begin\":null,\"attribute-values\":{},\"type\":\"photography\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"release\":{\"status\":null,\"country\":\"XE\",\"date\":\"1990\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"barcode\":\"5099746556921\",\"title\":\"Various Positions\",\"quality\":\"normal\",\"packaging-id\":null,\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"XE\"],\"disambiguation\":\"\",\"type\":null,\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"type-id\":null,\"name\":\"Europe\",\"sort-name\":\"Europe\"},\"date\":\"1990\"}],\"id\":\"236d8559-3f34-4cae-8763-14fcb98d8fe1\",\"packaging\":null,\"status-id\":null},\"attribute-ids\":{},\"attributes\":[]},{\"source-credit\":\"\",\"ended\":false,\"type\":\"producer\",\"attribute-values\":{},\"begin\":null,\"attribute-ids\":{},\"attributes\":[],\"release\":{\"country\":\"CA\",\"status\":null,\"date\":\"2006-05-02\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"barcode\":\"828767694627\",\"packaging-id\":null,\"title\":\"Blue Alert\",\"quality\":\"normal\",\"id\":\"ce7558e9-b1f9-48c2-b01b-86f1206249f4\",\"packaging\":null,\"release-events\":[{\"area\":{\"type-id\":null,\"sort-name\":\"Canada\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"name\":\"Canada\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"CA\"]},\"date\":\"2006-05-02\"}],\"status-id\":null},\"direction\":\"forward\",\"type-id\":\"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f\",\"target-type\":\"release\",\"end\":null,\"target-credit\":\"\"},{\"type-id\":\"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f\",\"target-type\":\"release\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"ended\":false,\"type\":\"producer\",\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"release\":{\"status\":null,\"country\":\"XE\",\"date\":\"1988-02\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"barcode\":\"5099746064211\",\"title\":\"I'm Your Man\",\"quality\":\"normal\",\"packaging-id\":null,\"release-events\":[{\"date\":\"1988-02\",\"area\":{\"type\":null,\"type-id\":null,\"sort-name\":\"Europe\",\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"name\":\"Europe\",\"iso-3166-1-codes\":[\"XE\"],\"disambiguation\":\"\"}}],\"packaging\":null,\"id\":\"c604126a-975b-43bf-8765-167598057eb0\",\"status-id\":null}},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f\",\"target-type\":\"release\",\"attribute-ids\":{},\"attributes\":[],\"release\":{\"status\":null,\"country\":\"CA\",\"date\":\"1988\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"barcode\":\"074644419122\",\"title\":\"I’m Your Man\",\"quality\":\"normal\",\"packaging-id\":null,\"release-events\":[{\"date\":\"1988\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"CA\"],\"type-id\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"sort-name\":\"Canada\",\"name\":\"Canada\",\"type\":null}}],\"id\":\"1c20f8cc-7b31-32de-8c44-2d28d1c07b9f\",\"packaging\":null,\"status-id\":null},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"producer\",\"attribute-values\":{},\"begin\":null},{\"direction\":\"forward\",\"release\":{\"date\":\"1988-02-21\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"status\":null,\"country\":\"XE\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"XE\"],\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"type-id\":null,\"name\":\"Europe\",\"sort-name\":\"Europe\",\"type\":null},\"date\":\"1988-02-21\"}],\"packaging\":null,\"id\":\"b2b84a65-2d7f-38da-a49f-40ccfcafb4e5\",\"status-id\":null,\"barcode\":\"5099746064228\",\"quality\":\"normal\",\"title\":\"I’m Your Man\",\"packaging-id\":null},\"attributes\":[],\"attribute-ids\":{},\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"type\":\"producer\",\"ended\":false,\"target-credit\":\"\",\"end\":null,\"target-type\":\"release\",\"type-id\":\"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f\"},{\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"release\":{\"status-id\":null,\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"ES\"],\"disambiguation\":\"\",\"type\":null,\"id\":\"471c46a7-afc5-31c4-923c-d0444f5053a4\",\"type-id\":null,\"name\":\"Spain\",\"sort-name\":\"Spain\"},\"date\":\"1979\"}],\"id\":\"a41c6a35-78f1-3521-b35a-071be25df5f6\",\"packaging\":null,\"title\":\"Recent Songs\",\"quality\":\"normal\",\"packaging-id\":null,\"barcode\":null,\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"date\":\"1979\",\"status\":null,\"country\":\"ES\"},\"type\":\"producer\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type-id\":\"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f\",\"target-type\":\"release\"},{\"type-id\":\"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f\",\"target-type\":\"release\",\"end\":null,\"target-credit\":\"\",\"ended\":false,\"source-credit\":\"\",\"type\":\"producer\",\"begin\":null,\"attribute-values\":{},\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"release\":{\"title\":\"Recent Songs\",\"quality\":\"normal\",\"packaging-id\":null,\"barcode\":null,\"status-id\":null,\"release-events\":[{\"date\":\"1979-09\",\"area\":{\"type\":null,\"sort-name\":\"United States\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\"}}],\"id\":\"80ca9a6c-3c70-43dd-b757-66647ad58b25\",\"packaging\":null,\"status\":null,\"country\":\"US\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"\",\"date\":\"1979-09\"}},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f\",\"target-type\":\"release\",\"attributes\":[],\"attribute-ids\":{},\"release\":{\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"\",\"date\":\"1979\",\"status\":null,\"country\":\"NL\",\"status-id\":null,\"release-events\":[{\"date\":\"1979\",\"area\":{\"iso-3166-1-codes\":[\"NL\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"ef1b7cc0-cd26-36f4-8ea0-04d9623786c7\",\"name\":\"Netherlands\",\"sort-name\":\"Netherlands\"}}],\"id\":\"72854a57-88e6-33e2-b899-f0777a83e3b3\",\"packaging\":null,\"quality\":\"normal\",\"title\":\"Recent Songs\",\"packaging-id\":null,\"barcode\":\"\"},\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"producer\",\"ended\":false,\"begin\":null,\"attribute-values\":{}},{\"end\":null,\"target-credit\":\"\",\"type-id\":\"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f\",\"target-type\":\"release\",\"attribute-ids\":{},\"attributes\":[],\"release\":{\"status-id\":null,\"id\":\"db5e947b-0b73-315f-9912-5ad8616b4bea\",\"packaging\":null,\"release-events\":[{\"area\":{\"type\":null,\"type-id\":null,\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"sort-name\":\"Europe\",\"name\":\"Europe\",\"iso-3166-1-codes\":[\"XE\"],\"disambiguation\":\"\"},\"date\":\"1995\"}],\"packaging-id\":null,\"title\":\"Recent Songs\",\"quality\":\"normal\",\"barcode\":\"5099747475023\",\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1995\",\"country\":\"XE\",\"status\":null},\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"producer\",\"attribute-values\":{},\"begin\":null},{\"attribute-ids\":{},\"attributes\":[],\"release\":{\"country\":\"US\",\"status\":null,\"date\":\"2008-02-01\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"barcode\":null,\"packaging-id\":null,\"title\":\"Recent Songs\",\"quality\":\"normal\",\"packaging\":null,\"id\":\"134ac08f-ab69-308e-96ba-47a9696cc27d\",\"release-events\":[{\"date\":\"2008-02-01\",\"area\":{\"type\":null,\"type-id\":null,\"sort-name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\"}}],\"status-id\":null},\"direction\":\"forward\",\"source-credit\":\"\",\"ended\":false,\"type\":\"producer\",\"begin\":null,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"type-id\":\"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f\",\"target-type\":\"release\"},{\"type-id\":\"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f\",\"target-type\":\"release\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"type\":\"producer\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"release\":{\"id\":\"1f092fb8-5267-3b80-939b-6002600d380c\",\"packaging\":null,\"release-events\":[{\"date\":\"2008-06-30\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"]}}],\"status-id\":null,\"barcode\":\"886973127223\",\"packaging-id\":null,\"quality\":\"normal\",\"title\":\"The Collection\",\"date\":\"2008-06-30\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"GB\",\"status\":null}},{\"target-credit\":\"\",\"end\":null,\"target-type\":\"release\",\"type-id\":\"eb10f8a0-0f4c-4dce-aa47-87bcb2bc42f3\",\"release\":{\"date\":\"2015\",\"disambiguation\":\"Jewel Case\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"XE\",\"status\":null,\"packaging\":null,\"id\":\"4687a60e-9ce4-4021-b781-f68c8f2ad3c3\",\"release-events\":[{\"date\":\"2015\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"XE\"],\"type-id\":null,\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"sort-name\":\"Europe\",\"name\":\"Europe\",\"type\":null}}],\"status-id\":null,\"barcode\":\"888750682628\",\"packaging-id\":null,\"quality\":\"normal\",\"title\":\"Can’t Forget: A Souvenir of the Grand Tour\"},\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"attribute-values\":{},\"begin\":null,\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false},{\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"target-type\":\"release\",\"type-id\":\"eb10f8a0-0f4c-4dce-aa47-87bcb2bc42f3\",\"release\":{\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"2009-03-31\",\"country\":\"US\",\"status\":null,\"status-id\":null,\"id\":\"47069cc8-b2bf-4033-aa30-239f33dd551a\",\"packaging\":null,\"release-events\":[{\"area\":{\"type\":null,\"type-id\":null,\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\"},\"date\":\"2009-03-31\"}],\"packaging-id\":null,\"quality\":\"normal\",\"title\":\"Live in London\",\"barcode\":\"0886974050223\"},\"direction\":\"forward\",\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-values\":{},\"begin\":null,\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false},{\"begin\":null,\"attribute-values\":{},\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"direction\":\"forward\",\"release\":{\"packaging-id\":null,\"title\":\"The Collection\",\"quality\":\"normal\",\"barcode\":\"886973127223\",\"status-id\":null,\"packaging\":null,\"id\":\"1f092fb8-5267-3b80-939b-6002600d380c\",\"release-events\":[{\"date\":\"2008-06-30\",\"area\":{\"type\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\"}}],\"country\":\"GB\",\"status\":null,\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"2008-06-30\"},\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"target-type\":\"release\",\"type-id\":\"eb10f8a0-0f4c-4dce-aa47-87bcb2bc42f3\",\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null},{\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"attribute-values\":{},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"release\":{\"status\":null,\"country\":\"US\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"date\":\"1985-02\",\"title\":\"Various Positions\",\"quality\":\"normal\",\"packaging-id\":null,\"barcode\":\"\",\"status-id\":null,\"release-events\":[{\"date\":\"1985-02\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"type-id\":null,\"sort-name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"type\":null}}],\"packaging\":null,\"id\":\"f9363b3d-3f03-38f0-96d5-156e95064f0f\"},\"direction\":\"forward\",\"type-id\":\"eb10f8a0-0f4c-4dce-aa47-87bcb2bc42f3\",\"target-type\":\"release\",\"end\":null,\"target-credit\":\"\",\"attribute-credits\":{}},{\"direction\":\"forward\",\"release\":{\"status\":null,\"country\":\"XE\",\"date\":\"1990\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"\",\"barcode\":\"5099746556921\",\"quality\":\"normal\",\"title\":\"Various Positions\",\"packaging-id\":null,\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"XE\"],\"name\":\"Europe\",\"type-id\":null,\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"sort-name\":\"Europe\",\"type\":null},\"date\":\"1990\"}],\"id\":\"236d8559-3f34-4cae-8763-14fcb98d8fe1\",\"packaging\":null,\"status-id\":null},\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"vocal\",\"attribute-credits\":{},\"target-credit\":\"\",\"end\":null,\"target-type\":\"release\",\"type-id\":\"eb10f8a0-0f4c-4dce-aa47-87bcb2bc42f3\"},{\"attribute-credits\":{},\"target-credit\":\"\",\"end\":null,\"target-type\":\"release\",\"type-id\":\"eb10f8a0-0f4c-4dce-aa47-87bcb2bc42f3\",\"direction\":\"forward\",\"release\":{\"status\":null,\"country\":\"CA\",\"date\":\"1984-12\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"barcode\":\"0612139072801\",\"title\":\"Various Positions\",\"quality\":\"normal\",\"packaging-id\":null,\"release-events\":[{\"date\":\"1984-12\",\"area\":{\"iso-3166-1-codes\":[\"CA\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"sort-name\":\"Canada\",\"name\":\"Canada\"}}],\"packaging\":null,\"id\":\"d601bc88-1372-3566-a650-2cbe74205d1e\",\"status-id\":null},\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-values\":{},\"begin\":null,\"type\":\"vocal\",\"source-credit\":\"\",\"ended\":false},{\"target-credit\":\"\",\"attribute-credits\":{},\"end\":null,\"target-type\":\"release\",\"type-id\":\"eb10f8a0-0f4c-4dce-aa47-87bcb2bc42f3\",\"direction\":\"forward\",\"release\":{\"status-id\":null,\"release-events\":[{\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null,\"name\":\"United States\",\"sort-name\":\"United States\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"]},\"date\":\"1995-02-07\"}],\"id\":\"4c07f596-4963-33df-adb1-55d01dab800d\",\"packaging\":null,\"title\":\"Various Positions\",\"quality\":\"normal\",\"packaging-id\":null,\"barcode\":\"074646695029\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"date\":\"1995-02-07\",\"status\":null,\"country\":\"US\"},\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"begin\":null,\"attribute-values\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"vocal\"},{\"type-id\":\"ca7a474a-a1cd-4431-9230-56a17f553090\",\"target-type\":\"release\",\"end\":null,\"target-credit\":\"\",\"source-credit\":\"\",\"type\":\"writer\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"release\":{\"date\":\"2004\",\"text-representation\":{\"language\":\"heb\",\"script\":\"Hebr\"},\"disambiguation\":\"\",\"status\":null,\"country\":\"IL\",\"release-events\":[{\"date\":\"2004\",\"area\":{\"type\":null,\"sort-name\":\"Israel\",\"type-id\":null,\"id\":\"03691455-bb46-37e3-91d2-cb064a35ffcc\",\"name\":\"Israel\",\"iso-3166-1-codes\":[\"IL\"],\"disambiguation\":\"\"}}],\"packaging\":null,\"id\":\"ebe39022-08c7-413c-b2fd-9ec776e68f0f\",\"status-id\":null,\"barcode\":null,\"title\":\"שיר זר\",\"quality\":\"normal\",\"packaging-id\":null}}],\"begin_area\":{\"type-id\":null,\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"sort-name\":\"Westmount\",\"name\":\"Westmount\",\"type\":null,\"disambiguation\":\"\"},\"country\":\"CA\",\"isnis\":[\"0000000110273481\"],\"disambiguation\":\"\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"life-span\":{\"end\":\"2016-11-07\",\"begin\":\"1934-09-21\",\"ended\":true},\"id\":\"65314b12-0e08-43fa-ba33-baaa7b874c15\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"begin-area\":{\"type-id\":null,\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"sort-name\":\"Westmount\",\"name\":\"Westmount\",\"type\":null,\"disambiguation\":\"\"},\"end-area\":{\"type-id\":null,\"name\":\"Los Angeles\",\"id\":\"1f40c6e1-47ba-4e35-996f-fe6ee5840e62\",\"sort-name\":\"Los Angeles\",\"type\":null,\"disambiguation\":\"\"},\"type\":\"Person\",\"ipis\":[\"00006457004\"],\"area\":{\"iso-3166-1-codes\":[\"CA\"],\"disambiguation\":\"\",\"type\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"type-id\":null,\"sort-name\":\"Canada\",\"name\":\"Canada\"},\"end_area\":{\"type-id\":null,\"name\":\"Los Angeles\",\"id\":\"1f40c6e1-47ba-4e35-996f-fe6ee5840e62\",\"sort-name\":\"Los Angeles\",\"type\":null,\"disambiguation\":\"\"},\"gender\":\"Male\",\"sort-name\":\"Cohen, Leonard\",\"name\":\"Leonard Cohen\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "relationships can be filtered by direction", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/area/10cb2ebd-1bc7-4c11-b10d-54f60c421d20?inc=area-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:08 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "994", + "X-RateLimit-Reset", + "1618477390", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"cbf0d81e15ea721a3b4d9dca6156f077\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"iso-3166-2-codes\":[\"US-WI\"],\"type\":\"Subdivision\",\"relations\":[{\"begin\":null,\"source-credit\":\"\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\",\"name\":\"United States\",\"type\":\"Country\",\"iso-3166-1-codes\":[\"US\"],\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"sort-name\":\"United States\"},\"type\":\"part of\",\"target-type\":\"area\",\"direction\":\"backward\",\"attribute-ids\":{},\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"ended\":false,\"attributes\":[],\"end\":null,\"target-credit\":\"\"},{\"target-credit\":\"\",\"ended\":false,\"attributes\":[],\"end\":null,\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"attribute-ids\":{},\"direction\":\"forward\",\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Menominee County\",\"type\":\"County\",\"sort-name\":\"Menominee County\",\"disambiguation\":\"\",\"id\":\"e425a2a3-c551-43dd-ae81-c3aa91752059\"},\"begin\":null,\"source-credit\":\"\"},{\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"area\":{\"disambiguation\":\"\",\"id\":\"041e9733-bfc8-4974-bdc4-84fac1e1f62d\",\"sort-name\":\"Oconto County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Oconto County\",\"type\":\"County\"},\"type\":\"part of\",\"target-type\":\"area\",\"begin\":null,\"source-credit\":\"\",\"direction\":\"forward\",\"attribute-ids\":{}},{\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"target-credit\":\"\",\"ended\":false,\"attributes\":[],\"end\":null,\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"name\":\"Brown County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Brown County\",\"id\":\"8ac0af73-f0c5-450b-a1ce-0c010b976835\",\"disambiguation\":\"\"},\"source-credit\":\"\",\"begin\":null,\"attribute-ids\":{},\"direction\":\"forward\"},{\"ended\":false,\"attributes\":[],\"end\":null,\"target-credit\":\"\",\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"direction\":\"forward\",\"attribute-ids\":{},\"source-credit\":\"\",\"begin\":null,\"area\":{\"disambiguation\":\"\",\"id\":\"e1e59d68-cd43-4d40-9436-aa4fdc1f6a32\",\"sort-name\":\"Outagamie County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Outagamie County\",\"type\":\"County\"},\"type\":\"part of\",\"target-type\":\"area\"},{\"attribute-ids\":{},\"direction\":\"forward\",\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"disambiguation\":\"\",\"id\":\"f1bab5c5-3d44-4dd2-9b0e-f3a1af147088\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Trempealeau County\",\"type\":\"County\",\"sort-name\":\"Trempealeau County\"},\"begin\":null,\"source-credit\":\"\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{}},{\"attribute-ids\":{},\"direction\":\"forward\",\"begin\":null,\"source-credit\":\"\",\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Rusk County\",\"type\":\"County\",\"sort-name\":\"Rusk County\",\"disambiguation\":\"\",\"id\":\"a0456b26-478d-4f94-aa12-726050fbe235\"},\"target-credit\":\"\",\"end\":null,\"attributes\":[],\"ended\":false,\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\"},{\"direction\":\"forward\",\"attribute-ids\":{},\"area\":{\"id\":\"6008dd8d-2542-4532-bf5a-e743575a5e66\",\"disambiguation\":\"\",\"type\":\"County\",\"name\":\"Price County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Price County\"},\"type\":\"part of\",\"target-type\":\"area\",\"source-credit\":\"\",\"begin\":null,\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{}},{\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"disambiguation\":\"\",\"id\":\"6f834a0c-1fc0-4535-9f54-05a0c22ba518\",\"sort-name\":\"Racine County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Racine County\",\"type\":\"County\"},\"begin\":null,\"source-credit\":\"\",\"direction\":\"forward\",\"attribute-ids\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"target-credit\":\"\",\"ended\":false,\"attributes\":[],\"end\":null},{\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"begin\":null,\"source-credit\":\"\",\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"id\":\"efb8a717-0766-4373-8971-9d3b6943eb11\",\"disambiguation\":\"\",\"type\":\"County\",\"name\":\"Portage County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Portage County\"},\"attribute-ids\":{},\"direction\":\"forward\"},{\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"type\":\"County\",\"name\":\"Dunn County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Dunn County\",\"id\":\"d48cb634-cd60-4879-bff7-ad1eed757773\",\"disambiguation\":\"\"},\"source-credit\":\"\",\"begin\":null,\"attribute-ids\":{},\"direction\":\"forward\"},{\"direction\":\"forward\",\"attribute-ids\":{},\"begin\":null,\"source-credit\":\"\",\"area\":{\"id\":\"6d6039ec-f2d5-41e2-8084-e0485ec1da6a\",\"disambiguation\":\"\",\"sort-name\":\"Wood County\",\"type\":\"County\",\"name\":\"Wood County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\"},\"type\":\"part of\",\"target-type\":\"area\",\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\"},{\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"target-credit\":\"\",\"ended\":false,\"attributes\":[],\"end\":null,\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"disambiguation\":\"\",\"id\":\"9be651f6-f188-40b5-b56e-c84c1473742a\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Waupaca County\",\"type\":\"County\",\"sort-name\":\"Waupaca County\"},\"begin\":null,\"source-credit\":\"\",\"direction\":\"forward\",\"attribute-ids\":{}},{\"source-credit\":\"\",\"begin\":null,\"area\":{\"sort-name\":\"Adams County\",\"name\":\"Adams County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"id\":\"382ffd66-a482-4669-8d35-c8a1504296ce\",\"disambiguation\":\"\"},\"type\":\"part of\",\"target-type\":\"area\",\"direction\":\"forward\",\"attribute-ids\":{},\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"ended\":false,\"attributes\":[],\"end\":null,\"target-credit\":\"\"},{\"ended\":false,\"attributes\":[],\"end\":null,\"target-credit\":\"\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"direction\":\"forward\",\"attribute-ids\":{},\"area\":{\"sort-name\":\"Polk County\",\"name\":\"Polk County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"id\":\"9799be53-81ff-4f9a-a06e-9f239bb52430\",\"disambiguation\":\"\"},\"target-type\":\"area\",\"type\":\"part of\",\"source-credit\":\"\",\"begin\":null},{\"attribute-ids\":{},\"direction\":\"forward\",\"begin\":null,\"source-credit\":\"\",\"area\":{\"sort-name\":\"Winnebago County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Winnebago County\",\"disambiguation\":\"\",\"id\":\"5c47e464-96f5-45c3-bf22-57dd799e7ab5\"},\"target-type\":\"area\",\"type\":\"part of\",\"ended\":false,\"attributes\":[],\"end\":null,\"target-credit\":\"\",\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\"},{\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"ended\":false,\"attributes\":[],\"end\":null,\"target-credit\":\"\",\"begin\":null,\"source-credit\":\"\",\"area\":{\"sort-name\":\"Milwaukee County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Milwaukee County\",\"disambiguation\":\"\",\"id\":\"891cfa2f-b1ce-4b48-b8c3-28d9219c99e7\"},\"type\":\"part of\",\"target-type\":\"area\",\"direction\":\"forward\",\"attribute-ids\":{}},{\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"attribute-ids\":{},\"direction\":\"forward\",\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"id\":\"5d878f1c-87f8-4772-93f7-36a188af6d75\",\"disambiguation\":\"\",\"type\":\"County\",\"name\":\"Pierce County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Pierce County\"},\"source-credit\":\"\",\"begin\":null},{\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"source-credit\":\"\",\"begin\":null,\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"name\":\"Walworth County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Walworth County\",\"id\":\"87b5ca03-dcf4-4600-ae27-3d7fd0f9171e\",\"disambiguation\":\"\"},\"attribute-ids\":{},\"direction\":\"forward\"},{\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"begin\":null,\"area\":{\"id\":\"0e5cc026-10f7-4f8f-aeeb-4eb78d039e50\",\"disambiguation\":\"\",\"name\":\"Lafayette County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Lafayette County\"},\"type\":\"part of\",\"target-type\":\"area\",\"end\":null,\"attributes\":[],\"ended\":false,\"target-credit\":\"\",\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\"},{\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target-credit\":\"\",\"ended\":false,\"attributes\":[],\"end\":null,\"source-credit\":\"\",\"begin\":null,\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"sort-name\":\"Grant County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Grant County\",\"disambiguation\":\"\",\"id\":\"78ad4281-0558-4c5f-a9f2-c247b7926061\"},\"attribute-ids\":{},\"direction\":\"forward\"},{\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"area\":{\"disambiguation\":\"\",\"id\":\"6880ff00-58a2-40ed-b212-411a37f75d65\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Waushara County\",\"type\":\"County\",\"sort-name\":\"Waushara County\"},\"target-type\":\"area\",\"type\":\"part of\",\"source-credit\":\"\",\"begin\":null,\"direction\":\"forward\",\"attribute-ids\":{}},{\"attribute-ids\":{},\"direction\":\"forward\",\"area\":{\"id\":\"acf6530f-7060-4f53-ad6a-71119dd1016a\",\"disambiguation\":\"\",\"type\":\"County\",\"name\":\"Vilas County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Vilas County\"},\"target-type\":\"area\",\"type\":\"part of\",\"begin\":null,\"source-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{}},{\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"ended\":false,\"source-credit\":\"\",\"begin\":null,\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"id\":\"cb0898ff-0520-4c23-a990-3e66d89ba68f\",\"disambiguation\":\"\",\"sort-name\":\"Shawano County\",\"type\":\"County\",\"name\":\"Shawano County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\"},\"direction\":\"forward\",\"attribute-ids\":{}},{\"attribute-ids\":{},\"direction\":\"forward\",\"area\":{\"disambiguation\":\"\",\"id\":\"bd41a5d0-2219-488e-b923-e98fc22e56b5\",\"sort-name\":\"Pepin County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Pepin County\",\"type\":\"County\"},\"type\":\"part of\",\"target-type\":\"area\",\"begin\":null,\"source-credit\":\"\",\"end\":null,\"attributes\":[],\"ended\":false,\"target-credit\":\"\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{}},{\"attribute-ids\":{},\"direction\":\"forward\",\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"id\":\"f01a949c-8327-46da-a92b-05d0a3c6e880\",\"disambiguation\":\"\",\"sort-name\":\"Iron County\",\"type\":\"County\",\"name\":\"Iron County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\"},\"source-credit\":\"\",\"begin\":null,\"target-credit\":\"\",\"end\":null,\"attributes\":[],\"ended\":false,\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{}},{\"direction\":\"forward\",\"attribute-ids\":{},\"begin\":null,\"source-credit\":\"\",\"area\":{\"id\":\"d78c6192-7900-4b4f-b4f1-715affb53af3\",\"disambiguation\":\"\",\"sort-name\":\"Ozaukee County\",\"type\":\"County\",\"name\":\"Ozaukee County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\"},\"target-type\":\"area\",\"type\":\"part of\",\"ended\":false,\"attributes\":[],\"end\":null,\"target-credit\":\"\",\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\"},{\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"begin\":null,\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"disambiguation\":\"\",\"id\":\"4a64558d-2c7f-4823-bd38-25ddf703ea5f\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Lincoln County\",\"type\":\"County\",\"sort-name\":\"Lincoln County\"},\"target-credit\":\"\",\"end\":null,\"attributes\":[],\"ended\":false,\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\"},{\"end\":null,\"attributes\":[],\"ended\":false,\"target-credit\":\"\",\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"direction\":\"forward\",\"attribute-ids\":{},\"source-credit\":\"\",\"begin\":null,\"area\":{\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Fond du Lac County\",\"type\":\"County\",\"sort-name\":\"Fond du Lac County\",\"disambiguation\":\"\",\"id\":\"ee2cc685-fbb5-4c44-b2fd-590f6824aa14\"},\"type\":\"part of\",\"target-type\":\"area\"},{\"attribute-ids\":{},\"direction\":\"forward\",\"begin\":null,\"source-credit\":\"\",\"area\":{\"id\":\"02f8b06c-488c-431d-a8be-7400b0997162\",\"disambiguation\":\"\",\"sort-name\":\"Waukesha County\",\"name\":\"Waukesha County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\"},\"type\":\"part of\",\"target-type\":\"area\",\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\"},{\"direction\":\"forward\",\"attribute-ids\":{},\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"disambiguation\":\"\",\"id\":\"e80a1dd9-0dfc-489e-a76e-402d55ca9d5b\",\"sort-name\":\"Sawyer County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Sawyer County\"},\"begin\":null,\"source-credit\":\"\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{}},{\"direction\":\"forward\",\"attribute-ids\":{},\"area\":{\"disambiguation\":\"\",\"id\":\"f5681527-ec13-423d-973b-9f6520380166\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Richland County\",\"sort-name\":\"Richland County\"},\"type\":\"part of\",\"target-type\":\"area\",\"source-credit\":\"\",\"begin\":null,\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{}},{\"begin\":null,\"source-credit\":\"\",\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"sort-name\":\"Iowa County\",\"name\":\"Iowa County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"id\":\"bd6ef937-2cdd-49b7-8e5f-2865e2b977c8\",\"disambiguation\":\"\"},\"direction\":\"forward\",\"attribute-ids\":{},\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null},{\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"id\":\"ecc119df-7a96-451f-9a42-8c5299c1dbd5\",\"disambiguation\":\"\",\"sort-name\":\"Oneida County\",\"type\":\"County\",\"name\":\"Oneida County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\"},\"source-credit\":\"\",\"begin\":null,\"direction\":\"forward\",\"attribute-ids\":{}},{\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"direction\":\"forward\",\"attribute-ids\":{},\"source-credit\":\"\",\"begin\":null,\"area\":{\"disambiguation\":\"\",\"id\":\"146b3ea3-4fd9-42ab-b1b0-d0fafe23870d\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Washburn County\",\"sort-name\":\"Washburn County\"},\"target-type\":\"area\",\"type\":\"part of\"},{\"attribute-ids\":{},\"direction\":\"forward\",\"area\":{\"type\":\"County\",\"name\":\"Green County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Green County\",\"id\":\"8e4b90b5-d9af-49a7-88a9-5dfeb69d89cf\",\"disambiguation\":\"\"},\"target-type\":\"area\",\"type\":\"part of\",\"source-credit\":\"\",\"begin\":null,\"attributes\":[],\"end\":null,\"ended\":false,\"target-credit\":\"\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{}},{\"begin\":null,\"source-credit\":\"\",\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Florence County\",\"type\":\"County\",\"sort-name\":\"Florence County\",\"disambiguation\":\"\",\"id\":\"027622fb-db5d-4137-984a-bcafa80e540c\"},\"attribute-ids\":{},\"direction\":\"forward\",\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null},{\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"ended\":false,\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"attribute-ids\":{},\"direction\":\"forward\",\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Washington County\",\"type\":\"County\",\"sort-name\":\"Washington County\",\"disambiguation\":\"\",\"id\":\"36a391f0-069d-437b-85b9-ac8a6ca2a2b6\"},\"begin\":null,\"source-credit\":\"\"},{\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-ids\":{},\"direction\":\"forward\",\"begin\":null,\"source-credit\":\"\",\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"id\":\"5446a772-2ed2-4159-bfc8-be58a5ed2445\",\"disambiguation\":\"\",\"sort-name\":\"Marinette County\",\"type\":\"County\",\"name\":\"Marinette County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\"}},{\"direction\":\"forward\",\"attribute-ids\":{},\"source-credit\":\"\",\"begin\":null,\"area\":{\"disambiguation\":\"\",\"id\":\"8f8cd744-2285-446a-b31b-1fd710a22fbc\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Monroe County\",\"sort-name\":\"Monroe County\"},\"type\":\"part of\",\"target-type\":\"area\",\"ended\":false,\"attributes\":[],\"end\":null,\"target-credit\":\"\",\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\"},{\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"begin\":null,\"source-credit\":\"\",\"area\":{\"type\":\"County\",\"name\":\"Marquette County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Marquette County\",\"id\":\"a4e6a3de-8000-43ab-b871-b22d8f9b9c0d\",\"disambiguation\":\"\"},\"target-type\":\"area\",\"type\":\"part of\",\"attribute-ids\":{},\"direction\":\"forward\"},{\"direction\":\"forward\",\"attribute-ids\":{},\"source-credit\":\"\",\"begin\":null,\"area\":{\"id\":\"fbb7afa2-c899-4270-873c-dcda8cdba03b\",\"disambiguation\":\"\",\"sort-name\":\"Vernon County\",\"type\":\"County\",\"name\":\"Vernon County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\"},\"type\":\"part of\",\"target-type\":\"area\",\"end\":null,\"attributes\":[],\"ended\":false,\"target-credit\":\"\",\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\"},{\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target-credit\":\"\",\"ended\":false,\"attributes\":[],\"end\":null,\"begin\":null,\"source-credit\":\"\",\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"sort-name\":\"Marathon County\",\"type\":\"County\",\"name\":\"Marathon County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"id\":\"0699662a-1abb-473a-96b1-7d8b6f18a159\",\"disambiguation\":\"\"},\"direction\":\"forward\",\"attribute-ids\":{}},{\"begin\":null,\"source-credit\":\"\",\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"sort-name\":\"Chippewa County\",\"type\":\"County\",\"name\":\"Chippewa County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"id\":\"142a0c7c-fceb-4f74-b7d8-f9ae4c0402e0\",\"disambiguation\":\"\"},\"direction\":\"forward\",\"attribute-ids\":{},\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target-credit\":\"\",\"ended\":false,\"attributes\":[],\"end\":null},{\"source-credit\":\"\",\"begin\":null,\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"sort-name\":\"Calumet County\",\"name\":\"Calumet County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"id\":\"e7d7a451-4948-45e4-ba4a-96baae10a7c1\",\"disambiguation\":\"\"},\"direction\":\"forward\",\"attribute-ids\":{},\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target-credit\":\"\",\"ended\":false,\"attributes\":[],\"end\":null},{\"area\":{\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Bayfield County\",\"sort-name\":\"Bayfield County\",\"disambiguation\":\"\",\"id\":\"28e89cec-cfbb-4e03-99c3-89ca10b4481e\"},\"type\":\"part of\",\"target-type\":\"area\",\"begin\":null,\"source-credit\":\"\",\"attribute-ids\":{},\"direction\":\"forward\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"ended\":false,\"attributes\":[],\"end\":null,\"target-credit\":\"\"},{\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"begin\":null,\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"disambiguation\":\"\",\"id\":\"4544fc86-1053-4cba-882b-07bc66454c8b\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Manitowoc County\",\"sort-name\":\"Manitowoc County\"},\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\"},{\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"disambiguation\":\"\",\"id\":\"bc926839-14e9-4252-86da-efef1761c037\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Burnett County\",\"type\":\"County\",\"sort-name\":\"Burnett County\"},\"source-credit\":\"\",\"begin\":null,\"attribute-ids\":{},\"direction\":\"forward\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null},{\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"attribute-ids\":{},\"direction\":\"forward\",\"area\":{\"sort-name\":\"Taylor County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Taylor County\",\"type\":\"County\",\"disambiguation\":\"\",\"id\":\"13e8e391-3236-4c79-8f9a-017aad69fb0c\"},\"target-type\":\"area\",\"type\":\"part of\",\"begin\":null,\"source-credit\":\"\"},{\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"ended\":false,\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"attribute-ids\":{},\"direction\":\"forward\",\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"name\":\"St. Croix County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"St. Croix County\",\"id\":\"a8113ae1-f185-4808-9d99-9c06eeb6a479\",\"disambiguation\":\"\"},\"begin\":null,\"source-credit\":\"\"},{\"area\":{\"id\":\"b92d6013-d4f6-430e-bdbf-895a3b184197\",\"disambiguation\":\"\",\"name\":\"Langlade County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Langlade County\"},\"type\":\"part of\",\"target-type\":\"area\",\"source-credit\":\"\",\"begin\":null,\"direction\":\"forward\",\"attribute-ids\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"ended\":false,\"attributes\":[],\"end\":null,\"target-credit\":\"\"},{\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"direction\":\"forward\",\"attribute-ids\":{},\"area\":{\"sort-name\":\"Sauk County\",\"type\":\"County\",\"name\":\"Sauk County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"id\":\"56adc6e9-f95d-453f-a060-0f2a38e84064\",\"disambiguation\":\"\"},\"type\":\"part of\",\"target-type\":\"area\",\"begin\":null,\"source-credit\":\"\"},{\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"attribute-ids\":{},\"direction\":\"forward\",\"area\":{\"sort-name\":\"Sheboygan County\",\"type\":\"County\",\"name\":\"Sheboygan County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"id\":\"948a6f7e-25f5-43b1-bb24-623046bc1c56\",\"disambiguation\":\"\"},\"type\":\"part of\",\"target-type\":\"area\",\"begin\":null,\"source-credit\":\"\"},{\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"ended\":false,\"attributes\":[],\"end\":null,\"target-credit\":\"\",\"begin\":null,\"source-credit\":\"\",\"area\":{\"disambiguation\":\"\",\"id\":\"5b394b6f-e1a5-48d1-ac20-f5b2ff333855\",\"sort-name\":\"La Crosse County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"La Crosse County\"},\"type\":\"part of\",\"target-type\":\"area\",\"direction\":\"forward\",\"attribute-ids\":{}},{\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"begin\":null,\"source-credit\":\"\",\"area\":{\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Kewaunee County\",\"sort-name\":\"Kewaunee County\",\"disambiguation\":\"\",\"id\":\"bf2bb8a9-f71d-4150-ad7c-f61ddef5f55b\"},\"target-type\":\"area\",\"type\":\"part of\",\"attribute-ids\":{},\"direction\":\"forward\"},{\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"source-credit\":\"\",\"begin\":null,\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"sort-name\":\"Jefferson County\",\"type\":\"County\",\"name\":\"Jefferson County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"id\":\"28b3e3b7-643a-41d5-811f-10ecae621aba\",\"disambiguation\":\"\"},\"attribute-ids\":{},\"direction\":\"forward\"},{\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"target-credit\":\"\",\"end\":null,\"attributes\":[],\"ended\":false,\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"name\":\"Forest County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Forest County\",\"id\":\"7b7118df-355a-43d4-9dbc-5e02f4735fbb\",\"disambiguation\":\"\"},\"begin\":null,\"source-credit\":\"\",\"attribute-ids\":{},\"direction\":\"forward\"},{\"attribute-ids\":{},\"direction\":\"forward\",\"begin\":null,\"source-credit\":\"\",\"area\":{\"disambiguation\":\"\",\"id\":\"24e42f33-3b8d-4265-8eea-fbc758c01a0b\",\"sort-name\":\"Kenosha County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Kenosha County\"},\"target-type\":\"area\",\"type\":\"part of\",\"ended\":false,\"attributes\":[],\"end\":null,\"target-credit\":\"\",\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\"},{\"begin\":null,\"source-credit\":\"\",\"area\":{\"disambiguation\":\"\",\"id\":\"abf76e8b-6d8e-4ade-ae63-00c94056fa1a\",\"sort-name\":\"Juneau County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Juneau County\",\"type\":\"County\"},\"target-type\":\"area\",\"type\":\"part of\",\"direction\":\"forward\",\"attribute-ids\":{},\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"end\":null,\"attributes\":[],\"ended\":false,\"target-credit\":\"\"},{\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"direction\":\"forward\",\"attribute-ids\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"disambiguation\":\"\",\"id\":\"62ee34ee-75ce-487f-802b-fb0ee80766ee\",\"sort-name\":\"Crawford County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Crawford County\",\"type\":\"County\"}},{\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target-credit\":\"\",\"end\":null,\"attributes\":[],\"ended\":false,\"begin\":null,\"source-credit\":\"\",\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"sort-name\":\"Rock County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Rock County\",\"disambiguation\":\"\",\"id\":\"bdf10c71-bb5a-4116-b028-e210f65f2bc9\"},\"attribute-ids\":{},\"direction\":\"forward\"},{\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Jackson County\",\"sort-name\":\"Jackson County\",\"disambiguation\":\"\",\"id\":\"d29b2820-03b1-4451-8fc5-dc06a45743dd\"},\"begin\":null,\"source-credit\":\"\",\"direction\":\"forward\",\"attribute-ids\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null},{\"direction\":\"forward\",\"attribute-ids\":{},\"source-credit\":\"\",\"begin\":null,\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"disambiguation\":\"\",\"id\":\"4129882c-c978-480b-a631-07157eba6cfb\",\"sort-name\":\"Green Lake County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Green Lake County\"},\"target-credit\":\"\",\"end\":null,\"attributes\":[],\"ended\":false,\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\"},{\"area\":{\"sort-name\":\"Eau Claire County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Eau Claire County\",\"type\":\"County\",\"disambiguation\":\"\",\"id\":\"b55d3e18-beb1-46e3-9203-dd4cc017e1b0\"},\"type\":\"part of\",\"target-type\":\"area\",\"begin\":null,\"source-credit\":\"\",\"attribute-ids\":{},\"direction\":\"forward\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\"},{\"source-credit\":\"\",\"begin\":null,\"area\":{\"sort-name\":\"Columbia County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Columbia County\",\"type\":\"County\",\"disambiguation\":\"\",\"id\":\"1bc726d6-16ba-4ceb-87bd-d796b60b6270\"},\"type\":\"part of\",\"target-type\":\"area\",\"direction\":\"forward\",\"attribute-ids\":{},\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\"},{\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"ended\":false,\"attributes\":[],\"end\":null,\"target-credit\":\"\",\"area\":{\"id\":\"b57281ed-7c8c-48d4-8129-a9cfe4612124\",\"disambiguation\":\"\",\"name\":\"Douglas County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Douglas County\"},\"target-type\":\"area\",\"type\":\"part of\",\"source-credit\":\"\",\"begin\":null,\"attribute-ids\":{},\"direction\":\"forward\"},{\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"source-credit\":\"\",\"begin\":null,\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"sort-name\":\"Door County\",\"type\":\"County\",\"name\":\"Door County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"id\":\"ba211127-974f-43eb-8691-ee1a8cfdb97d\",\"disambiguation\":\"\"},\"direction\":\"forward\",\"attribute-ids\":{}},{\"area\":{\"id\":\"dd42b5e5-7bfb-4a6b-b1bd-71160b207557\",\"disambiguation\":\"\",\"sort-name\":\"Dodge County\",\"type\":\"County\",\"name\":\"Dodge County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\"},\"target-type\":\"area\",\"type\":\"part of\",\"begin\":null,\"source-credit\":\"\",\"attribute-ids\":{},\"direction\":\"forward\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"attributes\":[],\"end\":null,\"ended\":false,\"target-credit\":\"\"},{\"attribute-ids\":{},\"direction\":\"forward\",\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"sort-name\":\"Dane County\",\"type\":\"County\",\"name\":\"Dane County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"id\":\"e89d16b0-8976-497e-81c5-5963bbfce4b3\",\"disambiguation\":\"\"},\"source-credit\":\"\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"ended\":false,\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{}},{\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attributes\":[],\"end\":null,\"ended\":false,\"target-credit\":\"\",\"source-credit\":\"\",\"begin\":null,\"area\":{\"sort-name\":\"Clark County\",\"name\":\"Clark County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"id\":\"1581758f-63fd-4035-971b-8b9d4e7b53aa\",\"disambiguation\":\"\"},\"target-type\":\"area\",\"type\":\"part of\",\"attribute-ids\":{},\"direction\":\"forward\"},{\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"direction\":\"forward\",\"attribute-ids\":{},\"source-credit\":\"\",\"begin\":null,\"area\":{\"name\":\"Buffalo County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Buffalo County\",\"id\":\"a79ca0b8-07d0-4aae-839b-a7b16020f4ca\",\"disambiguation\":\"\"},\"target-type\":\"area\",\"type\":\"part of\"},{\"attribute-ids\":{},\"direction\":\"forward\",\"begin\":null,\"source-credit\":\"\",\"area\":{\"disambiguation\":\"\",\"id\":\"258f4c2a-78db-45c7-a370-6c7d8da5694d\",\"sort-name\":\"Barron County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Barron County\",\"type\":\"County\"},\"type\":\"part of\",\"target-type\":\"area\",\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\"},{\"area\":{\"sort-name\":\"Ashland County\",\"type\":\"County\",\"name\":\"Ashland County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"id\":\"342de169-767c-4861-9389-730f89ff0e87\",\"disambiguation\":\"\"},\"target-type\":\"area\",\"type\":\"part of\",\"begin\":null,\"source-credit\":\"\",\"attribute-ids\":{},\"direction\":\"forward\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\"}],\"life-span\":{\"begin\":null,\"end\":null,\"ended\":false},\"id\":\"10cb2ebd-1bc7-4c11-b10d-54f60c421d20\",\"disambiguation\":\"\",\"sort-name\":\"Wisconsin\",\"name\":\"Wisconsin\",\"type-id\":\"fd3d44c5-80a1-3842-9745-2c4972d35afa\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "relationships can be filtered by type", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/artist/65314b12-0e08-43fa-ba33-baaa7b874c15?inc=artist-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:08 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1132", + "X-RateLimit-Reset", + "1618477390", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"1467d0e4cf567b49559903905f73eee2\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"disambiguation\":\"\",\"isnis\":[\"0000000110273481\"],\"life-span\":{\"ended\":true,\"begin\":\"1934-09-21\",\"end\":\"2016-11-07\"},\"country\":\"CA\",\"end_area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Los Angeles\",\"name\":\"Los Angeles\",\"id\":\"1f40c6e1-47ba-4e35-996f-fe6ee5840e62\"},\"ipis\":[\"00006457004\"],\"area\":{\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"type\":null,\"name\":\"Canada\",\"iso-3166-1-codes\":[\"CA\"],\"sort-name\":\"Canada\",\"disambiguation\":\"\",\"type-id\":null},\"type\":\"Person\",\"sort-name\":\"Cohen, Leonard\",\"begin-area\":{\"type\":null,\"name\":\"Westmount\",\"sort-name\":\"Westmount\",\"disambiguation\":\"\",\"type-id\":null,\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\"},\"begin_area\":{\"type\":null,\"name\":\"Westmount\",\"sort-name\":\"Westmount\",\"disambiguation\":\"\",\"type-id\":null,\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\"},\"gender\":\"Male\",\"relations\":[{\"target-type\":\"artist\",\"attributes\":[],\"source-credit\":\"\",\"ended\":true,\"begin\":\"1967\",\"end\":\"1967\",\"attribute-values\":{},\"attribute-ids\":{},\"artist\":{\"sort-name\":\"Mitchell, Joni\",\"name\":\"Joni Mitchell\",\"type\":\"Person\",\"disambiguation\":\"\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"a6de8ef9-b1a1-4756-97aa-481bbb8a4069\"},\"target-credit\":\"\",\"direction\":\"backward\",\"type\":\"involved with\",\"type-id\":\"fd3927ba-fd51-4fa9-bcc2-e83637896fe8\"},{\"end\":null,\"begin\":null,\"ended\":false,\"source-credit\":\"\",\"target-type\":\"artist\",\"attributes\":[],\"type\":\"parent\",\"direction\":\"forward\",\"target-credit\":\"\",\"type-id\":\"9421ca84-934f-49fe-9e66-dea242430406\",\"attribute-values\":{},\"artist\":{\"id\":\"32812b1f-c62e-4625-be28-812c190e5219\",\"disambiguation\":\"Canadian singer-songwriter\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"type\":\"Person\",\"sort-name\":\"Cohen, Adam\",\"name\":\"Adam Cohen\"},\"attribute-ids\":{}},{\"attribute-ids\":{},\"artist\":{\"type\":\"Person\",\"name\":\"Lorca Cohen\",\"sort-name\":\"Cohen, Lorca\",\"disambiguation\":\"\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"ebbdd5f9-dec6-45c1-a4f4-3794a59ae7f2\"},\"attribute-values\":{},\"type-id\":\"9421ca84-934f-49fe-9e66-dea242430406\",\"target-credit\":\"\",\"direction\":\"forward\",\"type\":\"parent\",\"target-type\":\"artist\",\"attributes\":[],\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"end\":null},{\"attribute-ids\":{},\"artist\":{\"id\":\"e7e0d302-68c9-442a-9992-3e5736175b52\",\"type\":\"Person\",\"name\":\"Solomon Klonitzky-Kline\",\"sort-name\":\"Klonitzky-Kline, Solomon\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"disambiguation\":\"\"},\"attribute-values\":{},\"type-id\":\"249fc24f-d573-4290-9d74-0547712d1f1e\",\"target-credit\":\"\",\"direction\":\"backward\",\"type\":\"teacher\",\"attributes\":[],\"target-type\":\"artist\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"end\":null},{\"end\":null,\"begin\":null,\"ended\":false,\"source-credit\":\"\",\"attributes\":[],\"target-type\":\"artist\",\"type-id\":\"a6f62641-2f58-470e-b02b-88d7b984dc9f\",\"direction\":\"backward\",\"type\":\"tribute\",\"target-credit\":\"\",\"artist\":{\"id\":\"cad3e621-6951-42ca-88c9-ad1a3e5fb97c\",\"disambiguation\":\"\",\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"sort-name\":\"Avalanche Quartet\",\"name\":\"Avalanche Quartet\",\"type\":\"Group\"},\"attribute-ids\":{},\"attribute-values\":{}},{\"attribute-ids\":{},\"artist\":{\"type\":\"Choir\",\"name\":\"Conspiracy of Beards\",\"sort-name\":\"Conspiracy of Beards\",\"disambiguation\":\"\",\"type-id\":\"6124967d-7e3a-3eba-b642-c9a2ffb44d94\",\"id\":\"a7b5b5ec-9a6a-47f7-ae01-9f708c448a52\"},\"attribute-values\":{},\"type-id\":\"a6f62641-2f58-470e-b02b-88d7b984dc9f\",\"target-credit\":\"\",\"type\":\"tribute\",\"direction\":\"backward\",\"attributes\":[],\"target-type\":\"artist\",\"source-credit\":\"\",\"ended\":false,\"begin\":null,\"end\":null}],\"name\":\"Leonard Cohen\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"id\":\"65314b12-0e08-43fa-ba33-baaa7b874c15\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"end-area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Los Angeles\",\"name\":\"Los Angeles\",\"id\":\"1f40c6e1-47ba-4e35-996f-fe6ee5840e62\"}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "relationships can be filtered by type ID", + [ + ] + ], + [ + "release groups can be browsed by type", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/release-group?artist=5b11f4ce-a62d-471e-81fc-a69a8278c7da&type=ep&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:15 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "817", + "X-RateLimit-Reset", + "1618477396", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"cb424ac6b2190ba8c963e5b1fd0f2f28\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"release-group-offset\":0,\"release-groups\":[{\"disambiguation\":\"\",\"primary-type\":\"EP\",\"primary-type-id\":\"6d0c5bf6-7a33-3420-a519-44fc63eedebf\",\"secondary-types\":[],\"title\":\"Pack of 4\",\"first-release-date\":\"\",\"secondary-type-ids\":[],\"id\":\"25a1b56e-24a4-3bd7-aca7-2c4bb4923585\"},{\"disambiguation\":\"\",\"primary-type-id\":\"6d0c5bf6-7a33-3420-a519-44fc63eedebf\",\"secondary-types\":[],\"primary-type\":\"EP\",\"title\":\"Hormoaning\",\"secondary-type-ids\":[],\"first-release-date\":\"1992-01-27\",\"id\":\"4fcc5ec2-d177-396b-b810-9439031b3c3a\"},{\"secondary-type-ids\":[],\"first-release-date\":\"\",\"id\":\"6845dde4-c39d-34ac-8d5a-7c0a1fd3a5d4\",\"primary-type-id\":\"6d0c5bf6-7a33-3420-a519-44fc63eedebf\",\"primary-type\":\"EP\",\"secondary-types\":[],\"title\":\"The Ghost of Seattle: The TV EP, Volume 1\",\"disambiguation\":\"\"},{\"disambiguation\":\"\",\"primary-type\":\"EP\",\"secondary-types\":[],\"primary-type-id\":\"6d0c5bf6-7a33-3420-a519-44fc63eedebf\",\"title\":\"The Triple Platinum EP\",\"secondary-type-ids\":[],\"first-release-date\":\"\",\"id\":\"adf9397c-fa5c-3cc5-9095-c3246d8ccf81\"},{\"secondary-type-ids\":[],\"first-release-date\":\"\",\"id\":\"bbf8ddc0-5155-3b39-a0c4-f7f0b1fcec0e\",\"primary-type-id\":\"6d0c5bf6-7a33-3420-a519-44fc63eedebf\",\"primary-type\":\"EP\",\"secondary-types\":[],\"title\":\"Coming Down Heavy\",\"disambiguation\":\"\"},{\"secondary-type-ids\":[],\"first-release-date\":\"\",\"id\":\"c65f56db-6124-3b6a-a527-3cdb6dd63596\",\"primary-type-id\":\"6d0c5bf6-7a33-3420-a519-44fc63eedebf\",\"secondary-types\":[],\"primary-type\":\"EP\",\"title\":\"Beauty and Power EP\",\"disambiguation\":\"\"},{\"id\":\"f4704ade-d0d8-3015-a9f9-a4972df288fc\",\"secondary-type-ids\":[],\"first-release-date\":\"1989-12\",\"title\":\"Blew\",\"primary-type-id\":\"6d0c5bf6-7a33-3420-a519-44fc63eedebf\",\"primary-type\":\"EP\",\"secondary-types\":[],\"disambiguation\":\"\"},{\"disambiguation\":\"\",\"id\":\"f8cf49f9-439e-3bed-8657-8645dfe4fae3\",\"secondary-type-ids\":[],\"first-release-date\":\"\",\"title\":\"Acoustic EP\",\"primary-type\":\"EP\",\"secondary-types\":[],\"primary-type-id\":\"6d0c5bf6-7a33-3420-a519-44fc63eedebf\"}],\"release-group-count\":8}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "release media has a list of discs", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/release/7f6d3088-837d-495e-905f-be5c70ac2d82?inc=media%2Bdiscids&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:16 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1134", + "X-RateLimit-Reset", + "1618477458", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"934c20f05fd6f53618851c7c5671ad3c\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"status\":\"Official\",\"asin\":null,\"packaging\":\"Jewel Case\",\"title\":\"The Dark Side of the Moon\",\"date\":\"1983-05-21\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"7f6d3088-837d-495e-905f-be5c70ac2d82\",\"barcode\":\"\",\"cover-art-archive\":{\"front\":true,\"darkened\":false,\"back\":true,\"artwork\":true,\"count\":5},\"country\":\"JP\",\"media\":[{\"track-count\":9,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"TMXdzZkTcc9Jq24PD0w5J9_AXms-\",\"sectors\":193443,\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"}],\"format\":\"CD\",\"position\":1}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"release-events\":[{\"date\":\"1983-05-21\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"type\":null,\"name\":\"Japan\",\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null}}],\"quality\":\"normal\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/rKs_PWM2y.8B7uVgxqJqzTDz7vs-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:16 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "978", + "X-RateLimit-Reset", + "1618477458", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"c9a48befb69e40f141106e841157b33b\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offset-count\":9,\"sectors\":193405,\"releases\":[{\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\",\"disambiguation\":\"\",\"type-id\":null},\"date\":\"1983-05-21\"}],\"cover-art-archive\":{\"front\":true,\"artwork\":true,\"back\":true,\"darkened\":false,\"count\":5},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"id\":\"7f6d3088-837d-495e-905f-be5c70ac2d82\",\"asin\":null,\"media\":[{\"track-count\":9,\"discs\":[{\"id\":\"TMXdzZkTcc9Jq24PD0w5J9_AXms-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405,\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"}],\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1}],\"date\":\"1983-05-21\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"barcode\":\"\",\"country\":\"JP\",\"title\":\"The Dark Side of the Moon\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":9,\"darkened\":false,\"front\":true,\"artwork\":true,\"back\":true},\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"sort-name\":\"United States\",\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"},\"date\":\"1985\"}],\"packaging\":null,\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"quality\":\"normal\",\"packaging-id\":null,\"date\":\"1985\",\"media\":[{\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905]},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"title\":\"\",\"track-count\":9}],\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"country\":\"US\",\"barcode\":\"077774600125\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"\",\"status\":\"Official\"},{\"title\":\"The Dark Side of the Moon\",\"country\":\"GB\",\"barcode\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"status\":\"Official\",\"date\":\"1984-08\",\"media\":[{\"title\":\"\",\"discs\":[{\"id\":\"ZODzHFPuY6DfakUIAd7bTSne224-\",\"offset-count\":9,\"sectors\":192850,\"offsets\":[150,17612,33707,65605,87132,115807,151092,166517,183805]},{\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offset-count\":9}],\"track-count\":9,\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":null,\"id\":\"106ec6c3-1a30-336f-9572-65cc0e47109d\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":10,\"darkened\":false,\"front\":true,\"artwork\":true,\"back\":true},\"release-events\":[{\"date\":\"1984-08\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"}}],\"packaging\":\"Jewel Case\"}],\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "releases can be browsed by Disc ID", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/XzPS7vW.HPHsYemQh0HBUGr8vuU-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:21 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "753", + "X-RateLimit-Reset", + "1618477402", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"b15e7361e9b94975c0b492b9d5f9188b\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offset-count\":12,\"id\":\"XzPS7vW.HPHsYemQh0HBUGr8vuU-\",\"releases\":[{\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"id\":\"96f6f90e-d831-4f37-bf72-ce2982e459fb\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1997-04-21\",\"area\":{\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"}}],\"cover-art-archive\":{\"count\":1,\"darkened\":false,\"front\":true,\"artwork\":true,\"back\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"GB\",\"barcode\":\"724385522826\",\"title\":\"In It for the Money\",\"asin\":\"B000002UJO\",\"media\":[{\"discs\":[{\"sectors\":194380,\"offsets\":[183,14125,28598,42825,64083,79645,101830,121095,134333,146570,163128,181778],\"id\":\"2IfNbHciSpI2tT1Gt5tOkEsIzSs-\",\"offset-count\":12},{\"offsets\":[150,14017,28367,42483,63703,79046,101015,120255,133365,145404,161662,180009],\"sectors\":192560,\"id\":\"7sJrXTJbJQfZDveedh4AaV0rRUI-\",\"offset-count\":12},{\"offset-count\":12,\"id\":\"BvwBXKhhBXetbkMffyJQU_Vps.g-\",\"offsets\":[150,14035,28644,42872,64130,79697,101877,121127,134380,146620,163175,181825],\"sectors\":194407},{\"offset-count\":12,\"id\":\"XzPS7vW.HPHsYemQh0HBUGr8vuU-\",\"sectors\":194380,\"offsets\":[182,14125,28597,42825,64082,79645,101830,121095,134332,146570,163127,181777]}],\"title\":\"\",\"track-count\":12,\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"date\":\"1997-04-21\"},{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"status\":\"Official\",\"title\":\"In It for the Money\",\"country\":\"US\",\"barcode\":\"724385522826\",\"media\":[{\"track-count\":12,\"discs\":[{\"id\":\"2IfNbHciSpI2tT1Gt5tOkEsIzSs-\",\"offset-count\":12,\"sectors\":194380,\"offsets\":[183,14125,28598,42825,64083,79645,101830,121095,134333,146570,163128,181778]},{\"id\":\"7sJrXTJbJQfZDveedh4AaV0rRUI-\",\"offset-count\":12,\"offsets\":[150,14017,28367,42483,63703,79046,101015,120255,133365,145404,161662,180009],\"sectors\":192560},{\"offsets\":[150,14035,28644,42872,64130,79697,101877,121127,134380,146620,163175,181825],\"sectors\":194407,\"id\":\"BvwBXKhhBXetbkMffyJQU_Vps.g-\",\"offset-count\":12},{\"sectors\":194380,\"offsets\":[182,14125,28597,42825,64082,79645,101830,121095,134332,146570,163127,181777],\"id\":\"XzPS7vW.HPHsYemQh0HBUGr8vuU-\",\"offset-count\":12}],\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\"},{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":2,\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"discs\":[{\"offsets\":[150,13945,24460,36807,55702,74382,92632,104355,119290],\"sectors\":127232,\"id\":\"7iqVELqWF8N5PEeyzIPwbmhLBPk-\",\"offset-count\":9},{\"sectors\":127350,\"offsets\":[182,14012,24532,36875,55770,74455,92702,104422,119355],\"offset-count\":9,\"id\":\"eMU8IBrn34i60SCbg7sNgr20qtE-\"}]}],\"asin\":\"B000002UJO\",\"date\":\"1997-05-06\",\"id\":\"5a6e5ad7-c2bd-3484-a20e-121bf981c883\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"1997-05-06\",\"area\":{\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"}}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"artwork\":false,\"back\":false,\"front\":false}},{\"title\":\"In It for the Money\",\"barcode\":\"724385522826\",\"country\":\"FR\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"1997\",\"media\":[{\"track-count\":12,\"discs\":[{\"offsets\":[182,14125,28597,42825,64082,79645,101830,121095,134332,146570,163127,181777],\"sectors\":194380,\"offset-count\":12,\"id\":\"XzPS7vW.HPHsYemQh0HBUGr8vuU-\"}],\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1},{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":2,\"track-count\":3,\"discs\":[{\"offset-count\":3,\"id\":\"eYfCD4lFq5DC6bfDtIzX0h1gOnU-\",\"sectors\":43440,\"offsets\":[150,13940,24632]}],\"title\":\"\"}],\"asin\":null,\"id\":\"d1a73db3-6a44-4b74-a252-7f89e9054e4a\",\"packaging-id\":\"815b7785-8284-3926-8f04-e48bc6c4d102\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":1,\"darkened\":false,\"back\":false,\"artwork\":true,\"front\":true},\"packaging\":\"Other\",\"release-events\":[{\"area\":{\"id\":\"08310658-51eb-3801-80de-5a0739207115\",\"type\":null,\"sort-name\":\"France\",\"iso-3166-1-codes\":[\"FR\"],\"name\":\"France\",\"disambiguation\":\"\",\"type-id\":null},\"date\":\"1997\"}]}],\"sectors\":194380,\"offsets\":[182,14125,28597,42825,64082,79645,101830,121095,134332,146570,163127,181777]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "releases can be browsed by type and status", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/release?artist=5b11f4ce-a62d-471e-81fc-a69a8278c7da&type=ep&status=bootleg&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:15 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "698", + "X-RateLimit-Reset", + "1618477396", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"96b3bbd0fc0c829deb6f01f852d0d8e2\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"releases\":[{\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":true,\"front\":true,\"count\":1},\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status-id\":\"1156806e-d06a-38bd-83f0-cf2284a808b9\",\"packaging-id\":null,\"barcode\":null,\"packaging\":null,\"asin\":null,\"quality\":\"normal\",\"status\":\"Bootleg\",\"id\":\"03988bf9-e49e-4671-8f56-1964faa76002\",\"title\":\"Beauty and Power EP\",\"disambiguation\":\"\"},{\"status\":\"Bootleg\",\"quality\":\"normal\",\"disambiguation\":\"\",\"title\":\"Coming Down Heavy\",\"id\":\"05621ec4-0c3a-4ec4-a2e5-0a64eb27f638\",\"status-id\":\"1156806e-d06a-38bd-83f0-cf2284a808b9\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"count\":0,\"front\":false,\"artwork\":false},\"asin\":null,\"packaging-id\":null,\"packaging\":null,\"barcode\":null},{\"id\":\"8950b138-feaa-4ff7-b2c0-65f36247d7c8\",\"disambiguation\":\"\",\"title\":\"Acoustic EP\",\"status\":\"Bootleg\",\"quality\":\"normal\",\"asin\":null,\"packaging\":null,\"packaging-id\":null,\"barcode\":null,\"status-id\":\"1156806e-d06a-38bd-83f0-cf2284a808b9\",\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":true,\"front\":true,\"count\":1},\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},{\"status\":\"Bootleg\",\"quality\":\"normal\",\"id\":\"c6b97e56-e92a-40f9-a7a9-86b2bebad1f5\",\"disambiguation\":\"\",\"title\":\"The Triple Platinum EP\",\"status-id\":\"1156806e-d06a-38bd-83f0-cf2284a808b9\",\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":true,\"count\":1,\"front\":true},\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"asin\":null,\"packaging\":null,\"packaging-id\":null,\"barcode\":null},{\"status-id\":\"1156806e-d06a-38bd-83f0-cf2284a808b9\",\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"front\":false,\"count\":0,\"artwork\":false},\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"asin\":null,\"barcode\":null,\"packaging-id\":null,\"packaging\":null,\"status\":\"Bootleg\",\"quality\":\"normal\",\"id\":\"d75fa825-74c8-4b3c-a1b7-b09f9ee3bbe0\",\"disambiguation\":\"\",\"title\":\"The Ghost of Seattle: The TV EP, Volume 1\"},{\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"count\":1,\"front\":true,\"artwork\":true},\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status-id\":\"1156806e-d06a-38bd-83f0-cf2284a808b9\",\"packaging-id\":null,\"barcode\":null,\"packaging\":null,\"asin\":null,\"quality\":\"normal\",\"status\":\"Bootleg\",\"id\":\"f657046b-f495-4d81-a423-514ca943eeea\",\"disambiguation\":\"\",\"title\":\"Pack of 4\"}],\"release-count\":6,\"release-offset\":0}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "releases can include tracks", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/release/fba5f8fe-c6c8-4511-8562-c9febf482674?inc=media%2Brecordings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:54 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1167", + "X-RateLimit-Reset", + "1618477496", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"5d79787b58054733bee57307597674a7\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"media\":[{\"format-id\":\"f5e6e254-8f39-331c-936b-9c69d686dc47\",\"track-count\":12,\"track-offset\":0,\"position\":1,\"tracks\":[{\"title\":\"Airbag\",\"position\":1,\"length\":284400,\"number\":\"A1\",\"recording\":{\"id\":\"4a7fea2e-545b-4c63-bc9a-9943cc3a29d7\",\"disambiguation\":\"\",\"length\":284400,\"first-release-date\":\"1997-05-21\",\"video\":false,\"title\":\"Airbag\"},\"id\":\"a31f27a1-dfd8-38cc-958a-07f3af52fc25\"},{\"position\":2,\"title\":\"Paranoid Android\",\"number\":\"A2\",\"length\":383493,\"recording\":{\"id\":\"9f9cf187-d6f9-437f-9d98-d59cdbd52757\",\"disambiguation\":\"\",\"first-release-date\":\"1997-05-21\",\"length\":383813,\"title\":\"Paranoid Android\",\"video\":false},\"id\":\"26ca3f84-46d8-3627-b894-b1eb8599a110\"},{\"number\":\"A3\",\"length\":267706,\"title\":\"Subterranean Homesick Alien\",\"position\":3,\"id\":\"66ee1e73-a67c-3988-9ab5-e74721be5258\",\"recording\":{\"id\":\"bd82738d-163c-4b1a-bfaf-7acffe30e68a\",\"disambiguation\":\"\",\"first-release-date\":\"1997-05-21\",\"length\":267706,\"video\":false,\"title\":\"Subterranean Homesick Alien\"}},{\"number\":\"A4\",\"length\":264800,\"position\":4,\"title\":\"Exit Music (for a Film)\",\"id\":\"db7b6f2d-18b8-39b2-826d-eb9e82f35f3a\",\"recording\":{\"disambiguation\":\"\",\"id\":\"23c3c36b-9449-4484-9040-6ef2125999aa\",\"title\":\"Exit Music (for a Film)\",\"video\":false,\"length\":264800,\"first-release-date\":\"1997-05-21\"}},{\"id\":\"5fe3d1b0-2f09-327e-b7e7-9fcff3158a8a\",\"recording\":{\"title\":\"Let Down\",\"video\":false,\"length\":299266,\"first-release-date\":\"1997-05-21\",\"disambiguation\":\"\",\"id\":\"47b02a82-c3bf-4647-b894-dd1c8f608e7f\"},\"length\":299266,\"number\":\"A5\",\"title\":\"Let Down\",\"position\":5},{\"length\":261626,\"number\":\"A6\",\"position\":6,\"title\":\"Karma Police\",\"id\":\"944a6d7d-a244-3295-ad6c-1440a52998e8\",\"recording\":{\"length\":262026,\"first-release-date\":\"1997-05-21\",\"video\":false,\"title\":\"Karma Police\",\"id\":\"9e2ad5bc-c6f9-40d2-a36f-3122ee2072a3\",\"disambiguation\":\"\"}},{\"length\":117333,\"number\":\"B1\",\"title\":\"Fitter Happier\",\"position\":7,\"id\":\"7feb7034-4809-39c0-8576-2ea7a83d118e\",\"recording\":{\"first-release-date\":\"1997-05-21\",\"length\":117333,\"title\":\"Fitter Happier\",\"video\":false,\"id\":\"5838f978-0822-4e28-874f-e1511324ec3a\",\"disambiguation\":\"\"}},{\"number\":\"B2\",\"length\":230640,\"position\":8,\"title\":\"Electioneering\",\"id\":\"0481f01e-b351-3c42-b851-748fa741ca74\",\"recording\":{\"video\":false,\"title\":\"Electioneering\",\"length\":230640,\"first-release-date\":\"1997-05-21\",\"disambiguation\":\"\",\"id\":\"ba0a796c-bd1f-4d4b-85a8-918f217a204a\"}},{\"position\":9,\"title\":\"Climbing Up the Walls\",\"length\":285200,\"number\":\"B3\",\"recording\":{\"video\":false,\"title\":\"Climbing Up the Walls\",\"length\":285200,\"first-release-date\":\"1997-05-21\",\"disambiguation\":\"\",\"id\":\"c7225576-001e-423c-adc1-58f0985dcb27\"},\"id\":\"52ac1a5e-a231-37b4-a82d-7dbc0c74bd72\"},{\"position\":10,\"title\":\"No Surprises\",\"number\":\"B4\",\"length\":228533,\"recording\":{\"title\":\"No Surprises\",\"video\":false,\"length\":228533,\"first-release-date\":\"1997-05-21\",\"disambiguation\":\"\",\"id\":\"980a426e-623e-4ea5-98c7-008d037a0508\"},\"id\":\"94cede1d-3eb0-3978-8235-3747bb616cc0\"},{\"position\":11,\"title\":\"Lucky\",\"number\":\"B5\",\"length\":259626,\"recording\":{\"video\":false,\"title\":\"Lucky\",\"first-release-date\":\"1995-09-09\",\"length\":259626,\"disambiguation\":\"\",\"id\":\"79047824-f821-4b1a-9893-e0cea1c947dd\"},\"id\":\"34a59962-7e37-3fd9-8a74-f80528ffa1a0\"},{\"length\":324533,\"number\":\"B6\",\"position\":12,\"title\":\"The Tourist\",\"id\":\"9f537c38-29dc-3114-9ce3-8c99d37e743f\",\"recording\":{\"length\":324533,\"first-release-date\":\"1997-05-21\",\"title\":\"The Tourist\",\"video\":false,\"id\":\"610c0012-6eb4-42a0-b759-3a2532ce0f15\",\"disambiguation\":\"\"}}],\"format\":\"Cassette\",\"title\":\"\"}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"title\":\"OK Computer\",\"cover-art-archive\":{\"front\":true,\"count\":4,\"back\":true,\"artwork\":true,\"darkened\":false},\"asin\":\"B000002UJR\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"barcode\":\"724385522949\",\"id\":\"fba5f8fe-c6c8-4511-8562-c9febf482674\",\"packaging-id\":\"c70b737a-0114-39a9-88f7-82843e54f906\",\"country\":\"GB\",\"packaging\":\"Cassette Case\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"iso-3166-1-codes\":[\"GB\"],\"type-id\":null,\"sort-name\":\"United Kingdom\",\"type\":null},\"date\":\"1997-06-16\"}],\"date\":\"1997-06-16\",\"status\":\"Official\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "releases have an ASIN field", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:16 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1153", + "X-RateLimit-Reset", + "1618477398", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"b007836f4deabb3eba916252e7c6e9a9\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"date\":\"2016-10-21\",\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"US\",\"status\":\"Official\",\"id\":\"d5cdb7fd-c7e9-460a-9549-8a369655cc52\",\"packaging\":\"Digipak\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null,\"sort-name\":\"United States\",\"name\":\"United States\",\"type\":null},\"date\":\"2016-10-21\"}],\"asin\":\"B01KN6XDS6\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"889853650729\",\"packaging-id\":\"8f931351-d2e2-310f-afc6-37b89ddba246\",\"quality\":\"normal\",\"cover-art-archive\":{\"darkened\":false,\"count\":11,\"artwork\":true,\"back\":true,\"front\":true},\"title\":\"You Want It Darker\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "releases support a list of media", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/release/a4864e94-6d75-4ade-bc93-0dabf3521453?inc=media&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:37 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "885", + "X-RateLimit-Reset", + "1618477418", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"a3af5171ba7ead493cab63d444734d46\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"status\":\"Official\",\"disambiguation\":\"\",\"cover-art-archive\":{\"darkened\":false,\"front\":true,\"back\":true,\"count\":2,\"artwork\":true},\"packaging-id\":\"8f931351-d2e2-310f-afc6-37b89ddba246\",\"packaging\":\"Digipak\",\"media\":[{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"title\":\"Left\",\"track-count\":12},{\"track-count\":11,\"title\":\"Right\",\"position\":2,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B00001P4TH\",\"title\":\"The Fragile\",\"release-events\":[{\"area\":{\"sort-name\":\"United States\",\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"1999-09-21\"}],\"barcode\":\"606949047320\",\"date\":\"1999-09-21\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"high\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"a4864e94-6d75-4ade-bc93-0dabf3521453\",\"country\":\"US\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "schema has a browse query", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/release-group?artist=c8da2e40-bd28-4d4e-813a-bd2f51958ba8&inc=artist-credits&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:02:51 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "592", + "X-RateLimit-Reset", + "1618477372", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"d65bd4dc7780569587ff5d0fbc9107cd\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"release-groups\":[{\"artist-credit\":[{\"artist\":{\"name\":\"Lures\",\"disambiguation\":\"Seattle trio\",\"id\":\"c8da2e40-bd28-4d4e-813a-bd2f51958ba8\",\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"sort-name\":\"Lures\",\"type\":\"Group\"},\"joinphrase\":\"\",\"name\":\"Lures\"}],\"secondary-types\":[],\"id\":\"14b8ff46-3b93-403b-9e35-018f02eb3a05\",\"title\":\"There's No Pressure\",\"primary-type\":\"Album\",\"first-release-date\":\"2017-02-03\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"disambiguation\":\"\",\"secondary-type-ids\":[]},{\"disambiguation\":\"\",\"secondary-type-ids\":[],\"primary-type\":\"Album\",\"title\":\"Tape\",\"first-release-date\":\"2014-03-05\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"artist-credit\":[{\"name\":\"Lures\",\"joinphrase\":\"\",\"artist\":{\"sort-name\":\"Lures\",\"type\":\"Group\",\"id\":\"c8da2e40-bd28-4d4e-813a-bd2f51958ba8\",\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"name\":\"Lures\",\"disambiguation\":\"Seattle trio\"}}],\"id\":\"25193cc2-b39a-4a55-9aa6-d1a0fa3ba858\",\"secondary-types\":[]},{\"disambiguation\":\"\",\"secondary-type-ids\":[],\"title\":\"Dizzy\",\"primary-type\":\"Single\",\"primary-type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"first-release-date\":\"2013-06-18\",\"artist-credit\":[{\"joinphrase\":\"\",\"artist\":{\"type\":\"Group\",\"sort-name\":\"Lures\",\"name\":\"Lures\",\"disambiguation\":\"Seattle trio\",\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"id\":\"c8da2e40-bd28-4d4e-813a-bd2f51958ba8\"},\"name\":\"Lures\"}],\"secondary-types\":[],\"id\":\"abd672ff-6c87-44b5-8606-5b763215cbe7\"},{\"secondary-types\":[],\"id\":\"e37d2740-4503-4e3f-ab6d-e622a25e964d\",\"artist-credit\":[{\"artist\":{\"type\":\"Group\",\"sort-name\":\"Lures\",\"disambiguation\":\"Seattle trio\",\"name\":\"Lures\",\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"id\":\"c8da2e40-bd28-4d4e-813a-bd2f51958ba8\"},\"joinphrase\":\"\",\"name\":\"Lures\"}],\"title\":\"Lures\",\"primary-type\":\"Album\",\"first-release-date\":\"2014-10-07\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"secondary-type-ids\":[],\"disambiguation\":\"\"},{\"id\":\"f86eb0a9-fd04-48c9-810b-1ba0b006e7b4\",\"secondary-types\":[],\"artist-credit\":[{\"name\":\"Lures\",\"artist\":{\"disambiguation\":\"Seattle trio\",\"name\":\"Lures\",\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"id\":\"c8da2e40-bd28-4d4e-813a-bd2f51958ba8\",\"type\":\"Group\",\"sort-name\":\"Lures\"},\"joinphrase\":\"\"}],\"secondary-type-ids\":[],\"disambiguation\":\"\",\"primary-type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"first-release-date\":\"2013-10-22\",\"primary-type\":\"Single\",\"title\":\"Vacant\"}],\"release-group-offset\":0,\"release-group-count\":5}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "schema has a lookup query", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/artist/c8da2e40-bd28-4d4e-813a-bd2f51958ba8?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:02:47 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "712", + "X-RateLimit-Reset", + "1618477368", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"7fe18b24591a332142f7e58fb62bfbae\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"gender-id\":null,\"end_area\":null,\"disambiguation\":\"Seattle trio\",\"begin-area\":{\"type\":null,\"sort-name\":\"Seattle\",\"name\":\"Seattle\",\"id\":\"10adc6b5-63bf-4b4e-993e-ed83b05c22fc\",\"type-id\":null,\"disambiguation\":\"\"},\"end-area\":null,\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"type\":\"Group\",\"gender\":null,\"area\":{\"sort-name\":\"Seattle\",\"type\":null,\"name\":\"Seattle\",\"id\":\"10adc6b5-63bf-4b4e-993e-ed83b05c22fc\",\"type-id\":null,\"disambiguation\":\"\"},\"begin_area\":{\"type\":null,\"sort-name\":\"Seattle\",\"name\":\"Seattle\",\"id\":\"10adc6b5-63bf-4b4e-993e-ed83b05c22fc\",\"type-id\":null,\"disambiguation\":\"\"},\"ipis\":[],\"name\":\"Lures\",\"id\":\"c8da2e40-bd28-4d4e-813a-bd2f51958ba8\",\"isnis\":[],\"life-span\":{\"ended\":false,\"end\":null,\"begin\":\"2013\"},\"country\":null,\"sort-name\":\"Lures\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "schema has a node field", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/release-group/e37d2740-4503-4e3f-ab6d-e622a25e964d?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:02:47 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Content-Length", + "240", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "836", + "X-RateLimit-Reset", + "1618477368", + "Server", + "Plack::Handler::Starlet", + "ETag", + "\"aa3d14003ed24a1d8785384a387d12da\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": { + "disambiguation": "", + "first-release-date": "2014-10-07", + "id": "e37d2740-4503-4e3f-ab6d-e622a25e964d", + "primary-type": "Album", + "primary-type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc", + "secondary-type-ids": [ + ], + "secondary-types": [ + ], + "title": "Lures" + }, + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "schema has a search query", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/recording?query=Burn+the+Witch&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:02:51 GMT", + "Content-Type", + "application/json", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1180", + "X-RateLimit-Reset", + "1618477369", + "Last-Modified", + "Thu, 15 Apr 2021 09:02:51 GMT", + "ETag", + "W/\"178d4c4cfd1\"", + "Cache-Control", + "no-cache, no-store", + "Pragma", + "no-cache", + "Expires", + "Sat, 01 Jan 2000 01:00:00 GMT", + "X-Cache-Status", + "MISS", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"created\":\"2021-04-15T09:02:51.400Z\",\"count\":4304362,\"offset\":0,\"recordings\":[{\"id\":\"f10562c0-8a2c-4140-a8bf-588d1c59c5da\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":206000,\"video\":null,\"artist-credit\":[{\"name\":\"Rudy Simone\",\"artist\":{\"id\":\"023885d7-c0cb-41f2-9131-0ac7549dc799\",\"name\":\"Rudy Simone\",\"sort-name\":\"Simone, Rudy\"}}],\"first-release-date\":\"2014-08-01\",\"releases\":[{\"id\":\"9a3982ba-5098-4409-b559-6bf5cdb1148e\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Thief of Dreams\",\"status\":\"Official\",\"release-group\":{\"id\":\"feb41d4d-6267-4c9a-bdb6-77d8b0189424\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Thief of Dreams\",\"primary-type\":\"Album\"},\"date\":\"2014-08-01\",\"country\":\"US\",\"release-events\":[{\"date\":\"2014-08-01\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"]}}],\"track-count\":8,\"media\":[{\"position\":1,\"track\":[{\"id\":\"ba24e96f-e24c-4d51-802f-4bec382a9c09\",\"number\":\"2\",\"title\":\"Burn the Witch\",\"length\":206000}],\"track-count\":8,\"track-offset\":1}]}]},{\"id\":\"1c40c98b-30e6-4a87-a991-0e5e51c9f226\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":169000,\"video\":null,\"artist-credit\":[{\"name\":\"Monelise\",\"artist\":{\"id\":\"87930d05-fd93-47a7-8601-ff5f504a5a67\",\"name\":\"Monelise\",\"sort-name\":\"Monelise\",\"disambiguation\":\"London-based alternative artist\"}}],\"first-release-date\":\"2019-11-29\",\"releases\":[{\"id\":\"759a3c3c-5383-4296-a0e2-219aeb9e4032\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Hauntology\",\"status\":\"Official\",\"release-group\":{\"id\":\"98f3632b-5e54-4a8f-a088-543a564a859c\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Hauntology\",\"primary-type\":\"Album\"},\"date\":\"2019-11-29\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2019-11-29\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"track-count\":11,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"10a39fbb-92c0-487f-b327-14c64f3e7594\",\"number\":\"5\",\"title\":\"Burn the Witch\",\"length\":169000}],\"track-count\":11,\"track-offset\":4}]}]},{\"id\":\"d650143c-6415-4e05-8759-03200e65795c\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":248000,\"video\":null,\"artist-credit\":[{\"name\":\"Shawn James\",\"artist\":{\"id\":\"f80bb56c-6271-41a3-bf4d-270cd0b0aa30\",\"name\":\"Shawn James\",\"sort-name\":\"James, Shawn\"}}],\"first-release-date\":\"2019-03-22\",\"releases\":[{\"id\":\"7a00f658-a03e-4c5a-b0fe-687212c468a0\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"The Dark & The Light\",\"status\":\"Official\",\"release-group\":{\"id\":\"b6e2a4a9-6761-4615-9820-8dc013f04c82\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"The Dark & The Light\",\"primary-type\":\"Album\"},\"date\":\"2019-03-22\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2019-03-22\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"track-count\":10,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"880d084a-c482-4d93-b44f-8868cb16679c\",\"number\":\"6\",\"title\":\"Burn the Witch\",\"length\":248000}],\"track-count\":10,\"track-offset\":5}]}],\"isrcs\":[\"TCADY1841402\"]},{\"id\":\"5c88a8ae-22bb-4cc4-887b-de98ef91b65f\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":342000,\"video\":null,\"artist-credit\":[{\"name\":\"Tombstone\",\"artist\":{\"id\":\"42fc445d-87fe-43e0-a009-e49beb7754b5\",\"name\":\"Tombstone\",\"sort-name\":\"Tombstone\",\"disambiguation\":\"finnish metal band\"}}],\"first-release-date\":\"2010-05-15\",\"releases\":[{\"id\":\"a9038250-3d4e-4ce4-99f5-fb9e8cebcc18\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Made In Metal\",\"status\":\"Official\",\"release-group\":{\"id\":\"d49607fb-3ab9-41f5-adc9-048718bbe876\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Made In Metal\",\"primary-type\":\"Album\"},\"date\":\"2010-05-15\",\"country\":\"MX\",\"release-events\":[{\"date\":\"2010-05-15\",\"area\":{\"id\":\"3e08b2cd-69f3-317c-b1e4-e71be581839e\",\"name\":\"Mexico\",\"sort-name\":\"Mexico\",\"iso-3166-1-codes\":[\"MX\"]}}],\"track-count\":10,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"fb19385c-27ef-47e3-9e3a-c72310823c57\",\"number\":\"4\",\"title\":\"Burn the Witch\",\"length\":342000}],\"track-count\":10,\"track-offset\":3}]}]},{\"id\":\"91383052-8018-4e1d-9c42-f3a989b6afdf\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":177000,\"video\":null,\"artist-credit\":[{\"name\":\"Belle Haven\",\"artist\":{\"id\":\"fbc14ec3-c703-4b96-bd1c-682e7ea33c71\",\"name\":\"Belle Haven\",\"sort-name\":\"Belle Haven\",\"disambiguation\":\"AUS Metalcore\"}}],\"first-release-date\":\"2017-06-16\",\"releases\":[{\"id\":\"5e6bd334-2d18-4dcd-b045-4b460bb6b728\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"You, Me and Everything In Between.\",\"status\":\"Official\",\"release-group\":{\"id\":\"65b2cd54-49a6-4879-862d-794d259c243e\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"You, Me and Everything In Between.\",\"primary-type\":\"Album\"},\"track-count\":11,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"4e195312-6bf2-4c3f-88fb-0d7e2bb140e2\",\"number\":\"4\",\"title\":\"Burn the Witch\",\"length\":177000}],\"track-count\":11,\"track-offset\":3}]}]},{\"id\":\"9f90afe3-b682-4f7f-8f81-40cdbdd6776e\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":185000,\"video\":null,\"artist-credit\":[{\"name\":\"SXXXTER\",\"artist\":{\"id\":\"e5b306cc-0c75-4e38-9485-427fdbfde5e0\",\"name\":\"SXXXTER\",\"sort-name\":\"SXXXTER\",\"disambiguation\":\"Synthwave; Emil Öhman\"}}],\"first-release-date\":\"2018-05-31\",\"releases\":[{\"id\":\"ddac6053-1da0-4955-9bf2-58af0480b41e\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Satanic Blood\",\"status\":\"Official\",\"release-group\":{\"id\":\"a9ad3063-0180-4210-87a8-373b032824ba\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Satanic Blood\",\"primary-type\":\"Album\"},\"date\":\"2018-05-31\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2018-05-31\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"track-count\":11,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"502094a5-3271-4fe7-8ee7-a765eddea543\",\"number\":\"2\",\"title\":\"Burn the Witch\",\"length\":185000}],\"track-count\":11,\"track-offset\":1}]}]},{\"id\":\"1bbaeecc-fe3f-48d3-9157-1906809bd854\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":168000,\"video\":null,\"artist-credit\":[{\"name\":\"Tristitia\",\"artist\":{\"id\":\"12c39133-181e-4aa6-ac2d-bd18f5f8cd0f\",\"name\":\"Tristitia\",\"sort-name\":\"Tristitia\"}}],\"first-release-date\":\"1995\",\"releases\":[{\"id\":\"08023ef8-4f83-44e5-8abc-d60e8d2eba27\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"One With Darkness\",\"status\":\"Official\",\"release-group\":{\"id\":\"50119a25-1052-369f-9e03-aa6cd33b7612\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"One With Darkness\",\"primary-type\":\"Album\"},\"date\":\"1995\",\"country\":\"FR\",\"release-events\":[{\"date\":\"1995\",\"area\":{\"id\":\"08310658-51eb-3801-80de-5a0739207115\",\"name\":\"France\",\"sort-name\":\"France\",\"iso-3166-1-codes\":[\"FR\"]}}],\"track-count\":11,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"bb97d08c-f3f7-3121-93ab-5528949e7d4c\",\"number\":\"5\",\"title\":\"Burn the Witch\",\"length\":168213}],\"track-count\":11,\"track-offset\":4}]},{\"id\":\"5056804a-5292-44fa-8aa5-93edd88e3298\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"One With Darkness\",\"status\":\"Official\",\"release-group\":{\"id\":\"50119a25-1052-369f-9e03-aa6cd33b7612\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"One With Darkness\",\"primary-type\":\"Album\"},\"date\":\"2005\",\"country\":\"FR\",\"release-events\":[{\"date\":\"2005\",\"area\":{\"id\":\"08310658-51eb-3801-80de-5a0739207115\",\"name\":\"France\",\"sort-name\":\"France\",\"iso-3166-1-codes\":[\"FR\"]}}],\"track-count\":15,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"7a98feb3-0e2f-3621-8b12-6086ab002eb5\",\"number\":\"5\",\"title\":\"Burn the Witch\",\"length\":168000}],\"track-count\":15,\"track-offset\":4}]}]},{\"id\":\"4deb493f-1047-4358-acb2-3c0a2311d132\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":326000,\"video\":null,\"artist-credit\":[{\"name\":\"Reflection\",\"artist\":{\"id\":\"c494488a-7f39-4c6d-a829-bbdd348d80e4\",\"name\":\"Reflection\",\"sort-name\":\"Reflection\",\"disambiguation\":\"Greece Metal Band\"}}],\"first-release-date\":\"1999\",\"releases\":[{\"id\":\"9f46732f-9fe8-4a4e-83fa-c147c2b18f3e\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"The Fire Still Burns\",\"status\":\"Official\",\"release-group\":{\"id\":\"f6940795-bdac-45e7-9a57-e81e1ce4090a\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"The Fire Still Burns\",\"primary-type\":\"Album\"},\"track-count\":9,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"a4374228-015d-4676-9e51-398afe89ea29\",\"number\":\"1\",\"title\":\"Burn the Witch\",\"length\":326000}],\"track-count\":9,\"track-offset\":0}]}]},{\"id\":\"2b083167-3a55-4c8d-9169-993a3981ef67\",\"score\":100,\"title\":\"BURN THE WITCH\",\"length\":239000,\"video\":null,\"artist-credit\":[{\"name\":\"LSDXOXO\",\"artist\":{\"id\":\"c2710100-a9e9-46e9-bae7-4677333cd0eb\",\"name\":\"LSDXOXO\",\"sort-name\":\"LSDXOXO\",\"disambiguation\":\"RJ Glasgow\"}}],\"first-release-date\":\"2018-01-11\",\"releases\":[{\"id\":\"699c1e46-1187-4665-8187-fa5865d2cb64\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Body Mods\",\"status\":\"Official\",\"release-group\":{\"id\":\"3b31dabf-dbc6-4f63-b967-33104e405699\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Body Mods\",\"primary-type\":\"Album\",\"secondary-types\":[\"Mixtape/Street\"],\"secondary-type-ids\":[\"15c1b1f5-d893-3375-a1db-e180c5ae15ed\"]},\"date\":\"2018-01-11\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2018-01-11\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"track-count\":7,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"30385e27-e3e4-48e2-a42a-b0058315255e\",\"number\":\"3\",\"title\":\"Burn the Witch\",\"length\":239000}],\"track-count\":7,\"track-offset\":2}]}]},{\"id\":\"be01bf21-5dc0-4a3f-9e4f-ac7b1dc2a35b\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":248000,\"video\":null,\"artist-credit\":[{\"name\":\"Angel Nation\",\"artist\":{\"id\":\"5bb0d744-e05e-4dcc-97a3-4410dc8b3cd9\",\"name\":\"Angel Nation\",\"sort-name\":\"Angel Nation\",\"disambiguation\":\"previously known as EnkElination\",\"aliases\":[{\"sort-name\":\"Angel Nation\",\"type-id\":\"894afba6-2816-3c24-8072-eadb66bd04bc\",\"name\":\"Angel Nation\",\"locale\":null,\"type\":\"Artist name\",\"primary\":null,\"begin-date\":\"2016\",\"end-date\":null},{\"sort-name\":\"enkElination\",\"type-id\":\"894afba6-2816-3c24-8072-eadb66bd04bc\",\"name\":\"enkElination\",\"locale\":null,\"type\":\"Artist name\",\"primary\":null,\"begin-date\":\"2011\",\"end-date\":\"2016\"}]}}],\"first-release-date\":\"2017-11\",\"releases\":[{\"id\":\"96883771-315f-4881-bb2f-b34e9caf0931\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":2,\"title\":\"Symphonic & Opera Metal, Vol. 4\",\"status\":\"Official\",\"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\":\"d0e8c43b-271c-440d-a275-b54959051d57\",\"type-id\":\"dd2a21e1-0c00-3729-a7a0-de60b84eb5d1\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Symphonic & Opera Metal, Vol. 4\",\"primary-type\":\"Album\",\"secondary-types\":[\"Compilation\"],\"secondary-type-ids\":[\"dd2a21e1-0c00-3729-a7a0-de60b84eb5d1\"]},\"date\":\"2018-02-18\",\"country\":\"DE\",\"release-events\":[{\"date\":\"2018-02-18\",\"area\":{\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"sort-name\":\"Germany\",\"iso-3166-1-codes\":[\"DE\"]}}],\"track-count\":32,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"fbb53430-830e-4103-abe7-5e9a03465472\",\"number\":\"6\",\"title\":\"Burn the Witch\",\"length\":251653}],\"track-count\":16,\"track-offset\":5}]},{\"id\":\"2e41beb5-0aaf-4032-a7c9-9c9a48ff94f4\",\"status-id\":\"518ffc83-5cde-34df-8627-81bff5093d92\",\"count\":1,\"title\":\"Sonic Seducer: Cold Hands Seduction, Vol. 193\",\"status\":\"Promotion\",\"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\":\"2c93b754-6e67-4aca-b31a-755488ead259\",\"type-id\":\"dd2a21e1-0c00-3729-a7a0-de60b84eb5d1\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Sonic Seducer: Cold Hands Seduction, Vol. 193\",\"primary-type\":\"Album\",\"secondary-types\":[\"Compilation\"],\"secondary-type-ids\":[\"dd2a21e1-0c00-3729-a7a0-de60b84eb5d1\"]},\"date\":\"2017-11\",\"country\":\"DE\",\"release-events\":[{\"date\":\"2017-11\",\"area\":{\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"sort-name\":\"Germany\",\"iso-3166-1-codes\":[\"DE\"]}}],\"track-count\":17,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"bac0cab5-21b3-4908-ab98-ba4d84b55b54\",\"number\":\"13\",\"title\":\"Burn the Witch\"}],\"track-count\":17,\"track-offset\":12}]},{\"id\":\"22cd3265-c308-4ebe-8895-61aa4458c713\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Aeon\",\"status\":\"Official\",\"artist-credit\":[{\"name\":\"Angel Nation\",\"artist\":{\"id\":\"5bb0d744-e05e-4dcc-97a3-4410dc8b3cd9\",\"name\":\"Angel Nation\",\"sort-name\":\"Angel Nation\",\"disambiguation\":\"previously known as EnkElination\"}}],\"release-group\":{\"id\":\"b69f12d7-382e-4569-8736-0c3a73de7854\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Aeon\",\"primary-type\":\"Album\"},\"date\":\"2017\",\"country\":\"XE\",\"release-events\":[{\"date\":\"2017\",\"area\":{\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"name\":\"Europe\",\"sort-name\":\"Europe\",\"iso-3166-1-codes\":[\"XE\"]}}],\"track-count\":10,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"5307d21c-1c2d-488b-b243-2c0473b0fdef\",\"number\":\"1\",\"title\":\"Burn the Witch\",\"length\":248000}],\"track-count\":10,\"track-offset\":0}]}]},{\"id\":\"1ba647df-97cc-4651-9b35-1164ff8fed1e\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":255000,\"video\":null,\"artist-credit\":[{\"joinphrase\":\" & \",\"name\":\"Mackned\",\"artist\":{\"id\":\"9fa9eb01-3133-4a0b-92fd-0253559026f5\",\"name\":\"Mackned\",\"sort-name\":\"Mackned\",\"disambiguation\":\"producer\"}},{\"joinphrase\":\" feat. \",\"name\":\"Key Nyata\",\"artist\":{\"id\":\"c935fa49-0d5d-4c3e-9800-e469b8fd657e\",\"name\":\"Key Nyata\",\"sort-name\":\"Key Nyata\",\"disambiguation\":\"Seattle rapper\",\"aliases\":[{\"sort-name\":\"Key-Nyata, KLVN\",\"name\":\"KLVN Key-Nyata\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]}},{\"name\":\"Wilt Gamberlin\",\"artist\":{\"id\":\"a57fb5f0-217d-42d9-bef4-8f265985eca9\",\"name\":\"Wilt Gamberlin\",\"sort-name\":\"Wilt Gamberlin\"}}],\"first-release-date\":\"2014-07-04\",\"releases\":[{\"id\":\"aa8728d8-894c-4528-b601-c76ebe1c5590\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Thraxxhouse Mixtape: Independence Day Edition\",\"status\":\"Official\",\"artist-credit\":[{\"joinphrase\":\" & \",\"name\":\"Mackned\",\"artist\":{\"id\":\"9fa9eb01-3133-4a0b-92fd-0253559026f5\",\"name\":\"Mackned\",\"sort-name\":\"Mackned\",\"disambiguation\":\"producer\"}},{\"name\":\"Key Nyata\",\"artist\":{\"id\":\"c935fa49-0d5d-4c3e-9800-e469b8fd657e\",\"name\":\"Key Nyata\",\"sort-name\":\"Key Nyata\",\"disambiguation\":\"Seattle rapper\"}}],\"release-group\":{\"id\":\"ebf5f0d7-d1af-4830-9afd-e1598b359ef3\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Thraxxhouse Mixtape: Independence Day Edition\",\"primary-type\":\"Album\",\"secondary-types\":[\"Mixtape/Street\"],\"secondary-type-ids\":[\"15c1b1f5-d893-3375-a1db-e180c5ae15ed\"]},\"date\":\"2014-07-04\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2014-07-04\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"track-count\":10,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"ced6ad87-2f54-4aba-8976-05061060a82f\",\"number\":\"4\",\"title\":\"Burn the Witch\",\"length\":255000}],\"track-count\":10,\"track-offset\":3}]}]},{\"id\":\"c4594f02-8d9a-4776-abf2-06333266a8da\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":313808,\"video\":null,\"artist-credit\":[{\"name\":\"Leo Moracchioli\",\"artist\":{\"id\":\"81dfcb61-7284-4f33-9578-e869a846089c\",\"name\":\"Leo Moracchioli\",\"sort-name\":\"Moracchioli, Leo\"}}],\"first-release-date\":\"2017-09-08\",\"releases\":[{\"id\":\"7dee389f-fb9c-47a4-ab3d-f05960504236\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Leo Metal Covers, Volume 15\",\"status\":\"Official\",\"release-group\":{\"id\":\"ed53368c-a7a4-4fe4-89da-68f162b4c2b8\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Leo Metal Covers, Volume 15\",\"primary-type\":\"Album\"},\"date\":\"2017-09-08\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2017-09-08\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"track-count\":10,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"d488e3f9-42bd-40aa-ba79-8d004a33f3a0\",\"number\":\"5\",\"title\":\"Burn the Witch\",\"length\":313808}],\"track-count\":10,\"track-offset\":4}]},{\"id\":\"e21e5c9f-cea9-41c2-9d83-8cdc1e4c4d1b\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Leo Metal Covers, Volume 15\",\"status\":\"Official\",\"release-group\":{\"id\":\"ed53368c-a7a4-4fe4-89da-68f162b4c2b8\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Leo Metal Covers, Volume 15\",\"primary-type\":\"Album\"},\"date\":\"2017-09-08\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2017-09-08\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"track-count\":11,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"cbb5be50-3bfb-4ea5-b9d0-b1cd166372bf\",\"number\":\"5\",\"title\":\"Burn the Witch\",\"length\":313808}],\"track-count\":11,\"track-offset\":4}]}]},{\"id\":\"b7150609-fd85-4b6f-bd9a-42d1e5d3c92f\",\"score\":100,\"title\":\"Burn The Witch\",\"length\":215000,\"video\":null,\"artist-credit\":[{\"name\":\"Queens of the Stone Age\",\"artist\":{\"id\":\"7dc8f5bd-9d0b-4087-9f73-dc164950bbd8\",\"name\":\"Queens of the Stone Age\",\"sort-name\":\"Queens of the Stone Age\",\"aliases\":[{\"sort-name\":\"Queens Of The Stoneage\",\"name\":\"Queens Of The Stoneage\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Queen Of Stoneage\",\"name\":\"Queen Of Stoneage\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"QOTSA\",\"type-id\":\"894afba6-2816-3c24-8072-eadb66bd04bc\",\"name\":\"QOTSA\",\"locale\":null,\"type\":\"Artist name\",\"primary\":null,\"begin-date\":null,\"end-date\":null}]}}],\"first-release-date\":\"2006\",\"releases\":[{\"id\":\"b495e14f-4329-4016-aba1-83741448d871\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Burn The Witch\",\"status\":\"Official\",\"artist-credit\":[{\"name\":\"Queens of the Stone Age\",\"artist\":{\"id\":\"7dc8f5bd-9d0b-4087-9f73-dc164950bbd8\",\"name\":\"Queens of the Stone Age\",\"sort-name\":\"Queens of the Stone Age\"}}],\"release-group\":{\"id\":\"bb934af0-bdf9-36ae-aa2b-192d40403547\",\"type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"primary-type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"title\":\"Burn the Witch / Broken Box\",\"primary-type\":\"Single\"},\"date\":\"2006\",\"country\":\"XE\",\"release-events\":[{\"date\":\"2006\",\"area\":{\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"name\":\"Europe\",\"sort-name\":\"Europe\",\"iso-3166-1-codes\":[\"XE\"]}}],\"track-count\":2,\"media\":[{\"position\":1,\"format\":\"Vinyl\",\"track\":[{\"id\":\"a358dea8-492f-4498-b595-296fd07cac2f\",\"number\":\"A\",\"title\":\"Burn The Witch\",\"length\":215000}],\"track-count\":2,\"track-offset\":0}]}]},{\"id\":\"207acf91-7906-4c36-8a00-eebaa308098b\",\"score\":100,\"title\":\"Burn the Witch\",\"video\":null,\"artist-credit\":[{\"name\":\"Serpent\",\"artist\":{\"id\":\"2e0c80e5-81fd-4659-be8f-2482f4fd9871\",\"name\":\"Serpent\",\"sort-name\":\"Serpent\",\"disambiguation\":\"Heavy metal, USA\"}}],\"first-release-date\":\"2008\",\"releases\":[{\"id\":\"6229686d-d979-4d6d-91a8-9ae128dcf165\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Til Hell Freezes Over\",\"status\":\"Official\",\"release-group\":{\"id\":\"9eced33a-0323-4707-af69-11591860333a\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Til Hell Freezes Over\",\"primary-type\":\"Album\",\"secondary-types\":[\"Demo\"],\"secondary-type-ids\":[\"81598169-0d6c-3bce-b4be-866fa658eda3\"]},\"track-count\":10,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"d67d8473-b404-45c1-9679-d18a19cfd2e5\",\"number\":\"9\",\"title\":\"Burn the Witch\"}],\"track-count\":10,\"track-offset\":8}]}]},{\"id\":\"3371e14a-0993-49e7-968c-472be84a0644\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":321000,\"video\":null,\"artist-credit\":[{\"name\":\"It Is Written\",\"artist\":{\"id\":\"738f4b52-49f2-4fe2-a06f-b19a710599a0\",\"name\":\"It Is Written\",\"sort-name\":\"It Is Written\",\"disambiguation\":\"Hardcore Metal Band from State College PA\"}}],\"first-release-date\":\"2013-05-31\",\"releases\":[{\"id\":\"d1eb2ee4-af93-4b54-8303-8b0af5416b7b\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"It Is Written\",\"status\":\"Official\",\"release-group\":{\"id\":\"1fe7573c-ce61-46c0-898b-12e115668568\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"It Is Written\",\"primary-type\":\"Album\"},\"date\":\"2013-05-31\",\"country\":\"US\",\"release-events\":[{\"date\":\"2013-05-31\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"]}}],\"track-count\":10,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"eca19a77-c397-4fa9-99a9-43b959d526b1\",\"number\":\"10\",\"title\":\"Burn the Witch\",\"length\":321000}],\"track-count\":10,\"track-offset\":9}]}],\"isrcs\":[\"USA2P1432691\"]},{\"id\":\"9b3eaa33-8e3a-4e9d-a021-d1ebe7e4c481\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":316000,\"video\":null,\"artist-credit\":[{\"name\":\"Fall of an Empire\",\"artist\":{\"id\":\"8e6c7d0a-4122-4c08-8079-8924c066c2ee\",\"name\":\"Fall of an Empire\",\"sort-name\":\"Fall of an Empire\"}}],\"first-release-date\":\"2016-08-17\",\"releases\":[{\"id\":\"911b9d90-32c5-4c47-a0c8-1a964cfd47f2\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Hard Rock Revolution: Volume III\",\"status\":\"Official\",\"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\":\"51992df2-d2e8-4025-a696-b9830f7d6844\",\"type-id\":\"dd2a21e1-0c00-3729-a7a0-de60b84eb5d1\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Hard Rock Revolution: Volume III\",\"primary-type\":\"Album\",\"secondary-types\":[\"Compilation\"],\"secondary-type-ids\":[\"dd2a21e1-0c00-3729-a7a0-de60b84eb5d1\"]},\"date\":\"2017-03-01\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2017-03-01\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"track-count\":27,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"3a7d9345-017a-4a64-90a0-04f7edc9462b\",\"number\":\"10\",\"title\":\"Burn The Witch\",\"length\":316000}],\"track-count\":27,\"track-offset\":9}]},{\"id\":\"e6a38ab2-ba35-421d-ac1d-d2c30064693f\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Croweater: An Echo in the Bone\",\"status\":\"Official\",\"release-group\":{\"id\":\"3704182c-2eb9-488d-94bf-66f1a427f8bb\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Croweater: An Echo in the Bone\",\"primary-type\":\"Album\"},\"date\":\"2016-08-17\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2016-08-17\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"track-count\":6,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"8775b42d-b61d-426e-ad33-88b2bf5a15df\",\"number\":\"6\",\"title\":\"Burn the Witch\",\"length\":316000}],\"track-count\":6,\"track-offset\":5}]}]},{\"id\":\"b7cb3498-71ef-4cec-8b5d-035af039a310\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":225653,\"video\":null,\"artist-credit\":[{\"name\":\"V2A\",\"artist\":{\"id\":\"692542d2-01ad-48b6-971a-f66174261acb\",\"name\":\"V2A\",\"sort-name\":\"V2A\",\"disambiguation\":\"UK electro group\"}}],\"first-release-date\":\"2017-02-24\",\"releases\":[{\"id\":\"b475eafe-9382-40cf-af66-225e835d261c\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Heretic\",\"status\":\"Official\",\"release-group\":{\"id\":\"89140ba4-31fb-42ae-a8f0-db012f9484d3\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Heretic\",\"primary-type\":\"Album\"},\"track-count\":9,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"d73de7e5-928b-4904-ac48-b737bedeb2e0\",\"number\":\"7\",\"title\":\"Burn the Witch\",\"length\":225653}],\"track-count\":9,\"track-offset\":6}]},{\"id\":\"a7b01010-cedf-4142-bf0c-2b3c999bc68f\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Heretic\",\"status\":\"Official\",\"release-group\":{\"id\":\"89140ba4-31fb-42ae-a8f0-db012f9484d3\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Heretic\",\"primary-type\":\"Album\"},\"date\":\"2017-02-24\",\"country\":\"DE\",\"release-events\":[{\"date\":\"2017-02-24\",\"area\":{\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"sort-name\":\"Germany\",\"iso-3166-1-codes\":[\"DE\"]}}],\"track-count\":9,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"212e1167-81f6-42a0-9871-20463477b117\",\"number\":\"7\",\"title\":\"Burn the Witch\",\"length\":225653}],\"track-count\":9,\"track-offset\":6}]}]},{\"id\":\"bced86f9-da69-4848-adb0-42c4b4216f93\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":110474,\"video\":null,\"artist-credit\":[{\"name\":\"Bahamut\",\"artist\":{\"id\":\"fb1fc147-e738-4a08-b57f-9ffd8de91aac\",\"name\":\"Bahamut\",\"sort-name\":\"Bahamut\",\"disambiguation\":\"Detroit progressive/heavy metal band\"}}],\"first-release-date\":\"2011-11-11\",\"releases\":[{\"id\":\"d70558cd-c405-429f-8b21-a7de14ba2b23\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"The Process\",\"status\":\"Official\",\"release-group\":{\"id\":\"356485c2-cd5a-46b6-a192-2ab6da1deae4\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"The Process\",\"primary-type\":\"Album\"},\"date\":\"2011-11-11\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2011-11-11\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"track-count\":14,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"376f1444-c13a-42bd-87a9-4ca2f3b8d008\",\"number\":\"2\",\"title\":\"Burn the Witch\",\"length\":110474}],\"track-count\":14,\"track-offset\":1}]}]},{\"id\":\"a5f76c43-e794-4d6d-aa89-aae4ded04dc4\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":191000,\"video\":null,\"artist-credit\":[{\"name\":\"Emma Blackery\",\"artist\":{\"id\":\"84d54d8c-b352-49d6-989c-94e7fd1f8bb1\",\"name\":\"Emma Blackery\",\"sort-name\":\"Blackery, Emma\",\"aliases\":[{\"sort-name\":\"Blackery, Emma Louise\",\"type-id\":\"d4dcd0c0-b341-3612-a332-c0ce797b25cf\",\"name\":\"Emma Louise Blackery\",\"locale\":null,\"type\":\"Legal name\",\"primary\":null,\"begin-date\":null,\"end-date\":null}]}}],\"first-release-date\":\"2018-08-31\",\"releases\":[{\"id\":\"6b37a918-9e54-4d6a-a90f-dad2764885f6\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Villains\",\"status\":\"Official\",\"artist-credit\":[{\"name\":\"Emma Blackery\",\"artist\":{\"id\":\"84d54d8c-b352-49d6-989c-94e7fd1f8bb1\",\"name\":\"Emma Blackery\",\"sort-name\":\"Blackery, Emma\"}}],\"release-group\":{\"id\":\"c6c14bcf-9c71-45d1-82ed-f46559d9e5d1\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Villains\",\"primary-type\":\"Album\"},\"date\":\"2018-08-31\",\"country\":\"GB\",\"release-events\":[{\"date\":\"2018-08-31\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"]}}],\"track-count\":11,\"media\":[{\"position\":1,\"format\":\"Cassette\",\"track\":[{\"id\":\"3f0f5633-9846-4444-af71-3d76a818de69\",\"number\":\"10\",\"title\":\"Burn the Witch\",\"length\":191000}],\"track-count\":11,\"track-offset\":9}]},{\"id\":\"c72e3bf5-191b-4915-a53e-d276047bc42c\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Villains\",\"status\":\"Official\",\"artist-credit\":[{\"name\":\"Emma Blackery\",\"artist\":{\"id\":\"84d54d8c-b352-49d6-989c-94e7fd1f8bb1\",\"name\":\"Emma Blackery\",\"sort-name\":\"Blackery, Emma\"}}],\"release-group\":{\"id\":\"c6c14bcf-9c71-45d1-82ed-f46559d9e5d1\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Villains\",\"primary-type\":\"Album\"},\"date\":\"2018-08-31\",\"country\":\"GB\",\"release-events\":[{\"date\":\"2018-08-31\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"]}}],\"track-count\":11,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"d8e99e3d-b859-4af3-b8f9-3baee08f7f89\",\"number\":\"10\",\"title\":\"Burn the Witch\",\"length\":191000}],\"track-count\":11,\"track-offset\":9}]},{\"id\":\"e155408a-4526-43af-8066-368c9fa173fc\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Villains\",\"status\":\"Official\",\"artist-credit\":[{\"name\":\"Emma Blackery\",\"artist\":{\"id\":\"84d54d8c-b352-49d6-989c-94e7fd1f8bb1\",\"name\":\"Emma Blackery\",\"sort-name\":\"Blackery, Emma\"}}],\"release-group\":{\"id\":\"c6c14bcf-9c71-45d1-82ed-f46559d9e5d1\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Villains\",\"primary-type\":\"Album\"},\"date\":\"2018-08-31\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2018-08-31\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"track-count\":11,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"d2c6c1be-4929-42b5-96c9-3c410f221940\",\"number\":\"10\",\"title\":\"Burn the Witch\",\"length\":191000}],\"track-count\":11,\"track-offset\":9}]},{\"id\":\"ffbbacc4-c2a5-43b3-8ba5-6dd4d5f18bd9\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Villains\",\"status\":\"Official\",\"artist-credit\":[{\"name\":\"Emma Blackery\",\"artist\":{\"id\":\"84d54d8c-b352-49d6-989c-94e7fd1f8bb1\",\"name\":\"Emma Blackery\",\"sort-name\":\"Blackery, Emma\"}}],\"release-group\":{\"id\":\"c6c14bcf-9c71-45d1-82ed-f46559d9e5d1\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Villains\",\"primary-type\":\"Album\"},\"date\":\"2018-08-31\",\"country\":\"GB\",\"release-events\":[{\"date\":\"2018-08-31\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"]}}],\"track-count\":11,\"media\":[{\"position\":1,\"format\":\"Vinyl\",\"track\":[{\"id\":\"710224fb-0ad3-4dd5-b55b-6bc8c5766728\",\"number\":\"10\",\"title\":\"Burn the Witch\",\"length\":191000}],\"track-count\":11,\"track-offset\":9}]}]},{\"id\":\"c645645f-2990-404d-adee-d65c59b6f0a3\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":322813,\"video\":null,\"artist-credit\":[{\"name\":\"Banco de Gaia\",\"artist\":{\"id\":\"70cc316b-37a3-4174-bdc0-f546b3b3d03c\",\"name\":\"Banco de Gaia\",\"sort-name\":\"Banco de Gaia\",\"aliases\":[{\"sort-name\":\"Blancó DeGia\",\"name\":\"Blancó DeGia\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Branco de Gaia\",\"name\":\"Branco de Gaia\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]}}],\"first-release-date\":\"2016-10-07\",\"releases\":[{\"id\":\"3f4c6816-399e-44cf-b17d-a4da5e2c33de\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"The 9th of Nine Hearts\",\"status\":\"Official\",\"artist-credit\":[{\"name\":\"Banco de Gaia\",\"artist\":{\"id\":\"70cc316b-37a3-4174-bdc0-f546b3b3d03c\",\"name\":\"Banco de Gaia\",\"sort-name\":\"Banco de Gaia\"}}],\"release-group\":{\"id\":\"271072d2-6f6b-40ce-9990-868e5788c705\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"The 9th of Nine Hearts\",\"primary-type\":\"Album\"},\"date\":\"2016-10-07\",\"country\":\"GB\",\"release-events\":[{\"date\":\"2016-10-07\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"]}}],\"track-count\":11,\"media\":[{\"position\":1,\"format\":\"12\\\" Vinyl\",\"track\":[{\"id\":\"16ba2990-8e0b-460e-9c31-bf9627cfb5af\",\"number\":\"A2\",\"title\":\"Burn the Witch\",\"length\":322813}],\"track-count\":11,\"track-offset\":1}]},{\"id\":\"6d72de49-6b8a-4a1c-9047-4bcff2ba1758\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"The 9th of Nine Hearts\",\"status\":\"Official\",\"artist-credit\":[{\"name\":\"Banco de Gaia\",\"artist\":{\"id\":\"70cc316b-37a3-4174-bdc0-f546b3b3d03c\",\"name\":\"Banco de Gaia\",\"sort-name\":\"Banco de Gaia\"}}],\"release-group\":{\"id\":\"271072d2-6f6b-40ce-9990-868e5788c705\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"The 9th of Nine Hearts\",\"primary-type\":\"Album\"},\"date\":\"2016-10-07\",\"country\":\"GB\",\"release-events\":[{\"date\":\"2016-10-07\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"]}}],\"track-count\":11,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"e10d549b-3bf2-4850-9385-5e1a693f9a05\",\"number\":\"2\",\"title\":\"Burn the Witch\",\"length\":322813}],\"track-count\":11,\"track-offset\":1}]},{\"id\":\"ce27bac9-c5ae-4f26-885b-bb66d1085053\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"The 9th of Nine Hearts\",\"status\":\"Official\",\"artist-credit\":[{\"name\":\"Banco de Gaia\",\"artist\":{\"id\":\"70cc316b-37a3-4174-bdc0-f546b3b3d03c\",\"name\":\"Banco de Gaia\",\"sort-name\":\"Banco de Gaia\"}}],\"release-group\":{\"id\":\"271072d2-6f6b-40ce-9990-868e5788c705\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"The 9th of Nine Hearts\",\"primary-type\":\"Album\"},\"date\":\"2016-10-07\",\"country\":\"GB\",\"release-events\":[{\"date\":\"2016-10-07\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"]}}],\"track-count\":11,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"9091ea18-bcab-4151-bc66-f056b88f3e93\",\"number\":\"2\",\"title\":\"Burn the Witch\"}],\"track-count\":11,\"track-offset\":1}]}]},{\"id\":\"4c0b8808-501a-4ead-8eba-ecb3bdd30b44\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":278654,\"video\":null,\"artist-credit\":[{\"name\":\"Arkham Witch\",\"artist\":{\"id\":\"57f421fc-a6a9-4b84-b7b5-5d6cd9230be2\",\"name\":\"Arkham Witch\",\"sort-name\":\"Arkham Witch\",\"disambiguation\":\"doom metal\"}}],\"first-release-date\":\"2012-11-25\",\"releases\":[{\"id\":\"7a6a8bdc-e3aa-4880-a8cb-a508cb80da57\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"On Crom's Mountain\",\"status\":\"Official\",\"release-group\":{\"id\":\"d00ed898-b6eb-48d3-8de7-3a65fe172d20\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"On Crom’s Mountain\",\"primary-type\":\"Album\"},\"date\":\"2012-11-25\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2012-11-25\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"track-count\":10,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"e34635b9-a698-4d21-9d05-d5539b05d000\",\"number\":\"3\",\"title\":\"Burn the Witch\",\"length\":278654}],\"track-count\":10,\"track-offset\":2}]}]},{\"id\":\"8201d552-2012-4d5b-8235-7c0a8876692f\",\"score\":100,\"title\":\"Burn the Witch\",\"video\":null,\"artist-credit\":[{\"name\":\"The McCalmans\",\"artist\":{\"id\":\"7cdf4b71-b81f-4b2a-a9db-cd35f1e5f489\",\"name\":\"The McCalmans\",\"sort-name\":\"McCalmans, The\"}}],\"first-release-date\":\"1979\",\"releases\":[{\"id\":\"557d5a17-8580-41cb-a811-da1eaf11334e\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"The Best of the McCalmans\",\"status\":\"Official\",\"release-group\":{\"id\":\"f0934773-3419-4347-8dea-073ba5d39d96\",\"type-id\":\"dd2a21e1-0c00-3729-a7a0-de60b84eb5d1\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"The Best of the McCalmans\",\"primary-type\":\"Album\",\"secondary-types\":[\"Compilation\"],\"secondary-type-ids\":[\"dd2a21e1-0c00-3729-a7a0-de60b84eb5d1\"]},\"date\":\"1979\",\"country\":\"GB\",\"release-events\":[{\"date\":\"1979\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"]}}],\"track-count\":14,\"media\":[{\"position\":1,\"format\":\"12\\\" Vinyl\",\"track\":[{\"id\":\"56be29c7-2d3a-4fc6-a021-0de46a5e12fc\",\"number\":\"B3\",\"title\":\"Burn the Witch\"}],\"track-count\":14,\"track-offset\":9}]}]},{\"id\":\"de3bc82d-14e1-4e30-8d38-c7ab41650e5f\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":324733,\"video\":null,\"artist-credit\":[{\"name\":\"Banco de Gaia\",\"artist\":{\"id\":\"70cc316b-37a3-4174-bdc0-f546b3b3d03c\",\"name\":\"Banco de Gaia\",\"sort-name\":\"Banco de Gaia\",\"aliases\":[{\"sort-name\":\"Blancó DeGia\",\"name\":\"Blancó DeGia\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Branco de Gaia\",\"name\":\"Branco de Gaia\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]}}],\"first-release-date\":\"2016-07-28\",\"releases\":[{\"id\":\"57282cca-34ac-4a03-bdf5-acb3ab4697d3\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Burn the Witch\",\"status\":\"Official\",\"artist-credit\":[{\"name\":\"Banco de Gaia\",\"artist\":{\"id\":\"70cc316b-37a3-4174-bdc0-f546b3b3d03c\",\"name\":\"Banco de Gaia\",\"sort-name\":\"Banco de Gaia\"}}],\"release-group\":{\"id\":\"0d1c319c-cf63-4067-a325-8ea556e6e4fe\",\"type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"primary-type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"title\":\"Burn the Witch\",\"primary-type\":\"Single\"},\"date\":\"2016-07-28\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2016-07-28\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"track-count\":1,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"eb13dbad-04d5-4108-8db0-d0cfcd31867b\",\"number\":\"1\",\"title\":\"Burn the Witch\",\"length\":324733}],\"track-count\":1,\"track-offset\":0}]}]},{\"id\":\"f34a7d69-8e38-493c-83f4-b0395c92ce6c\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":275000,\"disambiguation\":\"live, 2016‐09‐11: Lollapalooza: Treptower Park, Berlin, Germany\",\"video\":null,\"artist-credit\":[{\"name\":\"Radiohead\",\"artist\":{\"id\":\"a74b1b7f-71a5-4011-9441-d0b5e4122711\",\"name\":\"Radiohead\",\"sort-name\":\"Radiohead\",\"aliases\":[{\"sort-name\":\"レディオヘッド\",\"name\":\"レディオヘッド\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"r/head\",\"name\":\"r/head\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Radio head\",\"name\":\"Radio head\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Radiohead & Thom Yorke\",\"name\":\"Radiohead & Thom Yorke\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]}}],\"first-release-date\":\"2020-04-16\",\"releases\":[{\"id\":\"f1b1e221-1fc7-46d7-9c41-2d7199da1807\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Live in Berlin (September 2016) #StayHome #WithMe\",\"status\":\"Official\",\"artist-credit\":[{\"name\":\"Radiohead\",\"artist\":{\"id\":\"a74b1b7f-71a5-4011-9441-d0b5e4122711\",\"name\":\"Radiohead\",\"sort-name\":\"Radiohead\"}}],\"release-group\":{\"id\":\"0c253d8d-2f26-42d4-93b2-3004d2937d39\",\"type-id\":\"3b2e49e1-2875-37b8-9fa9-1f7cf3f49900\",\"primary-type-id\":\"3b2e49e1-2875-37b8-9fa9-1f7cf3f49900\",\"title\":\"Live in Berlin (September 2016) #StayHome #WithMe\",\"primary-type\":\"Broadcast\",\"secondary-types\":[\"Live\"],\"secondary-type-ids\":[\"6fd474e2-6b58-3102-9d17-d6f7eb7da0a0\"]},\"date\":\"2020-04-16\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2020-04-16\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"track-count\":24,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"72187bca-e91e-4099-a0cd-b664bc34b945\",\"number\":\"1\",\"title\":\"Burn the Witch\",\"length\":275000}],\"track-count\":24,\"track-offset\":0}]},{\"id\":\"ac6a0e98-7b9e-4390-84d5-c251d0228e03\",\"status-id\":\"1156806e-d06a-38bd-83f0-cf2284a808b9\",\"count\":1,\"title\":\"2016‐09‐11: Lollapalooza: Treptower Park, Berlin, Deutschland\",\"status\":\"Bootleg\",\"artist-credit\":[{\"name\":\"Radiohead\",\"artist\":{\"id\":\"a74b1b7f-71a5-4011-9441-d0b5e4122711\",\"name\":\"Radiohead\",\"sort-name\":\"Radiohead\"}}],\"release-group\":{\"id\":\"c21e3661-7339-4903-97ce-7a2830558ec6\",\"type-id\":\"6fd474e2-6b58-3102-9d17-d6f7eb7da0a0\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"2016‐09‐11: Lollapalooza: Treptower Park, Berlin, Deutschland\",\"primary-type\":\"Album\",\"secondary-types\":[\"Live\"],\"secondary-type-ids\":[\"6fd474e2-6b58-3102-9d17-d6f7eb7da0a0\"]},\"track-count\":25,\"media\":[{\"position\":1,\"track\":[{\"id\":\"bc8c2d14-a798-4644-b3ca-d9b9cffa8584\",\"number\":\"2\",\"title\":\"Burn the Witch\",\"length\":279978}],\"track-count\":25,\"track-offset\":1}]}]},{\"id\":\"9b4ebc40-596b-46ad-b8b0-bb1a73c4f91c\",\"score\":100,\"title\":\"Burn The Witch\",\"length\":312000,\"video\":null,\"artist-credit\":[{\"name\":\"Texas Faggott\",\"artist\":{\"id\":\"7d766105-550c-44c0-9335-8e2d25bee949\",\"name\":\"Texas Faggott\",\"sort-name\":\"Texas Faggott\",\"aliases\":[{\"sort-name\":\"Texas Faggot\",\"name\":\"Texas Faggot\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]}}],\"first-release-date\":\"2006-06-01\",\"releases\":[{\"id\":\"9052de57-de94-4c93-89e8-7af65bb6798a\",\"count\":1,\"title\":\"Liquid Quit\",\"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\":\"bb57beaa-268e-450f-abe2-5abe27d9ca51\",\"type-id\":\"dd2a21e1-0c00-3729-a7a0-de60b84eb5d1\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Liquid Quit\",\"primary-type\":\"Album\",\"secondary-types\":[\"Compilation\"],\"secondary-type-ids\":[\"dd2a21e1-0c00-3729-a7a0-de60b84eb5d1\"]},\"date\":\"2006-06-01\",\"country\":\"RU\",\"release-events\":[{\"date\":\"2006-06-01\",\"area\":{\"id\":\"1f1fc3a4-9500-39b8-9f10-f0a465557eef\",\"name\":\"Russia\",\"sort-name\":\"Russia\",\"iso-3166-1-codes\":[\"RU\"]}}],\"track-count\":11,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"ec1cc81d-f0a2-49a9-968a-275aaaa5db6b\",\"number\":\"7\",\"title\":\"Burn The Witch\",\"length\":312000}],\"track-count\":11,\"track-offset\":6}]}]}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "some entities support ratings", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/work/12b53203-64af-3a94-b3ec-11fad7c7d809?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:37 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "685", + "X-RateLimit-Reset", + "1618477418", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"790f1cdc52a69354736ab224dd756a01\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"language\":\"eng\",\"disambiguation\":\"\",\"languages\":[\"eng\"],\"iswcs\":[\"T-070.202.324-2\"],\"id\":\"12b53203-64af-3a94-b3ec-11fad7c7d809\",\"type-id\":\"f061270a-2fd6-32f1-a641-f0f8676d14e6\",\"attributes\":[{\"type\":\"JASRAC ID\",\"value\":\"0W1-4716-0\",\"type-id\":\"31048fcc-3dbb-3979-8f85-805afb933e0c\"},{\"type-id\":\"d833318c-6c6a-370e-8b16-9cb15873ba76\",\"value\":\"530169167\",\"type\":\"ASCAP ID\"}],\"title\":\"War Pigs\",\"type\":\"Song\",\"rating\":{\"value\":4,\"votes-count\":1}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/recording?artist=c8da2e40-bd28-4d4e-813a-bd2f51958ba8&inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:37 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "684", + "X-RateLimit-Reset", + "1618477418", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"5f75a0c5dc40774f8305b818bb6b2f7e\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"recordings\":[{\"length\":125000,\"rating\":{\"value\":null,\"votes-count\":0},\"first-release-date\":\"2014-10-07\",\"id\":\"09f43621-a992-4968-9a43-2b160d62bca0\",\"title\":\"Pearl\",\"video\":false,\"disambiguation\":\"\"},{\"length\":135773,\"rating\":{\"value\":null,\"votes-count\":0},\"first-release-date\":\"2017-02-03\",\"id\":\"20092084-f9e8-4b26-abc9-8df99c305167\",\"video\":false,\"title\":\"Runaway\",\"disambiguation\":\"\"},{\"length\":282346,\"rating\":{\"value\":null,\"votes-count\":0},\"first-release-date\":\"2017-02-03\",\"id\":\"205ea98a-7b0d-4212-ace3-26f139ed6aea\",\"disambiguation\":\"\",\"video\":false,\"title\":\"Hasta La Vista (Baby)\"},{\"rating\":{\"votes-count\":0,\"value\":null},\"id\":\"21784d75-e3f1-40b0-a4a7-370aaa6152ea\",\"first-release-date\":\"2014-10-07\",\"video\":false,\"title\":\"For the Time Being\",\"disambiguation\":\"\",\"length\":271000},{\"length\":232293,\"id\":\"2eee2990-84b3-4922-801f-8b6f8570d380\",\"first-release-date\":\"2017-02-03\",\"video\":false,\"disambiguation\":\"\",\"title\":\"Passages\",\"rating\":{\"value\":null,\"votes-count\":0}},{\"length\":98786,\"rating\":{\"votes-count\":0,\"value\":null},\"id\":\"3eda3dec-5fa3-491d-9f22-e7fcf37fa0f5\",\"first-release-date\":\"2017-02-03\",\"video\":false,\"disambiguation\":\"\",\"title\":\"Shark Repellant Bat Spray\"},{\"length\":369000,\"rating\":{\"value\":null,\"votes-count\":0},\"video\":false,\"disambiguation\":\"\",\"title\":\"On Tape\",\"id\":\"48658a6c-362b-4372-90ff-69f7c693e099\",\"first-release-date\":\"2013-10-22\"},{\"length\":235000,\"rating\":{\"value\":5,\"votes-count\":1},\"title\":\"Dizzy\",\"video\":false,\"disambiguation\":\"\",\"id\":\"52c4462d-e0e1-4a5f-8e8d-b2facefe8a74\",\"first-release-date\":\"2013-06-18\"},{\"length\":110813,\"video\":false,\"disambiguation\":\"\",\"title\":\"There's No Pressure\",\"first-release-date\":\"2017-02-03\",\"id\":\"58480a85-1ca7-435f-bfe3-bed5a2087121\",\"rating\":{\"value\":null,\"votes-count\":0}},{\"length\":230093,\"id\":\"5c3d5254-5fc1-4edd-bbd7-3cb8ae3b8709\",\"first-release-date\":\"2017-02-03\",\"title\":\"I'm With You\",\"video\":false,\"disambiguation\":\"\",\"rating\":{\"votes-count\":0,\"value\":null}},{\"first-release-date\":\"2017-02-03\",\"id\":\"6e22d005-d521-4fb7-9993-20b01e63cf94\",\"title\":\"And then Nothing\",\"video\":false,\"disambiguation\":\"\",\"rating\":{\"votes-count\":0,\"value\":null},\"length\":274053},{\"video\":false,\"disambiguation\":\"\",\"title\":\"This is the End\",\"id\":\"72d83982-a1da-4ac1-b773-263a5b714bc4\",\"first-release-date\":\"2014-03-05\",\"rating\":{\"value\":null,\"votes-count\":0},\"length\":170000},{\"length\":651000,\"rating\":{\"value\":null,\"votes-count\":0},\"video\":false,\"disambiguation\":\"\",\"title\":\"22nd\",\"first-release-date\":\"2014-03-05\",\"id\":\"77aa2c85-0d51-4e49-bfaf-e1807b5936f3\"},{\"rating\":{\"value\":5,\"votes-count\":1},\"id\":\"87814378-d5f9-4adc-a37b-5ac71b2b0cf5\",\"first-release-date\":\"2013-06-18\",\"video\":false,\"title\":\"Closer\",\"disambiguation\":\"\",\"length\":261000},{\"length\":201000,\"rating\":{\"votes-count\":0,\"value\":null},\"first-release-date\":\"2014-10-07\",\"id\":\"aa98ed16-dbeb-4b78-81bc-def3fd19bb6e\",\"video\":false,\"title\":\"Control\",\"disambiguation\":\"\"},{\"length\":235000,\"rating\":{\"votes-count\":1,\"value\":4},\"title\":\"Dizzy\",\"video\":false,\"disambiguation\":\"\",\"id\":\"ac666386-bde0-4162-93d7-e8394d1a9fdb\",\"first-release-date\":\"2014-10-07\"},{\"rating\":{\"value\":null,\"votes-count\":0},\"video\":false,\"disambiguation\":\"\",\"title\":\"But In Dreams\",\"first-release-date\":\"2017-02-03\",\"id\":\"b0931c1c-d8ba-40a4-a3ac-3d1f239e0d4d\",\"length\":306533},{\"length\":323000,\"rating\":{\"value\":null,\"votes-count\":0},\"id\":\"c9c7b7ae-640d-439e-b745-d94aa1abd7aa\",\"first-release-date\":\"2014-10-07\",\"title\":\"Any Explanation\",\"video\":false,\"disambiguation\":\"\"},{\"video\":false,\"disambiguation\":\"\",\"title\":\"The Basics\",\"id\":\"ca179394-cfe7-45b2-9e6f-815e18e94686\",\"first-release-date\":\"2014-10-07\",\"rating\":{\"votes-count\":0,\"value\":null},\"length\":222000},{\"length\":275000,\"id\":\"cd9a90b7-abc8-4f35-863f-cd6d18a15db1\",\"first-release-date\":\"2014-03-05\",\"video\":false,\"title\":\"Louder\",\"disambiguation\":\"\",\"rating\":{\"votes-count\":1,\"value\":4}},{\"first-release-date\":\"2017-02-03\",\"id\":\"dfe79420-683b-4fc4-9caf-b6cbfc292f19\",\"video\":false,\"title\":\"Let's Go Away For A While\",\"disambiguation\":\"\",\"rating\":{\"value\":null,\"votes-count\":0},\"length\":160053},{\"first-release-date\":\"2014-03-05\",\"id\":\"e52e47df-e5f3-4ae9-800a-ba76a6513a36\",\"video\":false,\"title\":\"The Basics\",\"disambiguation\":\"\",\"rating\":{\"votes-count\":0,\"value\":null},\"length\":212000},{\"video\":false,\"disambiguation\":\"\",\"title\":\"On Tape\",\"first-release-date\":\"2014-10-07\",\"id\":\"ecd0b4a4-fcc1-4004-941c-290afc29fbf6\",\"rating\":{\"votes-count\":0,\"value\":null},\"length\":383000},{\"disambiguation\":\"\",\"video\":false,\"title\":\"This is the End.\",\"id\":\"ed6c97c8-4b75-4999-b0b1-29e81387aea4\",\"first-release-date\":\"2017-02-03\",\"rating\":{\"votes-count\":0,\"value\":null},\"length\":174213},{\"length\":132000,\"id\":\"eecb9b1f-4aeb-4faf-b2f0-201d973c9542\",\"first-release-date\":\"2014-10-07\",\"title\":\"Lounge\",\"video\":false,\"disambiguation\":\"\",\"rating\":{\"votes-count\":0,\"value\":null}}],\"recording-count\":30,\"recording-offset\":0}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/event/eec75a81-8864-4cea-b8b4-e99cd08b29f1?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:37 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "686", + "X-RateLimit-Reset", + "1618477418", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"69efc4cfdf9446cba5d0e10690b59806\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"type\":\"Festival\",\"setlist\":\"\",\"type-id\":\"b6ded574-b592-3f0e-b56e-5b5f06aa0678\",\"life-span\":{\"ended\":true,\"begin\":\"2015-03-13\",\"end\":\"2015-03-22\"},\"rating\":{\"votes-count\":0,\"value\":null},\"cancelled\":false,\"id\":\"eec75a81-8864-4cea-b8b4-e99cd08b29f1\",\"time\":\"\",\"name\":\"SXSW 2015\",\"disambiguation\":\"\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/artist?work=8a25ce1e-8695-42c0-b668-8f0aa057c72b&inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:37 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "683", + "X-RateLimit-Reset", + "1618477418", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"1a0244cfbf4c966fd196a1e970635717\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"artist-count\":5,\"artist-offset\":0,\"artists\":[{\"id\":\"373faa02-74d7-4b1d-9b47-7574ad510f8d\",\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"life-span\":{\"ended\":false,\"begin\":\"2007\",\"end\":null},\"isnis\":[],\"gender-id\":null,\"disambiguation\":\"Swedish folk band\",\"begin_area\":{\"type\":null,\"id\":\"1127ddc2-eab3-4662-8718-6adbdeea3b10\",\"type-id\":null,\"sort-name\":\"Stockholm\",\"name\":\"Stockholm\",\"disambiguation\":\"\"},\"country\":\"SE\",\"rating\":{\"votes-count\":4,\"value\":4.25},\"sort-name\":\"First Aid Kit\",\"name\":\"First Aid Kit\",\"gender\":null,\"type\":\"Group\",\"ipis\":[],\"area\":{\"type\":null,\"name\":\"Sweden\",\"type-id\":null,\"id\":\"23d10872-f5ae-3f0c-bf55-332788a16ecb\",\"sort-name\":\"Sweden\",\"iso-3166-1-codes\":[\"SE\"],\"disambiguation\":\"\"},\"end_area\":null,\"begin-area\":{\"type\":null,\"id\":\"1127ddc2-eab3-4662-8718-6adbdeea3b10\",\"type-id\":null,\"sort-name\":\"Stockholm\",\"name\":\"Stockholm\",\"disambiguation\":\"\"},\"end-area\":null},{\"gender\":\"Male\",\"name\":\"Patrick Leonard\",\"sort-name\":\"Leonard, Patrick\",\"rating\":{\"votes-count\":0,\"value\":null},\"end-area\":null,\"begin-area\":{\"name\":\"Crystal Falls\",\"type-id\":null,\"id\":\"c763fbae-8c2c-4438-a700-a0c85107dd7f\",\"sort-name\":\"Crystal Falls\",\"type\":null,\"disambiguation\":\"\"},\"end_area\":null,\"area\":{\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null,\"sort-name\":\"United States\",\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\"},\"type\":\"Person\",\"ipis\":[\"00046214011\",\"00141746483\"],\"life-span\":{\"ended\":false,\"begin\":\"1956-03-14\",\"end\":null},\"id\":\"47f1c600-2372-45f9-a228-3e9bcf64a083\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"begin_area\":{\"name\":\"Crystal Falls\",\"type-id\":null,\"id\":\"c763fbae-8c2c-4438-a700-a0c85107dd7f\",\"sort-name\":\"Crystal Falls\",\"type\":null,\"disambiguation\":\"\"},\"country\":\"US\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"american producer, songwriter and pianist\",\"isnis\":[\"0000000079804773\"]},{\"isnis\":[\"0000000110273481\"],\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"\",\"country\":\"CA\",\"begin_area\":{\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"type-id\":null,\"sort-name\":\"Westmount\",\"name\":\"Westmount\",\"type\":null,\"disambiguation\":\"\"},\"id\":\"65314b12-0e08-43fa-ba33-baaa7b874c15\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"life-span\":{\"end\":\"2016-11-07\",\"ended\":true,\"begin\":\"1934-09-21\"},\"area\":{\"type-id\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"name\":\"Canada\",\"sort-name\":\"Canada\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"CA\"]},\"ipis\":[\"00006457004\"],\"type\":\"Person\",\"end_area\":{\"type-id\":null,\"id\":\"1f40c6e1-47ba-4e35-996f-fe6ee5840e62\",\"name\":\"Los Angeles\",\"sort-name\":\"Los Angeles\",\"type\":null,\"disambiguation\":\"\"},\"begin-area\":{\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"type-id\":null,\"sort-name\":\"Westmount\",\"name\":\"Westmount\",\"type\":null,\"disambiguation\":\"\"},\"end-area\":{\"type-id\":null,\"id\":\"1f40c6e1-47ba-4e35-996f-fe6ee5840e62\",\"name\":\"Los Angeles\",\"sort-name\":\"Los Angeles\",\"type\":null,\"disambiguation\":\"\"},\"name\":\"Leonard Cohen\",\"sort-name\":\"Cohen, Leonard\",\"rating\":{\"value\":4.65,\"votes-count\":12},\"gender\":\"Male\"},{\"life-span\":{\"begin\":null,\"ended\":false,\"end\":null},\"type-id\":null,\"id\":\"6b4ac0a9-0130-4908-a327-cefb284d60e1\",\"begin_area\":null,\"country\":null,\"isnis\":[],\"disambiguation\":\"\",\"gender-id\":null,\"gender\":null,\"rating\":{\"value\":null,\"votes-count\":0},\"name\":\"Nina Zanjani\",\"sort-name\":\"Zanjani, Nina\",\"begin-area\":null,\"end-area\":null,\"ipis\":[],\"type\":null,\"area\":null,\"end_area\":null},{\"end-area\":null,\"begin-area\":null,\"end_area\":null,\"type\":\"Person\",\"ipis\":[],\"area\":null,\"gender\":\"Female\",\"rating\":{\"value\":null,\"votes-count\":0},\"name\":\"Maia Hansson Bergqvist\",\"sort-name\":\"Hansson Bergqvist, Maia\",\"country\":null,\"begin_area\":null,\"gender-id\":\"93452b5a-a947-30c8-934f-6a4056b151c2\",\"disambiguation\":\"\",\"isnis\":[],\"life-span\":{\"ended\":false,\"begin\":null,\"end\":null},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"70574d4a-b5e4-4360-ad88-eaa1acc05e0d\"}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/release-group?inc=ratings&query=arid%3Ac8da2e40-bd28-4d4e-813a-bd2f51958ba8&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:42 GMT", + "Content-Type", + "application/json", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1072", + "X-RateLimit-Reset", + "1618477424", + "Last-Modified", + "Thu, 15 Apr 2021 09:03:04 GMT", + "ETag", + "\"ODE4ODg2MDAwMDAwMDAwMFNvbHI=\"", + "Vary", + "Accept-Encoding", + "X-Cache-Status", + "MISS", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"created\":\"2021-04-15T09:03:42.600Z\",\"count\":5,\"offset\":0,\"release-groups\":[{\"id\":\"14b8ff46-3b93-403b-9e35-018f02eb3a05\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"score\":100,\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"count\":1,\"title\":\"There's No Pressure\",\"first-release-date\":\"2017-02-03\",\"primary-type\":\"Album\",\"artist-credit\":[{\"name\":\"Lures\",\"artist\":{\"id\":\"c8da2e40-bd28-4d4e-813a-bd2f51958ba8\",\"name\":\"Lures\",\"sort-name\":\"Lures\",\"disambiguation\":\"Seattle trio\"}}],\"releases\":[{\"id\":\"5e23704d-8c93-4389-bd2a-affe3600ddde\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"There's No Pressure\",\"status\":\"Official\"}]},{\"id\":\"f86eb0a9-fd04-48c9-810b-1ba0b006e7b4\",\"type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"score\":100,\"primary-type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"count\":1,\"title\":\"Vacant\",\"first-release-date\":\"2013-10-22\",\"primary-type\":\"Single\",\"artist-credit\":[{\"name\":\"Lures\",\"artist\":{\"id\":\"c8da2e40-bd28-4d4e-813a-bd2f51958ba8\",\"name\":\"Lures\",\"sort-name\":\"Lures\",\"disambiguation\":\"Seattle trio\"}}],\"releases\":[{\"id\":\"797ad821-4dc3-486d-95bb-710d2bf049e4\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"Vacant\",\"status\":\"Official\"}]},{\"id\":\"25193cc2-b39a-4a55-9aa6-d1a0fa3ba858\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"score\":100,\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"count\":1,\"title\":\"Tape\",\"first-release-date\":\"2014-03-05\",\"primary-type\":\"Album\",\"artist-credit\":[{\"name\":\"Lures\",\"artist\":{\"id\":\"c8da2e40-bd28-4d4e-813a-bd2f51958ba8\",\"name\":\"Lures\",\"sort-name\":\"Lures\",\"disambiguation\":\"Seattle trio\"}}],\"releases\":[{\"id\":\"c57896e2-a378-4e96-a523-06bc382d1b14\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"Tape\",\"status\":\"Official\"}],\"tags\":[{\"count\":1,\"name\":\"rock\"},{\"count\":1,\"name\":\"pop\"}]},{\"id\":\"e37d2740-4503-4e3f-ab6d-e622a25e964d\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"score\":100,\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"count\":2,\"title\":\"Lures\",\"first-release-date\":\"2014-10-07\",\"primary-type\":\"Album\",\"artist-credit\":[{\"name\":\"Lures\",\"artist\":{\"id\":\"c8da2e40-bd28-4d4e-813a-bd2f51958ba8\",\"name\":\"Lures\",\"sort-name\":\"Lures\",\"disambiguation\":\"Seattle trio\"}}],\"releases\":[{\"id\":\"698adbcb-930d-45a2-939e-e24c6b3ce37c\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"Lures\",\"status\":\"Official\"},{\"id\":\"4743fd81-8b65-4e79-a844-7296c5af7e4a\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"Lures\",\"status\":\"Official\"}],\"tags\":[{\"count\":1,\"name\":\"rock\"},{\"count\":1,\"name\":\"pop\"}]},{\"id\":\"abd672ff-6c87-44b5-8606-5b763215cbe7\",\"type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"score\":100,\"primary-type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"count\":2,\"title\":\"Dizzy\",\"first-release-date\":\"2013-06-18\",\"primary-type\":\"Single\",\"artist-credit\":[{\"name\":\"Lures\",\"artist\":{\"id\":\"c8da2e40-bd28-4d4e-813a-bd2f51958ba8\",\"name\":\"Lures\",\"sort-name\":\"Lures\",\"disambiguation\":\"Seattle trio\"}}],\"releases\":[{\"id\":\"9e475ba6-4928-4b27-a0b2-7c933a0d2353\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"Dizzy\",\"status\":\"Official\"},{\"id\":\"37e9d433-2031-4a12-b0e7-71d9c6636337\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"Dizzy\",\"status\":\"Official\"}],\"tags\":[{\"count\":1,\"name\":\"rock\"},{\"count\":1,\"name\":\"pop\"}]}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label?inc=ratings&query=Fin+Records&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:42 GMT", + "Content-Type", + "application/json", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1071", + "X-RateLimit-Reset", + "1618477424", + "Last-Modified", + "Thu, 15 Apr 2021 08:47:38 GMT", + "ETag", + "\"NjQ2ZWEwMDAwMDAwMDAwMFNvbHI=\"", + "Vary", + "Accept-Encoding", + "X-Cache-Status", + "MISS", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"created\":\"2021-04-15T09:03:42.719Z\",\"count\":57410,\"offset\":0,\"labels\":[{\"id\":\"9d36ba13-e56a-47b7-9148-23f846374736\",\"score\":100,\"name\":\"Fin Records\",\"sort-name\":\"Fin Records\",\"life-span\":{\"begin\":\"2010\",\"end\":\"2014-07-22\",\"ended\":true}},{\"id\":\"70513ce9-894a-4488-9803-d4cbe9ccad04\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":80,\"name\":\"Silver Fin Records\",\"sort-name\":\"Silver Fin Records\",\"area\":{\"id\":\"29a709d8-0320-493e-8d0c-f2c386662b7f\",\"type\":\"City\",\"type-id\":\"6fd8f29a-3d0a-32fc-980d-ea697b69da78\",\"name\":\"Chicago\",\"sort-name\":\"Chicago\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1985\",\"end\":\"1990\",\"ended\":true}},{\"id\":\"34c7b9a8-361f-415b-9c62-52ce5bca9d0d\",\"score\":68,\"name\":\"Shark Fin Records Ltd.\",\"sort-name\":\"Shark Fin Records Ltd.\",\"life-span\":{\"ended\":null}},{\"id\":\"e1404b13-dc91-4d7e-ab05-932995207bc3\",\"score\":51,\"name\":\"Blu Fin\",\"sort-name\":\"Blu Fin\",\"country\":\"DE\",\"area\":{\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Germany\",\"sort-name\":\"Germany\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null}},{\"id\":\"d81c44d0-e486-4db4-b128-e070a2b720f0\",\"type\":\"Production\",\"type-id\":\"a2426aab-2dd4-339c-b47d-b4923a241678\",\"score\":43,\"name\":\"Fin de Siècle\",\"sort-name\":\"Fin de Siècle\",\"country\":\"FR\",\"area\":{\"id\":\"08310658-51eb-3801-80de-5a0739207115\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"France\",\"sort-name\":\"France\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"2011-01\",\"ended\":null}},{\"id\":\"600f2b3a-ca69-469b-b5fa-d7e926e55779\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":42,\"name\":\"Música Sin Fin\",\"sort-name\":\"Música Sin Fin\",\"country\":\"ES\",\"area\":{\"id\":\"471c46a7-afc5-31c4-923c-d0444f5053a4\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Spain\",\"sort-name\":\"Spain\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null}},{\"id\":\"c2c769a9-473a-44d2-a8ab-2048e91bbbd2\",\"score\":42,\"name\":\"Blue Fin Recordings\",\"sort-name\":\"Blue Fin Recordings\",\"life-span\":{\"ended\":null}},{\"id\":\"f736efca-c021-4c87-999d-82d47279f29e\",\"score\":41,\"name\":\"Fin du Monde Records\",\"sort-name\":\"Fin du Monde Records\",\"life-span\":{\"ended\":null}},{\"id\":\"156fa9e1-1385-41c5-9403-54effeeab69c\",\"type\":\"Production\",\"type-id\":\"a2426aab-2dd4-339c-b47d-b4923a241678\",\"score\":39,\"name\":\"Fin de Siècle Media\",\"sort-name\":\"Fin de Siècle Media\",\"country\":\"SE\",\"area\":{\"id\":\"23d10872-f5ae-3f0c-bf55-332788a16ecb\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Sweden\",\"sort-name\":\"Sweden\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null}},{\"id\":\"2b4025d3-8046-489e-a1eb-5adee4131e8e\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":38,\"name\":\"Finlandia Records\",\"sort-name\":\"Finlandia Records\",\"label-code\":1169,\"disambiguation\":\"classical music\",\"country\":\"FI\",\"area\":{\"id\":\"6a264f94-6ff1-30b1-9a81-41f7bfabd616\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Finland\",\"sort-name\":\"Finland\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1979\",\"ended\":null},\"aliases\":[{\"sort-name\":\"Findlandia Records\",\"name\":\"Findlandia Records\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":1,\"name\":\"classical\"}]},{\"id\":\"dd10cb9b-f1cd-4d9c-8b6c-1a5082fe6d43\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":38,\"name\":\"Big Finish Productions\",\"sort-name\":\"Big Finish Productions\",\"country\":\"GB\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1996\",\"ended\":null},\"aliases\":[{\"sort-name\":\"BF\",\"type-id\":\"829662f2-a781-3ec8-8b46-fbcea6196f81\",\"name\":\"BF\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Big Finish Productions\",\"type-id\":\"3a1a0c48-d885-3b89-87b2-9e8a483c5675\",\"name\":\"Big Finish Productions\",\"locale\":\"en\",\"type\":\"Label name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Big Finish\",\"type-id\":\"829662f2-a781-3ec8-8b46-fbcea6196f81\",\"name\":\"Big Finish\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"52825091-69b0-47bb-8b28-9612b69ddc21\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":36,\"name\":\"Warner Music Finland\",\"sort-name\":\"Warner Music Finland\",\"country\":\"FI\",\"area\":{\"id\":\"6a264f94-6ff1-30b1-9a81-41f7bfabd616\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Finland\",\"sort-name\":\"Finland\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1993\",\"ended\":null},\"aliases\":[{\"sort-name\":\"WM Finland\",\"name\":\"WM Finland\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"fbfe8cf0-7085-4c09-96b7-aa005131b1a3\",\"type\":\"Reissue Production\",\"type-id\":\"88ee6ae7-f413-3490-a1d2-54f6a9f0838c\",\"score\":36,\"name\":\"Definitive Records\",\"sort-name\":\"Definitive Records\",\"disambiguation\":\"jazz reissues\",\"life-span\":{\"ended\":null},\"aliases\":[{\"sort-name\":\"Definitive Records / Discoforme\",\"name\":\"Definitive Records / Discoforme\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Definitive Classics\",\"name\":\"Definitive Classics\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"9b4b2233-6ef8-455f-9abc-2bacc68dba4b\",\"score\":36,\"name\":\"La Fin du Monde\",\"sort-name\":\"La Fin du Monde\",\"country\":\"FR\",\"area\":{\"id\":\"08310658-51eb-3801-80de-5a0739207115\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"France\",\"sort-name\":\"France\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null}},{\"id\":\"8e2866e7-2df9-4193-886f-f5b9ae52009c\",\"type\":\"Production\",\"type-id\":\"a2426aab-2dd4-339c-b47d-b4923a241678\",\"score\":35,\"name\":\"Finders Keepers\",\"sort-name\":\"Finders Keepers\",\"country\":\"GB\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null},\"aliases\":[{\"sort-name\":\"Finders Keepers Records\",\"name\":\"Finders Keepers Records\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"caa7d1f9-c37d-4550-a8d9-6fd78ed7047b\",\"score\":35,\"name\":\"Griffin Music\",\"sort-name\":\"Griffin Music\",\"disambiguation\":\"US label\",\"country\":\"US\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"United States\",\"sort-name\":\"United States\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null},\"aliases\":[{\"sort-name\":\"Griffin Records\",\"name\":\"Griffin Records\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"4c418bbc-9e5a-442f-876c-eb40126b772d\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":35,\"name\":\"EMI Finland\",\"sort-name\":\"EMI Finland\",\"country\":\"FI\",\"area\":{\"id\":\"6a264f94-6ff1-30b1-9a81-41f7bfabd616\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Finland\",\"sort-name\":\"Finland\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1972\",\"ended\":null},\"aliases\":[{\"sort-name\":\"Oy EMI Finland Ab\",\"name\":\"Oy EMI Finland Ab\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"EMI Music Finland\",\"name\":\"EMI Music Finland\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"7bbb7278-2af1-4f17-9cf3-5c90a1b4c4f2\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":34,\"name\":\"Infinity\",\"sort-name\":\"Infinity\",\"disambiguation\":\"Australian, division of Festival Records\",\"country\":\"AU\",\"area\":{\"id\":\"106e0bec-b638-3b37-b731-f53d507dc00e\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Australia\",\"sort-name\":\"Australia\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null},\"aliases\":[{\"sort-name\":\"Infinity Records\",\"name\":\"Infinity Records\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"1de42bd6-00c7-4c8a-b4bc-b6b6d4b0baef\",\"type\":\"Publisher\",\"type-id\":\"e9ad53b0-e3d0-3885-a10b-8193d501338c\",\"score\":34,\"name\":\"Fin de Siècle Musique\",\"sort-name\":\"Fin de Siècle Musique\",\"ipis\":[\"00125641983\"],\"disambiguation\":\"US work publisher\",\"country\":\"US\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"United States\",\"sort-name\":\"United States\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null}},{\"id\":\"995428e7-81b6-41dd-bd38-5a7a0ece8ad6\",\"type\":\"Imprint\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"score\":34,\"name\":\"Mercury Records\",\"sort-name\":\"Mercury Records\",\"label-code\":268,\"disambiguation\":\"or just “Mercury”. A UMG imprint, do not use it for ©/℗ credits\",\"country\":\"XW\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1945\",\"ended\":null},\"aliases\":[{\"sort-name\":\"Mercury NZ\",\"name\":\"Mercury NZ\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records\",\"name\":\"Mercury Records\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records BV\",\"name\":\"Mercury Records BV\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records (Belgium)\",\"name\":\"Mercury Records (Belgium)\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records Ltd.\",\"name\":\"Mercury Records Ltd.\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records (Australia)\",\"name\":\"Mercury Records (Australia)\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury US\",\"name\":\"Mercury US\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records B.V.\",\"name\":\"Mercury Records B.V.\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records (Norway)\",\"name\":\"Mercury Records (Norway)\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury (Universal)\",\"name\":\"Mercury (Universal)\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records (Europe)\",\"name\":\"Mercury Records (Europe)\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records (Germany)\",\"name\":\"Mercury Records (Germany)\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records (Canada)\",\"name\":\"Mercury Records (Canada)\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records (Finland)\",\"name\":\"Mercury Records (Finland)\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records (New Zealand)\",\"name\":\"Mercury Records (New Zealand)\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records (Japan)\",\"name\":\"Mercury Records (Japan)\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records Limited\",\"name\":\"Mercury Records Limited\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury\",\"name\":\"Mercury\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":0,\"name\":\"pop\"},{\"count\":0,\"name\":\"folk\"},{\"count\":0,\"name\":\"francophone\"},{\"count\":0,\"name\":\"chanson française\"},{\"count\":0,\"name\":\"hip hop\"},{\"count\":0,\"name\":\"indie\"},{\"count\":0,\"name\":\"indie pop\"},{\"count\":0,\"name\":\"chanson\"},{\"count\":0,\"name\":\"label by lytron\"},{\"count\":0,\"name\":\"rap rock\"}]},{\"id\":\"d4ecac47-05f2-4ad1-8324-2aa56d461b0e\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":33,\"name\":\"fine.\",\"sort-name\":\"fine.\",\"label-code\":144,\"disambiguation\":\"London and Berlin-based sublabel of Four Music\",\"country\":\"DE\",\"area\":{\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Germany\",\"sort-name\":\"Germany\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null},\"aliases\":[{\"sort-name\":\"Fine Records\",\"name\":\"Fine Records\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Fine.\",\"name\":\"Fine.\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"b2fc8bdc-1b49-4c08-aadf-cdf12775461f\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":33,\"name\":\"Finnlevy\",\"sort-name\":\"Finnlevy\",\"country\":\"FI\",\"area\":{\"id\":\"6a264f94-6ff1-30b1-9a81-41f7bfabd616\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Finland\",\"sort-name\":\"Finland\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1965\",\"end\":\"1993\",\"ended\":true},\"aliases\":[{\"sort-name\":\"Fazer Finnlevy\",\"name\":\"Fazer Finnlevy\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"cd19e1f8-1c5f-4723-9fa3-d3def765bf4b\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":33,\"name\":\"Edel Records Finland\",\"sort-name\":\"Edel Records Finland\",\"country\":\"FI\",\"area\":{\"id\":\"6a264f94-6ff1-30b1-9a81-41f7bfabd616\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Finland\",\"sort-name\":\"Finland\",\"life-span\":{\"ended\":null}},\"life-span\":{\"end\":\"2010\",\"ended\":true}},{\"id\":\"b5f51b6d-3304-459f-9c03-9a71a87a6877\",\"score\":33,\"name\":\"Redefinition Records\",\"sort-name\":\"Redefinition Records\",\"area\":{\"id\":\"a36544c1-cb40-4f44-9e0e-7a5a69e403a8\",\"type\":\"Subdivision\",\"type-id\":\"fd3d44c5-80a1-3842-9745-2c4972d35afa\",\"name\":\"New Jersey\",\"sort-name\":\"New Jersey\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null}},{\"id\":\"e2a13cfb-82e3-4d87-89ef-3eb6c15bef52\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":33,\"name\":\"Hype Records\",\"sort-name\":\"Hype Records\",\"disambiguation\":\"Finland\",\"country\":\"FI\",\"area\":{\"id\":\"6a264f94-6ff1-30b1-9a81-41f7bfabd616\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Finland\",\"sort-name\":\"Finland\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"2003\",\"ended\":null},\"aliases\":[{\"sort-name\":\"Hype Records Finland\",\"name\":\"Hype Records Finland\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/release-group/f86eb0a9-fd04-48c9-810b-1ba0b006e7b4?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:42 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "974", + "X-RateLimit-Reset", + "1618477424", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"eeac1af21c27cb0794472cee064e9485\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"disambiguation\":\"\",\"secondary-types\":[],\"first-release-date\":\"2013-10-22\",\"secondary-type-ids\":[],\"rating\":{\"votes-count\":0,\"value\":null},\"primary-type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"id\":\"f86eb0a9-fd04-48c9-810b-1ba0b006e7b4\",\"primary-type\":\"Single\",\"title\":\"Vacant\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/release-group/25193cc2-b39a-4a55-9aa6-d1a0fa3ba858?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:42 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "975", + "X-RateLimit-Reset", + "1618477424", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"ad418f24d1c8412141ae0635b61c2d75\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"disambiguation\":\"\",\"rating\":{\"votes-count\":0,\"value\":null},\"id\":\"25193cc2-b39a-4a55-9aa6-d1a0fa3ba858\",\"first-release-date\":\"2014-03-05\",\"secondary-types\":[],\"primary-type\":\"Album\",\"title\":\"Tape\",\"secondary-type-ids\":[],\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/release-group/14b8ff46-3b93-403b-9e35-018f02eb3a05?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:42 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "979", + "X-RateLimit-Reset", + "1618477424", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"1bc10340731adab4f3cfa8c7799ff406\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"rating\":{\"value\":null,\"votes-count\":0},\"disambiguation\":\"\",\"first-release-date\":\"2017-02-03\",\"id\":\"14b8ff46-3b93-403b-9e35-018f02eb3a05\",\"secondary-type-ids\":[],\"title\":\"There's No Pressure\",\"secondary-types\":[],\"primary-type\":\"Album\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/release-group/e37d2740-4503-4e3f-ab6d-e622a25e964d?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:48 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "590", + "X-RateLimit-Reset", + "1618477428", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"474dabb3cf35adb916db576e41273300\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"secondary-types\":[],\"first-release-date\":\"2014-10-07\",\"disambiguation\":\"\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"id\":\"e37d2740-4503-4e3f-ab6d-e622a25e964d\",\"secondary-type-ids\":[],\"primary-type\":\"Album\",\"rating\":{\"votes-count\":1,\"value\":4},\"title\":\"Lures\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/70513ce9-894a-4488-9803-d4cbe9ccad04?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:48 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "589", + "X-RateLimit-Reset", + "1618477428", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"bab96252e1a89cb457eb1c798e936177\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"name\":\"Silver Fin Records\",\"country\":null,\"rating\":{\"votes-count\":0,\"value\":null},\"area\":{\"name\":\"Chicago\",\"type\":null,\"sort-name\":\"Chicago\",\"type-id\":null,\"id\":\"29a709d8-0320-493e-8d0c-f2c386662b7f\",\"disambiguation\":\"\"},\"label-code\":null,\"id\":\"70513ce9-894a-4488-9803-d4cbe9ccad04\",\"disambiguation\":\"\",\"type\":\"Original Production\",\"life-span\":{\"end\":\"1990\",\"ended\":true,\"begin\":\"1985\"},\"sort-name\":\"Silver Fin Records\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"isnis\":[],\"ipis\":[]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/34c7b9a8-361f-415b-9c62-52ce5bca9d0d?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:48 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "592", + "X-RateLimit-Reset", + "1618477428", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"7b0972cb065efefc25af73e238c2b99d\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"type-id\":null,\"sort-name\":\"Shark Fin Records Ltd.\",\"name\":\"Shark Fin Records Ltd.\",\"id\":\"34c7b9a8-361f-415b-9c62-52ce5bca9d0d\",\"rating\":{\"value\":null,\"votes-count\":0},\"life-span\":{\"ended\":false,\"begin\":null,\"end\":null},\"label-code\":null,\"disambiguation\":\"\",\"area\":null,\"ipis\":[],\"type\":null,\"isnis\":[],\"country\":null}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/release-group/abd672ff-6c87-44b5-8606-5b763215cbe7?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:48 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "585", + "X-RateLimit-Reset", + "1618477428", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"af205ad617bdc6994bd7ea97d44534d9\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"secondary-type-ids\":[],\"first-release-date\":\"2013-06-18\",\"disambiguation\":\"\",\"secondary-types\":[],\"title\":\"Dizzy\",\"primary-type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"id\":\"abd672ff-6c87-44b5-8606-5b763215cbe7\",\"rating\":{\"value\":5,\"votes-count\":1},\"primary-type\":\"Single\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/9d36ba13-e56a-47b7-9148-23f846374736?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:48 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "588", + "X-RateLimit-Reset", + "1618477428", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"723937abf0b9130f1c9ed8920243f30d\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"name\":\"Fin Records\",\"disambiguation\":\"\",\"isnis\":[],\"rating\":{\"votes-count\":1,\"value\":5},\"country\":null,\"life-span\":{\"ended\":true,\"end\":\"2014-07-22\",\"begin\":\"2010\"},\"ipis\":[],\"id\":\"9d36ba13-e56a-47b7-9148-23f846374736\",\"area\":null,\"type\":null,\"label-code\":null,\"sort-name\":\"Fin Records\",\"type-id\":null}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/d81c44d0-e486-4db4-b128-e070a2b720f0?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:53 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "761", + "X-RateLimit-Reset", + "1618477434", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"ab01b7fa78716cbff2506a50962482be\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"country\":\"FR\",\"ipis\":[],\"area\":{\"iso-3166-1-codes\":[\"FR\"],\"type\":null,\"name\":\"France\",\"type-id\":null,\"sort-name\":\"France\",\"id\":\"08310658-51eb-3801-80de-5a0739207115\",\"disambiguation\":\"\"},\"type\":\"Production\",\"rating\":{\"votes-count\":0,\"value\":null},\"sort-name\":\"Fin de Siècle\",\"isnis\":[],\"type-id\":\"a2426aab-2dd4-339c-b47d-b4923a241678\",\"name\":\"Fin de Siècle\",\"label-code\":null,\"disambiguation\":\"\",\"id\":\"d81c44d0-e486-4db4-b128-e070a2b720f0\",\"life-span\":{\"begin\":\"2011-01\",\"end\":null,\"ended\":false}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/f736efca-c021-4c87-999d-82d47279f29e?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:53 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "756", + "X-RateLimit-Reset", + "1618477434", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"a572cdecfee40f71e59ed7cb27f5a64b\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"rating\":{\"votes-count\":0,\"value\":null},\"country\":null,\"name\":\"Fin du Monde Records\",\"disambiguation\":\"\",\"id\":\"f736efca-c021-4c87-999d-82d47279f29e\",\"label-code\":null,\"area\":null,\"isnis\":[],\"type-id\":null,\"life-span\":{\"begin\":null,\"ended\":false,\"end\":null},\"sort-name\":\"Fin du Monde Records\",\"type\":null,\"ipis\":[]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/e1404b13-dc91-4d7e-ab05-932995207bc3?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:53 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "754", + "X-RateLimit-Reset", + "1618477434", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"bc7ce4c24e653f3f971992a37639eecb\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Germany\",\"sort-name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"type\":null,\"iso-3166-1-codes\":[\"DE\"]},\"sort-name\":\"Blu Fin\",\"isnis\":[],\"type\":null,\"ipis\":[],\"id\":\"e1404b13-dc91-4d7e-ab05-932995207bc3\",\"country\":\"DE\",\"name\":\"Blu Fin\",\"label-code\":null,\"life-span\":{\"ended\":false,\"begin\":null,\"end\":null},\"disambiguation\":\"\",\"type-id\":null,\"rating\":{\"votes-count\":0,\"value\":null}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/600f2b3a-ca69-469b-b5fa-d7e926e55779?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:53 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "755", + "X-RateLimit-Reset", + "1618477434", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"e228803e86fcbbce87ea25289f0d38d7\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"area\":{\"type-id\":null,\"id\":\"471c46a7-afc5-31c4-923c-d0444f5053a4\",\"iso-3166-1-codes\":[\"ES\"],\"name\":\"Spain\",\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Spain\"},\"name\":\"Música Sin Fin\",\"id\":\"600f2b3a-ca69-469b-b5fa-d7e926e55779\",\"country\":\"ES\",\"sort-name\":\"Música Sin Fin\",\"label-code\":null,\"type\":\"Original Production\",\"isnis\":[],\"ipis\":[],\"rating\":{\"value\":null,\"votes-count\":0},\"disambiguation\":\"\",\"life-span\":{\"end\":null,\"ended\":false,\"begin\":null},\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/c2c769a9-473a-44d2-a8ab-2048e91bbbd2?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:53 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "749", + "X-RateLimit-Reset", + "1618477434", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"307ca2e3f71fbb5254d86a8e261fa459\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"isnis\":[],\"label-code\":null,\"type\":null,\"sort-name\":\"Blue Fin Recordings\",\"life-span\":{\"begin\":null,\"ended\":false,\"end\":null},\"type-id\":null,\"disambiguation\":\"\",\"rating\":{\"value\":null,\"votes-count\":0},\"ipis\":[],\"area\":null,\"country\":null,\"id\":\"c2c769a9-473a-44d2-a8ab-2048e91bbbd2\",\"name\":\"Blue Fin Recordings\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/2b4025d3-8046-489e-a1eb-5adee4131e8e?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:59 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "989", + "X-RateLimit-Reset", + "1618477440", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"c72843a00544f954211afceb4109efe2\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"FI\"],\"id\":\"6a264f94-6ff1-30b1-9a81-41f7bfabd616\",\"name\":\"Finland\",\"sort-name\":\"Finland\",\"type\":null},\"disambiguation\":\"classical music\",\"ipis\":[],\"name\":\"Finlandia Records\",\"id\":\"2b4025d3-8046-489e-a1eb-5adee4131e8e\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"isnis\":[],\"life-span\":{\"begin\":\"1979\",\"ended\":false,\"end\":null},\"type\":\"Original Production\",\"sort-name\":\"Finlandia Records\",\"label-code\":1169,\"country\":\"FI\",\"rating\":{\"value\":null,\"votes-count\":0}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/fbfe8cf0-7085-4c09-96b7-aa005131b1a3?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:59 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "992", + "X-RateLimit-Reset", + "1618477440", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"bb1cf3a757eac269f845fe1da4044b9d\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"fbfe8cf0-7085-4c09-96b7-aa005131b1a3\",\"type-id\":\"88ee6ae7-f413-3490-a1d2-54f6a9f0838c\",\"sort-name\":\"Definitive Records\",\"name\":\"Definitive Records\",\"rating\":{\"votes-count\":0,\"value\":null},\"life-span\":{\"begin\":null,\"ended\":false,\"end\":null},\"area\":null,\"ipis\":[],\"type\":\"Reissue Production\",\"isnis\":[],\"disambiguation\":\"jazz reissues\",\"label-code\":null,\"country\":null}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/52825091-69b0-47bb-8b28-9612b69ddc21?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:59 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "990", + "X-RateLimit-Reset", + "1618477440", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"d279895bc2cddbf7cc9f4c0f79b32a27\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"isnis\":[],\"label-code\":null,\"type\":\"Original Production\",\"sort-name\":\"Warner Music Finland\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"life-span\":{\"end\":null,\"begin\":\"1993\",\"ended\":false},\"disambiguation\":\"\",\"rating\":{\"value\":null,\"votes-count\":0},\"ipis\":[],\"area\":{\"iso-3166-1-codes\":[\"FI\"],\"id\":\"6a264f94-6ff1-30b1-9a81-41f7bfabd616\",\"type-id\":null,\"name\":\"Finland\",\"disambiguation\":\"\",\"sort-name\":\"Finland\",\"type\":null},\"id\":\"52825091-69b0-47bb-8b28-9612b69ddc21\",\"country\":\"FI\",\"name\":\"Warner Music Finland\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/dd10cb9b-f1cd-4d9c-8b6c-1a5082fe6d43?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:59 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "987", + "X-RateLimit-Reset", + "1618477440", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"e714b5ce0b889a5bd602b2c238dfa675\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"life-span\":{\"begin\":\"1996\",\"ended\":false,\"end\":null},\"rating\":{\"votes-count\":0,\"value\":null},\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"name\":\"Big Finish Productions\",\"id\":\"dd10cb9b-f1cd-4d9c-8b6c-1a5082fe6d43\",\"sort-name\":\"Big Finish Productions\",\"country\":\"GB\",\"label-code\":null,\"disambiguation\":\"\",\"isnis\":[],\"type\":\"Original Production\",\"ipis\":[],\"area\":{\"type-id\":null,\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"]}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/156fa9e1-1385-41c5-9403-54effeeab69c?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:59 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "988", + "X-RateLimit-Reset", + "1618477440", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"100f0bfd065e2e2282d8141b302478a6\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"disambiguation\":\"\",\"rating\":{\"value\":null,\"votes-count\":0},\"ipis\":[],\"life-span\":{\"ended\":false,\"begin\":null,\"end\":null},\"type-id\":\"a2426aab-2dd4-339c-b47d-b4923a241678\",\"type\":\"Production\",\"label-code\":null,\"sort-name\":\"Fin de Siècle Media\",\"isnis\":[],\"name\":\"Fin de Siècle Media\",\"country\":\"SE\",\"id\":\"156fa9e1-1385-41c5-9403-54effeeab69c\",\"area\":{\"sort-name\":\"Sweden\",\"type\":null,\"name\":\"Sweden\",\"disambiguation\":\"\",\"id\":\"23d10872-f5ae-3f0c-bf55-332788a16ecb\",\"iso-3166-1-codes\":[\"SE\"],\"type-id\":null}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/7bbb7278-2af1-4f17-9cf3-5c90a1b4c4f2?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:04 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1118", + "X-RateLimit-Reset", + "1618477446", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"8bd330ea6faf1405be9129e69b93b3e1\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"name\":\"Infinity\",\"country\":\"AU\",\"id\":\"7bbb7278-2af1-4f17-9cf3-5c90a1b4c4f2\",\"area\":{\"sort-name\":\"Australia\",\"type\":null,\"id\":\"106e0bec-b638-3b37-b731-f53d507dc00e\",\"iso-3166-1-codes\":[\"AU\"],\"type-id\":null,\"name\":\"Australia\",\"disambiguation\":\"\"},\"disambiguation\":\"Australian, division of Festival Records\",\"ipis\":[],\"rating\":{\"value\":null,\"votes-count\":0},\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"life-span\":{\"ended\":false,\"begin\":null,\"end\":null},\"label-code\":null,\"type\":\"Original Production\",\"sort-name\":\"Infinity\",\"isnis\":[]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/8e2866e7-2df9-4193-886f-f5b9ae52009c?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:04 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1117", + "X-RateLimit-Reset", + "1618477446", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"b36575cbf8d467c8331fd9f5c199f0b4\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"disambiguation\":\"\",\"id\":\"8e2866e7-2df9-4193-886f-f5b9ae52009c\",\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"GB\"],\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"type\":null,\"disambiguation\":\"\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"},\"label-code\":null,\"rating\":{\"value\":5,\"votes-count\":1},\"country\":\"GB\",\"name\":\"Finders Keepers\",\"ipis\":[],\"isnis\":[],\"type-id\":\"a2426aab-2dd4-339c-b47d-b4923a241678\",\"sort-name\":\"Finders Keepers\",\"life-span\":{\"end\":null,\"ended\":false,\"begin\":null},\"type\":\"Production\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/9b4b2233-6ef8-455f-9abc-2bacc68dba4b?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:04 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1110", + "X-RateLimit-Reset", + "1618477446", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"2b5a9494f4c68f838380874e974e5802\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"FR\"],\"disambiguation\":\"\",\"id\":\"08310658-51eb-3801-80de-5a0739207115\",\"name\":\"France\",\"sort-name\":\"France\",\"type\":null},\"disambiguation\":\"\",\"ipis\":[],\"name\":\"La Fin du Monde\",\"id\":\"9b4b2233-6ef8-455f-9abc-2bacc68dba4b\",\"isnis\":[],\"life-span\":{\"end\":null,\"ended\":false,\"begin\":null},\"type-id\":null,\"rating\":{\"votes-count\":0,\"value\":null},\"country\":\"FR\",\"sort-name\":\"La Fin du Monde\",\"type\":null,\"label-code\":null}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/caa7d1f9-c37d-4550-a8d9-6fd78ed7047b?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:04 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1114", + "X-RateLimit-Reset", + "1618477446", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"b07e5b3fc3d6b6281020695645c7f68a\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"rating\":{\"votes-count\":0,\"value\":null},\"type-id\":null,\"id\":\"caa7d1f9-c37d-4550-a8d9-6fd78ed7047b\",\"sort-name\":\"Griffin Music\",\"name\":\"Griffin Music\",\"life-span\":{\"begin\":null,\"ended\":false,\"end\":null},\"type\":null,\"isnis\":[],\"ipis\":[],\"area\":{\"type-id\":null,\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"]},\"disambiguation\":\"US label\",\"label-code\":null,\"country\":\"US\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/4c418bbc-9e5a-442f-876c-eb40126b772d?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:04 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1092", + "X-RateLimit-Reset", + "1618477446", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"fed41a851add8b20fc58a87da64142cc\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"life-span\":{\"end\":null,\"begin\":\"1972\",\"ended\":false},\"rating\":{\"value\":null,\"votes-count\":0},\"id\":\"4c418bbc-9e5a-442f-876c-eb40126b772d\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"sort-name\":\"EMI Finland\",\"name\":\"EMI Finland\",\"country\":\"FI\",\"ipis\":[],\"type\":\"Original Production\",\"isnis\":[],\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"FI\"],\"type-id\":null,\"id\":\"6a264f94-6ff1-30b1-9a81-41f7bfabd616\",\"sort-name\":\"Finland\",\"name\":\"Finland\",\"type\":null},\"disambiguation\":\"\",\"label-code\":null}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/d4ecac47-05f2-4ad1-8324-2aa56d461b0e?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:10 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "637", + "X-RateLimit-Reset", + "1618477450", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"f5ca706b6c31400dd372ab84ea126df5\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"area\":{\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"type\":null,\"sort-name\":\"Germany\",\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"]},\"disambiguation\":\"London and Berlin-based sublabel of Four Music\",\"ipis\":[],\"name\":\"fine.\",\"id\":\"d4ecac47-05f2-4ad1-8324-2aa56d461b0e\",\"isnis\":[],\"life-span\":{\"end\":null,\"ended\":false,\"begin\":null},\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"country\":\"DE\",\"rating\":{\"votes-count\":0,\"value\":null},\"label-code\":144,\"type\":\"Original Production\",\"sort-name\":\"fine.\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/995428e7-81b6-41dd-bd38-5a7a0ece8ad6?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:10 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "639", + "X-RateLimit-Reset", + "1618477450", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"c598fe6570389faaa5784b59c509fde3\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"995428e7-81b6-41dd-bd38-5a7a0ece8ad6\",\"country\":\"XW\",\"name\":\"Mercury Records\",\"area\":{\"sort-name\":\"[Worldwide]\",\"type\":null,\"iso-3166-1-codes\":[\"XW\"],\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"type-id\":null,\"name\":\"[Worldwide]\",\"disambiguation\":\"\"},\"life-span\":{\"end\":null,\"ended\":false,\"begin\":\"1945\"},\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"ipis\":[],\"rating\":{\"votes-count\":0,\"value\":null},\"disambiguation\":\"or just “Mercury”. A UMG imprint, do not use it for ©/℗ credits\",\"isnis\":[],\"sort-name\":\"Mercury Records\",\"type\":\"Imprint\",\"label-code\":268}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/cd19e1f8-1c5f-4723-9fa3-d3def765bf4b?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:10 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "640", + "X-RateLimit-Reset", + "1618477450", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"5a0c6c06a4042bb67059ae2f330167a2\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"country\":\"FI\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"FI\"],\"id\":\"6a264f94-6ff1-30b1-9a81-41f7bfabd616\",\"type-id\":null,\"sort-name\":\"Finland\",\"name\":\"Finland\",\"type\":null},\"type\":\"Original Production\",\"ipis\":[],\"isnis\":[],\"disambiguation\":\"\",\"label-code\":null,\"life-span\":{\"begin\":null,\"ended\":true,\"end\":\"2010\"},\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"name\":\"Edel Records Finland\",\"id\":\"cd19e1f8-1c5f-4723-9fa3-d3def765bf4b\",\"sort-name\":\"Edel Records Finland\",\"rating\":{\"votes-count\":0,\"value\":null}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/b2fc8bdc-1b49-4c08-aadf-cdf12775461f?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:10 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "636", + "X-RateLimit-Reset", + "1618477450", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"2567d0f467d00d9e0a87a5b1be329d39\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"country\":\"FI\",\"label-code\":null,\"disambiguation\":\"\",\"type\":\"Original Production\",\"ipis\":[],\"isnis\":[],\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"FI\"],\"sort-name\":\"Finland\",\"type-id\":null,\"id\":\"6a264f94-6ff1-30b1-9a81-41f7bfabd616\",\"name\":\"Finland\",\"type\":null},\"life-span\":{\"begin\":\"1965\",\"ended\":true,\"end\":\"1993\"},\"rating\":{\"votes-count\":0,\"value\":null},\"name\":\"Finnlevy\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"sort-name\":\"Finnlevy\",\"id\":\"b2fc8bdc-1b49-4c08-aadf-cdf12775461f\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/1de42bd6-00c7-4c8a-b4bc-b6b6d4b0baef?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:10 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "638", + "X-RateLimit-Reset", + "1618477450", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"e464befb4288a882d00c25495afbd630\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"isnis\":[],\"type\":\"Publisher\",\"ipis\":[\"00125641983\"],\"area\":{\"type\":null,\"sort-name\":\"United States\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\"},\"disambiguation\":\"US work publisher\",\"label-code\":null,\"country\":\"US\",\"rating\":{\"votes-count\":0,\"value\":null},\"type-id\":\"e9ad53b0-e3d0-3885-a10b-8193d501338c\",\"name\":\"Fin de Siècle Musique\",\"id\":\"1de42bd6-00c7-4c8a-b4bc-b6b6d4b0baef\",\"sort-name\":\"Fin de Siècle Musique\",\"life-span\":{\"end\":null,\"ended\":false,\"begin\":null}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/b5f51b6d-3304-459f-9c03-9a71a87a6877?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:15 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "704", + "X-RateLimit-Reset", + "1618477456", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"a30d7234a8f6770f84e8c71e310762ff\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"country\":null,\"type\":null,\"ipis\":[],\"isnis\":[],\"area\":{\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"a36544c1-cb40-4f44-9e0e-7a5a69e403a8\",\"sort-name\":\"New Jersey\",\"name\":\"New Jersey\",\"iso-3166-2-codes\":[\"US-NJ\"]},\"label-code\":null,\"disambiguation\":\"\",\"life-span\":{\"ended\":false,\"begin\":null,\"end\":null},\"rating\":{\"value\":null,\"votes-count\":0},\"type-id\":null,\"id\":\"b5f51b6d-3304-459f-9c03-9a71a87a6877\",\"name\":\"Redefinition Records\",\"sort-name\":\"Redefinition Records\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/e2a13cfb-82e3-4d87-89ef-3eb6c15bef52?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:15 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "699", + "X-RateLimit-Reset", + "1618477456", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"8c4e4fa33e17999a14a35bdfeec46bfe\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"life-span\":{\"end\":null,\"begin\":\"2003\",\"ended\":false},\"name\":\"Hype Records\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"sort-name\":\"Hype Records\",\"id\":\"e2a13cfb-82e3-4d87-89ef-3eb6c15bef52\",\"rating\":{\"votes-count\":0,\"value\":null},\"country\":\"FI\",\"area\":{\"type\":null,\"type-id\":null,\"sort-name\":\"Finland\",\"id\":\"6a264f94-6ff1-30b1-9a81-41f7bfabd616\",\"name\":\"Finland\",\"iso-3166-1-codes\":[\"FI\"],\"disambiguation\":\"\"},\"type\":\"Original Production\",\"ipis\":[],\"isnis\":[],\"disambiguation\":\"Finland\",\"label-code\":null}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "supports deeply nested queries", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/label?limit=1&query=Apple+Records&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:02:52 GMT", + "Content-Type", + "application/json", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1101", + "X-RateLimit-Reset", + "1618477374", + "Last-Modified", + "Thu, 15 Apr 2021 08:47:38 GMT", + "ETag", + "\"Y2M2ZWEwMDAwMDAwMDAwMFNvbHI=\"", + "Vary", + "Accept-Encoding", + "X-Cache-Status", + "MISS", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"created\":\"2021-04-15T09:02:52.371Z\",\"count\":56957,\"offset\":0,\"labels\":[{\"id\":\"cf7fc5cf-e011-4ef4-b511-cd0188537910\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":100,\"name\":\"Apple Records\",\"sort-name\":\"Apple Records\",\"label-code\":1074,\"country\":\"GB\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1968\",\"ended\":null},\"aliases\":[{\"sort-name\":\"Apple\",\"name\":\"Apple\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":1,\"name\":\"badfinger\"}]}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/release?label=cf7fc5cf-e011-4ef4-b511-cd0188537910&limit=1&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:02:52 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "897", + "X-RateLimit-Reset", + "1618477374", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"e4cd4fd4ed606792c9ec5cd5bc9ea9d2\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"release-count\":806,\"releases\":[{\"quality\":\"normal\",\"cover-art-archive\":{\"front\":false,\"back\":false,\"artwork\":true,\"darkened\":false,\"count\":2},\"title\":\"Those Were the Days\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"barcode\":null,\"asin\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"1968-08-26\",\"area\":{\"iso-3166-1-codes\":[\"CA\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"name\":\"Canada\",\"sort-name\":\"Canada\"}}],\"packaging\":\"Cardboard/Paper Sleeve\",\"id\":\"8aeb6be9-743f-456e-a576-1476f53f756f\",\"status\":\"Official\",\"country\":\"CA\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"\",\"date\":\"1968-08-26\"}],\"release-offset\":0}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/artist?release=8aeb6be9-743f-456e-a576-1476f53f756f&inc=artist-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:02:53 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "763", + "X-RateLimit-Reset", + "1618477374", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"8b077f920dea97484b70bf5644e4fbb5\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"artist-count\":1,\"artist-offset\":0,\"artists\":[{\"gender\":\"Female\",\"name\":\"Mary Hopkin\",\"sort-name\":\"Hopkin, Mary\",\"end-area\":null,\"begin-area\":{\"disambiguation\":\"\",\"type\":null,\"id\":\"26f3c05e-55dc-4a6c-a8e7-035aff018f74\",\"type-id\":null,\"sort-name\":\"Pontardawe\",\"name\":\"Pontardawe\"},\"end_area\":null,\"area\":{\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\",\"type\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\"},\"type\":\"Person\",\"ipis\":[],\"life-span\":{\"ended\":false,\"begin\":\"1950-05-03\",\"end\":null},\"id\":\"f6596571-9ce2-4d79-8e92-fa8cfc181b91\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"begin_area\":{\"disambiguation\":\"\",\"type\":null,\"id\":\"26f3c05e-55dc-4a6c-a8e7-035aff018f74\",\"type-id\":null,\"sort-name\":\"Pontardawe\",\"name\":\"Pontardawe\"},\"country\":\"GB\",\"relations\":[{\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{},\"begin\":\"1971\",\"attribute-values\":{},\"artist\":{\"disambiguation\":\"\",\"type\":\"Person\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"sort-name\":\"Visconti, Tony\",\"id\":\"9472e6e4-3e13-430a-900d-6f075720a5c6\",\"name\":\"Tony Visconti\"},\"source-credit\":\"\",\"ended\":true,\"type\":\"married\",\"target-credit\":\"\",\"end\":\"1981\",\"target-type\":\"artist\",\"type-id\":\"b2bf7a5d-2da6-4742-baf4-e38d8a7ad029\"},{\"artist\":{\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"name\":\"Sundance\",\"id\":\"1b8debd6-ef8f-4437-9d97-321d8dad4bee\",\"sort-name\":\"Sundance\",\"type\":\"Group\",\"disambiguation\":\"UK pop group of early 80s\"},\"source-credit\":\"\",\"type\":\"member of band\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"type-id\":\"5be4c609-9afa-4ea0-910b-12ffb71e3821\",\"target-type\":\"artist\",\"end\":null,\"target-credit\":\"\"},{\"artist\":{\"name\":\"Jessica Lee Morgan\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"7f7bc689-c745-4b17-859f-e96297dc0b87\",\"sort-name\":\"Morgan, Jessica Lee\",\"type\":\"Person\",\"disambiguation\":\"\"},\"source-credit\":\"\",\"type\":\"parent\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\",\"type-id\":\"9421ca84-934f-49fe-9e66-dea242430406\",\"target-type\":\"artist\",\"end\":null,\"target-credit\":\"\"},{\"type-id\":\"9421ca84-934f-49fe-9e66-dea242430406\",\"target-type\":\"artist\",\"end\":null,\"target-credit\":\"\",\"artist\":{\"disambiguation\":\"\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"name\":\"Morgan Visconti\",\"id\":\"5542f87a-3b97-4dca-b29f-19c85b21f665\",\"sort-name\":\"Visconti, Morgan\",\"type\":\"Person\"},\"type\":\"parent\",\"source-credit\":\"\",\"ended\":false,\"attribute-values\":{},\"begin\":null,\"attribute-ids\":{},\"attributes\":[],\"direction\":\"forward\"}],\"gender-id\":\"93452b5a-a947-30c8-934f-6a4056b151c2\",\"disambiguation\":\"\",\"isnis\":[\"0000000078391516\"]}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "throws an error if given a malformed MBID", + [ + ] + ], + [ + "throws an error if given a malformed resource URL", + [ + ] + ], + [ + "throws an error if looking up a URL without an argument", + [ + ] + ], + [ + "work ISWCs use the ISWC scalar", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/work/ef7d0814-da6a-32f5-a600-ff81cffd1aed?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:10 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Content-Length", + "238", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1024", + "X-RateLimit-Reset", + "1618477392", + "Server", + "Plack::Handler::Starlet", + "ETag", + "\"1c12d81f295fc5683646c6a4d82bcd07\"", + "Location", + "http://musicbrainz.org/ws/2/work/895da07b-9d85-3f03-b1c5-0ea2bd8bb959?fmt=json", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": { + "attributes": [ + ], + "disambiguation": "", + "id": "895da07b-9d85-3f03-b1c5-0ea2bd8bb959", + "iswcs": [ + "T-900.755.682-3" + ], + "language": "mul", + "languages": [ + "eng", + "fra" + ], + "title": "The Partisan", + "type": "Song", + "type-id": "f061270a-2fd6-32f1-a641-f0f8676d14e6" + }, + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 301 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/work/895da07b-9d85-3f03-b1c5-0ea2bd8bb959?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:11 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Content-Length", + "238", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "913", + "X-RateLimit-Reset", + "1618477392", + "Server", + "Plack::Handler::Starlet", + "ETag", + "\"14d408d41366091d16c1cee4edc68d62\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": { + "attributes": [ + ], + "disambiguation": "", + "id": "895da07b-9d85-3f03-b1c5-0ea2bd8bb959", + "iswcs": [ + "T-900.755.682-3" + ], + "language": "mul", + "languages": [ + "eng", + "fra" + ], + "title": "The Partisan", + "type": "Song", + "type-id": "f061270a-2fd6-32f1-a641-f0f8676d14e6" + }, + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "works can be browsed by ISWC", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/iswc/T-900.755.682-3?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:03:26 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "648", + "X-RateLimit-Reset", + "1618477406", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"dcea7dfdb5aef7bb798144516685bbf5\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"work-offset\":0,\"works\":[{\"attributes\":[],\"languages\":[\"eng\",\"fra\"],\"title\":\"The Partisan\",\"language\":\"mul\",\"id\":\"895da07b-9d85-3f03-b1c5-0ea2bd8bb959\",\"type\":\"Song\",\"type-id\":\"f061270a-2fd6-32f1-a641-f0f8676d14e6\",\"iswcs\":[\"T-900.755.682-3\"],\"disambiguation\":\"\"}],\"work-count\":1}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ] +] diff --git a/test/fixtures/bb45b9cceba8f0e6f31f18ee670ecb7b b/test/fixtures/bb45b9cceba8f0e6f31f18ee670ecb7b deleted file mode 100644 index 70e40a4..0000000 --- a/test/fixtures/bb45b9cceba8f0e6f31f18ee670ecb7b +++ /dev/null @@ -1 +0,0 @@ -{"type-id":"7aaa37fe-2def-3476-b359-80245850062d","name":"Hardly Art","sort-name":"Hardly Art","type":"Original Production","ipis":[],"id":"0cf56645-50ec-4411-aeb6-c9f4ce0f8edb","isnis":[],"country":null,"label-code":null,"disambiguation":"","life-span":{"end":null,"ended":false,"begin":"2007-03-09"},"area":{"name":"Seattle","sort-name":"Seattle","disambiguation":"","id":"10adc6b5-63bf-4b4e-993e-ed83b05c22fc"}} \ No newline at end of file diff --git a/test/fixtures/bb45b9cceba8f0e6f31f18ee670ecb7b.headers b/test/fixtures/bb45b9cceba8f0e6f31f18ee670ecb7b.headers deleted file mode 100644 index c357017..0000000 --- a/test/fixtures/bb45b9cceba8f0e6f31f18ee670ecb7b.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:17 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "783", - "x-ratelimit-reset": "1537138637", - "server": "Plack::Handler::Starlet", - "etag": "W/\"81897eb5b6124e01bc36da46f4d47759\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/0cf56645-50ec-4411-aeb6-c9f4ce0f8edb?fmt=json", - "time": 350, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/be14b8e0fa4d1830a0ebe40a016ca6e2 b/test/fixtures/be14b8e0fa4d1830a0ebe40a016ca6e2 deleted file mode 100644 index c82e534..0000000 --- a/test/fixtures/be14b8e0fa4d1830a0ebe40a016ca6e2 +++ /dev/null @@ -1 +0,0 @@ -{"type":"String instrument","disambiguation":"","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","name":"baritone guitar","id":"31c3f6cc-d49c-4d63-8b85-576a545d33f2","relations":[{"ended":false,"target-credit":"","type":"wikidata","begin":null,"direction":"forward","attribute-values":{},"type-id":"1486fccd-cf59-35e4-9399-b50e2b255877","source-credit":"","end":null,"target-type":"url","url":{"resource":"https://www.wikidata.org/wiki/Q64038","id":"ea009ce3-6189-47dd-bc2e-b57d64562ee8"},"attributes":[]}],"description":""} \ No newline at end of file diff --git a/test/fixtures/be14b8e0fa4d1830a0ebe40a016ca6e2.headers b/test/fixtures/be14b8e0fa4d1830a0ebe40a016ca6e2.headers deleted file mode 100644 index 7f2c3f2..0000000 --- a/test/fixtures/be14b8e0fa4d1830a0ebe40a016ca6e2.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:28 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1177", - "x-ratelimit-reset": "1537138649", - "server": "Plack::Handler::Starlet", - "etag": "W/\"eceb7adfb72c7171c1cc69548ab0860b\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/instrument/31c3f6cc-d49c-4d63-8b85-576a545d33f2?inc=url-rels&fmt=json", - "time": 384, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/c1db4dc6ce9581a6fb82f326ef7a72f6 b/test/fixtures/c1db4dc6ce9581a6fb82f326ef7a72f6 deleted file mode 100644 index 50ea477..0000000 --- a/test/fixtures/c1db4dc6ce9581a6fb82f326ef7a72f6 +++ /dev/null @@ -1 +0,0 @@ -{"name":"tenor guitar","relations":[{"type-id":"1486fccd-cf59-35e4-9399-b50e2b255877","url":{"resource":"https://www.wikidata.org/wiki/Q963150","id":"20fb4320-bc41-4bf7-a0d4-15671f7d4499"},"begin":null,"type":"wikidata","target-type":"url","end":null,"target-credit":"","ended":false,"direction":"forward","attribute-values":{},"source-credit":"","attributes":[]}],"description":"Slightly smaller, four-string version of the steel-string acoustic guitar or electric guitar","type":"String instrument","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","disambiguation":"","id":"a1baa57d-6ab4-461e-89df-448d6fd2c597"} \ No newline at end of file diff --git a/test/fixtures/c1db4dc6ce9581a6fb82f326ef7a72f6.headers b/test/fixtures/c1db4dc6ce9581a6fb82f326ef7a72f6.headers deleted file mode 100644 index d78d6d0..0000000 --- a/test/fixtures/c1db4dc6ce9581a6fb82f326ef7a72f6.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:17 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "929", - "x-ratelimit-reset": "1537138637", - "server": "Plack::Handler::Starlet", - "etag": "W/\"061cfbeacd00c29134a254b9fe197ded\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/instrument/a1baa57d-6ab4-461e-89df-448d6fd2c597?inc=url-rels&fmt=json", - "time": 374, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/c3211588134d80d9447ef9f05e02690b b/test/fixtures/c3211588134d80d9447ef9f05e02690b deleted file mode 100644 index bdf44a8..0000000 --- a/test/fixtures/c3211588134d80d9447ef9f05e02690b +++ /dev/null @@ -1,859 +0,0 @@ -{ - "name": "Nirvana", - "mbid_id": "5b11f4ce-a62d-471e-81fc-a69a8278c7da", - "albums": { - "1b022e01-4da6-387b-8658-8678046e4cef": { - "albumcover": [ - { - "id": "108827", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/nevermind-52c6e60d5190b.jpg", - "likes": "18" - }, - { - "id": "216998", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/nevermind-58f897c80f1ec.jpg", - "likes": "4" - }, - { - "id": "180265", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/nevermind-560e773e2a6f1.jpg", - "likes": "2" - }, - { - "id": "228681", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/nevermind-59f3c9e86fbf9.jpg", - "likes": "1" - }, - { - "id": "239329", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/nevermind-5ad1316ce94c6.jpg", - "likes": "1" - } - ], - "cdart": [ - { - "id": "98134", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/nevermind-5232416c46820.png", - "likes": "3", - "disc": "1", - "size": "1000" - }, - { - "id": "151696", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/nevermind-54dc81f99db92.png", - "likes": "2", - "disc": "1", - "size": "1000" - }, - { - "id": "151697", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/nevermind-54dc820d0ca6c.png", - "likes": "2", - "disc": "2", - "size": "1000" - }, - { - "id": "217594", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/nevermind-5902f22a97916.png", - "likes": "2", - "disc": "1", - "size": "1000" - } - ] - }, - "2a0981fb-9593-3019-864b-ce934d97a16e": { - "albumcover": [ - { - "id": "108826", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/in-utero-52c6e60d5138b.jpg", - "likes": "12" - }, - { - "id": "182936", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/in-utero-563fb597773dd.jpg", - "likes": "5" - }, - { - "id": "103008", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/in-utero-5272a0936ce89.jpg", - "likes": "2" - }, - { - "id": "228680", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/in-utero-59f3c9e86b10e.jpg", - "likes": "1" - }, - { - "id": "220573", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/in-utero-593b55941a7c2.jpg", - "likes": "1" - }, - { - "id": "239328", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/in-utero-5ad1316ce4e51.jpg", - "likes": "1" - } - ], - "cdart": [ - { - "id": "43687", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/in-utero-500832178245d.png", - "likes": "2", - "disc": "1", - "size": "1000" - } - ] - }, - "e9674d41-d94b-344a-89f5-734736853d5f": { - "albumcover": [ - { - "id": "197788", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/sliver-the-best-of-the-box-576ad3a08bb91.jpg", - "likes": "6" - } - ], - "cdart": [ - { - "id": "178224", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/sliver-the-best-of-the-box-55f3a18b73cbb.png", - "likes": "2", - "disc": "1", - "size": "1000" - } - ] - }, - "6ec384a4-ae4b-32d3-a1c3-8e9370369dac": { - "cdart": [ - { - "id": "178061", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/from-the-muddy-banks-of-the-wishkah-55f0a062055e7.png", - "likes": "4", - "disc": "1", - "size": "1000" - }, - { - "id": "18703", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/from-the-muddy-banks-of-the-wishkah-4f209b282875c.png", - "likes": "0", - "disc": "1", - "size": "450" - } - ], - "albumcover": [ - { - "id": "221064", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/from-the-muddy-banks-of-the-wishkah-59494848cfdab.jpg", - "likes": "1" - } - ] - }, - "5ab32af4-c62e-3cbf-aa8c-c761581d3b94": { - "cdart": [ - { - "id": "31386", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/nirvana-4fb56d94552e7.png", - "likes": "4", - "disc": "1", - "size": "1000" - } - ], - "albumcover": [ - { - "id": "98109", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/nirvana-5231b23465513.jpg", - "likes": "3" - }, - { - "id": "216032", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/nirvana-58e0bc8b8e2db.jpg", - "likes": "0" - } - ] - }, - "8277f24b-53be-3a87-9d0e-c98678b96e97": { - "albumcover": [ - { - "id": "42442", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/all-apologies-500116c5b212a.jpg", - "likes": "4" - } - ], - "cdart": [ - { - "id": "42327", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/all-apologies-5000240bd2a0e.png", - "likes": "2", - "disc": "1", - "size": "1000" - } - ] - }, - "03345972-d2f8-36bb-b49a-03a9ceccb7a7": { - "albumcover": [ - { - "id": "180941", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/smells-like-teen-spirit-5615cbaa49b1d.jpg", - "likes": "4" - }, - { - "id": "98132", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/smells-like-teen-spirit-52323eff66117.jpg", - "likes": "3" - }, - { - "id": "98183", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/smells-like-teen-spirit-5233262885911.jpg", - "likes": "3" - } - ], - "cdart": [ - { - "id": "42758", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/smells-like-teen-spirit-5002b440057b9.png", - "likes": "2", - "disc": "1", - "size": "1000" - } - ] - }, - "5cc5dc44-8860-462e-8aa5-2cf9b71af237": { - "cdart": [ - { - "id": "178203", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/icon-55f34860b3c5b.png", - "likes": "3", - "disc": "1", - "size": "1000" - } - ], - "albumcover": [ - { - "id": "91820", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/icon-51f8984492fb6.jpg", - "likes": "2" - } - ] - }, - "f1afec0b-26dd-3db5-9aa1-c91229a74a24": { - "cdart": [ - { - "id": "129127", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/bleach-53ba2369e9cf8.png", - "likes": "3", - "disc": "1", - "size": "1000" - } - ], - "albumcover": [ - { - "id": "216031", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/bleach-58e0ba7761f8a.jpg", - "likes": "3" - }, - { - "id": "162204", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/bleach-55479ba703c93.jpg", - "likes": "2" - } - ] - }, - "d4d28ec1-220a-327c-93c5-ae006be43598": { - "albumcover": [ - { - "id": "87664", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/with-the-lights-out-51ca8f54ae66f.jpg", - "likes": "3" - }, - { - "id": "239335", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/with-the-lights-out-5ad13464a5a46.jpg", - "likes": "3" - }, - { - "id": "193006", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/with-the-lights-out-5701312e78f81.jpg", - "likes": "3" - } - ], - "cdart": [ - { - "id": "121734", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/with-the-lights-out-536d0ed6e0e70.png", - "likes": "2", - "disc": "1", - "size": "1000" - }, - { - "id": "121735", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/with-the-lights-out-536d0f166766e.png", - "likes": "2", - "disc": "2", - "size": "1000" - }, - { - "id": "121736", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/with-the-lights-out-536d0f3cb7450.png", - "likes": "2", - "disc": "3", - "size": "1000" - } - ] - }, - "48f5d526-0fa6-4ca6-ac59-9b2cf9ef464f": { - "albumcover": [ - { - "id": "91772", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/live-at-reading-51f872e551bc4.jpg", - "likes": "3" - } - ], - "cdart": [ - { - "id": "149480", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/live-at-reading-54c9f93fe43ea.png", - "likes": "2", - "disc": "1", - "size": "1000" - } - ] - }, - "6970c348-86ce-3902-bee3-d2ebabc2643d": { - "albumcover": [ - { - "id": "98182", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/come-as-you-are-52332627f273d.jpg", - "likes": "3" - }, - { - "id": "219058", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/come-as-you-are-591ba6e8668e8.jpg", - "likes": "2" - } - ], - "cdart": [ - { - "id": "42328", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/come-as-you-are-5000240bd58ee.png", - "likes": "2", - "disc": "1", - "size": "1000" - } - ] - }, - "625fae47-5587-3fda-bbb2-88c5f7a1f8a0": { - "albumcover": [ - { - "id": "120247", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/pennyroyal-tea-536151f7f1df1.jpg", - "likes": "3" - } - ] - }, - "c01d417b-0e34-3723-9ebe-87de4620080c": { - "albumcover": [ - { - "id": "42436", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/sliver-50010daa0cfa4.jpg", - "likes": "3" - }, - { - "id": "220470", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/sliver-593858fa0347e.jpg", - "likes": "2" - } - ], - "cdart": [ - { - "id": "42860", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/sliver-5003160320ead.png", - "likes": "2", - "disc": "1", - "size": "1000" - } - ] - }, - "5d8050da-e5c9-3a1b-9e39-0a73620218c0": { - "albumcover": [ - { - "id": "42443", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/in-bloom-500116c5b295b.jpg", - "likes": "3" - } - ], - "cdart": [ - { - "id": "42330", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/in-bloom-5000240bd6884.png", - "likes": "2", - "disc": "1", - "size": "1000" - } - ] - }, - "fb3770f6-83fb-32b7-85c4-1f522a92287e": { - "cdart": [ - { - "id": "234226", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/mtv-unplugged-in-new-york-5a601462a5aae.png", - "likes": "3", - "disc": "1", - "size": "1000" - }, - { - "id": "151692", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/mtv-unplugged-in-new-york-54dc7ca20cd6b.png", - "likes": "2", - "disc": "1", - "size": "1000" - }, - { - "id": "151701", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/mtv-unplugged-in-new-york-54dc88681dd2c.png", - "likes": "2", - "disc": "2", - "size": "1000" - }, - { - "id": "15065", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/mtv-unplugged-in-new-york-4edab5d933500.png", - "likes": "1", - "disc": "1", - "size": "1000" - } - ], - "albumcover": [ - { - "id": "221065", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/mtv-unplugged-in-new-york-5949485e55c8a.jpg", - "likes": "2" - } - ] - }, - "8cf53089-743c-3c3f-9a80-5cd5f396dfeb": { - "albumcover": [ - { - "id": "220421", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/puss--oh-the-guilt-593788168ec21.jpg", - "likes": "2" - } - ] - }, - "01cf1391-141b-3c87-8650-45ade6e59070": { - "albumcover": [ - { - "id": "202248", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/incesticide-57dc839d1d9a8.jpg", - "likes": "2" - }, - { - "id": "219057", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/incesticide-591ba6a8477aa.jpg", - "likes": "2" - } - ], - "cdart": [ - { - "id": "43134", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/incesticide-5004663932de9.png", - "likes": "2", - "disc": "1", - "size": "1000" - } - ] - }, - "f4704ade-d0d8-3015-a9f9-a4972df288fc": { - "cdart": [ - { - "id": "42762", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/blew-5002bc90d9ed8.png", - "likes": "2", - "disc": "1", - "size": "1000" - } - ], - "albumcover": [ - { - "id": "42529", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/blew-500187cb75c4d.jpg", - "likes": "2" - } - ] - }, - "4fcc5ec2-d177-396b-b810-9439031b3c3a": { - "albumcover": [ - { - "id": "82448", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/hormoaning-5194d056d1b07.jpg", - "likes": "2" - }, - { - "id": "178032", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/hormoaning-55f029921390c.jpg", - "likes": "2" - } - ], - "cdart": [ - { - "id": "178222", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/hormoaning-55f38ad238897.png", - "likes": "2", - "disc": "1", - "size": "1000" - } - ] - }, - "57447544-1ec9-3af5-83fe-f90a6902e078": { - "cdart": [ - { - "id": "42329", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/heart-shaped-box-5000240bd60d9.png", - "likes": "2", - "disc": "1", - "size": "1000" - } - ], - "albumcover": [ - { - "id": "43136", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/heart-shaped-box-500466a5a39da.jpg", - "likes": "2" - } - ] - }, - "be95ba52-8a66-3769-82ad-b5024e993ad7": { - "albumcover": [ - { - "id": "42432", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/lithium-50010838e7dd6.jpg", - "likes": "2" - } - ], - "cdart": [ - { - "id": "42867", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/cdart/lithium-500318d1c5ce6.png", - "likes": "1", - "disc": "1", - "size": "1000" - } - ] - }, - "047498aa-031c-492f-b727-959a38215cd6": { - "albumcover": [ - { - "id": "238299", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/best-of-live-on-air-1987-5ac05bd6c54e7.jpg", - "likes": "2" - } - ] - }, - "40f18565-ab15-3a93-8a9a-4ed6be9a112e": { - "albumcover": [ - { - "id": "220420", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/here-she-comes-now--venus-in-furs-593781224dfa8.jpg", - "likes": "1" - } - ] - }, - "9a8abacc-c152-3280-bb0b-3536d64a922d": { - "albumcover": [ - { - "id": "220422", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/singles-59378abd4fbfb.jpg", - "likes": "1" - } - ] - }, - "9d9c2e25-b206-39b6-b830-e78bdaddafa0": { - "albumcover": [ - { - "id": "220488", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/about-a-girl-59387af47cd6b.jpg", - "likes": "1" - } - ] - }, - "8c22577f-aaea-3973-9d27-20731751e088": { - "albumcover": [ - { - "id": "220489", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/candy--mollys-lips-59388529a07c1.jpg", - "likes": "1" - } - ] - }, - "06b5973d-7c9b-4b7b-b21d-3e74aef891e6": { - "albumcover": [ - { - "id": "228682", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/feels-like-the-first-time-broadcasts-1992-93-59f3ca4ec1f1c.jpg", - "likes": "1" - } - ] - }, - "f12e9382-7d56-4a07-8893-b0a44b288312": { - "albumcover": [ - { - "id": "228683", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/nevermind-the-singles-59f3cb87055a9.jpg", - "likes": "1" - } - ] - }, - "04f53329-d0d0-3b0d-856a-1e2cbcde0e69": { - "albumcover": [ - { - "id": "220252", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/love-buzz-5933705944aec.jpg", - "likes": "1" - } - ] - }, - "c171986d-83d9-4659-9644-ce9dc2b30836": { - "albumcover": [ - { - "id": "220575", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/live-and-loud-593b5a6731295.jpg", - "likes": "1" - } - ] - }, - "603761e1-7d54-41d3-b56b-f012a449f163": { - "albumcover": [ - { - "id": "238295", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/complete-live-on-kaos-fm-1987-5ac05bbe0832a.jpg", - "likes": "1" - } - ] - }, - "f33bb8e2-e486-49fc-8fbc-7ba1c4026d86": { - "albumcover": [ - { - "id": "238296", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/halloween-seattle-91-5ac05bbe0d8d7.jpg", - "likes": "1" - } - ] - }, - "d6a584b3-1b33-4fc4-9bb3-d6043fee0249": { - "albumcover": [ - { - "id": "238297", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/hollywood-rock-festival-rio-de-janeiro-brazil-january-23rd-1-5ac05bbe14e55.jpg", - "likes": "1" - } - ] - }, - "918e4eec-ca80-4da8-8457-9fd5a040db80": { - "albumcover": [ - { - "id": "238298", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/in-bloom-collection-5ac05bbe18c4c.jpg", - "likes": "1" - } - ] - }, - "ba441e41-cb0f-30cb-9310-b4824747ed83": { - "albumcover": [ - { - "id": "239326", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/1991-12-28-pat-obrien-pavilion-del-mar-fairgrounds-del-mar-c-5ad1316cd72a8.jpg", - "likes": "1" - }, - { - "id": "239333", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/1991-12-28-pat-obrien-pavilion-del-mar-fairgrounds-del-mar-c-5ad13408cb662.jpg", - "likes": "1" - } - ] - }, - "c60c349f-7c4c-4fbf-8392-3c6ec66310bb": { - "albumcover": [ - { - "id": "239327", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/broadcasts-5ad1316ce06f0.jpg", - "likes": "1" - } - ] - }, - "9f707838-be3b-43ae-ad6b-af2a7bec8c88": { - "albumcover": [ - { - "id": "239330", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/the-very-best-of-nirvana-broadcasting-live-the-radio-vaults--5ad1316ceccb9.jpg", - "likes": "1" - } - ] - }, - "1f40117c-68b2-4cb6-bc5d-2eba13bcc6ef": { - "albumcover": [ - { - "id": "239331", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/the-very-best-of-nirvana-broadcasting-live-the-radio-vaults--5ad1316cf142f.jpg", - "likes": "1" - } - ] - }, - "0c97b39f-85b4-4420-a422-09c152cd2d84": { - "albumcover": [ - { - "id": "220498", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/albumcover/transmission-impossible-5938d9c2e73de.jpg", - "likes": "0" - } - ] - } - }, - "artistbackground": [ - { - "id": "2539", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-4ddaf131354a8.jpg", - "likes": "9" - }, - { - "id": "99990", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-524daf0607406.jpg", - "likes": "8" - }, - { - "id": "108996", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-52c91734c39dd.jpg", - "likes": "8" - }, - { - "id": "42530", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-500187e32be79.jpg", - "likes": "4" - }, - { - "id": "4153", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-4de90b913b2a1.jpg", - "likes": "4" - }, - { - "id": "190330", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-56d0287053099.jpg", - "likes": "4" - }, - { - "id": "190331", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-56d02870536ef.jpg", - "likes": "4" - }, - { - "id": "151698", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-54dc843050470.jpg", - "likes": "4" - }, - { - "id": "99991", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-524daf0607e44.jpg", - "likes": "4" - }, - { - "id": "108997", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-52c917ac71459.jpg", - "likes": "4" - }, - { - "id": "172578", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-55baa96c8c47f.jpg", - "likes": "3" - }, - { - "id": "151699", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-54dc845f81d1b.jpg", - "likes": "3" - }, - { - "id": "146472", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistbackground/nirvana-54ac79e578054.jpg", - "likes": "1" - } - ], - "hdmusiclogo": [ - { - "id": "101686", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-5261733fe6c60.png", - "likes": "6" - }, - { - "id": "81480", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-518a696cda12f.png", - "likes": "5" - }, - { - "id": "81521", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-518ada7d98805.png", - "likes": "5" - }, - { - "id": "181150", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-561900ee87f11.png", - "likes": "4" - }, - { - "id": "81479", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-518a696c1ab0b.png", - "likes": "3" - }, - { - "id": "181149", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-561900db6b999.png", - "likes": "2" - }, - { - "id": "181151", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-5619010106ffb.png", - "likes": "2" - }, - { - "id": "217621", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/hdmusiclogo/nirvana-59039625adb45.png", - "likes": "1" - } - ], - "artistthumb": [ - { - "id": "31455", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistthumb/nirvana-4fb61ff40a15a.jpg", - "likes": "5" - }, - { - "id": "31456", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistthumb/nirvana-4fb6205204d6e.jpg", - "likes": "4" - }, - { - "id": "77828", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistthumb/nirvana-515ddb61b444b.jpg", - "likes": "3" - }, - { - "id": "31454", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/artistthumb/nirvana-4fb61fd2f3204.jpg", - "likes": "3" - } - ], - "musiclogo": [ - { - "id": "8957", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/musiclogo/nirvana-4e4b9bc06dcc4.png", - "likes": "5" - } - ], - "musicbanner": [ - { - "id": "218845", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/musicbanner/nirvana-591789a12da78.jpg", - "likes": "4" - }, - { - "id": "78008", - "url": "https://assets.fanart.tv/fanart/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da/musicbanner/nirvana-515f7e1a6f50b.jpg", - "likes": "3" - } - ] -} \ No newline at end of file diff --git a/test/fixtures/c3211588134d80d9447ef9f05e02690b.headers b/test/fixtures/c3211588134d80d9447ef9f05e02690b.headers deleted file mode 100644 index 3c36f53..0000000 --- a/test/fixtures/c3211588134d80d9447ef9f05e02690b.headers +++ /dev/null @@ -1,23 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "server": "nginx/1.10.1 (Ubuntu)", - "date": "Sun, 16 Sep 2018 23:01:46 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "vary": "Accept-Encoding", - "access-control-allow-origin": "*" - }, - "url": "http://webservice.fanart.tv:80/v3/music/5b11f4ce-a62d-471e-81fc-a69a8278c7da?api_key=d9e25d5beda1027a1674c1585882309e", - "time": 317, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "webservice.fanart.tv", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/c3f018d52bbfaaee75abdbfaf0f71f31 b/test/fixtures/c3f018d52bbfaaee75abdbfaf0f71f31 deleted file mode 100644 index a510126..0000000 --- a/test/fixtures/c3f018d52bbfaaee75abdbfaf0f71f31 +++ /dev/null @@ -1 +0,0 @@ -{"name":"Sony BMG Latin","disambiguation":"DO NOT USE! very likely invalid, see annotations","isnis":[],"type-id":null,"type":null,"relations":[],"area":null,"ipis":[],"country":null,"life-span":{"begin":null,"end":null,"ended":false},"sort-name":"Sony BMG Latin","id":"3135aac7-9ead-425f-8c5a-b0f2b1281ed0","label-code":null} \ No newline at end of file diff --git a/test/fixtures/c3f018d52bbfaaee75abdbfaf0f71f31.headers b/test/fixtures/c3f018d52bbfaaee75abdbfaf0f71f31.headers deleted file mode 100644 index 4e26dc3..0000000 --- a/test/fixtures/c3f018d52bbfaaee75abdbfaf0f71f31.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:18 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "794", - "x-ratelimit-reset": "1537138758", - "server": "Plack::Handler::Starlet", - "etag": "W/\"38e6908fe931562a56b9bf924831d757\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/3135aac7-9ead-425f-8c5a-b0f2b1281ed0?inc=url-rels&fmt=json", - "time": 387, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/c56d5d6b85a51b438326d2678b236afe b/test/fixtures/c56d5d6b85a51b438326d2678b236afe deleted file mode 100644 index 808ae4f..0000000 --- a/test/fixtures/c56d5d6b85a51b438326d2678b236afe +++ /dev/null @@ -1 +0,0 @@ -{"label-code":null,"type":"Original Production","country":null,"name":"Silver Fin Records","rating":{"votes-count":0,"value":null},"disambiguation":"","ipis":[],"life-span":{"end":"1990","begin":"1985","ended":true},"area":{"disambiguation":"","sort-name":"Chicago","name":"Chicago","id":"29a709d8-0320-493e-8d0c-f2c386662b7f"},"id":"70513ce9-894a-4488-9803-d4cbe9ccad04","sort-name":"Silver Fin Records","isnis":[],"type-id":"7aaa37fe-2def-3476-b359-80245850062d"} \ No newline at end of file diff --git a/test/fixtures/c56d5d6b85a51b438326d2678b236afe.headers b/test/fixtures/c56d5d6b85a51b438326d2678b236afe.headers deleted file mode 100644 index d8bb708..0000000 --- a/test/fixtures/c56d5d6b85a51b438326d2678b236afe.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:46 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1165", - "x-ratelimit-reset": "1537138728", - "server": "Plack::Handler::Starlet", - "etag": "W/\"6a4db413c28c23ca18a309d030377c25\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/70513ce9-894a-4488-9803-d4cbe9ccad04?inc=ratings&fmt=json", - "time": 361, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/c7c9fd40e14262c634d1c06a962af78f b/test/fixtures/c7c9fd40e14262c634d1c06a962af78f deleted file mode 100644 index dcd0b79..0000000 --- a/test/fixtures/c7c9fd40e14262c634d1c06a962af78f +++ /dev/null @@ -1 +0,0 @@ -{"id":"10cb2ebd-1bc7-4c11-b10d-54f60c421d20","sort-name":"Wisconsin","life-span":{"ended":false,"end":null,"begin":null},"relations":[{"area":{"name":"Florence County","disambiguation":"","id":"027622fb-db5d-4137-984a-bcafa80e540c","sort-name":"Florence County"},"begin":null,"attribute-values":{},"end":null,"target-credit":"","source-credit":"","direction":"forward","attributes":[],"target-type":"area","type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","ended":false},{"end":null,"attribute-values":{},"area":{"sort-name":"Waukesha County","id":"02f8b06c-488c-431d-a8be-7400b0997162","disambiguation":"","name":"Waukesha County"},"begin":null,"direction":"forward","target-credit":"","source-credit":"","target-type":"area","attributes":[],"ended":false,"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of"},{"target-type":"area","attributes":[],"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","ended":false,"end":null,"area":{"name":"Oconto County","disambiguation":"","sort-name":"Oconto County","id":"041e9733-bfc8-4974-bdc4-84fac1e1f62d"},"begin":null,"attribute-values":{},"direction":"forward","source-credit":"","target-credit":""},{"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","ended":false,"attributes":[],"target-type":"area","source-credit":"","target-credit":"","direction":"forward","begin":null,"area":{"sort-name":"Marathon County","id":"0699662a-1abb-473a-96b1-7d8b6f18a159","name":"Marathon County","disambiguation":""},"attribute-values":{},"end":null},{"target-credit":"","source-credit":"","direction":"forward","attribute-values":{},"begin":null,"area":{"disambiguation":"","name":"Lafayette County","sort-name":"Lafayette County","id":"0e5cc026-10f7-4f8f-aeeb-4eb78d039e50"},"end":null,"ended":false,"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","attributes":[],"target-type":"area"},{"attributes":[],"target-type":"area","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","ended":false,"area":{"name":"Taylor County","disambiguation":"","id":"13e8e391-3236-4c79-8f9a-017aad69fb0c","sort-name":"Taylor County"},"begin":null,"attribute-values":{},"end":null,"target-credit":"","source-credit":"","direction":"forward"},{"direction":"forward","target-credit":"","source-credit":"","end":null,"attribute-values":{},"begin":null,"area":{"sort-name":"Chippewa County","id":"142a0c7c-fceb-4f74-b7d8-f9ae4c0402e0","disambiguation":"","name":"Chippewa County"},"ended":false,"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","target-type":"area","attributes":[]},{"end":null,"attribute-values":{},"area":{"name":"Washburn County","disambiguation":"","sort-name":"Washburn County","id":"146b3ea3-4fd9-42ab-b1b0-d0fafe23870d"},"begin":null,"direction":"forward","source-credit":"","target-credit":"","target-type":"area","attributes":[],"ended":false,"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of"},{"target-type":"area","attributes":[],"ended":false,"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","end":null,"attribute-values":{},"begin":null,"area":{"disambiguation":"","name":"Clark County","sort-name":"Clark County","id":"1581758f-63fd-4035-971b-8b9d4e7b53aa"},"direction":"forward","source-credit":"","target-credit":""},{"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","ended":false,"attributes":[],"target-type":"area","target-credit":"","source-credit":"","direction":"forward","begin":null,"area":{"name":"Columbia County","disambiguation":"","sort-name":"Columbia County","id":"1bc726d6-16ba-4ceb-87bd-d796b60b6270"},"attribute-values":{},"end":null},{"attribute-values":{},"begin":null,"area":{"name":"Kenosha County","disambiguation":"","sort-name":"Kenosha County","id":"24e42f33-3b8d-4265-8eea-fbc758c01a0b"},"end":null,"target-credit":"","source-credit":"","direction":"forward","attributes":[],"target-type":"area","ended":false,"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of"},{"ended":false,"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","attributes":[],"target-type":"area","source-credit":"","target-credit":"","direction":"forward","attribute-values":{},"begin":null,"area":{"name":"Barron County","disambiguation":"","id":"258f4c2a-78db-45c7-a370-6c7d8da5694d","sort-name":"Barron County"},"end":null},{"target-type":"area","attributes":[],"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","ended":false,"end":null,"begin":null,"area":{"id":"28b3e3b7-643a-41d5-811f-10ecae621aba","sort-name":"Jefferson County","name":"Jefferson County","disambiguation":""},"attribute-values":{},"direction":"forward","source-credit":"","target-credit":""},{"ended":false,"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","attributes":[],"target-type":"area","source-credit":"","target-credit":"","direction":"forward","attribute-values":{},"begin":null,"area":{"disambiguation":"","name":"Bayfield County","sort-name":"Bayfield County","id":"28e89cec-cfbb-4e03-99c3-89ca10b4481e"},"end":null},{"target-type":"area","attributes":[],"ended":false,"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","end":null,"attribute-values":{},"area":{"sort-name":"Ashland County","id":"342de169-767c-4861-9389-730f89ff0e87","disambiguation":"","name":"Ashland County"},"begin":null,"direction":"forward","source-credit":"","target-credit":""},{"attribute-values":{},"begin":null,"area":{"id":"36a391f0-069d-437b-85b9-ac8a6ca2a2b6","sort-name":"Washington County","name":"Washington County","disambiguation":""},"end":null,"target-credit":"","source-credit":"","direction":"forward","attributes":[],"target-type":"area","ended":false,"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7"},{"target-type":"area","attributes":[],"ended":false,"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","end":null,"attribute-values":{},"begin":null,"area":{"id":"382ffd66-a482-4669-8d35-c8a1504296ce","sort-name":"Adams County","name":"Adams County","disambiguation":""},"direction":"forward","target-credit":"","source-credit":""},{"attributes":[],"target-type":"area","ended":false,"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","attribute-values":{},"begin":null,"area":{"name":"Green Lake County","disambiguation":"","id":"4129882c-c978-480b-a631-07157eba6cfb","sort-name":"Green Lake County"},"end":null,"source-credit":"","target-credit":"","direction":"forward"},{"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","ended":false,"target-type":"area","attributes":[],"direction":"forward","target-credit":"","source-credit":"","end":null,"begin":null,"area":{"id":"4544fc86-1053-4cba-882b-07bc66454c8b","sort-name":"Manitowoc County","name":"Manitowoc County","disambiguation":""},"attribute-values":{}},{"ended":false,"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","target-type":"area","attributes":[],"direction":"backward","source-credit":"","target-credit":"","end":null,"attribute-values":{},"begin":null,"area":{"iso-3166-1-codes":["US"],"name":"United States","disambiguation":"","sort-name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98"}},{"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","ended":false,"target-type":"area","attributes":[],"direction":"forward","source-credit":"","target-credit":"","end":null,"begin":null,"area":{"name":"Lincoln County","disambiguation":"","sort-name":"Lincoln County","id":"4a64558d-2c7f-4823-bd38-25ddf703ea5f"},"attribute-values":{}},{"target-type":"area","attributes":[],"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","ended":false,"end":null,"area":{"disambiguation":"","name":"Marinette County","id":"5446a772-2ed2-4159-bfc8-be58a5ed2445","sort-name":"Marinette County"},"begin":null,"attribute-values":{},"direction":"forward","source-credit":"","target-credit":""},{"begin":null,"area":{"sort-name":"Sauk County","id":"56adc6e9-f95d-453f-a060-0f2a38e84064","disambiguation":"","name":"Sauk County"},"attribute-values":{},"end":null,"source-credit":"","target-credit":"","direction":"forward","attributes":[],"target-type":"area","type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","ended":false},{"attributes":[],"target-type":"area","ended":false,"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","attribute-values":{},"area":{"name":"La Crosse County","disambiguation":"","id":"5b394b6f-e1a5-48d1-ac20-f5b2ff333855","sort-name":"La Crosse County"},"begin":null,"end":null,"target-credit":"","source-credit":"","direction":"forward"},{"attributes":[],"target-type":"area","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","ended":false,"area":{"disambiguation":"","name":"Winnebago County","sort-name":"Winnebago County","id":"5c47e464-96f5-45c3-bf22-57dd799e7ab5"},"begin":null,"attribute-values":{},"end":null,"source-credit":"","target-credit":"","direction":"forward"},{"attributes":[],"target-type":"area","type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","ended":false,"begin":null,"area":{"name":"Pierce County","disambiguation":"","sort-name":"Pierce County","id":"5d878f1c-87f8-4772-93f7-36a188af6d75"},"attribute-values":{},"end":null,"source-credit":"","target-credit":"","direction":"forward"},{"ended":false,"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","target-type":"area","attributes":[],"direction":"forward","target-credit":"","source-credit":"","end":null,"attribute-values":{},"area":{"name":"Price County","disambiguation":"","id":"6008dd8d-2542-4532-bf5a-e743575a5e66","sort-name":"Price County"},"begin":null},{"target-type":"area","attributes":[],"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","ended":false,"end":null,"area":{"name":"Crawford County","disambiguation":"","sort-name":"Crawford County","id":"62ee34ee-75ce-487f-802b-fb0ee80766ee"},"begin":null,"attribute-values":{},"direction":"forward","source-credit":"","target-credit":""},{"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","ended":false,"attributes":[],"target-type":"area","source-credit":"","target-credit":"","direction":"forward","begin":null,"area":{"name":"Waushara County","disambiguation":"","sort-name":"Waushara County","id":"6880ff00-58a2-40ed-b212-411a37f75d65"},"attribute-values":{},"end":null},{"ended":false,"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","target-type":"area","attributes":[],"direction":"forward","source-credit":"","target-credit":"","end":null,"attribute-values":{},"area":{"sort-name":"Wood County","id":"6d6039ec-f2d5-41e2-8084-e0485ec1da6a","disambiguation":"","name":"Wood County"},"begin":null},{"direction":"forward","source-credit":"","target-credit":"","end":null,"begin":null,"area":{"name":"Racine County","disambiguation":"","sort-name":"Racine County","id":"6f834a0c-1fc0-4535-9f54-05a0c22ba518"},"attribute-values":{},"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","ended":false,"target-type":"area","attributes":[]},{"direction":"forward","target-credit":"","source-credit":"","end":null,"begin":null,"area":{"sort-name":"Grant County","id":"78ad4281-0558-4c5f-a9f2-c247b7926061","name":"Grant County","disambiguation":""},"attribute-values":{},"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","ended":false,"target-type":"area","attributes":[]},{"area":{"disambiguation":"","name":"Forest County","id":"7b7118df-355a-43d4-9dbc-5e02f4735fbb","sort-name":"Forest County"},"begin":null,"attribute-values":{},"end":null,"source-credit":"","target-credit":"","direction":"forward","attributes":[],"target-type":"area","type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","ended":false},{"attribute-values":{},"area":{"id":"87b5ca03-dcf4-4600-ae27-3d7fd0f9171e","sort-name":"Walworth County","name":"Walworth County","disambiguation":""},"begin":null,"end":null,"target-credit":"","source-credit":"","direction":"forward","attributes":[],"target-type":"area","ended":false,"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of"},{"ended":false,"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","target-type":"area","attributes":[],"direction":"forward","target-credit":"","source-credit":"","end":null,"attribute-values":{},"begin":null,"area":{"id":"891cfa2f-b1ce-4b48-b8c3-28d9219c99e7","sort-name":"Milwaukee County","name":"Milwaukee County","disambiguation":""}},{"end":null,"attribute-values":{},"area":{"sort-name":"Brown County","id":"8ac0af73-f0c5-450b-a1ce-0c010b976835","disambiguation":"","name":"Brown County"},"begin":null,"direction":"forward","source-credit":"","target-credit":"","target-type":"area","attributes":[],"ended":false,"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7"},{"end":null,"begin":null,"area":{"sort-name":"Green County","id":"8e4b90b5-d9af-49a7-88a9-5dfeb69d89cf","disambiguation":"","name":"Green County"},"attribute-values":{},"direction":"forward","source-credit":"","target-credit":"","target-type":"area","attributes":[],"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","ended":false},{"attributes":[],"target-type":"area","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","ended":false,"area":{"id":"8f8cd744-2285-446a-b31b-1fd710a22fbc","sort-name":"Monroe County","name":"Monroe County","disambiguation":""},"begin":null,"attribute-values":{},"end":null,"target-credit":"","source-credit":"","direction":"forward"},{"end":null,"area":{"name":"Sheboygan County","disambiguation":"","sort-name":"Sheboygan County","id":"948a6f7e-25f5-43b1-bb24-623046bc1c56"},"begin":null,"attribute-values":{},"direction":"forward","target-credit":"","source-credit":"","target-type":"area","attributes":[],"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","ended":false},{"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","ended":false,"target-type":"area","attributes":[],"direction":"forward","source-credit":"","target-credit":"","end":null,"begin":null,"area":{"disambiguation":"","name":"Polk County","sort-name":"Polk County","id":"9799be53-81ff-4f9a-a06e-9f239bb52430"},"attribute-values":{}},{"target-type":"area","attributes":[],"ended":false,"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","end":null,"attribute-values":{},"area":{"id":"9be651f6-f188-40b5-b56e-c84c1473742a","sort-name":"Waupaca County","disambiguation":"","name":"Waupaca County"},"begin":null,"direction":"forward","source-credit":"","target-credit":""},{"attributes":[],"target-type":"area","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","ended":false,"begin":null,"area":{"id":"a0456b26-478d-4f94-aa12-726050fbe235","sort-name":"Rusk County","name":"Rusk County","disambiguation":""},"attribute-values":{},"end":null,"target-credit":"","source-credit":"","direction":"forward"},{"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","ended":false,"target-type":"area","attributes":[],"direction":"forward","source-credit":"","target-credit":"","end":null,"begin":null,"area":{"sort-name":"Marquette County","id":"a4e6a3de-8000-43ab-b871-b22d8f9b9c0d","disambiguation":"","name":"Marquette County"},"attribute-values":{}},{"ended":false,"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","attributes":[],"target-type":"area","target-credit":"","source-credit":"","direction":"forward","attribute-values":{},"begin":null,"area":{"sort-name":"Buffalo County","id":"a79ca0b8-07d0-4aae-839b-a7b16020f4ca","disambiguation":"","name":"Buffalo County"},"end":null},{"target-credit":"","source-credit":"","direction":"forward","area":{"disambiguation":"","name":"St. Croix County","id":"a8113ae1-f185-4808-9d99-9c06eeb6a479","sort-name":"St. Croix County"},"begin":null,"attribute-values":{},"end":null,"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","ended":false,"attributes":[],"target-type":"area"},{"attributes":[],"target-type":"area","type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","ended":false,"begin":null,"area":{"sort-name":"Juneau County","id":"abf76e8b-6d8e-4ade-ae63-00c94056fa1a","disambiguation":"","name":"Juneau County"},"attribute-values":{},"end":null,"source-credit":"","target-credit":"","direction":"forward"},{"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","ended":false,"target-type":"area","attributes":[],"direction":"forward","source-credit":"","target-credit":"","end":null,"area":{"name":"Vilas County","disambiguation":"","sort-name":"Vilas County","id":"acf6530f-7060-4f53-ad6a-71119dd1016a"},"begin":null,"attribute-values":{}},{"end":null,"area":{"name":"Eau Claire County","disambiguation":"","sort-name":"Eau Claire County","id":"b55d3e18-beb1-46e3-9203-dd4cc017e1b0"},"begin":null,"attribute-values":{},"direction":"forward","target-credit":"","source-credit":"","target-type":"area","attributes":[],"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","ended":false},{"target-credit":"","source-credit":"","direction":"forward","attribute-values":{},"area":{"name":"Douglas County","disambiguation":"","id":"b57281ed-7c8c-48d4-8129-a9cfe4612124","sort-name":"Douglas County"},"begin":null,"end":null,"ended":false,"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","attributes":[],"target-type":"area"},{"ended":false,"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","target-type":"area","attributes":[],"direction":"forward","source-credit":"","target-credit":"","end":null,"attribute-values":{},"area":{"name":"Langlade County","disambiguation":"","id":"b92d6013-d4f6-430e-bdbf-895a3b184197","sort-name":"Langlade County"},"begin":null},{"target-type":"area","attributes":[],"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","ended":false,"end":null,"begin":null,"area":{"name":"Door County","disambiguation":"","id":"ba211127-974f-43eb-8691-ee1a8cfdb97d","sort-name":"Door County"},"attribute-values":{},"direction":"forward","source-credit":"","target-credit":""},{"attributes":[],"target-type":"area","ended":false,"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","attribute-values":{},"begin":null,"area":{"id":"bc926839-14e9-4252-86da-efef1761c037","sort-name":"Burnett County","name":"Burnett County","disambiguation":""},"end":null,"source-credit":"","target-credit":"","direction":"forward"},{"attributes":[],"target-type":"area","type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","ended":false,"area":{"disambiguation":"","name":"Pepin County","id":"bd41a5d0-2219-488e-b923-e98fc22e56b5","sort-name":"Pepin County"},"begin":null,"attribute-values":{},"end":null,"source-credit":"","target-credit":"","direction":"forward"},{"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","ended":false,"target-type":"area","attributes":[],"direction":"forward","target-credit":"","source-credit":"","end":null,"begin":null,"area":{"id":"bd6ef937-2cdd-49b7-8e5f-2865e2b977c8","sort-name":"Iowa County","disambiguation":"","name":"Iowa County"},"attribute-values":{}},{"ended":false,"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","target-type":"area","attributes":[],"direction":"forward","source-credit":"","target-credit":"","end":null,"attribute-values":{},"area":{"sort-name":"Rock County","id":"bdf10c71-bb5a-4116-b028-e210f65f2bc9","disambiguation":"","name":"Rock County"},"begin":null},{"direction":"forward","source-credit":"","target-credit":"","end":null,"attribute-values":{},"area":{"sort-name":"Kewaunee County","id":"bf2bb8a9-f71d-4150-ad7c-f61ddef5f55b","name":"Kewaunee County","disambiguation":""},"begin":null,"ended":false,"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","target-type":"area","attributes":[]},{"end":null,"area":{"name":"Shawano County","disambiguation":"","id":"cb0898ff-0520-4c23-a990-3e66d89ba68f","sort-name":"Shawano County"},"begin":null,"attribute-values":{},"direction":"forward","target-credit":"","source-credit":"","target-type":"area","attributes":[],"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","ended":false},{"target-credit":"","source-credit":"","direction":"forward","attribute-values":{},"area":{"id":"d29b2820-03b1-4451-8fc5-dc06a45743dd","sort-name":"Jackson County","disambiguation":"","name":"Jackson County"},"begin":null,"end":null,"ended":false,"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","attributes":[],"target-type":"area"},{"ended":false,"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","attributes":[],"target-type":"area","source-credit":"","target-credit":"","direction":"forward","attribute-values":{},"begin":null,"area":{"name":"Dunn County","disambiguation":"","sort-name":"Dunn County","id":"d48cb634-cd60-4879-bff7-ad1eed757773"},"end":null},{"target-credit":"","source-credit":"","direction":"forward","attribute-values":{},"area":{"id":"d78c6192-7900-4b4f-b4f1-715affb53af3","sort-name":"Ozaukee County","name":"Ozaukee County","disambiguation":""},"begin":null,"end":null,"ended":false,"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","attributes":[],"target-type":"area"},{"direction":"forward","target-credit":"","source-credit":"","end":null,"area":{"sort-name":"Dodge County","id":"dd42b5e5-7bfb-4a6b-b1bd-71160b207557","name":"Dodge County","disambiguation":""},"begin":null,"attribute-values":{},"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","ended":false,"target-type":"area","attributes":[]},{"ended":false,"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","attributes":[],"target-type":"area","source-credit":"","target-credit":"","direction":"forward","attribute-values":{},"area":{"disambiguation":"","name":"Outagamie County","sort-name":"Outagamie County","id":"e1e59d68-cd43-4d40-9436-aa4fdc1f6a32"},"begin":null,"end":null},{"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","ended":false,"target-type":"area","attributes":[],"direction":"forward","source-credit":"","target-credit":"","end":null,"begin":null,"area":{"id":"e425a2a3-c551-43dd-ae81-c3aa91752059","sort-name":"Menominee County","disambiguation":"","name":"Menominee County"},"attribute-values":{}},{"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","ended":false,"attributes":[],"target-type":"area","source-credit":"","target-credit":"","direction":"forward","begin":null,"area":{"name":"Calumet County","disambiguation":"","id":"e7d7a451-4948-45e4-ba4a-96baae10a7c1","sort-name":"Calumet County"},"attribute-values":{},"end":null},{"direction":"forward","target-credit":"","source-credit":"","end":null,"area":{"disambiguation":"","name":"Sawyer County","sort-name":"Sawyer County","id":"e80a1dd9-0dfc-489e-a76e-402d55ca9d5b"},"begin":null,"attribute-values":{},"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","ended":false,"target-type":"area","attributes":[]},{"target-credit":"","source-credit":"","direction":"forward","begin":null,"area":{"disambiguation":"","name":"Dane County","id":"e89d16b0-8976-497e-81c5-5963bbfce4b3","sort-name":"Dane County"},"attribute-values":{},"end":null,"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","ended":false,"attributes":[],"target-type":"area"},{"area":{"disambiguation":"","name":"Oneida County","id":"ecc119df-7a96-451f-9a42-8c5299c1dbd5","sort-name":"Oneida County"},"begin":null,"attribute-values":{},"end":null,"source-credit":"","target-credit":"","direction":"forward","attributes":[],"target-type":"area","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","ended":false},{"target-type":"area","attributes":[],"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","ended":false,"end":null,"begin":null,"area":{"name":"Fond du Lac County","disambiguation":"","sort-name":"Fond du Lac County","id":"ee2cc685-fbb5-4c44-b2fd-590f6824aa14"},"attribute-values":{},"direction":"forward","source-credit":"","target-credit":""},{"attributes":[],"target-type":"area","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","ended":false,"area":{"id":"efb8a717-0766-4373-8971-9d3b6943eb11","sort-name":"Portage County","disambiguation":"","name":"Portage County"},"begin":null,"attribute-values":{},"end":null,"source-credit":"","target-credit":"","direction":"forward"},{"direction":"forward","target-credit":"","source-credit":"","end":null,"area":{"id":"f01a949c-8327-46da-a92b-05d0a3c6e880","sort-name":"Iron County","name":"Iron County","disambiguation":""},"begin":null,"attribute-values":{},"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","ended":false,"target-type":"area","attributes":[]},{"ended":false,"type":"part of","type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","attributes":[],"target-type":"area","source-credit":"","target-credit":"","direction":"forward","attribute-values":{},"begin":null,"area":{"name":"Trempealeau County","disambiguation":"","sort-name":"Trempealeau County","id":"f1bab5c5-3d44-4dd2-9b0e-f3a1af147088"},"end":null},{"target-credit":"","source-credit":"","direction":"forward","area":{"sort-name":"Richland County","id":"f5681527-ec13-423d-973b-9f6520380166","disambiguation":"","name":"Richland County"},"begin":null,"attribute-values":{},"end":null,"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","ended":false,"attributes":[],"target-type":"area"},{"type-id":"de7cc874-8b1b-3a05-8272-f3834c968fb7","type":"part of","ended":false,"target-type":"area","attributes":[],"direction":"forward","source-credit":"","target-credit":"","end":null,"area":{"name":"Vernon County","disambiguation":"","sort-name":"Vernon County","id":"fbb7afa2-c899-4270-873c-dcda8cdba03b"},"begin":null,"attribute-values":{}}],"iso-3166-2-codes":["US-WI"],"type":"Subdivision","type-id":"fd3d44c5-80a1-3842-9745-2c4972d35afa","name":"Wisconsin","disambiguation":""} \ No newline at end of file diff --git a/test/fixtures/c7c9fd40e14262c634d1c06a962af78f.headers b/test/fixtures/c7c9fd40e14262c634d1c06a962af78f.headers deleted file mode 100644 index 0db0b35..0000000 --- a/test/fixtures/c7c9fd40e14262c634d1c06a962af78f.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:07 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "808", - "x-ratelimit-reset": "1537138627", - "server": "Plack::Handler::Starlet", - "etag": "W/\"c6715d57a98d40598791fe16b6cefd11\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/area/10cb2ebd-1bc7-4c11-b10d-54f60c421d20?inc=area-rels&fmt=json", - "time": 388, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/c7d3ce37fac463c8977f395759e7a8e8 b/test/fixtures/c7d3ce37fac463c8977f395759e7a8e8 deleted file mode 100644 index 2a6fa0d..0000000 --- a/test/fixtures/c7d3ce37fac463c8977f395759e7a8e8 +++ /dev/null @@ -1 +0,0 @@ -{"name":"Fin du Monde Records","life-span":{"ended":false,"end":null,"begin":null},"id":"f736efca-c021-4c87-999d-82d47279f29e","rating":{"votes-count":0,"value":null},"type-id":null,"country":null,"ipis":[],"isnis":[],"type":null,"area":null,"label-code":null,"disambiguation":"","sort-name":"Fin du Monde Records"} \ No newline at end of file diff --git a/test/fixtures/c7d3ce37fac463c8977f395759e7a8e8.headers b/test/fixtures/c7d3ce37fac463c8977f395759e7a8e8.headers deleted file mode 100644 index 8a5e3e5..0000000 --- a/test/fixtures/c7d3ce37fac463c8977f395759e7a8e8.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:57 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "913", - "x-ratelimit-reset": "1537138738", - "server": "Plack::Handler::Starlet", - "etag": "W/\"c9d335fa524ff1eff15a35878100a69c\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/f736efca-c021-4c87-999d-82d47279f29e?inc=ratings&fmt=json", - "time": 382, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/c8682c07b872491317ff6129e993354b b/test/fixtures/c8682c07b872491317ff6129e993354b deleted file mode 100644 index 539cfb9..0000000 --- a/test/fixtures/c8682c07b872491317ff6129e993354b +++ /dev/null @@ -1 +0,0 @@ -{"created":"2018-09-16T22:58:02.623Z","count":44330,"offset":0,"labels":[{"id":"9d36ba13-e56a-47b7-9148-23f846374736","score":100,"name":"Fin Records","sort-name":"Fin Records","life-span":{"begin":"2010","end":"2014-07-22","ended":true}},{"id":"70513ce9-894a-4488-9803-d4cbe9ccad04","type":"Original Production","type-id":"7aaa37fe-2def-3476-b359-80245850062d","score":80,"name":"Silver Fin Records","sort-name":"Silver Fin Records","area":{"id":"29a709d8-0320-493e-8d0c-f2c386662b7f","type":"City","type-id":"6fd8f29a-3d0a-32fc-980d-ea697b69da78","name":"Chicago","sort-name":"Chicago","life-span":{"ended":null}},"life-span":{"begin":"1985","end":"1990","ended":true}},{"id":"e1404b13-dc91-4d7e-ab05-932995207bc3","score":51,"name":"Blu Fin","sort-name":"Blu Fin","country":"DE","area":{"id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Germany","sort-name":"Germany","life-span":{"ended":null}},"life-span":{"ended":null}},{"id":"d81c44d0-e486-4db4-b128-e070a2b720f0","type":"Production","type-id":"a2426aab-2dd4-339c-b47d-b4923a241678","score":43,"name":"Fin de Siècle","sort-name":"Fin de Siècle","country":"FR","area":{"id":"08310658-51eb-3801-80de-5a0739207115","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"France","sort-name":"France","life-span":{"ended":null}},"life-span":{"begin":"2011-01","ended":null}},{"id":"600f2b3a-ca69-469b-b5fa-d7e926e55779","type":"Original Production","type-id":"7aaa37fe-2def-3476-b359-80245850062d","score":42,"name":"Música Sin Fin","sort-name":"Música Sin Fin","country":"ES","area":{"id":"471c46a7-afc5-31c4-923c-d0444f5053a4","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Spain","sort-name":"Spain","life-span":{"ended":null}},"life-span":{"ended":null}},{"id":"c2c769a9-473a-44d2-a8ab-2048e91bbbd2","score":42,"name":"Blue Fin Recordings","sort-name":"Blue Fin Recordings","life-span":{"ended":null}},{"id":"f736efca-c021-4c87-999d-82d47279f29e","score":40,"name":"Fin du Monde Records","sort-name":"Fin du Monde Records","life-span":{"ended":null}},{"id":"2b4025d3-8046-489e-a1eb-5adee4131e8e","type":"Original Production","type-id":"7aaa37fe-2def-3476-b359-80245850062d","score":39,"name":"Finlandia Records","sort-name":"Finlandia Records","label-code":1169,"disambiguation":"classical music","country":"FI","area":{"id":"6a264f94-6ff1-30b1-9a81-41f7bfabd616","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Finland","sort-name":"Finland","life-span":{"ended":null}},"life-span":{"begin":"1979","ended":null},"aliases":[{"sort-name":"Findlandia Records","name":"Findlandia Records","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null}],"tags":[{"count":1,"name":"classical"}]},{"id":"156fa9e1-1385-41c5-9403-54effeeab69c","type":"Production","type-id":"a2426aab-2dd4-339c-b47d-b4923a241678","score":39,"name":"Fin de Siècle Media","sort-name":"Fin de Siècle Media","country":"SE","area":{"id":"23d10872-f5ae-3f0c-bf55-332788a16ecb","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Sweden","sort-name":"Sweden","life-span":{"ended":null}},"life-span":{"ended":null}},{"id":"52825091-69b0-47bb-8b28-9612b69ddc21","type":"Original Production","type-id":"7aaa37fe-2def-3476-b359-80245850062d","score":37,"name":"Warner Music Finland","sort-name":"Warner Music Finland","country":"FI","area":{"id":"6a264f94-6ff1-30b1-9a81-41f7bfabd616","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Finland","sort-name":"Finland","life-span":{"ended":null}},"life-span":{"begin":"1993","ended":null},"aliases":[{"sort-name":"WM Finland","name":"WM Finland","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null}]},{"id":"fbfe8cf0-7085-4c09-96b7-aa005131b1a3","type":"Reissue Production","type-id":"88ee6ae7-f413-3490-a1d2-54f6a9f0838c","score":36,"name":"Definitive Records","sort-name":"Definitive Records","disambiguation":"jazz reissues","life-span":{"ended":null},"aliases":[{"sort-name":"Definitive Records / Discoforme","name":"Definitive Records / Discoforme","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Definitive Classics","name":"Definitive Classics","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null}]},{"id":"9b4b2233-6ef8-455f-9abc-2bacc68dba4b","score":36,"name":"La Fin du Monde","sort-name":"La Fin du Monde","country":"FR","area":{"id":"08310658-51eb-3801-80de-5a0739207115","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"France","sort-name":"France","life-span":{"ended":null}},"life-span":{"ended":null}},{"id":"8e2866e7-2df9-4193-886f-f5b9ae52009c","type":"Production","type-id":"a2426aab-2dd4-339c-b47d-b4923a241678","score":36,"name":"Finders Keepers","sort-name":"Finders Keepers","country":"GB","area":{"id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"United Kingdom","sort-name":"United Kingdom","life-span":{"ended":null}},"life-span":{"ended":null},"aliases":[{"sort-name":"Finders Keepers Records","name":"Finders Keepers Records","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null}]},{"id":"caa7d1f9-c37d-4550-a8d9-6fd78ed7047b","score":35,"name":"Griffin Music","sort-name":"Griffin Music","disambiguation":"US label","country":"US","area":{"id":"489ce91b-6658-3307-9877-795b68554c98","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"United States","sort-name":"United States","life-span":{"ended":null}},"life-span":{"ended":null},"aliases":[{"sort-name":"Griffin Records","name":"Griffin Records","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null}]},{"id":"4c418bbc-9e5a-442f-876c-eb40126b772d","type":"Original Production","type-id":"7aaa37fe-2def-3476-b359-80245850062d","score":35,"name":"EMI Finland","sort-name":"EMI Finland","country":"FI","area":{"id":"6a264f94-6ff1-30b1-9a81-41f7bfabd616","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Finland","sort-name":"Finland","life-span":{"ended":null}},"life-span":{"begin":"1972","ended":null},"aliases":[{"sort-name":"Oy EMI Finland Ab","name":"Oy EMI Finland Ab","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"EMI Music Finland","name":"EMI Music Finland","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null}]},{"id":"7bbb7278-2af1-4f17-9cf3-5c90a1b4c4f2","type":"Original Production","type-id":"7aaa37fe-2def-3476-b359-80245850062d","score":34,"name":"Infinity","sort-name":"Infinity","disambiguation":"Australian, division of Festival Records","country":"AU","area":{"id":"106e0bec-b638-3b37-b731-f53d507dc00e","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Australia","sort-name":"Australia","life-span":{"ended":null}},"life-span":{"ended":null},"aliases":[{"sort-name":"Infinity Records","name":"Infinity Records","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null}]},{"id":"995428e7-81b6-41dd-bd38-5a7a0ece8ad6","type":"Imprint","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","score":34,"name":"Mercury Records","sort-name":"Mercury Records","label-code":268,"disambiguation":"Universal Music Group","country":"XW","area":{"id":"525d4e18-3d00-31b9-a58b-a146a916de8f","name":"[Worldwide]","sort-name":"[Worldwide]","life-span":{"ended":null}},"life-span":{"begin":"1945","ended":null},"aliases":[{"sort-name":"Mercury Records Ltd.","name":"Mercury Records Ltd.","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Mercury US","name":"Mercury US","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Mercury Records (Australia)","name":"Mercury Records (Australia)","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Mercury Records (Europe)","name":"Mercury Records (Europe)","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Mercury Records (Germany)","name":"Mercury Records (Germany)","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Mercury Records (Canada)","name":"Mercury Records (Canada)","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Mercury Records (Finland)","name":"Mercury Records (Finland)","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Mercury Records","name":"Mercury Records","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Mercury Records BV","name":"Mercury Records BV","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Mercury Records (Norway)","name":"Mercury Records (Norway)","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Mercury Records B.V.","name":"Mercury Records B.V.","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Mercury Records (New Zealand)","name":"Mercury Records (New Zealand)","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Mercury NZ","name":"Mercury NZ","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Mercury Records (Belgium)","name":"Mercury Records (Belgium)","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Mercury Records (Japan)","name":"Mercury Records (Japan)","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Mercury Records Limited","name":"Mercury Records Limited","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Mercury (Universal)","name":"Mercury (Universal)","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Mercury","name":"Mercury","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null}],"tags":[{"count":1,"name":"pop"},{"count":1,"name":"folk"},{"count":1,"name":"francophone"},{"count":1,"name":"chanson française"},{"count":1,"name":"hip hop"},{"count":1,"name":"indie"},{"count":1,"name":"indie pop"},{"count":1,"name":"chanson"},{"count":1,"name":"label by lytron"},{"count":1,"name":"rap rock"}]},{"id":"b2fc8bdc-1b49-4c08-aadf-cdf12775461f","type":"Original Production","type-id":"7aaa37fe-2def-3476-b359-80245850062d","score":34,"name":"Finnlevy","sort-name":"Finnlevy","country":"FI","area":{"id":"6a264f94-6ff1-30b1-9a81-41f7bfabd616","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Finland","sort-name":"Finland","life-span":{"ended":null}},"life-span":{"begin":"1965","end":"1993","ended":true},"aliases":[{"sort-name":"Fazer Finnlevy","name":"Fazer Finnlevy","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null}]},{"id":"d4ecac47-05f2-4ad1-8324-2aa56d461b0e","type":"Original Production","type-id":"7aaa37fe-2def-3476-b359-80245850062d","score":34,"name":"fine.","sort-name":"fine.","label-code":144,"disambiguation":"London and Berlin-based sublabel of Four Music","country":"DE","area":{"id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Germany","sort-name":"Germany","life-span":{"ended":null}},"life-span":{"ended":null},"aliases":[{"sort-name":"Fine Records","name":"Fine Records","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null},{"sort-name":"Fine.","name":"Fine.","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null}]},{"id":"cd19e1f8-1c5f-4723-9fa3-d3def765bf4b","type":"Original Production","type-id":"7aaa37fe-2def-3476-b359-80245850062d","score":33,"name":"Edel Records Finland","sort-name":"Edel Records Finland","country":"FI","area":{"id":"6a264f94-6ff1-30b1-9a81-41f7bfabd616","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Finland","sort-name":"Finland","life-span":{"ended":null}},"life-span":{"end":"2010","ended":true}},{"id":"e2a13cfb-82e3-4d87-89ef-3eb6c15bef52","type":"Original Production","type-id":"7aaa37fe-2def-3476-b359-80245850062d","score":33,"name":"Hype Records","sort-name":"Hype Records","disambiguation":"Finland","country":"FI","area":{"id":"6a264f94-6ff1-30b1-9a81-41f7bfabd616","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Finland","sort-name":"Finland","life-span":{"ended":null}},"life-span":{"begin":"2003","ended":null},"aliases":[{"sort-name":"Hype Records Finland","name":"Hype Records Finland","locale":null,"type":null,"primary":null,"begin-date":null,"end-date":null}]},{"id":"b5f51b6d-3304-459f-9c03-9a71a87a6877","score":32,"name":"Redefinition Records","sort-name":"Redefinition Records","area":{"id":"a36544c1-cb40-4f44-9e0e-7a5a69e403a8","type":"Subdivision","type-id":"fd3d44c5-80a1-3842-9745-2c4972d35afa","name":"New Jersey","sort-name":"New Jersey","life-span":{"ended":null}},"life-span":{"ended":null}},{"id":"abf92a54-dcc5-4264-9f00-2cb2ceb26a45","score":32,"name":"Photo Finish Records","sort-name":"Photo Finish Records","life-span":{"begin":"2006","ended":null}},{"id":"25007538-8896-408b-9689-e62ccc4a5cc1","type":"Original Production","type-id":"7aaa37fe-2def-3476-b359-80245850062d","score":32,"name":"Finger Lickin' Records","sort-name":"Finger Lickin' Records","country":"GB","area":{"id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"United Kingdom","sort-name":"United Kingdom","life-span":{"ended":null}},"life-span":{"begin":"1998","ended":null}},{"id":"344232ac-77b8-451a-a58b-0ac73f0d3aae","score":32,"name":"Goofin’ Records","sort-name":"Goofin’ Records","disambiguation":"Finland","country":"FI","area":{"id":"6a264f94-6ff1-30b1-9a81-41f7bfabd616","type":"Country","type-id":"06dd0ae4-8c74-30bb-b43d-95dcedf961de","name":"Finland","sort-name":"Finland","life-span":{"ended":null}},"life-span":{"ended":null}}]} \ No newline at end of file diff --git a/test/fixtures/c8682c07b872491317ff6129e993354b.headers b/test/fixtures/c8682c07b872491317ff6129e993354b.headers deleted file mode 100644 index de56dc8..0000000 --- a/test/fixtures/c8682c07b872491317ff6129e993354b.headers +++ /dev/null @@ -1,27 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:02 GMT", - "content-type": "application/json", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1075", - "x-ratelimit-reset": "1537138684", - "last-modified": "Sun, 16 Sep 2018 22:57:55 GMT", - "etag": "\"NWFkNjAwMDAwMDAwMDAwMFNvbHI=\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label?inc=ratings&query=Fin%20Records&fmt=json", - "time": 377, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/c8a243858784b363a826f188bb6faf49 b/test/fixtures/c8a243858784b363a826f188bb6faf49 deleted file mode 100644 index 6afee47..0000000 --- a/test/fixtures/c8a243858784b363a826f188bb6faf49 +++ /dev/null @@ -1 +0,0 @@ -{"country":"JP","isnis":[],"label-code":null,"area":{"disambiguation":"","id":"2db42837-c832-3c27-b4a3-08198f75693c","iso-3166-1-codes":["JP"],"name":"Japan","sort-name":"Japan"},"disambiguation":"Japanese imprint","life-span":{"end":null,"ended":false,"begin":"1991"},"relations":[{"target-type":"url","target-credit":"","begin":null,"ended":false,"url":{"resource":"https://www.discogs.com/label/42738","id":"b3bcd833-830c-4529-b10f-796c62fe2614"},"end":null,"source-credit":"","type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","attribute-values":{},"direction":"forward","type":"discogs","attributes":[]},{"target-type":"url","target-credit":"","begin":"1991","ended":true,"url":{"id":"5f2d430c-5ef3-4175-ad33-806c0c149344","resource":"http://i63.tinypic.com/lb5dz.png"},"end":"1998","source-credit":"","type-id":"b35f7822-bf3c-4148-b306-fb723c63ee8b","attribute-values":{},"direction":"forward","type":"logo","attributes":[]},{"attributes":[],"type":"logo","direction":"forward","attribute-values":{},"type-id":"b35f7822-bf3c-4148-b306-fb723c63ee8b","end":null,"source-credit":"","url":{"resource":"http://i65.tinypic.com/21uaag.jpg","id":"dceddd78-feb8-4908-b48b-ffedef686dae"},"ended":false,"target-type":"url","target-credit":"","begin":"2003"},{"type":"logo","attributes":[],"type-id":"b35f7822-bf3c-4148-b306-fb723c63ee8b","direction":"forward","attribute-values":{},"url":{"resource":"https://web.archive.org/web/20010613084646/http://www.sme.co.jp/corporate/group/images/smr/srlogo1.gif","id":"80a069d3-1b3a-45cf-bc6c-a86a13edba23"},"end":"2003","source-credit":"","ended":true,"begin":"1998","target-credit":"","target-type":"url"},{"type":"social network","attributes":[],"type-id":"5d217d99-bc05-4a76-836d-c91eec4ba818","direction":"forward","attribute-values":{},"url":{"resource":"https://www.facebook.com/SonyMusicRecords","id":"003b67b1-786b-4198-bc52-d14f19bff851"},"end":null,"source-credit":"","ended":false,"target-type":"url","target-credit":"","begin":null},{"type-id":"8a2d3e55-d291-4b99-87a0-c59c6b121762","direction":"forward","attribute-values":{},"type":"vgmdb","attributes":[],"ended":false,"target-type":"url","target-credit":"","begin":null,"url":{"resource":"https://vgmdb.net/org/90","id":"ec7400d1-6b5a-4982-b3ff-6b068834987e"},"end":null,"source-credit":""}],"sort-name":"Sony Records","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","name":"Sony Records","ipis":[],"id":"dee62e1a-cfd1-466f-b578-846a0fdf435a","type":"Imprint"} \ No newline at end of file diff --git a/test/fixtures/c8a243858784b363a826f188bb6faf49.headers b/test/fixtures/c8a243858784b363a826f188bb6faf49.headers deleted file mode 100644 index a9de649..0000000 --- a/test/fixtures/c8a243858784b363a826f188bb6faf49.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:50 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1179", - "x-ratelimit-reset": "1537138672", - "server": "Plack::Handler::Starlet", - "etag": "W/\"50ff5a978c0141dfe666b14f52bd5c79\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/dee62e1a-cfd1-466f-b578-846a0fdf435a?inc=url-rels&fmt=json", - "time": 429, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/c907a9892b9dacd1c8f6a85cf9b95fb9 b/test/fixtures/c907a9892b9dacd1c8f6a85cf9b95fb9 deleted file mode 100644 index 245b62f..0000000 --- a/test/fixtures/c907a9892b9dacd1c8f6a85cf9b95fb9 +++ /dev/null @@ -1 +0,0 @@ -{"artist-count":1,"artists":[{"area":{"id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","disambiguation":"","iso-3166-1-codes":["GB"],"sort-name":"United Kingdom","name":"United Kingdom"},"life-span":{"ended":true,"end":"1970-04-10","begin":"1957-03"},"type-id":"e431f5f6-b5d2-343d-8b36-72607fffb74b","type":"Group","disambiguation":"","sort-name":"Beatles, The","relations":[{"attribute-credits":{},"attributes":["membranophone"],"source-credit":"","attribute-values":{},"direction":"backward","artist":{"sort-name":"Best, Pete","name":"Pete Best","id":"0d4ab0f9-bbda-4ab1-ae2c-f772ffcfbea9","disambiguation":"original drummer in The Beatles"},"ended":true,"target-credit":"","end":"1962-08-16","target-type":"artist","begin":"1960-08-12","type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","type":"member of band"},{"attribute-values":{},"attribute-credits":{},"attributes":["membranophone"],"source-credit":"","target-type":"artist","begin":"1962-08","type":"member of band","type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","artist":{"sort-name":"Starr, Ringo","name":"Ringo Starr","id":"300c4c73-33ac-4255-9d57-4e32627f5e13","disambiguation":""},"direction":"backward","ended":true,"target-credit":"","end":"1970-04-10"},{"attribute-values":{},"source-credit":"","attributes":["guitar","lead vocals","original"],"attribute-credits":{},"begin":"1958-04","type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","type":"member of band","target-type":"artist","end":"1970-04-10","target-credit":"","ended":true,"artist":{"id":"42a8f507-8412-4611-854f-926571049fa0","disambiguation":"The Beatles","name":"George Harrison","sort-name":"Harrison, George"},"direction":"backward"},{"target-credit":"","end":"1962","ended":true,"direction":"backward","artist":{"name":"Stuart Sutcliffe","sort-name":"Sutcliffe, Stuart","disambiguation":"","id":"49a51491-650e-44b3-8085-2f07ac2986dd"},"type":"member of band","begin":"1960-01","type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","target-type":"artist","source-credit":"","attributes":["bass guitar"],"attribute-credits":{},"attribute-values":{}},{"direction":"backward","artist":{"id":"4d5447d7-c61c-4120-ba1b-d7f471d385b9","disambiguation":"Beatle","sort-name":"Lennon, John","name":"John Lennon"},"target-credit":"","end":"1970-04-10","ended":true,"type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","begin":null,"type":"member of band","target-type":"artist","attribute-credits":{},"source-credit":"","attributes":["guitar","lead vocals","original"],"attribute-values":{}},{"end":"1970-04-10","target-credit":"","ended":true,"direction":"backward","artist":{"sort-name":"McCartney, Paul","name":"Paul McCartney","id":"ba550d0e-adac-4864-b88b-407cab5e76af","disambiguation":""},"begin":"1957-07","type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","type":"member of band","target-type":"artist","source-credit":"","attributes":["bass guitar","lead vocals","original"],"attribute-credits":{},"attribute-values":{}},{"begin":"2015","type":"tribute","type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","target-type":"artist","artist":{"disambiguation":"","id":"08387cc6-dc48-4d72-ba3f-05c09c9a77fb","name":"Where’s Ringo","sort-name":"Where’s Ringo"},"direction":"backward","end":null,"target-credit":"","ended":false,"attribute-values":{},"source-credit":"","attributes":[]},{"source-credit":"","attributes":[],"attribute-values":{},"artist":{"disambiguation":"German cover band","id":"0f697bc6-6df7-41c9-b550-39981e520d70","name":"The Beatles Revival Band","sort-name":"Beatles Revival Band, The"},"direction":"backward","target-credit":"","end":null,"ended":false,"begin":"1976","type":"tribute","type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","target-type":"artist"},{"artist":{"name":"Rain","sort-name":"Rain","id":"1a8e8e32-feec-4358-b096-68e958ffa3d5","disambiguation":"Norwegian Progressive Rock group"},"direction":"backward","ended":false,"end":null,"target-credit":"Rain","target-type":"artist","type":"tribute","begin":null,"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","attributes":[],"source-credit":"","attribute-values":{}},{"source-credit":"","attributes":[],"attribute-values":{},"artist":{"name":"Hard Day’s Night","sort-name":"Hard Day’s Night","disambiguation":"Beatles tribute band from Los Angeles, CA","id":"1bad4ffd-1727-4865-a45e-2fdfd3befe44"},"direction":"backward","end":null,"target-credit":"","ended":false,"begin":null,"type":"tribute","type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","target-type":"artist"},{"attribute-values":{},"source-credit":"","attributes":[],"begin":null,"type":"tribute","type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","target-type":"artist","artist":{"sort-name":"Beatles Cover Band","name":"The Cavern Beatles","id":"31f6812d-12ab-406f-a13d-ad54976e49c6","disambiguation":"Beatles Cover Band"},"direction":"backward","end":null,"target-credit":"","ended":false},{"begin":null,"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","type":"tribute","target-type":"artist","artist":{"id":"38603e0b-ed17-498a-9322-40c2d93cb2b4","disambiguation":"Beatles tribute band from Cleveland, OH","sort-name":"Hard Day’s Night","name":"Hard Day’s Night"},"direction":"backward","target-credit":"","end":null,"ended":false,"attribute-values":{},"source-credit":"","attributes":[]},{"attribute-values":{},"source-credit":"","attributes":[],"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","begin":null,"type":"tribute","target-type":"artist","target-credit":"","end":null,"ended":false,"direction":"backward","artist":{"name":"The Beetles","sort-name":"Beetles, The","disambiguation":"Beatles cover band","id":"3d45df45-d73b-4366-a47d-b4ffb81cef3d"}},{"attribute-values":{},"source-credit":"","attributes":[],"type":"tribute","begin":null,"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","target-type":"artist","artist":{"disambiguation":"Belgian Beatles and Sixties Cover Group","id":"503c67ae-98d9-4cd8-a7d4-204c41ddaa3d","name":"Abbey Road","sort-name":"Abbey Road"},"direction":"backward","end":null,"target-credit":"","ended":false},{"attribute-values":{},"attributes":[],"source-credit":"","target-type":"artist","type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","begin":null,"type":"tribute","ended":false,"end":null,"target-credit":"","direction":"backward","artist":{"name":"The Beatles Revival","sort-name":"Beatles Revival, The","disambiguation":"Czech 'The Beatles' tribute band","id":"5153cd90-37c6-4fa0-8da6-dbf5513b4a44"}},{"attribute-values":{},"source-credit":"","attributes":[],"begin":null,"type":"tribute","type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","target-type":"artist","direction":"backward","artist":{"disambiguation":"","id":"5213c51f-d3d8-4784-8e66-759c8b592d70","sort-name":"Caverners, The","name":"The Caverners"},"end":null,"target-credit":"","ended":false},{"source-credit":"","attributes":[],"attribute-values":{},"target-credit":"","end":null,"ended":false,"artist":{"disambiguation":"The Beatles tribute band","id":"7cac6d47-ef4e-4347-8835-63ed3f2e74a7","name":"Beatles Back2Back","sort-name":"Beatles Back2Back"},"direction":"backward","begin":null,"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","type":"tribute","target-type":"artist"},{"target-credit":"","end":null,"ended":false,"artist":{"sort-name":"Crab Four, The","name":"The Crab Four","id":"80af295d-c252-4eb2-ba7b-a8d44ada1725","disambiguation":"Belgian Beatles tribute band"},"direction":"backward","type":"tribute","begin":null,"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","target-type":"artist","source-credit":"","attributes":[],"attribute-values":{}},{"attribute-values":{},"source-credit":"","attributes":[],"type":"tribute","begin":null,"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","target-type":"artist","artist":{"id":"83fb18dc-2879-45a9-bdb8-5ba3b609fb2b","disambiguation":"Beatles Tribute Band","sort-name":"Shouts, The","name":"The Shouts"},"direction":"backward","end":null,"target-credit":"","ended":false},{"target-type":"artist","begin":null,"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","type":"tribute","direction":"backward","artist":{"name":"Beatallica","sort-name":"Beatallica","id":"8602561b-caa1-4ef7-9501-a4159b3a41c3","disambiguation":""},"ended":false,"target-credit":"","end":null,"attribute-values":{},"attributes":[],"source-credit":""},{"attributes":[],"source-credit":"","attribute-values":{},"ended":false,"target-credit":"","end":null,"artist":{"name":"The Fabfakes","sort-name":"Fabfakes, The","disambiguation":"Beatles Tribute Band","id":"911217e1-d165-4fb9-9e9f-3f12509b0eb5"},"direction":"backward","target-type":"artist","type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","begin":null,"type":"tribute"},{"direction":"backward","artist":{"id":"a3305543-f49d-4b69-82f0-b53173a84e31","disambiguation":"Beatles tribute artist","sort-name":"Flake","name":"Flake"},"ended":false,"target-credit":"","end":null,"target-type":"artist","begin":null,"type":"tribute","type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","attributes":[],"source-credit":"","attribute-values":{}},{"attributes":[],"source-credit":"","attribute-values":{},"artist":{"name":"Sgt. Pepper","sort-name":"Sgt. Pepper","disambiguation":"Belgian Beatles cover group","id":"a6d31e9e-272b-40f7-afbe-d0d3f06bece6"},"direction":"backward","ended":false,"target-credit":"","end":null,"target-type":"artist","type":"tribute","begin":null,"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f"},{"artist":{"disambiguation":"Beatles Tribute Band","id":"abdd68e9-cd78-453e-a0d6-315dc73cf0e4","name":"Liverpool Lads a Beatles Tribute","sort-name":"Liverpool Lads"},"direction":"backward","target-credit":"","end":null,"ended":false,"type":"tribute","begin":null,"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","target-type":"artist","source-credit":"","attributes":[],"attribute-values":{}},{"attributes":[],"source-credit":"","attribute-values":{},"ended":false,"end":null,"target-credit":"","artist":{"id":"ad60d963-44f1-4b41-b785-8284edcaaffe","disambiguation":"The Beatles tribute band","sort-name":"Counterfeit Beatles","name":"Counterfeit Beatles"},"direction":"backward","target-type":"artist","begin":null,"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","type":"tribute"},{"ended":false,"end":null,"target-credit":"","direction":"backward","artist":{"disambiguation":"","id":"adbe5706-d9dc-42df-987f-d9302ad669d7","name":"A Hard Night’s Day","sort-name":"Hard Night’s Day, A"},"target-type":"artist","begin":null,"type":"tribute","type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","attributes":[],"source-credit":"","attribute-values":{}},{"target-type":"artist","begin":null,"type":"tribute","type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","ended":false,"target-credit":"","end":null,"artist":{"sort-name":"Night, A Hard Day’s","name":"A Hard Day’s Night","disambiguation":"Beatles tribute band from Minneapolis/St. Paul, MN","id":"d6b38023-0a5d-4d2e-aff0-58286649c4da"},"direction":"backward","attribute-values":{},"attributes":[],"source-credit":""},{"ended":false,"target-credit":"","end":null,"artist":{"disambiguation":"Argentinian The Beatles tribute band","id":"e9394db9-ce32-4145-9d82-3d7f9bba0586","sort-name":"Beats, The","name":"The Beats"},"direction":"backward","target-type":"artist","type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","begin":null,"type":"tribute","attributes":[],"source-credit":"","attribute-values":{}},{"target-type":"artist","begin":null,"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","type":"tribute","artist":{"id":"efd345ae-4c44-404c-9347-34802a218a60","disambiguation":"Belgian Beatles tribute band","sort-name":"Harrison","name":"Harrison"},"direction":"backward","ended":false,"target-credit":"","end":null,"attribute-values":{},"attributes":[],"source-credit":""},{"artist":{"id":"f540dcbe-4ae8-45c7-817b-372241202276","disambiguation":"","sort-name":"Not The Beatles","name":"Not The Beatles"},"direction":"backward","ended":false,"target-credit":"","end":null,"target-type":"artist","begin":null,"type":"tribute","type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","attributes":[],"source-credit":"","attribute-values":{}}],"id":"b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d","gender-id":null,"isnis":["0000000121707484"],"gender":null,"end_area":null,"ipis":[],"name":"The Beatles","country":"GB","begin_area":{"id":"c249c30e-88ab-4b2f-a745-96a25bd7afee","disambiguation":"","sort-name":"Liverpool","name":"Liverpool","iso-3166-2-codes":["GB-LIV"]}}],"artist-offset":0} \ No newline at end of file diff --git a/test/fixtures/c907a9892b9dacd1c8f6a85cf9b95fb9.headers b/test/fixtures/c907a9892b9dacd1c8f6a85cf9b95fb9.headers deleted file mode 100644 index 09391cd..0000000 --- a/test/fixtures/c907a9892b9dacd1c8f6a85cf9b95fb9.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:53 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1123", - "x-ratelimit-reset": "1537138794", - "server": "Plack::Handler::Starlet", - "etag": "W/\"cd21e0a2a8383415f5e3c29af9581b6c\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/artist?release=2ac3cbf2-f0d0-3678-af5f-b62dcb051bc0&inc=artist-rels&fmt=json", - "time": 883, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/cae16acb4fde1feabd666ac46e9e9eab b/test/fixtures/cae16acb4fde1feabd666ac46e9e9eab deleted file mode 100644 index f44c30e..0000000 --- a/test/fixtures/cae16acb4fde1feabd666ac46e9e9eab +++ /dev/null @@ -1 +0,0 @@ -{"country":"FI","id":"2b4025d3-8046-489e-a1eb-5adee4131e8e","disambiguation":"classical music","area":{"id":"6a264f94-6ff1-30b1-9a81-41f7bfabd616","sort-name":"Finland","disambiguation":"","name":"Finland","iso-3166-1-codes":["FI"]},"life-span":{"end":null,"ended":false,"begin":"1979"},"rating":{"votes-count":0,"value":null},"sort-name":"Finlandia Records","label-code":1169,"ipis":[],"isnis":[],"type":"Original Production","name":"Finlandia Records","type-id":"7aaa37fe-2def-3476-b359-80245850062d"} \ No newline at end of file diff --git a/test/fixtures/cae16acb4fde1feabd666ac46e9e9eab.headers b/test/fixtures/cae16acb4fde1feabd666ac46e9e9eab.headers deleted file mode 100644 index d17b9a7..0000000 --- a/test/fixtures/cae16acb4fde1feabd666ac46e9e9eab.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:57 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "912", - "x-ratelimit-reset": "1537138738", - "server": "Plack::Handler::Starlet", - "etag": "W/\"bb4e47a947376b56701c30601e143368\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/2b4025d3-8046-489e-a1eb-5adee4131e8e?inc=ratings&fmt=json", - "time": 389, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/cb0e9bfd39a4435b3b1e398deb518b7d b/test/fixtures/cb0e9bfd39a4435b3b1e398deb518b7d deleted file mode 100644 index b87a602..0000000 --- a/test/fixtures/cb0e9bfd39a4435b3b1e398deb518b7d +++ /dev/null @@ -1 +0,0 @@ -{"rating":{"votes-count":0,"value":null},"name":"Goofin’ Records","country":"FI","type":null,"label-code":null,"area":{"id":"6a264f94-6ff1-30b1-9a81-41f7bfabd616","sort-name":"Finland","name":"Finland","disambiguation":"","iso-3166-1-codes":["FI"]},"ipis":[],"life-span":{"ended":false,"end":null,"begin":null},"disambiguation":"Finland","sort-name":"Goofin’ Records","isnis":[],"id":"344232ac-77b8-451a-a58b-0ac73f0d3aae","type-id":null} \ No newline at end of file diff --git a/test/fixtures/cb0e9bfd39a4435b3b1e398deb518b7d.headers b/test/fixtures/cb0e9bfd39a4435b3b1e398deb518b7d.headers deleted file mode 100644 index 2afeb0a..0000000 --- a/test/fixtures/cb0e9bfd39a4435b3b1e398deb518b7d.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:41 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "879", - "x-ratelimit-reset": "1537138782", - "server": "Plack::Handler::Starlet", - "etag": "W/\"fa8405c1e5d2ce979563b7f4f4596cd2\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/344232ac-77b8-451a-a58b-0ac73f0d3aae?inc=ratings&fmt=json", - "time": 370, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/cb76edee775d5e3dc3ef3b8d4893169e b/test/fixtures/cb76edee775d5e3dc3ef3b8d4893169e deleted file mode 100644 index e69de29..0000000 diff --git a/test/fixtures/cb76edee775d5e3dc3ef3b8d4893169e.headers b/test/fixtures/cb76edee775d5e3dc3ef3b8d4893169e.headers deleted file mode 100644 index b72c159..0000000 --- a/test/fixtures/cb76edee775d5e3dc3ef3b8d4893169e.headers +++ /dev/null @@ -1,26 +0,0 @@ -{ - "statusCode": 302, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:21 GMT", - "content-type": "text/html; charset=UTF-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "access-control-allow-origin": "*", - "accept-ranges": "bytes", - "location": "http://ia801509.us.archive.org/30/items/mbid-37f7caad-13ef-4cbb-b8b0-cad771c8daff/index.json", - "strict-transport-security": "max-age=2592000" - }, - "url": "http://archive.org:80/download/mbid-37f7caad-13ef-4cbb-b8b0-cad771c8daff/index.json", - "time": 87, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://coverartarchive.org/release/37f7caad-13ef-4cbb-b8b0-cad771c8daff", - "host": "archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/cc371fbba7f2002beeba8b30e43289ba b/test/fixtures/cc371fbba7f2002beeba8b30e43289ba deleted file mode 100644 index d0bccf3..0000000 --- a/test/fixtures/cc371fbba7f2002beeba8b30e43289ba +++ /dev/null @@ -1 +0,0 @@ -{"primary-type-id":"f529b476-6e62-324f-b0aa-1f3e33d313fc","secondary-types":[],"id":"f5093c06-23e3-404f-aeaa-40f72885ee3a","secondary-type-ids":[],"first-release-date":"1973-03-24","primary-type":"Album","disambiguation":"","title":"The Dark Side of the Moon"} \ No newline at end of file diff --git a/test/fixtures/cc371fbba7f2002beeba8b30e43289ba.headers b/test/fixtures/cc371fbba7f2002beeba8b30e43289ba.headers deleted file mode 100644 index 13c331d..0000000 --- a/test/fixtures/cc371fbba7f2002beeba8b30e43289ba.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:18 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1139", - "x-ratelimit-reset": "1537138760", - "server": "Plack::Handler::Starlet", - "etag": "W/\"721dc531e4325761ec74131de126ffc4\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/release-group/f5093c06-23e3-404f-aeaa-40f72885ee3a?fmt=json", - "time": 385, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/d00537c2d4ee5e022ede99f8107c8f31 b/test/fixtures/d00537c2d4ee5e022ede99f8107c8f31 deleted file mode 100644 index 50a597b..0000000 --- a/test/fixtures/d00537c2d4ee5e022ede99f8107c8f31 +++ /dev/null @@ -1 +0,0 @@ -See: http://archive.org/download/mbid-b84ee12a-09ef-421b-82de-0441a926375b/index.json diff --git a/test/fixtures/d00537c2d4ee5e022ede99f8107c8f31.headers b/test/fixtures/d00537c2d4ee5e022ede99f8107c8f31.headers deleted file mode 100644 index b1cf293..0000000 --- a/test/fixtures/d00537c2d4ee5e022ede99f8107c8f31.headers +++ /dev/null @@ -1,23 +0,0 @@ -{ - "statusCode": 307, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:18 GMT", - "content-type": "text/plain; charset=utf-8", - "content-length": "86", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "location": "http://archive.org/download/mbid-b84ee12a-09ef-421b-82de-0441a926375b/index.json", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/b84ee12a-09ef-421b-82de-0441a926375b", - "time": 390, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/d1a0073e6dcac919d8fdf8be12bfcbec b/test/fixtures/d1a0073e6dcac919d8fdf8be12bfcbec deleted file mode 100644 index 36ccc8c..0000000 --- a/test/fixtures/d1a0073e6dcac919d8fdf8be12bfcbec +++ /dev/null @@ -1 +0,0 @@ -{"ipis":["00017798450","00273545259"],"type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","isnis":["0000000121174585"],"begin_area":{"name":"Liverpool","iso-3166-2-codes":["GB-LIV"],"sort-name":"Liverpool","id":"c249c30e-88ab-4b2f-a745-96a25bd7afee","disambiguation":""},"sort-name":"Lennon, John","relations":[{"begin":"1968-12-11","direction":"forward","source-credit":"","attributes":[],"end":"1968-12-11","target-type":"artist","artist":{"disambiguation":"","sort-name":"Dirty Mac, The","id":"d1d5e62f-2159-4556-811d-8949cc7247c6","name":"The Dirty Mac"},"attribute-values":{},"ended":true,"type-id":"75c09861-6857-4ec0-9729-84eefde7fc86","target-credit":"","type":"collaboration"},{"source-credit":"","direction":"forward","begin":null,"end":null,"attributes":[],"artist":{"sort-name":"Booker Table and The Maitre D's","id":"74a3352b-dcfc-4bc5-8f85-90f71695e1cd","disambiguation":"","name":"Booker Table and The Maitre D's"},"target-type":"artist","target-credit":"","type":"is person","ended":false,"type-id":"dd9886f2-1dfe-4270-97db-283f6839a666","attribute-values":{}},{"source-credit":"","direction":"forward","begin":"1969-03-20","end":"1980-12-08","attributes":[],"artist":{"sort-name":"Ono, Yoko","id":"b0b33754-a664-43b7-ba00-be0dc4ec2396","disambiguation":"Japanese-American musician and artist","name":"Yoko Ono"},"target-type":"artist","target-credit":"","type":"married","type-id":"b2bf7a5d-2da6-4742-baf4-e38d8a7ad029","ended":true,"attribute-values":{}},{"end":null,"attributes":[],"source-credit":"","direction":"forward","begin":null,"target-credit":"","type":"member of band","ended":false,"type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","attribute-values":{},"artist":{"name":"Plastic Ono Band","id":"84f81b32-8b3a-4914-9cff-017a52f9d16b","sort-name":"Plastic Ono Band","disambiguation":""},"target-type":"artist"},{"begin":"1956","source-credit":"","direction":"forward","end":"1960","attributes":["guitar"],"attribute-credits":{},"artist":{"name":"The Quarrymen","disambiguation":"British group that evolved into The Beatles","sort-name":"Quarrymen, The","id":"9fcc463b-7cfc-4ea4-a65e-bab77fc78e9a"},"target-type":"artist","attribute-values":{},"target-credit":"","type":"member of band","ended":true,"type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821"},{"ended":true,"type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","type":"member of band","target-credit":"","attribute-values":{},"target-type":"artist","artist":{"name":"The Beatles","id":"b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d","sort-name":"Beatles, The","disambiguation":""},"attribute-credits":{},"attributes":["guitar","lead vocals","original"],"end":"1970-04-10","direction":"forward","source-credit":"","begin":null},{"type-id":"9421ca84-934f-49fe-9e66-dea242430406","ended":false,"type":"parent","target-credit":"","attribute-values":{},"target-type":"artist","artist":{"disambiguation":"","sort-name":"Lennon, Freddie","id":"2b3fbe10-7cf3-4f32-88d1-fbe54dec4649","name":"Freddie Lennon"},"attributes":[],"end":null,"direction":"backward","source-credit":"","begin":null},{"target-type":"artist","artist":{"name":"Sean Lennon","sort-name":"Lennon, Sean","id":"722c6718-0c61-4db2-a8bc-993a8c5d2baf","disambiguation":""},"attribute-values":{},"type-id":"9421ca84-934f-49fe-9e66-dea242430406","ended":false,"target-credit":"","type":"parent","begin":null,"direction":"forward","source-credit":"","attributes":[],"end":null},{"target-type":"artist","artist":{"name":"Julian Lennon","id":"fbe1a6d6-12c9-459e-bf73-fdcc76b14b7e","sort-name":"Lennon, Julian","disambiguation":""},"attribute-values":{},"type-id":"9421ca84-934f-49fe-9e66-dea242430406","ended":false,"type":"parent","target-credit":"","begin":null,"direction":"forward","source-credit":"","attributes":[],"end":null},{"target-type":"artist","artist":{"name":"Imagine No Lennon","disambiguation":"Belgian","id":"51339aeb-ce5a-4cd3-8b7b-85d7c24cf0fb","sort-name":"Imagine No Lennon"},"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","ended":false,"target-credit":"","type":"tribute","attribute-values":{},"direction":"backward","source-credit":"","begin":null,"attributes":[],"end":null}],"gender":"Male","life-span":{"begin":"1940-10-09","end":"1980-12-08","ended":true},"disambiguation":"Beatle","country":"GB","id":"4d5447d7-c61c-4120-ba1b-d7f471d385b9","area":{"disambiguation":"","sort-name":"United Kingdom","id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","iso-3166-1-codes":["GB"],"name":"United Kingdom"},"name":"John Lennon","type":"Person","end_area":{"name":"Upper West Side","id":"aaef6ccc-52fb-4add-ae99-aded66a0b170","sort-name":"Upper West Side","disambiguation":""},"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9"} \ No newline at end of file diff --git a/test/fixtures/d1a0073e6dcac919d8fdf8be12bfcbec.headers b/test/fixtures/d1a0073e6dcac919d8fdf8be12bfcbec.headers deleted file mode 100644 index 41d600c..0000000 --- a/test/fixtures/d1a0073e6dcac919d8fdf8be12bfcbec.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:58 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "805", - "x-ratelimit-reset": "1537138798", - "server": "Plack::Handler::Starlet", - "etag": "W/\"a175cf78aec900d2fcd03c2cd02fd964\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/artist/4d5447d7-c61c-4120-ba1b-d7f471d385b9?inc=artist-rels&fmt=json", - "time": 386, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/d24e77d89cb5c321d30e6d57295865cb b/test/fixtures/d24e77d89cb5c321d30e6d57295865cb deleted file mode 100644 index 5b22af9..0000000 --- a/test/fixtures/d24e77d89cb5c321d30e6d57295865cb +++ /dev/null @@ -1 +0,0 @@ -See: http://archive.org/download/mbid-10ed5ae4-2bb8-48ac-89ac-a5ea58667f44/index.json diff --git a/test/fixtures/d24e77d89cb5c321d30e6d57295865cb.headers b/test/fixtures/d24e77d89cb5c321d30e6d57295865cb.headers deleted file mode 100644 index 8cef2fc..0000000 --- a/test/fixtures/d24e77d89cb5c321d30e6d57295865cb.headers +++ /dev/null @@ -1,23 +0,0 @@ -{ - "statusCode": 307, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:18 GMT", - "content-type": "text/plain; charset=utf-8", - "content-length": "86", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "location": "http://archive.org/download/mbid-10ed5ae4-2bb8-48ac-89ac-a5ea58667f44/index.json", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/10ed5ae4-2bb8-48ac-89ac-a5ea58667f44", - "time": 342, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/d33d2ff01e08b813fc2851118cbe6637 b/test/fixtures/d33d2ff01e08b813fc2851118cbe6637 deleted file mode 100644 index cc92c0e..0000000 --- a/test/fixtures/d33d2ff01e08b813fc2851118cbe6637 +++ /dev/null @@ -1 +0,0 @@ -{"ipis":[],"name":"Sony Music","isnis":[],"type-id":"7aaa37fe-2def-3476-b359-80245850062d","area":{"name":"[Worldwide]","disambiguation":"","sort-name":"[Worldwide]","id":"525d4e18-3d00-31b9-a58b-a146a916de8f","iso-3166-1-codes":["XW"]},"country":"XW","disambiguation":"global brand, excluding JP, owned by Sony Music Entertainment; for use as release label only when no sub-label/imprint is specified","relations":[{"ended":false,"source-credit":"","attribute-values":{},"begin":null,"direction":"forward","attributes":[],"target-type":"url","type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","target-credit":"","url":{"resource":"https://www.discogs.com/label/25487","id":"74438e36-b8df-429d-8b1b-2b6f4a802863"},"type":"discogs","end":null},{"source-credit":"","attribute-values":{},"ended":false,"direction":"forward","begin":null,"attributes":[],"target-type":"url","type-id":"b35f7822-bf3c-4148-b306-fb723c63ee8b","target-credit":"","url":{"id":"d3a2039f-5067-464c-97c4-1b58e85d4500","resource":"http://i57.tinypic.com/29dvcli.png"},"end":null,"type":"logo"},{"target-credit":"","url":{"resource":"http://www.sonymusic.com/","id":"6ea97227-8bc8-4cfb-934c-74c9939f9ad5"},"type":"official site","end":null,"attribute-values":{},"source-credit":"","ended":false,"begin":null,"direction":"forward","attributes":[],"target-type":"url","type-id":"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6"},{"target-credit":"","url":{"id":"8b682077-af44-46e4-865e-97ea9ed04889","resource":"http://weibo.com/sonymusic"},"type":"social network","end":null,"ended":false,"source-credit":"","attribute-values":{},"direction":"forward","begin":null,"attributes":[],"type-id":"5d217d99-bc05-4a76-836d-c91eec4ba818","target-type":"url"},{"target-credit":"","url":{"resource":"https://www.wikidata.org/wiki/Q330629","id":"f176229b-8ad3-47a4-8122-4d4caa0cd8fd"},"type":"wikidata","end":null,"ended":false,"source-credit":"","attribute-values":{},"direction":"forward","begin":null,"attributes":[],"type-id":"75d87e83-d927-4580-ba63-44dc76256f98","target-type":"url"}],"label-code":10746,"life-span":{"end":null,"ended":false,"begin":"1991-01-01"},"sort-name":"Sony Music","id":"9e6b4d7f-4958-4db7-8504-d89e315836af","type":"Original Production"} \ No newline at end of file diff --git a/test/fixtures/d33d2ff01e08b813fc2851118cbe6637.headers b/test/fixtures/d33d2ff01e08b813fc2851118cbe6637.headers deleted file mode 100644 index dc37b6b..0000000 --- a/test/fixtures/d33d2ff01e08b813fc2851118cbe6637.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:50 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1180", - "x-ratelimit-reset": "1537138672", - "server": "Plack::Handler::Starlet", - "etag": "W/\"71aeb299b7089fd2fcf0da535384eb6d\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/9e6b4d7f-4958-4db7-8504-d89e315836af?inc=url-rels&fmt=json", - "time": 425, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/d492a6c775a598749ba6eb60f7fbf94e b/test/fixtures/d492a6c775a598749ba6eb60f7fbf94e deleted file mode 100644 index d7109f1..0000000 --- a/test/fixtures/d492a6c775a598749ba6eb60f7fbf94e +++ /dev/null @@ -1,4 +0,0 @@ - -404 Not Found -

Not Found

-

No cover art found for release 19eeb3ff-4df9-48c0-8011-d102be38df81

diff --git a/test/fixtures/d492a6c775a598749ba6eb60f7fbf94e.headers b/test/fixtures/d492a6c775a598749ba6eb60f7fbf94e.headers deleted file mode 100644 index 284f5f3..0000000 --- a/test/fixtures/d492a6c775a598749ba6eb60f7fbf94e.headers +++ /dev/null @@ -1,22 +0,0 @@ -{ - "statusCode": 404, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:20 GMT", - "content-type": "text/html", - "content-length": "179", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/19eeb3ff-4df9-48c0-8011-d102be38df81", - "time": 349, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/d5f805ec21c452130fc6e1b93f2c1fad b/test/fixtures/d5f805ec21c452130fc6e1b93f2c1fad deleted file mode 100644 index c231694..0000000 --- a/test/fixtures/d5f805ec21c452130fc6e1b93f2c1fad +++ /dev/null @@ -1 +0,0 @@ -{"type":"Original Production","id":"3cfa65af-d11c-4337-843c-0b6d4ca385d3","sort-name":"Hansa","life-span":{"ended":true,"begin":"1964","end":null},"relations":[{"attribute-values":{},"source-credit":"","ended":false,"direction":"forward","begin":null,"attributes":[],"target-type":"url","type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","target-credit":"","url":{"resource":"https://www.discogs.com/label/2928","id":"377497e2-846e-405b-8ff7-21cd07ccee18"},"type":"discogs","end":null},{"url":{"resource":"https://upload.wikimedia.org/wikipedia/de/thumb/1/14/Hansa_Logo.svg/800px-Hansa_Logo.svg.png","id":"02508034-031c-457e-8441-2ada5922609a"},"target-credit":"","end":null,"type":"logo","begin":null,"direction":"forward","source-credit":"","attribute-values":{},"ended":false,"target-type":"url","type-id":"b35f7822-bf3c-4148-b306-fb723c63ee8b","attributes":[]},{"type":"wikidata","end":null,"target-credit":"","url":{"id":"511d5ab3-a574-4fc8-9305-5752ef397d9c","resource":"https://www.wikidata.org/wiki/Q180277"},"attributes":[],"type-id":"75d87e83-d927-4580-ba63-44dc76256f98","target-type":"url","source-credit":"","ended":false,"attribute-values":{},"begin":null,"direction":"forward"}],"disambiguation":"","label-code":835,"country":"DE","area":{"iso-3166-1-codes":["DE"],"sort-name":"Germany","id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","name":"Germany","disambiguation":""},"type-id":"7aaa37fe-2def-3476-b359-80245850062d","isnis":[],"name":"Hansa","ipis":[]} \ No newline at end of file diff --git a/test/fixtures/d5f805ec21c452130fc6e1b93f2c1fad.headers b/test/fixtures/d5f805ec21c452130fc6e1b93f2c1fad.headers deleted file mode 100644 index e2f7d90..0000000 --- a/test/fixtures/d5f805ec21c452130fc6e1b93f2c1fad.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:07 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1017", - "x-ratelimit-reset": "1537138748", - "server": "Plack::Handler::Starlet", - "etag": "W/\"d59669baa48d74563f5cc2bfaf5dd26a\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/3cfa65af-d11c-4337-843c-0b6d4ca385d3?inc=url-rels&fmt=json", - "time": 401, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/d72f17d33f38a3a93c0a76a2c05706e7 b/test/fixtures/d72f17d33f38a3a93c0a76a2c05706e7 deleted file mode 100644 index 5547437..0000000 --- a/test/fixtures/d72f17d33f38a3a93c0a76a2c05706e7 +++ /dev/null @@ -1 +0,0 @@ -{"images":[{"edit":41326273,"back":false,"approved":true,"comment":"","types":["Front"],"thumbnails":{"small":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955061405-250.jpg","large":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955061405-500.jpg"},"front":true,"id":"14955061405","image":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955061405.jpg"},{"approved":true,"back":true,"edit":41326275,"id":"14955062822","front":false,"image":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955062822.jpg","thumbnails":{"small":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955062822-250.jpg","large":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955062822-500.jpg"},"comment":"","types":["Back","Spine"]},{"id":"14955064370","front":false,"image":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955064370.jpg","thumbnails":{"large":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955064370-500.jpg","small":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955064370-250.jpg"},"types":["Tray"],"comment":"","approved":true,"back":false,"edit":41326278},{"edit":41326288,"approved":true,"back":false,"thumbnails":{"large":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955066041-500.jpg","small":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955066041-250.jpg"},"comment":"","types":["Booklet"],"image":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955066041.jpg","id":"14955066041","front":false},{"edit":41326294,"back":false,"approved":true,"comment":"","types":["Booklet"],"thumbnails":{"small":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955068047-250.jpg","large":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955068047-500.jpg"},"image":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955068047.jpg","front":false,"id":"14955068047"},{"front":false,"id":"14955069655","image":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955069655.jpg","types":["Booklet"],"comment":"","thumbnails":{"large":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955069655-500.jpg","small":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955069655-250.jpg"},"back":false,"approved":true,"edit":41326297},{"approved":true,"back":false,"edit":41326303,"image":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955071842.jpg","id":"14955071842","front":false,"thumbnails":{"small":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955071842-250.jpg","large":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955071842-500.jpg"},"comment":"","types":["Booklet"]},{"types":["Booklet"],"comment":"","thumbnails":{"small":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955073836-250.jpg","large":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955073836-500.jpg"},"front":false,"id":"14955073836","image":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955073836.jpg","edit":41326306,"back":false,"approved":true},{"edit":41326325,"back":false,"approved":true,"comment":"","types":["Booklet"],"thumbnails":{"large":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955075724-500.jpg","small":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955075724-250.jpg"},"front":false,"id":"14955075724","image":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/14955075724.jpg"},{"edit":41538992,"approved":true,"back":false,"thumbnails":{"small":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/15067760321-250.jpg","large":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/15067760321-500.jpg"},"comment":"Sticker","types":["Sticker"],"image":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/15067760321.jpg","id":"15067760321","front":false},{"id":"15067761190","front":false,"image":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/15067761190.jpg","thumbnails":{"large":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/15067761190-500.jpg","small":"http://coverartarchive.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52/15067761190-250.jpg"},"comment":"CD","types":["Medium"],"approved":true,"back":false,"edit":41538996}],"release":"https://musicbrainz.org/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52"} \ No newline at end of file diff --git a/test/fixtures/d72f17d33f38a3a93c0a76a2c05706e7.headers b/test/fixtures/d72f17d33f38a3a93c0a76a2c05706e7.headers deleted file mode 100644 index 24c00d0..0000000 --- a/test/fixtures/d72f17d33f38a3a93c0a76a2c05706e7.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "application/json", - "content-length": "4829", - "last-modified": "Fri, 04 Nov 2016 08:01:44 GMT", - "connection": "keep-alive", - "etag": "\"581c4068-12dd\"", - "expires": "Mon, 17 Sep 2018 04:59:19 GMT", - "cache-control": "max-age=21600", - "access-control-allow-origin": "*", - "accept-ranges": "bytes" - }, - "url": "http://ia801203.us.archive.org:80/29/items/mbid-d5cdb7fd-c7e9-460a-9549-8a369655cc52/index.json", - "time": 85, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://archive.org/download/mbid-d5cdb7fd-c7e9-460a-9549-8a369655cc52/index.json", - "host": "ia801203.us.archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/d748efa553f827a4594baf0f3cd2bd0e b/test/fixtures/d748efa553f827a4594baf0f3cd2bd0e deleted file mode 100644 index 227e9f3..0000000 --- a/test/fixtures/d748efa553f827a4594baf0f3cd2bd0e +++ /dev/null @@ -1 +0,0 @@ -{"secondary-type-ids":[],"first-release-date":"2013-10-22","id":"f86eb0a9-fd04-48c9-810b-1ba0b006e7b4","rating":{"votes-count":0,"value":null},"title":"Vacant","primary-type":"Single","secondary-types":[],"primary-type-id":"d6038452-8ee0-3f68-affc-2de9a1ede0b9","disambiguation":""} \ No newline at end of file diff --git a/test/fixtures/d748efa553f827a4594baf0f3cd2bd0e.headers b/test/fixtures/d748efa553f827a4594baf0f3cd2bd0e.headers deleted file mode 100644 index a0e104a..0000000 --- a/test/fixtures/d748efa553f827a4594baf0f3cd2bd0e.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:41 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "880", - "x-ratelimit-reset": "1537138782", - "server": "Plack::Handler::Starlet", - "etag": "W/\"96552af079613e3c15da87f0207d4706\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/release-group/f86eb0a9-fd04-48c9-810b-1ba0b006e7b4?inc=ratings&fmt=json", - "time": 363, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/d79b4d5b3870a5c217bf065093f0c2bb b/test/fixtures/d79b4d5b3870a5c217bf065093f0c2bb deleted file mode 100644 index e69de29..0000000 diff --git a/test/fixtures/d79b4d5b3870a5c217bf065093f0c2bb.headers b/test/fixtures/d79b4d5b3870a5c217bf065093f0c2bb.headers deleted file mode 100644 index 8ed9704..0000000 --- a/test/fixtures/d79b4d5b3870a5c217bf065093f0c2bb.headers +++ /dev/null @@ -1,26 +0,0 @@ -{ - "statusCode": 302, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "text/html; charset=UTF-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "access-control-allow-origin": "*", - "accept-ranges": "bytes", - "location": "http://ia600500.us.archive.org/31/items/mbid-b84ee12a-09ef-421b-82de-0441a926375b/index.json", - "strict-transport-security": "max-age=2592000" - }, - "url": "http://archive.org:80/download/mbid-b84ee12a-09ef-421b-82de-0441a926375b/index.json", - "time": 100, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b", - "host": "archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/d8882073e7685a9c8894fb532b4e6a0b b/test/fixtures/d8882073e7685a9c8894fb532b4e6a0b deleted file mode 100644 index 51eece3..0000000 --- a/test/fixtures/d8882073e7685a9c8894fb532b4e6a0b +++ /dev/null @@ -1 +0,0 @@ -{"disambiguation":"","isnis":[],"name":"Sony Urban Music","type-id":"7aaa37fe-2def-3476-b359-80245850062d","type":"Original Production","ipis":[],"relations":[{"attributes":[],"url":{"resource":"https://www.discogs.com/label/38188","id":"f9f7064f-09c7-4a47-bfc3-d131d9b47842"},"target-type":"url","type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","type":"discogs","ended":false,"begin":null,"attribute-values":{},"end":null,"target-credit":"","source-credit":"","direction":"forward"},{"direction":"forward","source-credit":"","target-credit":"","end":null,"attribute-values":{},"begin":null,"ended":false,"type":"wikidata","type-id":"75d87e83-d927-4580-ba63-44dc76256f98","target-type":"url","url":{"resource":"https://www.wikidata.org/wiki/Q7562525","id":"de76f4ca-ae8e-43c5-86bd-99822d6acf35"},"attributes":[]}],"area":{"disambiguation":"","name":"United States","iso-3166-1-codes":["US"],"id":"489ce91b-6658-3307-9877-795b68554c98","sort-name":"United States"},"life-span":{"end":"2006","begin":"2004","ended":true},"country":"US","label-code":null,"sort-name":"Sony Urban Music","id":"63003dff-a8bb-4d38-b8cb-471c8af5effe"} \ No newline at end of file diff --git a/test/fixtures/d8882073e7685a9c8894fb532b4e6a0b.headers b/test/fixtures/d8882073e7685a9c8894fb532b4e6a0b.headers deleted file mode 100644 index b321702..0000000 --- a/test/fixtures/d8882073e7685a9c8894fb532b4e6a0b.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:18 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "793", - "x-ratelimit-reset": "1537138758", - "server": "Plack::Handler::Starlet", - "etag": "W/\"384ea170d52c63fe04c4a468871b605a\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/63003dff-a8bb-4d38-b8cb-471c8af5effe?inc=url-rels&fmt=json", - "time": 389, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/dba5a1e96a4962a5370bad858932e11d b/test/fixtures/dba5a1e96a4962a5370bad858932e11d deleted file mode 100644 index 01455a7..0000000 --- a/test/fixtures/dba5a1e96a4962a5370bad858932e11d +++ /dev/null @@ -1 +0,0 @@ -{"type-id":null,"sort-name":"Sony CMG","isnis":[],"id":"e7ab62fb-f702-4a11-b96b-691cc4d82579","area":{"iso-3166-1-codes":["GB"],"disambiguation":"","name":"United Kingdom","sort-name":"United Kingdom","id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed"},"ipis":[],"life-span":{"end":null,"begin":null,"ended":false},"disambiguation":"subsidiary of SME UK, add only UK releases","relations":[{"attributes":[],"source-credit":"","url":{"id":"51faa51e-5ae2-487d-804c-c3571c9be00e","resource":"http://web.archive.org/web/*/https://twitter.com/sonycmg"},"target-type":"url","type":"social network","ended":false,"begin":null,"target-credit":"","attribute-values":{},"direction":"forward","end":null,"type-id":"5d217d99-bc05-4a76-836d-c91eec4ba818"},{"begin":null,"source-credit":"","target-type":"url","url":{"resource":"https://www.facebook.com/sonycmgofficial","id":"79afe22a-561b-4ddf-b998-93b0dbe01a98"},"attributes":[],"ended":false,"type":"social network","type-id":"5d217d99-bc05-4a76-836d-c91eec4ba818","end":null,"target-credit":"","attribute-values":{},"direction":"forward"}],"country":"GB","name":"Sony CMG","type":null,"label-code":null} \ No newline at end of file diff --git a/test/fixtures/dba5a1e96a4962a5370bad858932e11d.headers b/test/fixtures/dba5a1e96a4962a5370bad858932e11d.headers deleted file mode 100644 index b06abe6..0000000 --- a/test/fixtures/dba5a1e96a4962a5370bad858932e11d.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:23 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "969", - "x-ratelimit-reset": "1537138704", - "server": "Plack::Handler::Starlet", - "etag": "W/\"e601292101f9aca2e904b054379bc5bd\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/e7ab62fb-f702-4a11-b96b-691cc4d82579?inc=url-rels&fmt=json", - "time": 409, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/dbf0c82ddaa7681f0642fba3fb2dd351 b/test/fixtures/dbf0c82ddaa7681f0642fba3fb2dd351 deleted file mode 100644 index a53ac26..0000000 --- a/test/fixtures/dbf0c82ddaa7681f0642fba3fb2dd351 +++ /dev/null @@ -1 +0,0 @@ -{"area":{"disambiguation":"","iso-3166-1-codes":["JP"],"id":"2db42837-c832-3c27-b4a3-08198f75693c","sort-name":"Japan","name":"Japan"},"ipis":[],"life-span":{"begin":"2001-05","end":null,"ended":false},"disambiguation":"Japanese TEXTLESS walking eye imprint","country":"JP","relations":[{"end":null,"type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","direction":"forward","attribute-values":{},"target-credit":"","begin":null,"type":"discogs","ended":false,"url":{"id":"6b5518e2-0b22-477a-9cb5-7659a8a5e5b3","resource":"https://www.discogs.com/label/262232"},"source-credit":"","target-type":"url","attributes":[]},{"type":"logo","ended":false,"target-type":"url","source-credit":"","url":{"resource":"http://i58.tinypic.com/vxnedy.png","id":"6c3bb7e9-6e0b-4885-9ee0-9a1d31113364"},"attributes":[],"begin":null,"attribute-values":{},"direction":"forward","target-credit":"","end":null,"type-id":"b35f7822-bf3c-4148-b306-fb723c63ee8b"}],"name":"Sony Records International","type":"Imprint","label-code":null,"type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","isnis":[],"sort-name":"Sony Records International","id":"c9a4ea86-7611-4fff-9f4f-41f18be7e14b"} \ No newline at end of file diff --git a/test/fixtures/dbf0c82ddaa7681f0642fba3fb2dd351.headers b/test/fixtures/dbf0c82ddaa7681f0642fba3fb2dd351.headers deleted file mode 100644 index 3709379..0000000 --- a/test/fixtures/dbf0c82ddaa7681f0642fba3fb2dd351.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:12 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1192", - "x-ratelimit-reset": "1537138694", - "server": "Plack::Handler::Starlet", - "etag": "W/\"658c530a11a9808d9e4029876ac89e21\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/c9a4ea86-7611-4fff-9f4f-41f18be7e14b?inc=url-rels&fmt=json", - "time": 375, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/dccbe1460fc101f36eea06bbb408df95 b/test/fixtures/dccbe1460fc101f36eea06bbb408df95 deleted file mode 100644 index 3e8b1c4..0000000 --- a/test/fixtures/dccbe1460fc101f36eea06bbb408df95 +++ /dev/null @@ -1 +0,0 @@ -{"id":"d81c44d0-e486-4db4-b128-e070a2b720f0","ipis":[],"country":"FR","name":"Fin de Siècle","rating":{"votes-count":0,"value":null},"label-code":null,"type-id":"a2426aab-2dd4-339c-b47d-b4923a241678","life-span":{"ended":false,"end":null,"begin":"2011-01"},"type":"Production","disambiguation":"","area":{"id":"08310658-51eb-3801-80de-5a0739207115","disambiguation":"","iso-3166-1-codes":["FR"],"sort-name":"France","name":"France"},"sort-name":"Fin de Siècle","isnis":[]} \ No newline at end of file diff --git a/test/fixtures/dccbe1460fc101f36eea06bbb408df95.headers b/test/fixtures/dccbe1460fc101f36eea06bbb408df95.headers deleted file mode 100644 index e9785af..0000000 --- a/test/fixtures/dccbe1460fc101f36eea06bbb408df95.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:46 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1097", - "x-ratelimit-reset": "1537138728", - "server": "Plack::Handler::Starlet", - "etag": "W/\"b638eed8f20b918fc1900ead6e1ee9ee\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/d81c44d0-e486-4db4-b128-e070a2b720f0?inc=ratings&fmt=json", - "time": 364, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/dcd063023913100f2337a15baaf7cab8 b/test/fixtures/dcd063023913100f2337a15baaf7cab8 deleted file mode 100644 index e69de29..0000000 diff --git a/test/fixtures/dcd063023913100f2337a15baaf7cab8.headers b/test/fixtures/dcd063023913100f2337a15baaf7cab8.headers deleted file mode 100644 index ffcd243..0000000 --- a/test/fixtures/dcd063023913100f2337a15baaf7cab8.headers +++ /dev/null @@ -1,26 +0,0 @@ -{ - "statusCode": 302, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:21 GMT", - "content-type": "text/html; charset=UTF-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "access-control-allow-origin": "*", - "accept-ranges": "bytes", - "location": "http://ia801209.us.archive.org/27/items/mbid-3e2c779e-16e8-459e-8791-2da47a92dce6/index.json", - "strict-transport-security": "max-age=2592000" - }, - "url": "http://archive.org:80/download/mbid-3e2c779e-16e8-459e-8791-2da47a92dce6/index.json", - "time": 187, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://coverartarchive.org/release/3e2c779e-16e8-459e-8791-2da47a92dce6", - "host": "archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/dce1cbd3f38b1de0b4fd7cc697131b31 b/test/fixtures/dce1cbd3f38b1de0b4fd7cc697131b31 deleted file mode 100644 index b6b8412..0000000 --- a/test/fixtures/dce1cbd3f38b1de0b4fd7cc697131b31 +++ /dev/null @@ -1 +0,0 @@ -{"id":"857ff05c-5367-4ba2-9b49-98eefa2badcc","disambiguation":"","relations":[{"target-credit":"","type":"wikidata","type-id":"1486fccd-cf59-35e4-9399-b50e2b255877","ended":false,"attribute-values":{},"target-type":"url","end":null,"attributes":[],"source-credit":"","direction":"forward","url":{"resource":"https://www.wikidata.org/wiki/Q644440","id":"982f2ad2-d554-4075-aa28-f9c32287c2b6"},"begin":null}],"description":"","type":"String instrument","name":"lap steel guitar","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726"} \ No newline at end of file diff --git a/test/fixtures/dce1cbd3f38b1de0b4fd7cc697131b31.headers b/test/fixtures/dce1cbd3f38b1de0b4fd7cc697131b31.headers deleted file mode 100644 index bc7bdf9..0000000 --- a/test/fixtures/dce1cbd3f38b1de0b4fd7cc697131b31.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:39 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "966", - "x-ratelimit-reset": "1537138660", - "server": "Plack::Handler::Starlet", - "etag": "W/\"a3361a75603f5bc358089092c53d0d63\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/instrument/857ff05c-5367-4ba2-9b49-98eefa2badcc?inc=url-rels&fmt=json", - "time": 371, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/df2dc808710d6548a883bbbf3edecb71 b/test/fixtures/df2dc808710d6548a883bbbf3edecb71 deleted file mode 100644 index 1971f86..0000000 --- a/test/fixtures/df2dc808710d6548a883bbbf3edecb71 +++ /dev/null @@ -1 +0,0 @@ -{"continue":{"iistart":"2015-02-04T22:46:59Z","continue":"||"},"query":{"normalized":[{"from":"File:Nirvana_around_1992.jpg","to":"File:Nirvana around 1992.jpg"}],"pages":{"1314918":{"pageid":1314918,"ns":6,"title":"File:Nirvana around 1992.jpg","imagerepository":"local","imageinfo":[{"user":"Kigsz","size":31369,"width":367,"height":346,"canonicaltitle":"File:Nirvana around 1992.jpg","url":"https://upload.wikimedia.org/wikipedia/commons/1/19/Nirvana_around_1992.jpg","descriptionurl":"https://commons.wikimedia.org/wiki/File:Nirvana_around_1992.jpg","descriptionshorturl":"https://commons.wikimedia.org/w/index.php?curid=1314918","extmetadata":{"DateTime":{"value":"2015-11-21 12:22:55","source":"mediawiki-metadata","hidden":""},"ObjectName":{"value":"Nirvana around 1992","source":"mediawiki-metadata","hidden":""},"CommonsMetadataExtension":{"value":1.2,"source":"extension","hidden":""},"Categories":{"value":"1992 events in California|1992 in Los Angeles|1992 in television|Fashion in 1992|Flickr images reviewed by trusted users|Krist Novoselic|Kurt Cobain|MTV Video Music Awards|Music events in 1992|Nirvana (band)|Pauley Pavilion|Photographs taken on 1992-09-09|September 1992 in the United States","source":"commons-categories","hidden":""},"Assessments":{"value":"","source":"commons-categories","hidden":""},"ImageDescription":{"value":"Kurt Cobain (front) and Krist Novoselic (left) live at the 1992 MTV Video Music Awards.","source":"commons-desc-page"},"DateTimeOriginal":{"value":"1992-09-09","source":"commons-desc-page"},"Credit":{"value":"More Kurt -- too rad","source":"commons-desc-page","hidden":""},"Artist":{"value":"P.B. Rage from USA","source":"commons-desc-page"},"LicenseShortName":{"value":"CC BY-SA 2.0","source":"commons-desc-page","hidden":""},"UsageTerms":{"value":"Creative Commons Attribution-Share Alike 2.0","source":"commons-desc-page","hidden":""},"AttributionRequired":{"value":"true","source":"commons-desc-page","hidden":""},"LicenseUrl":{"value":"https://creativecommons.org/licenses/by-sa/2.0","source":"commons-desc-page","hidden":""},"Copyrighted":{"value":"True","source":"commons-desc-page","hidden":""},"Restrictions":{"value":"","source":"commons-desc-page","hidden":""},"License":{"value":"cc-by-sa-2.0","source":"commons-templates","hidden":""}}}]}}}} \ No newline at end of file diff --git a/test/fixtures/df2dc808710d6548a883bbbf3edecb71.headers b/test/fixtures/df2dc808710d6548a883bbbf3edecb71.headers deleted file mode 100644 index 7d8b5ef..0000000 --- a/test/fixtures/df2dc808710d6548a883bbbf3edecb71.headers +++ /dev/null @@ -1,42 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:56:56 GMT", - "content-type": "application/json; charset=utf-8", - "content-length": "1024", - "connection": "keep-alive", - "server": "mw2218.codfw.wmnet", - "x-powered-by": "HHVM/3.18.6-dev", - "p3p": "CP=\"This is not a P3P policy! See https://commons.wikimedia.org/wiki/Special:CentralAutoLogin/P3P for more info.\"", - "cache-control": "private, must-revalidate, max-age=0", - "vary": "Accept-Encoding,Treat-as-Untrusted,X-Forwarded-Proto,Cookie,Authorization", - "content-disposition": "inline; filename=api-result.json", - "x-content-type-options": "nosniff", - "x-frame-options": "DENY", - "backend-timing": "D=31694 t=1537138616013115", - "x-varnish": "490975212, 238173071, 912661146", - "via": "1.1 varnish (Varnish/5.1), 1.1 varnish (Varnish/5.1), 1.1 varnish (Varnish/5.1)", - "accept-ranges": "bytes", - "age": "0", - "x-cache": "cp2013 pass, cp4032 pass, cp4030 pass", - "x-cache-status": "pass", - "strict-transport-security": "max-age=106384710; includeSubDomains; preload", - "set-cookie": [ - "WMF-Last-Access=16-Sep-2018;Path=/;HttpOnly;secure;Expires=Thu, 18 Oct 2018 12:00:00 GMT", - "GeoIP=US:WA:Seattle:47.61:-122.30:v4; Path=/; secure; Domain=.wikimedia.org" - ], - "x-analytics": "ns=-1;special=Badtitle;https=1;nocookies=1", - "x-client-ip": "24.56.225.155" - }, - "url": "https://commons.wikimedia.org:443/w/api.php?action=query&titles=File%3ANirvana_around_1992.jpg&prop=imageinfo&iiprop=url%7Csize%7Ccanonicaltitle%7Cuser%7Cextmetadata&format=json", - "time": 217, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "commons.wikimedia.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/df91c1a5ada46ccb958bf4837b5e780e b/test/fixtures/df91c1a5ada46ccb958bf4837b5e780e deleted file mode 100644 index 63c01aa..0000000 --- a/test/fixtures/df91c1a5ada46ccb958bf4837b5e780e +++ /dev/null @@ -1 +0,0 @@ -{"rating":{"votes-count":0,"value":null},"life-span":{"end":null,"begin":null,"ended":false},"id":"600f2b3a-ca69-469b-b5fa-d7e926e55779","name":"Música Sin Fin","country":"ES","type-id":"7aaa37fe-2def-3476-b359-80245850062d","type":"Original Production","isnis":[],"ipis":[],"sort-name":"Música Sin Fin","disambiguation":"","label-code":null,"area":{"sort-name":"Spain","disambiguation":"","iso-3166-1-codes":["ES"],"id":"471c46a7-afc5-31c4-923c-d0444f5053a4","name":"Spain"}} \ No newline at end of file diff --git a/test/fixtures/df91c1a5ada46ccb958bf4837b5e780e.headers b/test/fixtures/df91c1a5ada46ccb958bf4837b5e780e.headers deleted file mode 100644 index 661d4c4..0000000 --- a/test/fixtures/df91c1a5ada46ccb958bf4837b5e780e.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:46 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1096", - "x-ratelimit-reset": "1537138728", - "server": "Plack::Handler::Starlet", - "etag": "W/\"7c023d5018a8094255e8b8e0a31bdb90\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/600f2b3a-ca69-469b-b5fa-d7e926e55779?inc=ratings&fmt=json", - "time": 360, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/df961ab29380c348b566be15e0aa00c9 b/test/fixtures/df961ab29380c348b566be15e0aa00c9 deleted file mode 100644 index 1551919..0000000 --- a/test/fixtures/df961ab29380c348b566be15e0aa00c9 +++ /dev/null @@ -1 +0,0 @@ -{"area":{"sort-name":"Australia","id":"106e0bec-b638-3b37-b731-f53d507dc00e","disambiguation":"","name":"Australia","iso-3166-1-codes":["AU"]},"disambiguation":"Australian, division of Festival Records","id":"7bbb7278-2af1-4f17-9cf3-5c90a1b4c4f2","country":"AU","life-span":{"ended":false,"end":null,"begin":null},"label-code":null,"sort-name":"Infinity","rating":{"votes-count":0,"value":null},"type-id":"7aaa37fe-2def-3476-b359-80245850062d","type":"Original Production","isnis":[],"name":"Infinity","ipis":[]} \ No newline at end of file diff --git a/test/fixtures/df961ab29380c348b566be15e0aa00c9.headers b/test/fixtures/df961ab29380c348b566be15e0aa00c9.headers deleted file mode 100644 index f657e87..0000000 --- a/test/fixtures/df961ab29380c348b566be15e0aa00c9.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "930", - "x-ratelimit-reset": "1537138760", - "server": "Plack::Handler::Starlet", - "etag": "W/\"3023b4a57c4e5dc06fc8bc38eeea0290\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/7bbb7278-2af1-4f17-9cf3-5c90a1b4c4f2?inc=ratings&fmt=json", - "time": 371, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/e7d064c841ee5e01c02ed599ecbd556a b/test/fixtures/e7d064c841ee5e01c02ed599ecbd556a deleted file mode 100644 index 16bf3bd..0000000 --- a/test/fixtures/e7d064c841ee5e01c02ed599ecbd556a +++ /dev/null @@ -1 +0,0 @@ -{"images":[{"edit":43983930,"image":"http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/16110068623.jpg","thumbnails":{"large":"http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/16110068623-500.jpg","small":"http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/16110068623-250.jpg"},"front":true,"comment":"WB 2013","approved":true,"back":false,"types":["Front"],"id":16110068623},{"approved":true,"image":"http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/7436435354.jpg","edit":27985878,"front":false,"thumbnails":{"large":"http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/7436435354-500.jpg","small":"http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/7436435354-250.jpg"},"comment":"","back":false,"id":7436435354,"types":["Front"]},{"approved":true,"edit":27985879,"image":"http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/7436436976.jpg","front":false,"thumbnails":{"small":"http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/7436436976-250.jpg","large":"http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/7436436976-500.jpg"},"comment":"","back":true,"types":["Back"],"id":7436436976},{"edit":27985881,"image":"http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/7436437572.jpg","comment":"","thumbnails":{"large":"http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/7436437572-500.jpg","small":"http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/7436437572-250.jpg"},"front":false,"approved":true,"back":false,"types":["Medium"],"id":7436437572},{"back":false,"id":7436438250,"types":["Medium"],"approved":true,"image":"http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/7436438250.jpg","edit":27985882,"thumbnails":{"large":"http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/7436438250-500.jpg","small":"http://coverartarchive.org/release/22a1945f-185c-4d70-979e-f297b00b0c71/7436438250-250.jpg"},"front":false,"comment":""}],"release":"https://musicbrainz.org/release/22a1945f-185c-4d70-979e-f297b00b0c71"} \ No newline at end of file diff --git a/test/fixtures/e7d064c841ee5e01c02ed599ecbd556a.headers b/test/fixtures/e7d064c841ee5e01c02ed599ecbd556a.headers deleted file mode 100644 index 45488be..0000000 --- a/test/fixtures/e7d064c841ee5e01c02ed599ecbd556a.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "application/json", - "content-length": "2213", - "last-modified": "Sat, 11 Mar 2017 13:00:55 GMT", - "connection": "keep-alive", - "etag": "\"58c3f507-8a5\"", - "expires": "Mon, 17 Sep 2018 04:59:19 GMT", - "cache-control": "max-age=21600", - "access-control-allow-origin": "*", - "accept-ranges": "bytes" - }, - "url": "http://ia902502.us.archive.org:80/29/items/mbid-22a1945f-185c-4d70-979e-f297b00b0c71/index.json", - "time": 135, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://archive.org/download/mbid-22a1945f-185c-4d70-979e-f297b00b0c71/index.json", - "host": "ia902502.us.archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/e7d66bffb0e7b3bb6f87aff19c514424 b/test/fixtures/e7d66bffb0e7b3bb6f87aff19c514424 deleted file mode 100644 index f8b45cf..0000000 --- a/test/fixtures/e7d66bffb0e7b3bb6f87aff19c514424 +++ /dev/null @@ -1 +0,0 @@ -{"images":[{"thumbnails":{"large":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/1611507818-500.jpg","small":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/1611507818-250.jpg"},"approved":true,"comment":"","image":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/1611507818.jpg","edit":18544122,"front":true,"types":["Front"],"back":false,"id":"1611507818"},{"approved":true,"thumbnails":{"small":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536418798-250.jpg","large":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536418798-500.jpg"},"comment":"","front":false,"types":["Back"],"id":"13536418798","back":true,"edit":38677409,"image":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536418798.jpg"},{"approved":true,"thumbnails":{"small":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536419390-250.jpg","large":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536419390-500.jpg"},"comment":"","edit":38677410,"image":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536419390.jpg","types":["Liner"],"front":false,"back":false,"id":"13536419390"},{"approved":true,"thumbnails":{"small":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536420212-250.jpg","large":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536420212-500.jpg"},"comment":"","image":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536420212.jpg","edit":38677411,"types":["Liner"],"front":false,"back":false,"id":"13536420212"},{"approved":true,"thumbnails":{"large":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536420721-500.jpg","small":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536420721-250.jpg"},"comment":"","edit":38677412,"image":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536420721.jpg","types":["Poster"],"front":false,"back":false,"id":"13536420721"},{"approved":true,"thumbnails":{"large":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536421121-500.jpg","small":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536421121-250.jpg"},"comment":"","front":false,"types":["Poster"],"back":false,"id":"13536421121","edit":38677413,"image":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536421121.jpg"},{"comment":"","thumbnails":{"small":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536421897-250.jpg","large":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536421897-500.jpg"},"approved":true,"image":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536421897.jpg","edit":38677414,"id":"13536421897","back":false,"types":["Poster"],"front":false},{"image":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536422293.jpg","edit":38677415,"front":false,"types":["Poster"],"back":false,"id":"13536422293","approved":true,"thumbnails":{"small":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536422293-250.jpg","large":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536422293-500.jpg"},"comment":""},{"thumbnails":{"large":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536422691-500.jpg","small":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536422691-250.jpg"},"approved":true,"comment":"","edit":38677416,"image":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536422691.jpg","front":false,"types":["Medium"],"back":false,"id":"13536422691"},{"back":false,"id":"13536423081","front":false,"types":["Medium"],"image":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536423081.jpg","edit":38677417,"comment":"","thumbnails":{"large":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536423081-500.jpg","small":"http://coverartarchive.org/release/b84ee12a-09ef-421b-82de-0441a926375b/13536423081-250.jpg"},"approved":true}],"release":"https://musicbrainz.org/release/b84ee12a-09ef-421b-82de-0441a926375b"} \ No newline at end of file diff --git a/test/fixtures/e7d66bffb0e7b3bb6f87aff19c514424.headers b/test/fixtures/e7d66bffb0e7b3bb6f87aff19c514424.headers deleted file mode 100644 index 695bceb..0000000 --- a/test/fixtures/e7d66bffb0e7b3bb6f87aff19c514424.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "application/json", - "content-length": "4372", - "last-modified": "Tue, 10 May 2016 19:12:33 GMT", - "connection": "keep-alive", - "etag": "\"573232a1-1114\"", - "expires": "Mon, 17 Sep 2018 04:59:19 GMT", - "cache-control": "max-age=21600", - "access-control-allow-origin": "*", - "accept-ranges": "bytes" - }, - "url": "http://ia600500.us.archive.org:80/31/items/mbid-b84ee12a-09ef-421b-82de-0441a926375b/index.json", - "time": 74, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://archive.org/download/mbid-b84ee12a-09ef-421b-82de-0441a926375b/index.json", - "host": "ia600500.us.archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/e94c405604c26d7eb8f405b43732d6b0 b/test/fixtures/e94c405604c26d7eb8f405b43732d6b0 deleted file mode 100644 index d00da62..0000000 --- a/test/fixtures/e94c405604c26d7eb8f405b43732d6b0 +++ /dev/null @@ -1 +0,0 @@ -{"rating":{"value":null,"votes-count":0},"id":"14b8ff46-3b93-403b-9e35-018f02eb3a05","first-release-date":"2017-02-03","secondary-type-ids":[],"title":"There's No Pressure","primary-type-id":"f529b476-6e62-324f-b0aa-1f3e33d313fc","secondary-types":[],"primary-type":"Album","disambiguation":""} \ No newline at end of file diff --git a/test/fixtures/e94c405604c26d7eb8f405b43732d6b0.headers b/test/fixtures/e94c405604c26d7eb8f405b43732d6b0.headers deleted file mode 100644 index 796ff15..0000000 --- a/test/fixtures/e94c405604c26d7eb8f405b43732d6b0.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:41 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "881", - "x-ratelimit-reset": "1537138782", - "server": "Plack::Handler::Starlet", - "etag": "W/\"6b28290c64325737fda40a868f188d9c\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/release-group/14b8ff46-3b93-403b-9e35-018f02eb3a05?inc=ratings&fmt=json", - "time": 362, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/eac519f216b646d4a8b9044277e66474 b/test/fixtures/eac519f216b646d4a8b9044277e66474 deleted file mode 100644 index d13e26e..0000000 --- a/test/fixtures/eac519f216b646d4a8b9044277e66474 +++ /dev/null @@ -1 +0,0 @@ -{"area":{"sort-name":"Toronto","disambiguation":"","id":"74b24e62-d2fe-42d2-9d96-31f2da756c77","name":"Toronto"},"label-code":null,"disambiguation":"","sort-name":"Sony Musique","ipis":[],"isnis":[],"type":"Original Production","type-id":"7aaa37fe-2def-3476-b359-80245850062d","relations":[{"type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","attribute-values":{},"target-credit":"","attributes":[],"begin":null,"end":null,"ended":false,"source-credit":"","direction":"forward","target-type":"url","url":{"resource":"https://www.discogs.com/label/121039","id":"3c3ca245-1637-4a15-8e59-3c39e1c62e3f"},"type":"discogs"}],"country":null,"name":"Sony Musique","life-span":{"ended":false,"end":null,"begin":null},"id":"1b32958b-1f52-42da-a439-15317140df3c"} \ No newline at end of file diff --git a/test/fixtures/eac519f216b646d4a8b9044277e66474.headers b/test/fixtures/eac519f216b646d4a8b9044277e66474.headers deleted file mode 100644 index ba89582..0000000 --- a/test/fixtures/eac519f216b646d4a8b9044277e66474.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:56 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "780", - "x-ratelimit-reset": "1537138736", - "server": "Plack::Handler::Starlet", - "etag": "W/\"781882a37b664fc271212064e8ff7d6a\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/1b32958b-1f52-42da-a439-15317140df3c?inc=url-rels&fmt=json", - "time": 381, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/ef8a765d572046b07aa6947545f2655a b/test/fixtures/ef8a765d572046b07aa6947545f2655a deleted file mode 100644 index e69de29..0000000 diff --git a/test/fixtures/ef8a765d572046b07aa6947545f2655a.headers b/test/fixtures/ef8a765d572046b07aa6947545f2655a.headers deleted file mode 100644 index 1337c0f..0000000 --- a/test/fixtures/ef8a765d572046b07aa6947545f2655a.headers +++ /dev/null @@ -1,23 +0,0 @@ -{ - "statusCode": 307, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:22 GMT", - "content-type": "text/plain; charset=utf-8", - "content-length": "131", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "location": "http://archive.org/download/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd-829521842.jpg", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/front", - "time": 448, - "request": { - "method": "HEAD", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "content-length": 0 - } - } -} \ No newline at end of file diff --git a/test/fixtures/ef97a1709cfc1a6cf2b23c0f0c7a34fa b/test/fixtures/ef97a1709cfc1a6cf2b23c0f0c7a34fa deleted file mode 100644 index 32bcee8..0000000 --- a/test/fixtures/ef97a1709cfc1a6cf2b23c0f0c7a34fa +++ /dev/null @@ -1 +0,0 @@ -{"images":[{"approved":true,"back":false,"comment":"","front":true,"thumbnails":{"small":"http://coverartarchive.org/release/10ed5ae4-2bb8-48ac-89ac-a5ea58667f44/14894448550-250.jpg","large":"http://coverartarchive.org/release/10ed5ae4-2bb8-48ac-89ac-a5ea58667f44/14894448550-500.jpg"},"types":["Front"],"id":14894448550,"edit":41203744,"image":"http://coverartarchive.org/release/10ed5ae4-2bb8-48ac-89ac-a5ea58667f44/14894448550.jpg"}],"release":"https://musicbrainz.org/release/10ed5ae4-2bb8-48ac-89ac-a5ea58667f44"} \ No newline at end of file diff --git a/test/fixtures/ef97a1709cfc1a6cf2b23c0f0c7a34fa.headers b/test/fixtures/ef97a1709cfc1a6cf2b23c0f0c7a34fa.headers deleted file mode 100644 index 5690d38..0000000 --- a/test/fixtures/ef97a1709cfc1a6cf2b23c0f0c7a34fa.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "application/json", - "content-length": "518", - "last-modified": "Sun, 26 Mar 2017 22:10:23 GMT", - "connection": "keep-alive", - "etag": "\"58d83c4f-206\"", - "expires": "Mon, 17 Sep 2018 04:59:19 GMT", - "cache-control": "max-age=21600", - "access-control-allow-origin": "*", - "accept-ranges": "bytes" - }, - "url": "http://ia801906.us.archive.org:80/20/items/mbid-10ed5ae4-2bb8-48ac-89ac-a5ea58667f44/index.json", - "time": 145, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://archive.org/download/mbid-10ed5ae4-2bb8-48ac-89ac-a5ea58667f44/index.json", - "host": "ia801906.us.archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/extended-schema.js.nock b/test/fixtures/extended-schema.js.nock new file mode 100644 index 0000000..cbf533e --- /dev/null +++ b/test/fixtures/extended-schema.js.nock @@ -0,0 +1,4872 @@ +[ + [ + "URLs may be looked up by resource", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/url?resource=http%3A%2F%2Fwww.nirvana.com%2F&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:25 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Content-Length", + "82", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1121", + "X-RateLimit-Reset", + "1618477526", + "Server", + "Plack::Handler::Starlet", + "ETag", + "\"d2b2ef09f302f15cd08587ad1e02d9ef\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": { + "id": "4347ffe2-82ec-4059-9520-6a1a3f73a304", + "resource": "http://www.nirvana.com/" + }, + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "alias locales use the locale scalar", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/artist/f99b7d67-4e63-4678-aa66-4c6ac0f7d24a?inc=aliases&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:24 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "918", + "X-RateLimit-Reset", + "1618477524", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"e2f5b021fff990a01b66e291ef222026\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"gender\":\"Male\",\"sort-name\":\"PSY\",\"name\":\"PSY\",\"begin-area\":{\"disambiguation\":\"\",\"sort-name\":\"Gangnam District\",\"type-id\":null,\"id\":\"1070aa79-4a93-4a56-8290-7a68c44172a1\",\"name\":\"Gangnam District\",\"type\":null},\"end-area\":null,\"area\":{\"type\":null,\"sort-name\":\"South Korea\",\"type-id\":null,\"id\":\"b9f7d640-46e8-313e-b158-ded6d18593b3\",\"name\":\"South Korea\",\"iso-3166-1-codes\":[\"KR\"],\"disambiguation\":\"\"},\"type\":\"Person\",\"ipis\":[\"00486473119\",\"00639236529\"],\"end_area\":null,\"life-span\":{\"end\":null,\"ended\":false,\"begin\":\"1977-12-31\"},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"f99b7d67-4e63-4678-aa66-4c6ac0f7d24a\",\"country\":\"KR\",\"begin_area\":{\"disambiguation\":\"\",\"sort-name\":\"Gangnam District\",\"type-id\":null,\"id\":\"1070aa79-4a93-4a56-8290-7a68c44172a1\",\"name\":\"Gangnam District\",\"type\":null},\"aliases\":[{\"locale\":\"en\",\"sort-name\":\"PSY\",\"name\":\"PSY\",\"type-id\":null,\"end\":null,\"begin\":null,\"ended\":false,\"type\":null,\"primary\":true},{\"locale\":\"de\",\"type-id\":\"894afba6-2816-3c24-8072-eadb66bd04bc\",\"sort-name\":\"Psy\",\"name\":\"Psy\",\"end\":null,\"begin\":null,\"ended\":false,\"type\":\"Artist name\",\"primary\":true},{\"locale\":\"ko\",\"name\":\"박재상\",\"sort-name\":\"박재상\",\"type-id\":\"d4dcd0c0-b341-3612-a332-c0ce797b25cf\",\"end\":null,\"begin\":null,\"type\":\"Legal name\",\"ended\":false,\"primary\":true},{\"primary\":false,\"type\":\"Artist name\",\"ended\":false,\"begin\":null,\"end\":null,\"type-id\":\"894afba6-2816-3c24-8072-eadb66bd04bc\",\"sort-name\":\"싸이\",\"name\":\"싸이\",\"locale\":\"ko\"},{\"primary\":null,\"ended\":false,\"type\":null,\"begin\":null,\"end\":null,\"type-id\":null,\"sort-name\":\"싸이(Psy)\",\"name\":\"싸이(Psy)\",\"locale\":null}],\"isnis\":[\"0000000372890324\"],\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"South Korean singer and rapper\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "area isoCodes accepts an argument to retrieve 3166-1, 3166-2, or 3166-3 codes", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/area/d907b0ac-2956-386f-a246-62d55779aae1?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:19 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1081", + "X-RateLimit-Reset", + "1618477520", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"9cedbe7d1e043aa2581bd8d7d2549f77\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"iso-3166-3-codes\":[\"DDDE\"],\"id\":\"d907b0ac-2956-386f-a246-62d55779aae1\",\"iso-3166-1-codes\":[\"XG\"],\"name\":\"East Germany\",\"sort-name\":\"East Germany\",\"type\":\"Country\",\"life-span\":{\"begin\":\"1949\",\"ended\":true,\"end\":\"1990\"},\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"disambiguation\":\"\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/area/75e398a3-5f3f-4224-9cd8-0fe44715bc95?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:19 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1083", + "X-RateLimit-Reset", + "1618477520", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"4bb8e037fc1c5908743d36ab42ff233d\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"disambiguation\":\"\",\"type\":\"Subdivision\",\"iso-3166-2-codes\":[\"US-NY\"],\"name\":\"New York\",\"id\":\"75e398a3-5f3f-4224-9cd8-0fe44715bc95\",\"sort-name\":\"New York\",\"type-id\":\"fd3d44c5-80a1-3842-9745-2c4972d35afa\",\"life-span\":{\"end\":null,\"begin\":null,\"ended\":false}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "area maps iso-3166-1-codes to isoCodes", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/area/489ce91b-6658-3307-9877-795b68554c98?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:18 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1191", + "X-RateLimit-Reset", + "1618477520", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"c0a2f6003555644a4ae1002d2c1f8e99\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"life-span\":{\"end\":null,\"begin\":null,\"ended\":false},\"sort-name\":\"United States\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type\":\"Country\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "areas have a type and typeID", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/area?limit=5&query=Germany&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:23 GMT", + "Content-Type", + "application/json", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1013", + "X-RateLimit-Reset", + "1618477524", + "Last-Modified", + "Tue, 13 Apr 2021 17:13:33 GMT", + "ETag", + "\"NDljNDAwMDAwMDAwMDAwMFNvbHI=\"", + "Vary", + "Accept-Encoding", + "X-Cache-Status", + "STALE", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"created\":\"2021-04-15T09:03:10.006Z\",\"count\":41,\"offset\":0,\"areas\":[{\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"score\":100,\"name\":\"Germany\",\"sort-name\":\"Germany\",\"iso-3166-1-codes\":[\"DE\"],\"life-span\":{\"ended\":null},\"aliases\":[{\"sort-name\":\"Bundesrepublik Deutschland\",\"type-id\":\"0b5b3497-d5d9-34e7-a61b-9a6c18aa7b29\",\"name\":\"Bundesrepublik Deutschland\",\"locale\":\"de\",\"type\":\"Area name\",\"primary\":true,\"begin-date\":\"1949-05-23\",\"end-date\":\"1990-10-02\"},{\"sort-name\":\"Deutschland\",\"name\":\"Deutschland\",\"locale\":\"de\",\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Federal Republic of Germany\",\"type-id\":\"b280c712-f676-342e-a8f2-e5c5fe0159b4\",\"name\":\"Federal Republic of Germany\",\"locale\":\"en\",\"type\":\"Formal name\",\"primary\":null,\"begin-date\":\"1949-05-23\",\"end-date\":\"1990-10-02\"},{\"sort-name\":\"West Germany\",\"type-id\":\"0b5b3497-d5d9-34e7-a61b-9a6c18aa7b29\",\"name\":\"West Germany\",\"locale\":\"en\",\"type\":\"Area name\",\"primary\":true,\"begin-date\":\"1949-05-23\",\"end-date\":\"1990-10-02\"},{\"sort-name\":\"Germany\",\"name\":\"Germany\",\"locale\":\"en\",\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Saksamaa\",\"name\":\"Saksamaa\",\"locale\":\"et\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Alemania\",\"name\":\"Alemania\",\"locale\":\"es\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"ドイツ\",\"name\":\"ドイツ\",\"locale\":\"ja\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Γερμανία\",\"name\":\"Γερμανία\",\"locale\":\"el\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Saksa\",\"name\":\"Saksa\",\"locale\":\"fi\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Allemagne\",\"name\":\"Allemagne\",\"locale\":\"fr\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Germania\",\"name\":\"Germania\",\"locale\":\"it\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Tyskland\",\"name\":\"Tyskland\",\"locale\":\"no\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Duitsland\",\"name\":\"Duitsland\",\"locale\":\"nl\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":1,\"name\":\"un member state\"},{\"count\":1,\"name\":\"place\"},{\"count\":0,\"name\":\"vinylraritäten\"},{\"count\":1,\"name\":\"cannot delete wikipedia\"}]},{\"id\":\"d907b0ac-2956-386f-a246-62d55779aae1\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"score\":71,\"name\":\"East Germany\",\"sort-name\":\"East Germany\",\"iso-3166-1-codes\":[\"XG\"],\"iso-3166-3-codes\":[\"DDDE\"],\"life-span\":{\"begin\":\"1949\",\"end\":\"1990\",\"ended\":true},\"aliases\":[{\"sort-name\":\"Saksa Demokraatlik Vabariik\",\"name\":\"Saksa Demokraatlik Vabariik\",\"locale\":\"et\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Saksan demokraattinen tasavalta\",\"name\":\"Saksan demokraattinen tasavalta\",\"locale\":\"fi\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"East Germany\",\"name\":\"East Germany\",\"locale\":\"en\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Duitse Democratische Republiek\",\"name\":\"Duitse Democratische Republiek\",\"locale\":\"nl\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"ドイツ民主共和国\",\"name\":\"ドイツ民主共和国\",\"locale\":\"ja\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"DDR\",\"name\":\"DDR\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Den tyske demokratiske republikk\",\"name\":\"Den tyske demokratiske republikk\",\"locale\":\"no\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"République démocratique allemande\",\"name\":\"République démocratique allemande\",\"locale\":\"fr\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Deutsche Demokratische Republik\",\"name\":\"Deutsche Demokratische Republik\",\"locale\":\"de\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Λαϊκή Δημοκρατία της Γερμανίας\",\"name\":\"Λαϊκή Δημοκρατία της Γερμανίας\",\"locale\":\"el\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Repubblica Democratica Tedesca\",\"name\":\"Repubblica Democratica Tedesca\",\"locale\":\"it\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"República Democrática Alemana\",\"name\":\"República Democrática Alemana\",\"locale\":\"es\",\"type\":null,\"primary\":true,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"516dda4c-c58d-43a7-9bde-ef6b12a8b741\",\"type\":\"City\",\"type-id\":\"6fd8f29a-3d0a-32fc-980d-ea697b69da78\",\"score\":37,\"name\":\"New Germany\",\"sort-name\":\"New Germany\",\"life-span\":{\"ended\":null},\"relation-list\":[{\"relations\":[{\"type\":\"part of\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target\":\"8a1b8370-3164-4add-bf0f-8049e6fe409b\",\"direction\":\"backward\",\"area\":{\"id\":\"8a1b8370-3164-4add-bf0f-8049e6fe409b\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Carver County\",\"sort-name\":\"Carver County\",\"life-span\":{\"ended\":null}}}]}]},{\"id\":\"36721201-bb7c-4dce-be68-0553b1131205\",\"type\":\"City\",\"type-id\":\"6fd8f29a-3d0a-32fc-980d-ea697b69da78\",\"score\":37,\"name\":\"New Germany\",\"sort-name\":\"New Germany\",\"life-span\":{\"ended\":null},\"relation-list\":[{\"relations\":[{\"type\":\"part of\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target\":\"6e468d04-2c88-4177-8cd5-09ee93239843\",\"direction\":\"backward\",\"area\":{\"id\":\"6e468d04-2c88-4177-8cd5-09ee93239843\",\"type\":\"City\",\"type-id\":\"6fd8f29a-3d0a-32fc-980d-ea697b69da78\",\"name\":\"Durban\",\"sort-name\":\"Durban\",\"life-span\":{\"ended\":null}}}]}]},{\"id\":\"9088247b-1a28-4aad-9dcd-071424930a01\",\"type\":\"Municipality\",\"type-id\":\"17246454-5ac4-36a1-b81a-4753eb2dab20\",\"score\":21,\"name\":\"Pahlen\",\"sort-name\":\"Pahlen\",\"life-span\":{\"ended\":null},\"aliases\":[{\"sort-name\":\"Pahlen\",\"type-id\":\"0b5b3497-d5d9-34e7-a61b-9a6c18aa7b29\",\"name\":\"Pahlen\",\"locale\":\"de\",\"type\":\"Area name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Pahlen, Germany\",\"type-id\":\"0b5b3497-d5d9-34e7-a61b-9a6c18aa7b29\",\"name\":\"Pahlen, Germany\",\"locale\":\"en\",\"type\":\"Area name\",\"primary\":true,\"begin-date\":null,\"end-date\":null}],\"relation-list\":[{\"relations\":[{\"type\":\"part of\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target\":\"26486d74-1d5b-40db-857f-a8f49c64175b\",\"direction\":\"backward\",\"area\":{\"id\":\"26486d74-1d5b-40db-857f-a8f49c64175b\",\"type\":\"Subdivision\",\"type-id\":\"fd3d44c5-80a1-3842-9745-2c4972d35afa\",\"name\":\"Schleswig-Holstein\",\"sort-name\":\"Schleswig-Holstein\",\"life-span\":{\"ended\":null}}}]}]}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "artist areas access begin-area/end-area for search queries", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/artist?limit=1&query=Leonard+Cohen&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:16 GMT", + "Content-Type", + "application/json", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1175", + "X-RateLimit-Reset", + "1618477518", + "Last-Modified", + "Thu, 15 Apr 2021 09:04:29 GMT", + "ETag", + "\"NzE5OThjMDAwMDAwMDAwMFNvbHI=\"", + "Vary", + "Accept-Encoding", + "X-Cache-Status", + "STALE", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"created\":\"2021-04-15T09:04:54.101Z\",\"count\":1482,\"offset\":0,\"artists\":[{\"id\":\"65314b12-0e08-43fa-ba33-baaa7b874c15\",\"type\":\"Person\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"score\":100,\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"name\":\"Leonard Cohen\",\"sort-name\":\"Cohen, Leonard\",\"gender\":\"male\",\"country\":\"CA\",\"area\":{\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Canada\",\"sort-name\":\"Canada\",\"life-span\":{\"ended\":null}},\"begin-area\":{\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"type\":\"City\",\"type-id\":\"6fd8f29a-3d0a-32fc-980d-ea697b69da78\",\"name\":\"Westmount\",\"sort-name\":\"Westmount\",\"life-span\":{\"ended\":null}},\"end-area\":{\"id\":\"1f40c6e1-47ba-4e35-996f-fe6ee5840e62\",\"type\":\"City\",\"type-id\":\"6fd8f29a-3d0a-32fc-980d-ea697b69da78\",\"name\":\"Los Angeles\",\"sort-name\":\"Los Angeles\",\"life-span\":{\"ended\":null}},\"ipis\":[\"00006457004\"],\"isnis\":[\"0000000110273481\"],\"life-span\":{\"begin\":\"1934-09-21\",\"end\":\"2016-11-07\",\"ended\":true},\"aliases\":[{\"sort-name\":\"Lonard Cohen\",\"type-id\":\"1937e404-b981-3cb7-8151-4c86ebfc8d8e\",\"name\":\"Lonard Cohen\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Cohen, Leonard Norman\",\"type-id\":\"d4dcd0c0-b341-3612-a332-c0ce797b25cf\",\"name\":\"Leonard Norman Cohen\",\"locale\":null,\"type\":\"Legal name\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Leonhard Cohen\",\"type-id\":\"1937e404-b981-3cb7-8151-4c86ebfc8d8e\",\"name\":\"Leonhard Cohen\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"L.Cohen\",\"type-id\":\"1937e404-b981-3cb7-8151-4c86ebfc8d8e\",\"name\":\"L.Cohen\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"L. Cohen\",\"type-id\":\"1937e404-b981-3cb7-8151-4c86ebfc8d8e\",\"name\":\"L. Cohen\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":1,\"name\":\"sophisti-pop\"},{\"count\":4,\"name\":\"folk\"},{\"count\":0,\"name\":\"singer and songwriter\"},{\"count\":2,\"name\":\"pop\"},{\"count\":1,\"name\":\"chamber folk\"},{\"count\":1,\"name\":\"art pop\"},{\"count\":1,\"name\":\"soft rock\"},{\"count\":1,\"name\":\"rock\"},{\"count\":0,\"name\":\"classic pop and rock\"},{\"count\":3,\"name\":\"contemporary folk\"},{\"count\":1,\"name\":\"film soundtrack\"},{\"count\":0,\"name\":\"canada\"},{\"count\":3,\"name\":\"blues rock\"},{\"count\":2,\"name\":\"singer/songwriter\"},{\"count\":2,\"name\":\"singer-songwriter\"},{\"count\":1,\"name\":\"blues\"},{\"count\":1,\"name\":\"canadian\"}]}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "artist areas access begin_area/end_area for browse queries", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/artist?area=3f504d54-c40c-487d-bc16-c1990eac887f&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:16 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "850", + "X-RateLimit-Reset", + "1618477508", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"af302b25d264a35cf3d3eeb05afb4ff1\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"artist-count\":5,\"artists\":[{\"end_area\":null,\"disambiguation\":\"\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"end-area\":null,\"begin-area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Westmount\",\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"name\":\"Westmount\"},\"type\":\"Person\",\"gender\":\"Male\",\"begin_area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Westmount\",\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"name\":\"Westmount\"},\"ipis\":[\"00031070144\"],\"area\":{\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"name\":\"Canada\",\"sort-name\":\"Canada\",\"type\":null,\"iso-3166-1-codes\":[\"CA\"],\"type-id\":null,\"disambiguation\":\"\"},\"id\":\"222d2ac7-08e7-47be-8df5-49098b79caee\",\"name\":\"Gino Soccio\",\"life-span\":{\"begin\":\"1955-09-09\",\"end\":null,\"ended\":false},\"isnis\":[\"000000007365636X\"],\"country\":\"CA\",\"sort-name\":\"Soccio, Gino\"},{\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"end_area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Los Angeles\",\"name\":\"Los Angeles\",\"id\":\"1f40c6e1-47ba-4e35-996f-fe6ee5840e62\"},\"disambiguation\":\"\",\"type\":\"Person\",\"end-area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Los Angeles\",\"name\":\"Los Angeles\",\"id\":\"1f40c6e1-47ba-4e35-996f-fe6ee5840e62\"},\"begin-area\":{\"name\":\"Westmount\",\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"type\":null,\"sort-name\":\"Westmount\",\"disambiguation\":\"\",\"type-id\":null},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"name\":\"Leonard Cohen\",\"id\":\"65314b12-0e08-43fa-ba33-baaa7b874c15\",\"gender\":\"Male\",\"area\":{\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"name\":\"Canada\",\"sort-name\":\"Canada\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"CA\"]},\"ipis\":[\"00006457004\"],\"begin_area\":{\"name\":\"Westmount\",\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"type\":null,\"sort-name\":\"Westmount\",\"disambiguation\":\"\",\"type-id\":null},\"country\":\"CA\",\"sort-name\":\"Cohen, Leonard\",\"isnis\":[\"0000000110273481\"],\"life-span\":{\"begin\":\"1934-09-21\",\"ended\":true,\"end\":\"2016-11-07\"}},{\"name\":\"Stéphane Fania\",\"id\":\"ad735bb8-22d9-4904-ba3c-0ae3a72cda80\",\"area\":{\"sort-name\":\"Westmount\",\"type\":null,\"name\":\"Westmount\",\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"type-id\":null,\"disambiguation\":\"\"},\"begin_area\":{\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"sort-name\":\"Saint-Léonard\",\"id\":\"3c5e6cd7-71d4-4480-98b6-3ac519fe0f7c\",\"name\":\"Saint-Léonard\"},\"ipis\":[\"00466675000\"],\"gender\":\"Male\",\"sort-name\":\"Fania, Stephane\",\"country\":null,\"isnis\":[\"0000000466675000\"],\"life-span\":{\"end\":null,\"ended\":false,\"begin\":\"1967-01-11\"},\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"Canadian bassist, keyboardist and vocalist\",\"end_area\":null,\"type\":\"Person\",\"end-area\":null,\"begin-area\":{\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"sort-name\":\"Saint-Léonard\",\"id\":\"3c5e6cd7-71d4-4480-98b6-3ac519fe0f7c\",\"name\":\"Saint-Léonard\"},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\"},{\"name\":\"Orchestre des jeunes de Westmount\",\"id\":\"bb4e3929-e95b-4c26-bfca-57e969d91f5f\",\"gender\":null,\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"name\":\"Westmount\",\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"sort-name\":\"Westmount\",\"type\":null},\"begin_area\":{\"name\":\"Westmount\",\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"sort-name\":\"Westmount\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\"},\"ipis\":[],\"country\":null,\"sort-name\":\"Orchestre des jeunes de Westmount\",\"isnis\":[],\"life-span\":{\"begin\":null,\"end\":null,\"ended\":false},\"gender-id\":null,\"end_area\":null,\"disambiguation\":\"\",\"type\":\"Orchestra\",\"begin-area\":{\"name\":\"Westmount\",\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"sort-name\":\"Westmount\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\"},\"end-area\":null,\"type-id\":\"a0b36c92-3eb1-3839-a4f9-4799823f54a5\"},{\"end_area\":null,\"disambiguation\":\"Canadian rock singer-songwriter\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"type\":\"Person\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"end-area\":null,\"begin-area\":{\"type\":null,\"sort-name\":\"Westmount\",\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"name\":\"Westmount\",\"type-id\":null,\"disambiguation\":\"\"},\"id\":\"c8a1771b-4526-4183-b066-120676990d74\",\"name\":\"Sam Roberts\",\"begin_area\":{\"type\":null,\"sort-name\":\"Westmount\",\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"name\":\"Westmount\",\"type-id\":null,\"disambiguation\":\"\"},\"ipis\":[],\"area\":{\"type\":null,\"sort-name\":\"Canada\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"name\":\"Canada\",\"iso-3166-1-codes\":[\"CA\"],\"type-id\":null,\"disambiguation\":\"\"},\"gender\":\"Male\",\"sort-name\":\"Roberts, Sam\",\"country\":\"CA\",\"life-span\":{\"begin\":\"1974-10-02\",\"ended\":false,\"end\":null},\"isnis\":[\"0000000082763933\"]}],\"artist-offset\":0}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "artist areas access begin_area/end_area for lookup queries", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/artist/65314b12-0e08-43fa-ba33-baaa7b874c15?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:03 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "751", + "X-RateLimit-Reset", + "1618477504", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"bfc144f64f48e92edd9e7b1caf2fbe51\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"begin_area\":{\"disambiguation\":\"\",\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"type-id\":null,\"sort-name\":\"Westmount\",\"type\":null,\"name\":\"Westmount\"},\"sort-name\":\"Cohen, Leonard\",\"life-span\":{\"ended\":true,\"begin\":\"1934-09-21\",\"end\":\"2016-11-07\"},\"type\":\"Person\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"isnis\":[\"0000000110273481\"],\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"gender\":\"Male\",\"end_area\":{\"sort-name\":\"Los Angeles\",\"type\":null,\"name\":\"Los Angeles\",\"type-id\":null,\"id\":\"1f40c6e1-47ba-4e35-996f-fe6ee5840e62\",\"disambiguation\":\"\"},\"ipis\":[\"00006457004\"],\"country\":\"CA\",\"name\":\"Leonard Cohen\",\"id\":\"65314b12-0e08-43fa-ba33-baaa7b874c15\",\"area\":{\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"disambiguation\":\"\",\"sort-name\":\"Canada\",\"type\":null,\"name\":\"Canada\",\"type-id\":null,\"iso-3166-1-codes\":[\"CA\"]},\"begin-area\":{\"disambiguation\":\"\",\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"type-id\":null,\"sort-name\":\"Westmount\",\"type\":null,\"name\":\"Westmount\"},\"disambiguation\":\"\",\"end-area\":{\"sort-name\":\"Los Angeles\",\"type\":null,\"name\":\"Los Angeles\",\"type-id\":null,\"id\":\"1f40c6e1-47ba-4e35-996f-fe6ee5840e62\",\"disambiguation\":\"\"}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "artistCredits is an alias for artistCredit", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/recording/07649758-09c8-4d70-bc6f-5c37ab36334d?inc=artist-credits&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:29 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "921", + "X-RateLimit-Reset", + "1618477530", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"35d779b57f11f5e17d8d33333073eef0\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"length\":213000,\"artist-credit\":[{\"artist\":{\"sort-name\":\"Golightly, Holly and Brokeoffs, The\",\"name\":\"Holly Golightly and The Brokeoffs\",\"type\":\"Group\",\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"id\":\"3f6c19a8-7ea8-4e6e-adb4-34dc97db8742\",\"disambiguation\":\"\"},\"name\":\"Holly Golightly & The Brokeoffs\",\"joinphrase\":\"\"}],\"first-release-date\":\"2007-04-02\",\"id\":\"07649758-09c8-4d70-bc6f-5c37ab36334d\",\"video\":false,\"title\":\"Devil Do\",\"disambiguation\":\"\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/release-group/53614893-6f25-4519-9cae-b1db904e2887?inc=artist-credits&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:29 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "919", + "X-RateLimit-Reset", + "1618477530", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"b19b2052b1abc2339643ea993ad6ad8d\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"53614893-6f25-4519-9cae-b1db904e2887\",\"secondary-types\":[\"Compilation\",\"DJ-mix\",\"Mixtape/Street\"],\"artist-credit\":[{\"name\":\"DJ Muggs\",\"artist\":{\"disambiguation\":\"\",\"name\":\"DJ Muggs\",\"id\":\"d9c25451-bec6-4273-abe2-15ce0f0e0621\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"sort-name\":\"Muggs, DJ\",\"type\":\"Person\"},\"joinphrase\":\" vs. \"},{\"name\":\"Ill Bill\",\"artist\":{\"name\":\"Ill Bill\",\"disambiguation\":\"\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"c7e90641-f441-4801-8e4a-d09e10f452b8\",\"type\":\"Person\",\"sort-name\":\"Ill Bill\"},\"joinphrase\":\"\"}],\"secondary-type-ids\":[\"dd2a21e1-0c00-3729-a7a0-de60b84eb5d1\",\"0d47f47a-3fe5-3d69-ac9d-d566c23968bf\",\"15c1b1f5-d893-3375-a1db-e180c5ae15ed\"],\"disambiguation\":\"\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"first-release-date\":\"2010-08-31\",\"primary-type\":\"Album\",\"title\":\"Cult Assassin\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52?inc=artist-credits&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:29 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "920", + "X-RateLimit-Reset", + "1618477530", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"2db1fa2f5fe0b3bd3de6e7c656480d27\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"asin\":\"B01KN6XDS6\",\"id\":\"d5cdb7fd-c7e9-460a-9549-8a369655cc52\",\"title\":\"You Want It Darker\",\"quality\":\"normal\",\"barcode\":\"889853650729\",\"disambiguation\":\"\",\"date\":\"2016-10-21\",\"country\":\"US\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"2016-10-21\",\"area\":{\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"sort-name\":\"United States\"}}],\"packaging\":\"Digipak\",\"cover-art-archive\":{\"count\":11,\"darkened\":false,\"front\":true,\"back\":true,\"artwork\":true},\"packaging-id\":\"8f931351-d2e2-310f-afc6-37b89ddba246\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"artist-credit\":[{\"name\":\"Leonard Cohen\",\"artist\":{\"name\":\"Leonard Cohen\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"65314b12-0e08-43fa-ba33-baaa7b874c15\",\"sort-name\":\"Cohen, Leonard\",\"type\":\"Person\",\"disambiguation\":\"\"},\"joinphrase\":\"\"}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "artists have a list of ISNIs and IPIs", + [ + ] + ], + [ + "collections can be browsed by the entities they contain", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/collection?artist=24f1766e-9635-4d58-a4d4-9413f9f98a4c&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:40 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "866", + "X-RateLimit-Reset", + "1618477540", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"4e3ef6ec25e4d70b4b98c24b6ce1c4a7\"", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"collections\":[{\"id\":\"06535ef2-adc9-4c50-ad19-ab607d143485\",\"type-id\":\"b21ef166-d652-3e15-958d-1ff7ad3412ab\",\"editor\":\"arist.on\",\"name\":\"1648 1814 vestfalian peace\",\"entity-type\":\"artist\",\"artist-count\":14,\"type\":\"Artist\"},{\"type-id\":\"b21ef166-d652-3e15-958d-1ff7ad3412ab\",\"editor\":\"ListMyCDs.com\",\"id\":\"974fcec4-eca0-4bfe-9a3a-e61aa93c186b\",\"name\":\"German Composers\",\"entity-type\":\"artist\",\"type\":\"Artist\",\"artist-count\":108}],\"collection-count\":2,\"collection-offset\":0}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/artist?collection=974fcec4-eca0-4bfe-9a3a-e61aa93c186b&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:40 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "723", + "X-RateLimit-Reset", + "1618477540", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"ff424897916b628972e360ca0cdf65d4\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"artist-count\":108,\"artist-offset\":0,\"artists\":[{\"life-span\":{\"ended\":true,\"begin\":\"1732-06-21\",\"end\":\"1795-01-26\"},\"id\":\"16d891b8-3367-4ef1-94c9-d4257e271115\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"begin_area\":{\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"name\":\"Leipzig\",\"id\":\"20619e36-fca8-4499-bcc8-be01a3ea3e41\",\"sort-name\":\"Leipzig\"},\"country\":\"DE\",\"isnis\":[\"0000000108710187\"],\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"composer\",\"gender\":\"Male\",\"name\":\"Johann Christoph Friedrich Bach\",\"sort-name\":\"Bach, Johann Christoph Friedrich\",\"begin-area\":{\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"name\":\"Leipzig\",\"id\":\"20619e36-fca8-4499-bcc8-be01a3ea3e41\",\"sort-name\":\"Leipzig\"},\"end-area\":{\"type-id\":null,\"id\":\"af920f2f-bce6-440b-bd81-9e59fdd68c81\",\"name\":\"Bückeburg\",\"sort-name\":\"Bückeburg\",\"type\":null,\"disambiguation\":\"\"},\"area\":{\"type\":null,\"sort-name\":\"Germany\",\"type-id\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"iso-3166-1-codes\":[\"DE\"],\"disambiguation\":\"\"},\"ipis\":[],\"type\":\"Person\",\"end_area\":{\"type-id\":null,\"id\":\"af920f2f-bce6-440b-bd81-9e59fdd68c81\",\"name\":\"Bückeburg\",\"sort-name\":\"Bückeburg\",\"type\":null,\"disambiguation\":\"\"}},{\"id\":\"20f87250-61ae-403a-a046-16cbd59cf7ad\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"life-span\":{\"ended\":true,\"begin\":\"1903-01-19\",\"end\":\"1975-01-30\"},\"isnis\":[\"0000000108634516\"],\"disambiguation\":\"composer\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"begin_area\":{\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Yingkou\",\"type-id\":null,\"id\":\"08279b8d-6a22-46e2-bc71-b14370ecd23b\",\"name\":\"Yingkou\"},\"country\":\"DE\",\"sort-name\":\"Blacher, Boris\",\"name\":\"Boris Blacher\",\"gender\":\"Male\",\"area\":{\"iso-3166-1-codes\":[\"DE\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"sort-name\":\"Germany\"},\"ipis\":[],\"type\":\"Person\",\"end_area\":{\"iso-3166-2-codes\":[\"DE-BE\"],\"type-id\":null,\"sort-name\":\"Berlin\",\"id\":\"c9ac1239-e832-41bc-9930-e252a1fd1105\",\"name\":\"Berlin\",\"type\":null,\"disambiguation\":\"\"},\"begin-area\":{\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Yingkou\",\"type-id\":null,\"id\":\"08279b8d-6a22-46e2-bc71-b14370ecd23b\",\"name\":\"Yingkou\"},\"end-area\":{\"iso-3166-2-codes\":[\"DE-BE\"],\"type-id\":null,\"sort-name\":\"Berlin\",\"id\":\"c9ac1239-e832-41bc-9930-e252a1fd1105\",\"name\":\"Berlin\",\"type\":null,\"disambiguation\":\"\"}},{\"life-span\":{\"end\":\"1750-07-28\",\"begin\":\"1685-03-21\",\"ended\":true},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"24f1766e-9635-4d58-a4d4-9413f9f98a4c\",\"begin_area\":{\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Eisenach\",\"type-id\":null,\"id\":\"8331b712-99b9-41ef-bf58-0f033f8d926a\",\"name\":\"Eisenach\"},\"country\":\"DE\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"German Baroque period composer & musician\",\"isnis\":[\"0000000122764157\"],\"gender\":\"Male\",\"name\":\"Johann Sebastian Bach\",\"sort-name\":\"Bach, Johann Sebastian\",\"end-area\":{\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"20619e36-fca8-4499-bcc8-be01a3ea3e41\",\"sort-name\":\"Leipzig\",\"name\":\"Leipzig\"},\"begin-area\":{\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Eisenach\",\"type-id\":null,\"id\":\"8331b712-99b9-41ef-bf58-0f033f8d926a\",\"name\":\"Eisenach\"},\"end_area\":{\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"20619e36-fca8-4499-bcc8-be01a3ea3e41\",\"sort-name\":\"Leipzig\",\"name\":\"Leipzig\"},\"type\":\"Person\",\"ipis\":[\"00001749311\"],\"area\":{\"sort-name\":\"Germany\",\"type-id\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"]}},{\"id\":\"373c57ec-7b4f-4f7e-be81-254784b040c3\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"life-span\":{\"end\":\"1847-06-11\",\"begin\":\"1784-02-14\",\"ended\":true},\"disambiguation\":\"\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"isnis\":[\"0000000108725960\"],\"country\":\"DE\",\"begin_area\":{\"disambiguation\":\"\",\"type\":null,\"id\":\"8e6d774f-482e-4c57-b852-3d9696498ae6\",\"type-id\":null,\"name\":\"Potsdam\",\"sort-name\":\"Potsdam\"},\"name\":\"Heinrich Baermann\",\"sort-name\":\"Baermann, Heinrich\",\"gender\":\"Male\",\"end_area\":{\"name\":\"Munich\",\"type-id\":null,\"id\":\"89bbbab6-72de-43eb-81ba-e620ab207008\",\"sort-name\":\"Munich\",\"type\":null,\"disambiguation\":\"\"},\"type\":\"Person\",\"ipis\":[],\"area\":{\"type-id\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"sort-name\":\"Germany\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"]},\"end-area\":{\"name\":\"Munich\",\"type-id\":null,\"id\":\"89bbbab6-72de-43eb-81ba-e620ab207008\",\"sort-name\":\"Munich\",\"type\":null,\"disambiguation\":\"\"},\"begin-area\":{\"disambiguation\":\"\",\"type\":null,\"id\":\"8e6d774f-482e-4c57-b852-3d9696498ae6\",\"type-id\":null,\"name\":\"Potsdam\",\"sort-name\":\"Potsdam\"}},{\"end-area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"ada369e4-9d33-4693-92e4-7499143bd5bb\",\"name\":\"Legnica\",\"sort-name\":\"Legnica\",\"type\":null},\"begin-area\":{\"sort-name\":\"Legnica\",\"type-id\":null,\"id\":\"ada369e4-9d33-4693-92e4-7499143bd5bb\",\"name\":\"Legnica\",\"type\":null,\"disambiguation\":\"\"},\"end_area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"ada369e4-9d33-4693-92e4-7499143bd5bb\",\"name\":\"Legnica\",\"sort-name\":\"Legnica\",\"type\":null},\"area\":{\"type\":null,\"type-id\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"sort-name\":\"Germany\",\"name\":\"Germany\",\"iso-3166-1-codes\":[\"DE\"],\"disambiguation\":\"\"},\"ipis\":[],\"type\":\"Person\",\"gender\":\"Male\",\"sort-name\":\"Bilse, Benjamin\",\"name\":\"Benjamin Bilse\",\"begin_area\":{\"sort-name\":\"Legnica\",\"type-id\":null,\"id\":\"ada369e4-9d33-4693-92e4-7499143bd5bb\",\"name\":\"Legnica\",\"type\":null,\"disambiguation\":\"\"},\"country\":\"DE\",\"disambiguation\":\"\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"isnis\":[\"0000000108803738\"],\"life-span\":{\"end\":\"1902-07-13\",\"begin\":\"1816-08-17\",\"ended\":true},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"3b3d7015-ff1a-46ef-9a52-3d84de3a7fa5\"},{\"sort-name\":\"Abel, Carl Friedrich\",\"name\":\"Carl Friedrich Abel\",\"gender\":\"Male\",\"area\":{\"type-id\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"sort-name\":\"Germany\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"]},\"type\":\"Person\",\"ipis\":[],\"end_area\":{\"type-id\":null,\"id\":\"f03d09b3-39dc-4083-afd6-159e3f0d462f\",\"sort-name\":\"London\",\"name\":\"London\",\"type\":null,\"disambiguation\":\"\"},\"begin-area\":{\"type\":null,\"sort-name\":\"Köthen\",\"type-id\":null,\"id\":\"9d89b3a6-dea8-43b0-a7ca-2cfce4c8ce13\",\"name\":\"Köthen\",\"disambiguation\":\"\"},\"end-area\":{\"type-id\":null,\"id\":\"f03d09b3-39dc-4083-afd6-159e3f0d462f\",\"sort-name\":\"London\",\"name\":\"London\",\"type\":null,\"disambiguation\":\"\"},\"id\":\"449987ad-2b8c-4b1c-aeca-c2ab8d1e078d\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"life-span\":{\"end\":\"1787-06-20\",\"begin\":\"1723-12-22\",\"ended\":true},\"isnis\":[\"0000000121403819\"],\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"\",\"country\":\"DE\",\"begin_area\":{\"type\":null,\"sort-name\":\"Köthen\",\"type-id\":null,\"id\":\"9d89b3a6-dea8-43b0-a7ca-2cfce4c8ce13\",\"name\":\"Köthen\",\"disambiguation\":\"\"}},{\"end-area\":{\"type-id\":null,\"name\":\"Munich\",\"id\":\"89bbbab6-72de-43eb-81ba-e620ab207008\",\"sort-name\":\"Munich\",\"type\":null,\"disambiguation\":\"\"},\"begin-area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"5612ed71-4cdf-49f4-ae6f-706ea4229940\",\"name\":\"Wasserburg am Inn\",\"sort-name\":\"Wasserburg am Inn\",\"type\":null},\"end_area\":{\"type-id\":null,\"name\":\"Munich\",\"id\":\"89bbbab6-72de-43eb-81ba-e620ab207008\",\"sort-name\":\"Munich\",\"type\":null,\"disambiguation\":\"\"},\"type\":\"Person\",\"ipis\":[],\"area\":{\"type\":null,\"sort-name\":\"Germany\",\"type-id\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"iso-3166-1-codes\":[\"DE\"],\"disambiguation\":\"\"},\"gender\":\"Male\",\"name\":\"Johann Caspar Aiblinger\",\"sort-name\":\"Aiblinger, Johann Caspar\",\"country\":\"DE\",\"begin_area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"5612ed71-4cdf-49f4-ae6f-706ea4229940\",\"name\":\"Wasserburg am Inn\",\"sort-name\":\"Wasserburg am Inn\",\"type\":null},\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"\",\"isnis\":[\"0000000081370636\"],\"life-span\":{\"end\":\"1867-05-06\",\"begin\":\"1779-02-23\",\"ended\":true},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"45e40c4a-d421-4ff1-9ade-5a34aea5e292\"},{\"gender\":\"Male\",\"sort-name\":\"Bach, Johann Christian\",\"name\":\"Johann Christian Bach\",\"end-area\":{\"disambiguation\":\"\",\"id\":\"f03d09b3-39dc-4083-afd6-159e3f0d462f\",\"type-id\":null,\"sort-name\":\"London\",\"name\":\"London\",\"type\":null},\"begin-area\":{\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"20619e36-fca8-4499-bcc8-be01a3ea3e41\",\"name\":\"Leipzig\",\"sort-name\":\"Leipzig\"},\"end_area\":{\"disambiguation\":\"\",\"id\":\"f03d09b3-39dc-4083-afd6-159e3f0d462f\",\"type-id\":null,\"sort-name\":\"London\",\"name\":\"London\",\"type\":null},\"ipis\":[],\"type\":\"Person\",\"area\":{\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"type-id\":null,\"name\":\"Germany\",\"sort-name\":\"Germany\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"]},\"life-span\":{\"begin\":\"1735-09-05\",\"ended\":true,\"end\":\"1782-01-01\"},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"470967b1-f9ef-4712-82df-6971b517ebdb\",\"country\":\"DE\",\"begin_area\":{\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"20619e36-fca8-4499-bcc8-be01a3ea3e41\",\"name\":\"Leipzig\",\"sort-name\":\"Leipzig\"},\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"\",\"isnis\":[\"0000000110792185\"]},{\"isnis\":[\"0000000110594154\"],\"disambiguation\":\"\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"begin_area\":{\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"name\":\"Napoli\",\"id\":\"86fbdd3c-aaac-4aed-916a-b361f7e1a8de\",\"sort-name\":\"Napoli\"},\"country\":\"DE\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"4ea1fd3d-761f-4262-965f-f4e64338d3b1\",\"life-span\":{\"begin\":\"1814-04-20\",\"ended\":true,\"end\":\"1856-02-21\"},\"ipis\":[],\"type\":\"Person\",\"area\":{\"type\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"type-id\":null,\"sort-name\":\"Germany\",\"name\":\"Germany\",\"iso-3166-1-codes\":[\"DE\"],\"disambiguation\":\"\"},\"end_area\":{\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"2b397313-0d04-4167-b9a8-914f16935d4a\",\"sort-name\":\"Florence\",\"name\":\"Florence\"},\"begin-area\":{\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"name\":\"Napoli\",\"id\":\"86fbdd3c-aaac-4aed-916a-b361f7e1a8de\",\"sort-name\":\"Napoli\"},\"end-area\":{\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"2b397313-0d04-4167-b9a8-914f16935d4a\",\"sort-name\":\"Florence\",\"name\":\"Florence\"},\"name\":\"Theodor Döhler\",\"sort-name\":\"Döhler, Theodor\",\"gender\":\"Male\"},{\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"545c01fa-dda2-4a83-9a9a-6ffdcb750224\",\"life-span\":{\"end\":\"1774-12-02\",\"ended\":true,\"begin\":\"1720-01-04\"},\"disambiguation\":\"\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"isnis\":[\"000000010855599X\"],\"begin_area\":{\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"cd04a58e-5160-4eaa-b47d-eea319b8743b\",\"sort-name\":\"Dobitschen\",\"name\":\"Dobitschen\"},\"country\":\"DE\",\"name\":\"Johann Friedrich Agricola\",\"sort-name\":\"Agricola, Johann Friedrich\",\"gender\":\"Male\",\"end_area\":{\"iso-3166-2-codes\":[\"DE-BE\"],\"disambiguation\":\"\",\"type-id\":null,\"id\":\"c9ac1239-e832-41bc-9930-e252a1fd1105\",\"name\":\"Berlin\",\"sort-name\":\"Berlin\",\"type\":null},\"area\":{\"iso-3166-1-codes\":[\"DE\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"sort-name\":\"Germany\"},\"ipis\":[],\"type\":\"Person\",\"end-area\":{\"iso-3166-2-codes\":[\"DE-BE\"],\"disambiguation\":\"\",\"type-id\":null,\"id\":\"c9ac1239-e832-41bc-9930-e252a1fd1105\",\"name\":\"Berlin\",\"sort-name\":\"Berlin\",\"type\":null},\"begin-area\":{\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"cd04a58e-5160-4eaa-b47d-eea319b8743b\",\"sort-name\":\"Dobitschen\",\"name\":\"Dobitschen\"}},{\"isnis\":[],\"disambiguation\":\"\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"begin_area\":null,\"country\":\"DE\",\"id\":\"74ba575f-3420-4d62-8e48-ac473d3c4282\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"life-span\":{\"ended\":false,\"begin\":\"1967-06-12\",\"end\":null},\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"],\"type-id\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"sort-name\":\"Germany\",\"name\":\"Germany\",\"type\":null},\"type\":\"Person\",\"ipis\":[\"00249403565\"],\"end_area\":null,\"begin-area\":null,\"end-area\":null,\"name\":\"Klaus Badelt\",\"sort-name\":\"Badelt, Klaus\",\"gender\":\"Male\"},{\"begin-area\":{\"iso-3166-2-codes\":[\"DE-BE\"],\"disambiguation\":\"\",\"id\":\"c9ac1239-e832-41bc-9930-e252a1fd1105\",\"type-id\":null,\"sort-name\":\"Berlin\",\"name\":\"Berlin\",\"type\":null},\"end-area\":{\"iso-3166-2-codes\":[\"DE-BE\"],\"disambiguation\":\"\",\"sort-name\":\"Berlin\",\"type-id\":null,\"id\":\"c9ac1239-e832-41bc-9930-e252a1fd1105\",\"name\":\"Berlin\",\"type\":null},\"ipis\":[],\"type\":\"Person\",\"area\":{\"iso-3166-1-codes\":[\"DE\"],\"disambiguation\":\"\",\"type\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"type-id\":null,\"sort-name\":\"Germany\",\"name\":\"Germany\"},\"end_area\":{\"iso-3166-2-codes\":[\"DE-BE\"],\"disambiguation\":\"\",\"sort-name\":\"Berlin\",\"type-id\":null,\"id\":\"c9ac1239-e832-41bc-9930-e252a1fd1105\",\"name\":\"Berlin\",\"type\":null},\"gender\":\"Male\",\"sort-name\":\"Bargiel, Woldemar\",\"name\":\"Woldemar Bargiel\",\"begin_area\":{\"iso-3166-2-codes\":[\"DE-BE\"],\"disambiguation\":\"\",\"id\":\"c9ac1239-e832-41bc-9930-e252a1fd1105\",\"type-id\":null,\"sort-name\":\"Berlin\",\"name\":\"Berlin\",\"type\":null},\"country\":\"DE\",\"isnis\":[\"0000000110657688\"],\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"\",\"life-span\":{\"ended\":true,\"begin\":\"1828-10-03\",\"end\":\"1897-02-23\"},\"id\":\"76c89478-df6a-4b42-82b9-e6ebfe385442\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\"},{\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"\",\"isnis\":[\"0000000115861151\"],\"begin_area\":{\"id\":\"b8ec6773-1d07-40ad-a44a-a6cafa758b03\",\"type-id\":null,\"name\":\"Świebodzin\",\"sort-name\":\"Świebodzin\",\"type\":null,\"disambiguation\":\"\"},\"country\":\"DE\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"7e8cf9fe-ea05-45e4-b64f-83d6bffcf2a2\",\"life-span\":{\"end\":\"1556-06-10\",\"begin\":\"1486-01-06\",\"ended\":true},\"end_area\":{\"disambiguation\":\"\",\"type\":null,\"name\":\"Magdeburg\",\"type-id\":null,\"id\":\"d433ec3e-b140-47a8-b7da-3062e69749a8\",\"sort-name\":\"Magdeburg\"},\"type\":\"Person\",\"ipis\":[],\"area\":{\"iso-3166-1-codes\":[\"DE\"],\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Germany\",\"type-id\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\"},\"end-area\":{\"disambiguation\":\"\",\"type\":null,\"name\":\"Magdeburg\",\"type-id\":null,\"id\":\"d433ec3e-b140-47a8-b7da-3062e69749a8\",\"sort-name\":\"Magdeburg\"},\"begin-area\":{\"id\":\"b8ec6773-1d07-40ad-a44a-a6cafa758b03\",\"type-id\":null,\"name\":\"Świebodzin\",\"sort-name\":\"Świebodzin\",\"type\":null,\"disambiguation\":\"\"},\"name\":\"Martin Agricola\",\"sort-name\":\"Agricola, Martin\",\"gender\":\"Male\"},{\"life-span\":{\"ended\":true,\"begin\":\"1564\",\"end\":\"1628-01-21\"},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"82333e2b-dd19-4403-8847-689b2e79eb91\",\"begin_area\":{\"type-id\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"sort-name\":\"Germany\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"]},\"country\":\"DE\",\"disambiguation\":\"\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"isnis\":[\"0000000116183874\"],\"gender\":\"Male\",\"sort-name\":\"Aichinger, Gregor\",\"name\":\"Gregor Aichinger\",\"end-area\":null,\"begin-area\":{\"type-id\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"sort-name\":\"Germany\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"]},\"end_area\":null,\"type\":\"Person\",\"ipis\":[],\"area\":{\"type\":null,\"sort-name\":\"Germany\",\"type-id\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"iso-3166-1-codes\":[\"DE\"],\"disambiguation\":\"\"}},{\"end_area\":{\"type-id\":null,\"id\":\"c3a91eb2-bb07-4818-9027-57787d696669\",\"name\":\"Fontainebleau\",\"sort-name\":\"Fontainebleau\",\"type\":null,\"disambiguation\":\"\"},\"area\":{\"name\":\"Germany\",\"type-id\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"sort-name\":\"Germany\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"]},\"type\":\"Person\",\"ipis\":[],\"end-area\":{\"type-id\":null,\"id\":\"c3a91eb2-bb07-4818-9027-57787d696669\",\"name\":\"Fontainebleau\",\"sort-name\":\"Fontainebleau\",\"type\":null,\"disambiguation\":\"\"},\"begin-area\":{\"type\":null,\"id\":\"c16535bd-85a7-4b2a-899b-d93854cb972c\",\"type-id\":null,\"sort-name\":\"Regensburg\",\"name\":\"Regensburg\",\"disambiguation\":\"\"},\"sort-name\":\"Burgmüller, Friedrich\",\"name\":\"Friedrich Burgmüller\",\"gender\":\"Male\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"\",\"isnis\":[\"0000000108618444\"],\"country\":\"DE\",\"begin_area\":{\"type\":null,\"id\":\"c16535bd-85a7-4b2a-899b-d93854cb972c\",\"type-id\":null,\"sort-name\":\"Regensburg\",\"name\":\"Regensburg\",\"disambiguation\":\"\"},\"id\":\"88a330a0-1cd9-4a92-bcc4-b63a043d0f76\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"life-span\":{\"begin\":\"1806-12-04\",\"ended\":true,\"end\":\"1874-02-13\"}},{\"end-area\":{\"name\":\"Dresden\",\"type-id\":null,\"id\":\"624f2956-bfdb-43a9-8924-9aadb812ee04\",\"sort-name\":\"Dresden\",\"type\":null,\"disambiguation\":\"\"},\"begin-area\":{\"disambiguation\":\"\",\"type\":null,\"id\":\"c8b4ae14-795b-48b6-8e1e-539859081db3\",\"type-id\":null,\"name\":\"Coburg\",\"sort-name\":\"Coburg\"},\"end_area\":{\"name\":\"Dresden\",\"type-id\":null,\"id\":\"624f2956-bfdb-43a9-8924-9aadb812ee04\",\"sort-name\":\"Dresden\",\"type\":null,\"disambiguation\":\"\"},\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"],\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"type-id\":null,\"name\":\"Germany\",\"sort-name\":\"Germany\",\"type\":null},\"ipis\":[],\"type\":\"Person\",\"gender\":\"Male\",\"name\":\"Felix Draeseke\",\"sort-name\":\"Draeseke, Felix\",\"begin_area\":{\"disambiguation\":\"\",\"type\":null,\"id\":\"c8b4ae14-795b-48b6-8e1e-539859081db3\",\"type-id\":null,\"name\":\"Coburg\",\"sort-name\":\"Coburg\"},\"country\":\"DE\",\"disambiguation\":\"\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"isnis\":[\"0000000110625651\"],\"life-span\":{\"end\":\"1913-02-26\",\"begin\":\"1835-10-07\",\"ended\":true},\"id\":\"8a37c609-68e0-4c19-8499-dd63ee70fbbf\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\"},{\"life-span\":{\"end\":\"1932-03-03\",\"begin\":\"1864-04-10\",\"ended\":true},\"id\":\"8ffe6384-503b-42c3-bd1e-88aba0918fe2\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"country\":\"DE\",\"begin_area\":{\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"c279f805-01f8-46f5-99cf-51f165a1adad\",\"sort-name\":\"Glasgow\",\"name\":\"Glasgow\",\"iso-3166-2-codes\":[\"GB-GLG\"]},\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"composer\",\"isnis\":[\"0000000116181561\"],\"gender\":\"Male\",\"sort-name\":\"Albert, Eugen d’\",\"name\":\"Eugen d’Albert\",\"end-area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"9c612199-d66f-4109-aedc-67ab26e0a43b\",\"name\":\"Rīga\",\"sort-name\":\"Rīga\",\"type\":null,\"iso-3166-2-codes\":[\"LV-RIX\"]},\"begin-area\":{\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"c279f805-01f8-46f5-99cf-51f165a1adad\",\"sort-name\":\"Glasgow\",\"name\":\"Glasgow\",\"iso-3166-2-codes\":[\"GB-GLG\"]},\"end_area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"9c612199-d66f-4109-aedc-67ab26e0a43b\",\"name\":\"Rīga\",\"sort-name\":\"Rīga\",\"type\":null,\"iso-3166-2-codes\":[\"LV-RIX\"]},\"area\":{\"type\":null,\"type-id\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"sort-name\":\"Germany\",\"iso-3166-1-codes\":[\"DE\"],\"disambiguation\":\"\"},\"type\":\"Person\",\"ipis\":[]},{\"sort-name\":\"Duda, Jörg\",\"name\":\"Jörg Duda\",\"gender\":\"Male\",\"end_area\":null,\"area\":{\"type\":null,\"type-id\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"sort-name\":\"Germany\",\"name\":\"Germany\",\"iso-3166-1-codes\":[\"DE\"],\"disambiguation\":\"\"},\"type\":\"Person\",\"ipis\":[],\"end-area\":null,\"begin-area\":{\"disambiguation\":\"\",\"id\":\"89bbbab6-72de-43eb-81ba-e620ab207008\",\"type-id\":null,\"sort-name\":\"Munich\",\"name\":\"Munich\",\"type\":null},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"9295795b-9e5e-4ff7-bc8f-7812c0575f87\",\"life-span\":{\"end\":null,\"ended\":false,\"begin\":\"1968-12-17\"},\"disambiguation\":\"\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"isnis\":[\"0000000114692632\"],\"country\":\"DE\",\"begin_area\":{\"disambiguation\":\"\",\"id\":\"89bbbab6-72de-43eb-81ba-e620ab207008\",\"type-id\":null,\"sort-name\":\"Munich\",\"name\":\"Munich\",\"type\":null}},{\"gender\":\"Male\",\"name\":\"Franz Danzi\",\"sort-name\":\"Danzi, Franz\",\"begin-area\":{\"name\":\"Schwetzingen\",\"type-id\":null,\"id\":\"90adfa47-0e28-458d-9588-a89dabe1fb30\",\"sort-name\":\"Schwetzingen\",\"type\":null,\"disambiguation\":\"\"},\"end-area\":{\"type-id\":null,\"name\":\"Karlsruhe\",\"id\":\"8b0c3b31-c1fd-48f4-b13d-86a8c8477e3e\",\"sort-name\":\"Karlsruhe\",\"type\":null,\"disambiguation\":\"\"},\"type\":\"Person\",\"ipis\":[],\"area\":{\"type\":null,\"type-id\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"sort-name\":\"Germany\",\"iso-3166-1-codes\":[\"DE\"],\"disambiguation\":\"\"},\"end_area\":{\"type-id\":null,\"name\":\"Karlsruhe\",\"id\":\"8b0c3b31-c1fd-48f4-b13d-86a8c8477e3e\",\"sort-name\":\"Karlsruhe\",\"type\":null,\"disambiguation\":\"\"},\"life-span\":{\"end\":\"1826-04-13\",\"begin\":\"1763-06-15\",\"ended\":true},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"ac69a306-ac13-45cb-95e4-1e6b100dade0\",\"country\":\"DE\",\"begin_area\":{\"name\":\"Schwetzingen\",\"type-id\":null,\"id\":\"90adfa47-0e28-458d-9588-a89dabe1fb30\",\"sort-name\":\"Schwetzingen\",\"type\":null,\"disambiguation\":\"\"},\"isnis\":[\"0000000108668011\"],\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"\"},{\"life-span\":{\"begin\":\"1760-11-14\",\"ended\":true,\"end\":\"1837-05-26\"},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"b84d3178-20db-4086-a239-4ce09ac2d890\",\"begin_area\":null,\"country\":\"DE\",\"isnis\":[\"0000000110517095\"],\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"German composer\",\"gender\":\"Male\",\"name\":\"Johann Evangelist Brandl\",\"sort-name\":\"Brandl, Johann Evangelist\",\"begin-area\":null,\"end-area\":{\"id\":\"8b0c3b31-c1fd-48f4-b13d-86a8c8477e3e\",\"type-id\":null,\"sort-name\":\"Karlsruhe\",\"name\":\"Karlsruhe\",\"type\":null,\"disambiguation\":\"\"},\"type\":\"Person\",\"ipis\":[],\"area\":{\"iso-3166-1-codes\":[\"DE\"],\"disambiguation\":\"\",\"type\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"type-id\":null,\"sort-name\":\"Germany\",\"name\":\"Germany\"},\"end_area\":{\"id\":\"8b0c3b31-c1fd-48f4-b13d-86a8c8477e3e\",\"type-id\":null,\"sort-name\":\"Karlsruhe\",\"name\":\"Karlsruhe\",\"type\":null,\"disambiguation\":\"\"}},{\"name\":\"Johannes Brahms\",\"sort-name\":\"Brahms, Johannes\",\"gender\":\"Male\",\"area\":{\"iso-3166-1-codes\":[\"DE\"],\"disambiguation\":\"\",\"type\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"type-id\":null,\"name\":\"Germany\",\"sort-name\":\"Germany\"},\"ipis\":[\"00004028731\"],\"type\":\"Person\",\"end_area\":{\"id\":\"afff1a94-a98b-4322-8874-3148139ab6da\",\"type-id\":null,\"sort-name\":\"Wien\",\"name\":\"Wien\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-2-codes\":[\"AT-9\"]},\"begin-area\":{\"iso-3166-2-codes\":[\"DE-HH\"],\"disambiguation\":\"\",\"id\":\"11a44e18-a2e5-43a9-bee9-aa4f7c83f967\",\"type-id\":null,\"sort-name\":\"Hamburg\",\"name\":\"Hamburg\",\"type\":null},\"end-area\":{\"id\":\"afff1a94-a98b-4322-8874-3148139ab6da\",\"type-id\":null,\"sort-name\":\"Wien\",\"name\":\"Wien\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-2-codes\":[\"AT-9\"]},\"id\":\"c70d12a2-24fe-4f83-a6e6-57d84f8efb51\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"life-span\":{\"end\":\"1897-04-03\",\"ended\":true,\"begin\":\"1833-05-07\"},\"isnis\":[\"0000000121195925\"],\"disambiguation\":\"German composer\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"begin_area\":{\"iso-3166-2-codes\":[\"DE-HH\"],\"disambiguation\":\"\",\"id\":\"11a44e18-a2e5-43a9-bee9-aa4f7c83f967\",\"type-id\":null,\"sort-name\":\"Hamburg\",\"name\":\"Hamburg\",\"type\":null},\"country\":\"DE\"},{\"isnis\":[\"0000000121396655\"],\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"German composer, lived from 1824 to 1874\",\"begin_area\":{\"type-id\":null,\"id\":\"b654bbfe-4c42-48c1-8c4f-6e66df7c520a\",\"name\":\"Mainz\",\"sort-name\":\"Mainz\",\"type\":null,\"disambiguation\":\"\"},\"country\":\"DE\",\"id\":\"d329a84d-c7af-458d-a037-405f52ca68a5\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"life-span\":{\"begin\":\"1824-12-24\",\"ended\":true,\"end\":\"1874-10-26\"},\"type\":\"Person\",\"ipis\":[],\"area\":{\"type-id\":null,\"name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"sort-name\":\"Germany\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"]},\"end_area\":{\"name\":\"Mainz\",\"type-id\":null,\"id\":\"b654bbfe-4c42-48c1-8c4f-6e66df7c520a\",\"sort-name\":\"Mainz\",\"type\":null,\"disambiguation\":\"\"},\"begin-area\":{\"type-id\":null,\"id\":\"b654bbfe-4c42-48c1-8c4f-6e66df7c520a\",\"name\":\"Mainz\",\"sort-name\":\"Mainz\",\"type\":null,\"disambiguation\":\"\"},\"end-area\":{\"name\":\"Mainz\",\"type-id\":null,\"id\":\"b654bbfe-4c42-48c1-8c4f-6e66df7c520a\",\"sort-name\":\"Mainz\",\"type\":null,\"disambiguation\":\"\"},\"name\":\"Peter Cornelius\",\"sort-name\":\"Cornelius, Peter\",\"gender\":\"Male\"},{\"end_area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"c9ac1239-e832-41bc-9930-e252a1fd1105\",\"name\":\"Berlin\",\"sort-name\":\"Berlin\",\"type\":null,\"iso-3166-2-codes\":[\"DE-BE\"]},\"area\":{\"iso-3166-1-codes\":[\"DE\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"sort-name\":\"Germany\"},\"ipis\":[],\"type\":\"Person\",\"end-area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"c9ac1239-e832-41bc-9930-e252a1fd1105\",\"name\":\"Berlin\",\"sort-name\":\"Berlin\",\"type\":null,\"iso-3166-2-codes\":[\"DE-BE\"]},\"begin-area\":{\"type-id\":null,\"id\":\"b8a2776a-eedf-48ea-a6f3-1a9070f0b823\",\"name\":\"Cologne\",\"sort-name\":\"Cologne\",\"type\":null,\"disambiguation\":\"\"},\"name\":\"Max Bruch\",\"sort-name\":\"Bruch, Max\",\"gender\":\"Male\",\"disambiguation\":\"composer and conductor\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"isnis\":[\"0000000121181101\"],\"country\":\"DE\",\"begin_area\":{\"type-id\":null,\"id\":\"b8a2776a-eedf-48ea-a6f3-1a9070f0b823\",\"name\":\"Cologne\",\"sort-name\":\"Cologne\",\"type\":null,\"disambiguation\":\"\"},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"e3d5cfcd-e42b-411d-add2-716a5029f59b\",\"life-span\":{\"begin\":\"1838-01-06\",\"ended\":true,\"end\":\"1920-10-20\"}},{\"area\":{\"iso-3166-1-codes\":[\"DE\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"sort-name\":\"Germany\"},\"ipis\":[],\"type\":\"Person\",\"end_area\":{\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Hamburg\",\"id\":\"11a44e18-a2e5-43a9-bee9-aa4f7c83f967\",\"sort-name\":\"Hamburg\",\"type\":null,\"iso-3166-2-codes\":[\"DE-HH\"]},\"begin-area\":{\"disambiguation\":\"\",\"type\":null,\"name\":\"Weimar\",\"type-id\":null,\"id\":\"c7644e45-dec4-43fd-aad6-35036b8e911d\",\"sort-name\":\"Weimar\"},\"end-area\":{\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Hamburg\",\"id\":\"11a44e18-a2e5-43a9-bee9-aa4f7c83f967\",\"sort-name\":\"Hamburg\",\"type\":null,\"iso-3166-2-codes\":[\"DE-HH\"]},\"sort-name\":\"Bach, Carl Philipp Emanuel\",\"name\":\"Carl Philipp Emanuel Bach\",\"gender\":\"Male\",\"isnis\":[\"0000000110198135\"],\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"\",\"begin_area\":{\"disambiguation\":\"\",\"type\":null,\"name\":\"Weimar\",\"type-id\":null,\"id\":\"c7644e45-dec4-43fd-aad6-35036b8e911d\",\"sort-name\":\"Weimar\"},\"country\":\"DE\",\"id\":\"f6486fc7-90ef-48ad-8ca3-905af1354afe\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"life-span\":{\"begin\":\"1714-03-08\",\"ended\":true,\"end\":\"1788-12-14\"}},{\"gender\":\"Male\",\"name\":\"Johann Christoph Bach\",\"sort-name\":\"Bach, Johann Christoph\",\"end-area\":{\"type\":null,\"type-id\":null,\"id\":\"8331b712-99b9-41ef-bf58-0f033f8d926a\",\"sort-name\":\"Eisenach\",\"name\":\"Eisenach\",\"disambiguation\":\"\"},\"begin-area\":{\"type\":null,\"name\":\"Arnstadt\",\"type-id\":null,\"id\":\"88e39cef-c9c7-4b6e-bb23-c9860b9e5689\",\"sort-name\":\"Arnstadt\",\"disambiguation\":\"\"},\"end_area\":{\"type\":null,\"type-id\":null,\"id\":\"8331b712-99b9-41ef-bf58-0f033f8d926a\",\"sort-name\":\"Eisenach\",\"name\":\"Eisenach\",\"disambiguation\":\"\"},\"type\":\"Person\",\"ipis\":[],\"area\":{\"iso-3166-1-codes\":[\"DE\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"sort-name\":\"Germany\",\"name\":\"Germany\"},\"life-span\":{\"end\":\"1703-03-31\",\"ended\":true,\"begin\":\"1642-12-06\"},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"fc366dc2-17d1-4679-9ee5-c750e7915145\",\"begin_area\":{\"type\":null,\"name\":\"Arnstadt\",\"type-id\":null,\"id\":\"88e39cef-c9c7-4b6e-bb23-c9860b9e5689\",\"sort-name\":\"Arnstadt\",\"disambiguation\":\"\"},\"country\":\"DE\",\"disambiguation\":\"not a son of J. S. Bach, 1642-1703\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"isnis\":[\"0000000110475518\"]}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/artist?collection=06535ef2-adc9-4c50-ad19-ab607d143485&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:40 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "718", + "X-RateLimit-Reset", + "1618477540", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"893184f17123c9859756a0460cb1397a\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"artist-count\":14,\"artist-offset\":0,\"artists\":[{\"disambiguation\":\"German Baroque period composer & musician\",\"country\":\"DE\",\"life-span\":{\"ended\":true,\"end\":\"1750-07-28\",\"begin\":\"1685-03-21\"},\"end_area\":{\"id\":\"20619e36-fca8-4499-bcc8-be01a3ea3e41\",\"disambiguation\":\"\",\"type-id\":null,\"sort-name\":\"Leipzig\",\"name\":\"Leipzig\",\"type\":null},\"isnis\":[\"0000000122764157\"],\"ipis\":[\"00001749311\"],\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"DE\"],\"name\":\"Germany\",\"sort-name\":\"Germany\",\"type\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\"},\"begin-area\":{\"id\":\"8331b712-99b9-41ef-bf58-0f033f8d926a\",\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"name\":\"Eisenach\",\"sort-name\":\"Eisenach\"},\"sort-name\":\"Bach, Johann Sebastian\",\"begin_area\":{\"id\":\"8331b712-99b9-41ef-bf58-0f033f8d926a\",\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"name\":\"Eisenach\",\"sort-name\":\"Eisenach\"},\"type\":\"Person\",\"name\":\"Johann Sebastian Bach\",\"gender\":\"Male\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"id\":\"24f1766e-9635-4d58-a4d4-9413f9f98a4c\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"end-area\":{\"id\":\"20619e36-fca8-4499-bcc8-be01a3ea3e41\",\"disambiguation\":\"\",\"type-id\":null,\"sort-name\":\"Leipzig\",\"name\":\"Leipzig\",\"type\":null}},{\"disambiguation\":\"German‐British baroque composer\",\"ipis\":[\"00013146331\",\"00239948320\"],\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"],\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"type\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"},\"country\":\"GB\",\"life-span\":{\"ended\":true,\"end\":\"1759-04-14\",\"begin\":\"1685-02-23\"},\"end_area\":{\"id\":\"f03d09b3-39dc-4083-afd6-159e3f0d462f\",\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"London\",\"name\":\"London\",\"type\":null},\"isnis\":[\"0000000122759702\"],\"begin-area\":{\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Halle (Saale)\",\"sort-name\":\"Halle (Saale)\",\"type\":null,\"id\":\"1c432aeb-3b75-4442-ad6b-deaf555ad07e\"},\"sort-name\":\"Handel, George Frideric\",\"begin_area\":{\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Halle (Saale)\",\"sort-name\":\"Halle (Saale)\",\"type\":null,\"id\":\"1c432aeb-3b75-4442-ad6b-deaf555ad07e\"},\"type\":\"Person\",\"name\":\"George Frideric Handel\",\"gender\":\"Male\",\"id\":\"27870d47-bb98-42d1-bf2b-c7e972e6befc\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"end-area\":{\"id\":\"f03d09b3-39dc-4083-afd6-159e3f0d462f\",\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"London\",\"name\":\"London\",\"type\":null}},{\"begin_area\":{\"id\":\"6a6ecb18-ebc5-4cc4-9bb0-b18c0bb8e9e1\",\"iso-3166-2-codes\":[\"CZ-207\"],\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"name\":\"Mladá Boleslav\",\"sort-name\":\"Mladá Boleslav\"},\"sort-name\":\"Benda, Jiří Antonín\",\"begin-area\":{\"id\":\"6a6ecb18-ebc5-4cc4-9bb0-b18c0bb8e9e1\",\"iso-3166-2-codes\":[\"CZ-207\"],\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"name\":\"Mladá Boleslav\",\"sort-name\":\"Mladá Boleslav\"},\"type\":\"Person\",\"country\":\"DE\",\"life-span\":{\"begin\":\"1722-06-30\",\"end\":\"1795-11-06\",\"ended\":true},\"end_area\":{\"sort-name\":\"Bad Köstritz\",\"name\":\"Bad Köstritz\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"id\":\"13729d23-183d-41a1-bcd6-6af1fb2b63cd\"},\"isnis\":[\"000000010858749X\"],\"ipis\":[],\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"iso-3166-1-codes\":[\"DE\"],\"sort-name\":\"Germany\",\"name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\"},\"disambiguation\":\"composer\",\"end-area\":{\"sort-name\":\"Bad Köstritz\",\"name\":\"Bad Köstritz\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"id\":\"13729d23-183d-41a1-bcd6-6af1fb2b63cd\"},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"id\":\"2dffa2d9-3b13-420d-b6a7-84ca62763a41\",\"name\":\"Jiří Antonín Benda\",\"gender\":\"Male\"},{\"type\":\"Person\",\"begin_area\":{\"id\":\"72cb4849-5677-47c2-8c5f-415c9074f5f3\",\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"name\":\"Augsburg\",\"sort-name\":\"Augsburg\"},\"begin-area\":{\"id\":\"72cb4849-5677-47c2-8c5f-415c9074f5f3\",\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"name\":\"Augsburg\",\"sort-name\":\"Augsburg\"},\"sort-name\":\"Mozart, Leopold\",\"disambiguation\":\"composer\",\"isnis\":[\"0000000108627391\"],\"life-span\":{\"end\":\"1787-05-28\",\"begin\":\"1719-11-14\",\"ended\":true},\"end_area\":{\"name\":\"Salzburg\",\"sort-name\":\"Salzburg\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"id\":\"f0590317-8b42-4498-a2e4-34cc5562fcf8\"},\"country\":\"DE\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"],\"sort-name\":\"Germany\",\"name\":\"Germany\",\"type\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\"},\"ipis\":[],\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"end-area\":{\"name\":\"Salzburg\",\"sort-name\":\"Salzburg\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"id\":\"f0590317-8b42-4498-a2e4-34cc5562fcf8\"},\"gender\":\"Male\",\"name\":\"Leopold Mozart\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"id\":\"45993ba5-2083-4011-8d76-9497067bd092\"},{\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"id\":\"7f9989b0-8f5e-41dd-bbab-1fff052609e3\",\"gender\":\"Male\",\"name\":\"Jean‐Baptiste Lully\",\"end-area\":{\"type\":null,\"name\":\"Paris\",\"sort-name\":\"Paris\",\"type-id\":null,\"disambiguation\":\"\",\"id\":\"dc10c22b-e510-4006-8b7f-fecb4f36436e\",\"iso-3166-2-codes\":[\"FR-75\"]},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"isnis\":[\"0000000120991997\"],\"end_area\":{\"type\":null,\"name\":\"Paris\",\"sort-name\":\"Paris\",\"type-id\":null,\"disambiguation\":\"\",\"id\":\"dc10c22b-e510-4006-8b7f-fecb4f36436e\",\"iso-3166-2-codes\":[\"FR-75\"]},\"country\":\"FR\",\"life-span\":{\"ended\":true,\"begin\":\"1632-11-28\",\"end\":\"1687-03-22\"},\"ipis\":[],\"area\":{\"id\":\"08310658-51eb-3801-80de-5a0739207115\",\"sort-name\":\"France\",\"iso-3166-1-codes\":[\"FR\"],\"name\":\"France\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\"},\"disambiguation\":\"composer\",\"type\":\"Person\",\"begin-area\":{\"id\":\"2b397313-0d04-4167-b9a8-914f16935d4a\",\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Florence\",\"sort-name\":\"Florence\",\"type\":null},\"begin_area\":{\"id\":\"2b397313-0d04-4167-b9a8-914f16935d4a\",\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Florence\",\"sort-name\":\"Florence\",\"type\":null},\"sort-name\":\"Lully, Jean‐Baptiste\"},{\"ipis\":[],\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"RO\"],\"sort-name\":\"Romania\",\"name\":\"Romania\",\"type\":null,\"id\":\"61ed84b8-5a10-30a7-8376-ccd51801d6d1\"},\"country\":\"RO\",\"end_area\":{\"name\":\"Dmitrovsk\",\"sort-name\":\"Dmitrovsk\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"id\":\"c5e7e85d-c67d-48ff-b907-cad0cffdb9be\"},\"life-span\":{\"ended\":true,\"end\":\"1723-08-21\",\"begin\":\"1673-10-26\"},\"isnis\":[\"0000000110278805\"],\"disambiguation\":\"\",\"sort-name\":\"Cantemir, Dimitri\",\"begin_area\":{\"id\":\"69d4ab57-9a2d-484c-a786-4d8b0542fa9e\",\"iso-3166-2-codes\":[\"RO-VS\"],\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Vaslui\",\"name\":\"Vaslui\"},\"begin-area\":{\"id\":\"69d4ab57-9a2d-484c-a786-4d8b0542fa9e\",\"iso-3166-2-codes\":[\"RO-VS\"],\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Vaslui\",\"name\":\"Vaslui\"},\"type\":\"Person\",\"id\":\"853620fb-99c3-4b16-9c27-ee37c4e0a330\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"name\":\"Dimitri Cantemir\",\"gender\":\"Male\",\"end-area\":{\"name\":\"Dmitrovsk\",\"sort-name\":\"Dmitrovsk\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"id\":\"c5e7e85d-c67d-48ff-b907-cad0cffdb9be\"},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\"},{\"type\":\"Person\",\"begin_area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"name\":\"Magdeburg\",\"sort-name\":\"Magdeburg\",\"id\":\"d433ec3e-b140-47a8-b7da-3062e69749a8\"},\"sort-name\":\"Telemann, Georg Philipp\",\"begin-area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"name\":\"Magdeburg\",\"sort-name\":\"Magdeburg\",\"id\":\"d433ec3e-b140-47a8-b7da-3062e69749a8\"},\"isnis\":[\"0000000109144172\"],\"country\":\"DE\",\"end_area\":{\"iso-3166-2-codes\":[\"DE-HH\"],\"id\":\"11a44e18-a2e5-43a9-bee9-aa4f7c83f967\",\"name\":\"Hamburg\",\"sort-name\":\"Hamburg\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\"},\"life-span\":{\"ended\":true,\"begin\":\"1681-03-14\",\"end\":\"1767-06-25\"},\"ipis\":[],\"area\":{\"type\":null,\"iso-3166-1-codes\":[\"DE\"],\"name\":\"Germany\",\"sort-name\":\"Germany\",\"disambiguation\":\"\",\"type-id\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\"},\"disambiguation\":\"composer\",\"end-area\":{\"iso-3166-2-codes\":[\"DE-HH\"],\"id\":\"11a44e18-a2e5-43a9-bee9-aa4f7c83f967\",\"name\":\"Hamburg\",\"sort-name\":\"Hamburg\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\"},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"id\":\"8f831f50-e409-47c3-8598-71a61bc8cfb3\",\"gender\":\"Male\",\"name\":\"Georg Philipp Telemann\"},{\"type\":\"Person\",\"begin-area\":{\"id\":\"80a26267-4f75-4976-ae82-aad848ec096a\",\"iso-3166-2-codes\":[\"GB-NET\"],\"type\":null,\"name\":\"Newcastle upon Tyne\",\"sort-name\":\"Newcastle upon Tyne\",\"type-id\":null,\"disambiguation\":\"\"},\"sort-name\":\"Avison, Charles\",\"begin_area\":{\"id\":\"80a26267-4f75-4976-ae82-aad848ec096a\",\"iso-3166-2-codes\":[\"GB-NET\"],\"type\":null,\"name\":\"Newcastle upon Tyne\",\"sort-name\":\"Newcastle upon Tyne\",\"type-id\":null,\"disambiguation\":\"\"},\"disambiguation\":\"\",\"isnis\":[\"0000000109094806\"],\"end_area\":{\"id\":\"80a26267-4f75-4976-ae82-aad848ec096a\",\"iso-3166-2-codes\":[\"GB-NET\"],\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Newcastle upon Tyne\",\"name\":\"Newcastle upon Tyne\"},\"life-span\":{\"end\":\"1770-05-10\",\"begin\":\"1709-02-16\",\"ended\":true},\"country\":\"GB\",\"ipis\":[],\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type\":null,\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"type-id\":null,\"disambiguation\":\"\"},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"end-area\":{\"id\":\"80a26267-4f75-4976-ae82-aad848ec096a\",\"iso-3166-2-codes\":[\"GB-NET\"],\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Newcastle upon Tyne\",\"name\":\"Newcastle upon Tyne\"},\"gender\":\"Male\",\"name\":\"Charles Avison\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"id\":\"979b9f89-0fc5-42bf-8dc9-f0b7ea1adfe0\"},{\"disambiguation\":\"\",\"area\":{\"type\":null,\"iso-3166-1-codes\":[\"IT\"],\"sort-name\":\"Italy\",\"name\":\"Italy\",\"disambiguation\":\"\",\"type-id\":null,\"id\":\"c6500277-9a3d-349b-bf30-41afdbf42add\"},\"ipis\":[],\"life-span\":{\"ended\":true,\"begin\":\"1653-02-17\",\"end\":\"1713-01-08\"},\"country\":\"IT\",\"end_area\":{\"id\":\"dccd77b2-bd3d-49eb-a98f-fd58e87f481e\",\"name\":\"Rome\",\"sort-name\":\"Rome\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\"},\"isnis\":[\"0000000083444635\"],\"sort-name\":\"Corelli, Arcangelo\",\"begin-area\":{\"id\":\"5f763d03-82d9-4178-88c6-244e697fd013\",\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Fusignano\",\"name\":\"Fusignano\"},\"begin_area\":{\"id\":\"5f763d03-82d9-4178-88c6-244e697fd013\",\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Fusignano\",\"name\":\"Fusignano\"},\"type\":\"Person\",\"name\":\"Arcangelo Corelli\",\"gender\":\"Male\",\"id\":\"a3546087-fe59-47d3-a3a8-42d58e2573c7\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"end-area\":{\"id\":\"dccd77b2-bd3d-49eb-a98f-fd58e87f481e\",\"name\":\"Rome\",\"sort-name\":\"Rome\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\"}},{\"disambiguation\":\"\",\"isnis\":[\"0000000109845067\"],\"end_area\":{\"iso-3166-2-codes\":[\"AT-9\"],\"id\":\"afff1a94-a98b-4322-8874-3148139ab6da\",\"name\":\"Wien\",\"sort-name\":\"Wien\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null},\"country\":\"CZ\",\"life-span\":{\"end\":\"1825-11-19\",\"begin\":\"1791-05-11\",\"ended\":true},\"area\":{\"id\":\"51d34c28-61bf-3d21-849f-7492672a9d44\",\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"CZ\"],\"sort-name\":\"Czech Republic\",\"name\":\"Czech Republic\",\"type\":null},\"ipis\":[],\"type\":\"Person\",\"begin-area\":{\"iso-3166-2-codes\":[\"CZ-521\"],\"id\":\"d87a320f-c695-4386-998d-337ba936fa13\",\"type-id\":null,\"disambiguation\":\"\",\"name\":\"Hradec Králové\",\"sort-name\":\"Hradec Králové\",\"type\":null},\"sort-name\":\"Voříšek, Jan Václav Hugo\",\"begin_area\":{\"iso-3166-2-codes\":[\"CZ-521\"],\"id\":\"d87a320f-c695-4386-998d-337ba936fa13\",\"type-id\":null,\"disambiguation\":\"\",\"name\":\"Hradec Králové\",\"sort-name\":\"Hradec Králové\",\"type\":null},\"gender\":\"Male\",\"name\":\"Jan Václav Hugo Voříšek\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"id\":\"b699d5bc-7b1c-4de7-8747-974574ca4728\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"end-area\":{\"iso-3166-2-codes\":[\"AT-9\"],\"id\":\"afff1a94-a98b-4322-8874-3148139ab6da\",\"name\":\"Wien\",\"sort-name\":\"Wien\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null}},{\"disambiguation\":\"classical composer\",\"area\":{\"id\":\"caac77d1-a5c8-3e6e-8e27-90b44dcc1446\",\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"name\":\"Austria\",\"iso-3166-1-codes\":[\"AT\"],\"sort-name\":\"Austria\"},\"ipis\":[\"00021693006\"],\"end_area\":{\"id\":\"afff1a94-a98b-4322-8874-3148139ab6da\",\"iso-3166-2-codes\":[\"AT-9\"],\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"name\":\"Wien\",\"sort-name\":\"Wien\"},\"country\":\"AT\",\"life-span\":{\"ended\":true,\"begin\":\"1756-01-27\",\"end\":\"1791-12-05\"},\"isnis\":[\"0000000121269154\"],\"sort-name\":\"Mozart, Wolfgang Amadeus\",\"begin-area\":{\"id\":\"f0590317-8b42-4498-a2e4-34cc5562fcf8\",\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Salzburg\",\"sort-name\":\"Salzburg\",\"type\":null},\"begin_area\":{\"id\":\"f0590317-8b42-4498-a2e4-34cc5562fcf8\",\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Salzburg\",\"sort-name\":\"Salzburg\",\"type\":null},\"type\":\"Person\",\"name\":\"Wolfgang Amadeus Mozart\",\"gender\":\"Male\",\"id\":\"b972f589-fb0e-474e-b64a-803b0364fa75\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"end-area\":{\"id\":\"afff1a94-a98b-4322-8874-3148139ab6da\",\"iso-3166-2-codes\":[\"AT-9\"],\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"name\":\"Wien\",\"sort-name\":\"Wien\"}},{\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"id\":\"b9c00256-d27a-4f3b-bb0e-c5132483f4ec\",\"name\":\"Josef Mysliveček\",\"gender\":\"Male\",\"end-area\":{\"name\":\"Rome\",\"sort-name\":\"Rome\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"id\":\"dccd77b2-bd3d-49eb-a98f-fd58e87f481e\"},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"country\":\"CZ\",\"life-span\":{\"ended\":true,\"end\":\"1781-02-04\",\"begin\":\"1737-03-09\"},\"end_area\":{\"name\":\"Rome\",\"sort-name\":\"Rome\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"id\":\"dccd77b2-bd3d-49eb-a98f-fd58e87f481e\"},\"isnis\":[\"0000000110197853\"],\"ipis\":[\"00021923901\"],\"area\":{\"type\":null,\"sort-name\":\"Czech Republic\",\"iso-3166-1-codes\":[\"CZ\"],\"name\":\"Czech Republic\",\"type-id\":null,\"disambiguation\":\"\",\"id\":\"51d34c28-61bf-3d21-849f-7492672a9d44\"},\"disambiguation\":\"composer\",\"sort-name\":\"Mysliveček, Josef\",\"begin-area\":{\"sort-name\":\"Praha\",\"name\":\"Praha\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-2-codes\":[\"CZ-PR\"],\"id\":\"0a65a727-7465-4e6c-8b15-ed4d09e021ee\"},\"begin_area\":{\"sort-name\":\"Praha\",\"name\":\"Praha\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-2-codes\":[\"CZ-PR\"],\"id\":\"0a65a727-7465-4e6c-8b15-ed4d09e021ee\"},\"type\":\"Person\"},{\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"id\":\"d581b2f2-f945-4566-a249-2d0171466993\",\"name\":\"Niccolò Paganini\",\"gender\":\"Male\",\"end-area\":{\"id\":\"49856c85-1b7c-4f46-a078-b01261a058ad\",\"type\":null,\"name\":\"Nice\",\"sort-name\":\"Nice\",\"disambiguation\":\"\",\"type-id\":null},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"life-span\":{\"ended\":true,\"end\":\"1840-05-27\",\"begin\":\"1782-10-27\"},\"country\":\"IT\",\"end_area\":{\"id\":\"49856c85-1b7c-4f46-a078-b01261a058ad\",\"type\":null,\"name\":\"Nice\",\"sort-name\":\"Nice\",\"disambiguation\":\"\",\"type-id\":null},\"isnis\":[\"0000000122830695\"],\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"name\":\"Italy\",\"iso-3166-1-codes\":[\"IT\"],\"sort-name\":\"Italy\",\"id\":\"c6500277-9a3d-349b-bf30-41afdbf42add\"},\"ipis\":[],\"disambiguation\":\"composer and violinist\",\"sort-name\":\"Paganini, Niccolò\",\"begin-area\":{\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"Genoa\",\"name\":\"Genoa\",\"type\":null,\"id\":\"5e27763f-9567-4b8d-ac62-d8e5f18b32d1\"},\"begin_area\":{\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"Genoa\",\"name\":\"Genoa\",\"type\":null,\"id\":\"5e27763f-9567-4b8d-ac62-d8e5f18b32d1\"},\"type\":\"Person\"},{\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"end-area\":{\"iso-3166-2-codes\":[\"GB-WSM\"],\"id\":\"48d08ee1-db45-4566-bb1d-c47ab6dbaf98\",\"sort-name\":\"Westminster\",\"name\":\"Westminster\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null},\"gender\":\"Male\",\"name\":\"Henry Purcell\",\"id\":\"ddea5540-2c7d-4266-8507-b367c2635d35\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"type\":\"Person\",\"sort-name\":\"Purcell, Henry\",\"begin_area\":{\"name\":\"Westminster\",\"sort-name\":\"Westminster\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-2-codes\":[\"GB-WSM\"],\"id\":\"48d08ee1-db45-4566-bb1d-c47ab6dbaf98\"},\"begin-area\":{\"name\":\"Westminster\",\"sort-name\":\"Westminster\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-2-codes\":[\"GB-WSM\"],\"id\":\"48d08ee1-db45-4566-bb1d-c47ab6dbaf98\"},\"disambiguation\":\"baroque composer\",\"ipis\":[\"00025071418\"],\"area\":{\"name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"sort-name\":\"United Kingdom\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"},\"isnis\":[\"0000000121188274\"],\"life-span\":{\"ended\":true,\"begin\":\"1659-09-10\",\"end\":\"1695-11-21\"},\"country\":\"GB\",\"end_area\":{\"iso-3166-2-codes\":[\"GB-WSM\"],\"id\":\"48d08ee1-db45-4566-bb1d-c47ab6dbaf98\",\"sort-name\":\"Westminster\",\"name\":\"Westminster\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null}}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "collections can be looked up by MBID", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/collection/85da782d-2ec0-41ec-a97f-9be464bba309?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:40 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Content-Length", + "210", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "588", + "X-RateLimit-Reset", + "1618477540", + "Server", + "Plack::Handler::Starlet", + "ETag", + "\"077f4551b0690e0044ceaafd4309d972\"", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": { + "editor": "offbeatadam", + "entity-type": "release", + "id": "85da782d-2ec0-41ec-a97f-9be464bba309", + "name": "Beets Music Collection", + "release-count": 578, + "type": "Release", + "type-id": "d94659b2-4ce5-3a98-b4b8-da1131cf33ee" + }, + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/release?collection=85da782d-2ec0-41ec-a97f-9be464bba309&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:41 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1082", + "X-RateLimit-Reset", + "1618477542", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"d8ef6274795a373bdee5a1d84c5c7bd0\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"release-count\":578,\"releases\":[{\"status\":\"Official\",\"release-events\":[{\"date\":\"1970-11\",\"area\":{\"type\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"type-id\":null,\"disambiguation\":\"\"}}],\"asin\":null,\"title\":\"Bryter Layter\",\"packaging-id\":null,\"barcode\":null,\"cover-art-archive\":{\"count\":1,\"back\":false,\"artwork\":true,\"darkened\":false,\"front\":true},\"date\":\"1970-11\",\"packaging\":null,\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"0266c5dc-e7d4-49a7-8964-f7e4461f911a\",\"quality\":\"normal\",\"country\":\"GB\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},{\"cover-art-archive\":{\"darkened\":false,\"front\":true,\"artwork\":true,\"back\":true,\"count\":7},\"packaging\":\"Jewel Case\",\"date\":\"1986\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"id\":\"0879929b-1226-4163-a03f-1a5afd4a3595\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"DE\",\"title\":\"5150\",\"asin\":\"B000002L99\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"DE\"],\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"sort-name\":\"Germany\",\"name\":\"Germany\"},\"date\":\"1986\"}],\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"barcode\":\"075992539425\"},{\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"barcode\":\"\",\"title\":\"Layla and Other Assorted Love Songs\",\"asin\":null,\"release-events\":[{\"date\":\"1972\",\"area\":{\"iso-3166-1-codes\":[\"US\"],\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"sort-name\":\"United States\",\"disambiguation\":\"\",\"type-id\":null}}],\"status\":\"Official\",\"quality\":\"normal\",\"id\":\"118ddd00-2be2-34af-99f6-5a7969f067b2\",\"country\":\"US\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"packaging\":\"Cardboard/Paper Sleeve\",\"cover-art-archive\":{\"back\":true,\"artwork\":true,\"count\":2,\"darkened\":false,\"front\":true},\"disambiguation\":\"\",\"date\":\"1972\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"packaging-id\":null,\"barcode\":null,\"status\":\"Official\",\"asin\":null,\"title\":\"In the Court of the Crimson King\",\"release-events\":[{\"date\":\"1969-10-10\",\"area\":{\"id\":\"ef1b7cc0-cd26-36f4-8ea0-04d9623786c7\",\"type\":null,\"iso-3166-1-codes\":[\"NL\"],\"name\":\"Netherlands\",\"sort-name\":\"Netherlands\",\"type-id\":null,\"disambiguation\":\"\"}}],\"quality\":\"normal\",\"id\":\"3e8ec0bc-287d-3894-b9be-69e247fa63a8\",\"country\":\"NL\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"\",\"cover-art-archive\":{\"front\":false,\"darkened\":false,\"back\":false,\"artwork\":false,\"count\":0},\"packaging\":null,\"date\":\"1969-10-10\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"quality\":\"normal\",\"id\":\"474f6a18-e9b5-396e-8203-f8c4dc867bcb\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"FR\",\"cover-art-archive\":{\"darkened\":false,\"front\":false,\"artwork\":false,\"back\":false,\"count\":0},\"disambiguation\":\"\",\"packaging\":null,\"date\":\"1978\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":null,\"barcode\":null,\"release-events\":[{\"date\":\"1978\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"id\":\"08310658-51eb-3801-80de-5a0739207115\",\"type\":null,\"iso-3166-1-codes\":[\"FR\"],\"name\":\"France\",\"sort-name\":\"France\"}}],\"asin\":null,\"title\":\"Some Girls\",\"status\":\"Official\"},{\"barcode\":null,\"packaging-id\":null,\"release-events\":[{\"date\":\"1972-03-25\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"name\":\"United States\"}}],\"asin\":null,\"title\":\"The Kink Kronikles\",\"status\":\"Official\",\"id\":\"5793a42f-bf14-3427-a737-d07ab41e553b\",\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"US\",\"disambiguation\":\"\",\"cover-art-archive\":{\"front\":true,\"darkened\":false,\"count\":1,\"artwork\":true,\"back\":false},\"packaging\":null,\"date\":\"1972-03-25\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"status\":\"Official\",\"release-events\":[{\"date\":\"1974-02-15\",\"area\":{\"type\":null,\"iso-3166-1-codes\":[\"GB\"],\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"type-id\":null,\"disambiguation\":\"\"}}],\"asin\":null,\"title\":\"Burn\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"barcode\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"front\":true,\"darkened\":false,\"artwork\":true,\"back\":true,\"count\":5},\"disambiguation\":\"\",\"packaging\":\"Cardboard/Paper Sleeve\",\"date\":\"1974-02-15\",\"country\":\"GB\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"5f5244a6-9881-4e21-90ef-76c1718cab60\",\"quality\":\"normal\"},{\"country\":\"US\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"id\":\"67eba09f-cab2-474f-a578-ec71ccc7c94b\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1961\",\"cover-art-archive\":{\"darkened\":false,\"front\":true,\"count\":1,\"back\":false,\"artwork\":true},\"packaging\":\"Cardboard/Paper Sleeve\",\"disambiguation\":\"\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"barcode\":\"\",\"title\":\"My Kind of Blues\",\"asin\":null,\"release-events\":[{\"date\":\"1961\",\"area\":{\"name\":\"United States\",\"sort-name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"type-id\":null,\"disambiguation\":\"\"}}],\"status\":\"Official\"},{\"quality\":\"normal\",\"id\":\"6ad3386b-fd40-4a00-a477-0763ebfa2e8e\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"packaging\":null,\"cover-art-archive\":{\"artwork\":true,\"back\":true,\"count\":9,\"darkened\":false,\"front\":true},\"date\":\"1987-08-31\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":null,\"barcode\":\"4988010215019\",\"status\":\"Official\",\"title\":\"Bad\",\"asin\":null,\"release-events\":[{\"date\":\"1987-08-31\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type-id\":null,\"disambiguation\":\"\"}}]},{\"status\":\"Official\",\"asin\":\"B0000025RI\",\"title\":\"Thriller\",\"release-events\":[{\"date\":\"1982\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"United States\",\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":null,\"iso-3166-1-codes\":[\"US\"]}}],\"barcode\":\"074643811224\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":23,\"back\":true,\"artwork\":true,\"darkened\":false,\"front\":true},\"date\":\"1982\",\"packaging\":\"Jewel Case\",\"disambiguation\":\"\",\"country\":\"US\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"id\":\"6bc658fc-c2ad-38ec-a829-0cf8ffef53d8\"},{\"status\":\"Official\",\"release-events\":[{\"date\":\"1985\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"sort-name\":\"Europe\",\"name\":\"Europe\",\"iso-3166-1-codes\":[\"XE\"],\"type\":null,\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\"}}],\"asin\":\"B000026FAV\",\"title\":\"Welcome to the Real World\",\"packaging-id\":null,\"barcode\":\"0035629025424\",\"disambiguation\":\"\",\"cover-art-archive\":{\"count\":0,\"artwork\":false,\"back\":false,\"darkened\":false,\"front\":false},\"packaging\":null,\"date\":\"1985\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"id\":\"6f9cf228-2f75-334d-93f5-27198c422828\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"XE\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"cover-art-archive\":{\"artwork\":true,\"back\":false,\"count\":1,\"darkened\":false,\"front\":true},\"disambiguation\":\"\",\"date\":\"1968-05\",\"country\":\"GB\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"id\":\"76ecbc09-aa6c-4c45-a42a-68ee44016733\",\"status\":\"Official\",\"asin\":\"B000002NZ4\",\"release-events\":[{\"area\":{\"type\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"iso-3166-1-codes\":[\"GB\"],\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"1968-05\"}],\"title\":\"Steppenwolf\",\"packaging-id\":null,\"barcode\":null},{\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"US\",\"quality\":\"normal\",\"id\":\"8129f8a5-cf28-3acb-a5dd-72b9cca18903\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"front\":true,\"darkened\":false,\"artwork\":true,\"back\":true,\"count\":5},\"disambiguation\":\"\",\"packaging\":null,\"date\":\"1971-01-16\",\"packaging-id\":null,\"barcode\":\"\",\"status\":\"Official\",\"asin\":null,\"release-events\":[{\"area\":{\"sort-name\":\"United States\",\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type-id\":null},\"date\":\"1971-01-16\"}],\"title\":\"ZZ Top’s First Album\"},{\"asin\":\"B00000I9KU\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"sort-name\":\"United States\"},\"date\":\"1984-04\"}],\"title\":\"Meat Puppets II\",\"status\":\"Official\",\"barcode\":\"\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":2,\"artwork\":true,\"back\":true,\"darkened\":false,\"front\":true},\"disambiguation\":\"\",\"packaging\":\"Cardboard/Paper Sleeve\",\"date\":\"1984-04\",\"country\":\"US\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"8381ec38-d717-3a39-88cf-2dba9611f295\",\"quality\":\"normal\"},{\"release-events\":[{\"date\":\"1973\",\"area\":{\"name\":\"United States\",\"sort-name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type-id\":null}}],\"asin\":null,\"title\":\"Space Is the Place\",\"status\":\"Official\",\"packaging-id\":null,\"barcode\":null,\"packaging\":null,\"cover-art-archive\":{\"count\":1,\"back\":false,\"artwork\":true,\"darkened\":false,\"front\":true},\"date\":\"1973\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"high\",\"id\":\"87e49acf-c2f5-427c-a699-d3df4ac149f0\",\"country\":\"US\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"quality\":\"normal\",\"id\":\"87e8eaa5-2285-4fd5-b392-f0e8bad5b2f9\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"CA\",\"cover-art-archive\":{\"front\":true,\"darkened\":false,\"back\":false,\"artwork\":true,\"count\":1},\"date\":\"1969-10-22\",\"packaging\":null,\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":null,\"packaging-id\":null,\"status\":\"Official\",\"release-events\":[{\"date\":\"1969-10-22\",\"area\":{\"name\":\"Canada\",\"sort-name\":\"Canada\",\"type\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"iso-3166-1-codes\":[\"CA\"],\"disambiguation\":\"\",\"type-id\":null}}],\"asin\":null,\"title\":\"Led Zeppelin II\"},{\"status\":\"Official\",\"title\":\"Night Beat\",\"asin\":\"B000AO4NJK\",\"release-events\":[{\"date\":\"1963\",\"area\":{\"name\":\"United States\",\"sort-name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type-id\":null}}],\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"barcode\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Cardboard/Paper Sleeve\",\"cover-art-archive\":{\"front\":true,\"darkened\":false,\"count\":4,\"back\":true,\"artwork\":true},\"disambiguation\":\"\",\"date\":\"1963\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"US\",\"id\":\"91e18240-8b33-3d93-80d0-b7e907db9186\",\"quality\":\"normal\"},{\"quality\":\"normal\",\"id\":\"a75df175-7a8b-4b88-b04e-47cf44e9c17d\",\"country\":\"US\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"cover-art-archive\":{\"count\":1,\"artwork\":true,\"back\":false,\"front\":true,\"darkened\":false},\"packaging\":\"Gatefold Cover\",\"date\":\"1975-06-20\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"\",\"packaging-id\":\"e724a489-a7e8-30a1-a17c-30dfd6831202\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\",\"name\":\"United States\"},\"date\":\"1975-06-20\"}],\"asin\":\"B000002KCB\",\"title\":\"Tonight’s the Night\",\"status\":\"Official\"},{\"release-events\":[{\"date\":\"1975\",\"area\":{\"sort-name\":\"United States\",\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"type-id\":null,\"disambiguation\":\"\"}}],\"asin\":\"B00E0PEQD8\",\"title\":\"Desolation Boulevard\",\"status\":\"Official\",\"barcode\":\"\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"date\":\"1975\",\"cover-art-archive\":{\"back\":false,\"artwork\":true,\"count\":1,\"front\":true,\"darkened\":false},\"packaging\":\"Cardboard/Paper Sleeve\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"b1edea1a-3bf6-40a0-b9aa-cfc52a5fcf94\",\"quality\":\"normal\",\"country\":\"US\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},{\"quality\":\"normal\",\"id\":\"b5c2a801-0d13-31fb-bdd8-52c88c73b6ee\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"US\",\"disambiguation\":\"\",\"cover-art-archive\":{\"front\":true,\"darkened\":false,\"back\":true,\"artwork\":true,\"count\":6},\"packaging\":\"Jewel Case\",\"date\":\"1984\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"barcode\":\"074643930420\",\"title\":\"Couldn't Stand the Weather\",\"asin\":\"B0000025ZN\",\"release-events\":[{\"date\":\"1984\",\"area\":{\"sort-name\":\"United States\",\"name\":\"United States\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null,\"disambiguation\":\"\"}}],\"status\":\"Official\"},{\"cover-art-archive\":{\"back\":false,\"artwork\":false,\"count\":0,\"darkened\":false,\"front\":false},\"packaging\":null,\"disambiguation\":\"\",\"date\":\"1970\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"id\":\"cbecaba6-42e0-4109-bf32-c154cf88fcb8\",\"country\":\"US\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"title\":\"Marrying Maiden\",\"asin\":\"B000000DP7\",\"release-events\":[{\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\",\"name\":\"United States\",\"disambiguation\":\"\",\"type-id\":null},\"date\":\"1970\"}],\"barcode\":null,\"packaging-id\":null},{\"status\":\"Official\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"sort-name\":\"United States\",\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":null,\"iso-3166-1-codes\":[\"US\"]},\"date\":\"1965-08-30\"}],\"asin\":null,\"title\":\"Highway 61 Revisited\",\"packaging-id\":null,\"barcode\":\"\",\"cover-art-archive\":{\"darkened\":false,\"front\":true,\"artwork\":true,\"back\":true,\"count\":5},\"date\":\"1965-08-30\",\"packaging\":null,\"disambiguation\":\"mono\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"d61a2bd9-81ac-4023-bd22-1c884d4a176c\",\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"US\"},{\"asin\":null,\"title\":\"Ain’t That Good News\",\"release-events\":[{\"date\":\"1964\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"sort-name\":\"United States\"}}],\"status\":\"Official\",\"packaging-id\":null,\"barcode\":\"\",\"packaging\":null,\"cover-art-archive\":{\"back\":false,\"artwork\":true,\"count\":1,\"darkened\":false,\"front\":true},\"disambiguation\":\"\",\"date\":\"1964\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"e3038485-8585-4169-9060-916ee5611d74\",\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"US\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"count\":0,\"darkened\":false,\"front\":false},\"date\":\"1974\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"US\",\"id\":\"e6fc15c4-0f29-33bf-927b-e9a90cd0b925\",\"quality\":\"normal\",\"asin\":null,\"title\":\"Phaedra\",\"release-events\":[{\"area\":{\"name\":\"United States\",\"sort-name\":\"United States\",\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type-id\":null},\"date\":\"1974\"}],\"status\":\"Official\",\"barcode\":null,\"packaging-id\":null},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":4,\"artwork\":true,\"back\":true,\"front\":true,\"darkened\":false},\"packaging\":null,\"disambiguation\":\"\",\"date\":\"1972-03\",\"country\":\"JP\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"quality\":\"normal\",\"id\":\"e975c24f-9100-3822-9693-609f1dffdc08\",\"status\":\"Official\",\"asin\":null,\"title\":\"Machine Head\",\"release-events\":[{\"date\":\"1972-03\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"sort-name\":\"Japan\",\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"barcode\":\"\",\"packaging-id\":null}],\"release-offset\":0}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "connections have a nodes shortcut field", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/artist?release=8aeb6be9-743f-456e-a576-1476f53f756f&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:02 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1139", + "X-RateLimit-Reset", + "1618477504", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"de47ae3c188d52e0e43df4c2aa830797\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"artist-count\":1,\"artist-offset\":0,\"artists\":[{\"gender-id\":\"93452b5a-a947-30c8-934f-6a4056b151c2\",\"ipis\":[],\"life-span\":{\"end\":null,\"begin\":\"1950-05-03\",\"ended\":false},\"disambiguation\":\"\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"begin_area\":{\"type\":null,\"id\":\"26f3c05e-55dc-4a6c-a8e7-035aff018f74\",\"sort-name\":\"Pontardawe\",\"name\":\"Pontardawe\",\"type-id\":null,\"disambiguation\":\"\"},\"country\":\"GB\",\"name\":\"Mary Hopkin\",\"isnis\":[\"0000000078391516\"],\"begin-area\":{\"type\":null,\"id\":\"26f3c05e-55dc-4a6c-a8e7-035aff018f74\",\"sort-name\":\"Pontardawe\",\"name\":\"Pontardawe\",\"type-id\":null,\"disambiguation\":\"\"},\"type\":\"Person\",\"id\":\"f6596571-9ce2-4d79-8e92-fa8cfc181b91\",\"end-area\":null,\"sort-name\":\"Hopkin, Mary\",\"area\":{\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"type\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"disambiguation\":\"\"},\"gender\":\"Female\",\"end_area\":null}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/artist/f6596571-9ce2-4d79-8e92-fa8cfc181b91?inc=artist-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:03 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "895", + "X-RateLimit-Reset", + "1618477504", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"577846058d732203bb9505e559228d43\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"type\":\"Person\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"end-area\":null,\"begin-area\":{\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"Pontardawe\",\"type\":null,\"name\":\"Pontardawe\",\"id\":\"26f3c05e-55dc-4a6c-a8e7-035aff018f74\"},\"end_area\":null,\"disambiguation\":\"\",\"gender-id\":\"93452b5a-a947-30c8-934f-6a4056b151c2\",\"country\":\"GB\",\"sort-name\":\"Hopkin, Mary\",\"life-span\":{\"ended\":false,\"end\":null,\"begin\":\"1950-05-03\"},\"isnis\":[\"0000000078391516\"],\"id\":\"f6596571-9ce2-4d79-8e92-fa8cfc181b91\",\"name\":\"Mary Hopkin\",\"relations\":[{\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"b2bf7a5d-2da6-4742-baf4-e38d8a7ad029\",\"begin\":\"1971\",\"attribute-ids\":{},\"source-credit\":\"\",\"ended\":true,\"type\":\"married\",\"attribute-values\":{},\"target-type\":\"artist\",\"direction\":\"forward\",\"end\":\"1981\",\"artist\":{\"id\":\"9472e6e4-3e13-430a-900d-6f075720a5c6\",\"name\":\"Tony Visconti\",\"type\":\"Person\",\"sort-name\":\"Visconti, Tony\",\"disambiguation\":\"\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\"}},{\"target-type\":\"artist\",\"end\":null,\"direction\":\"forward\",\"artist\":{\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"disambiguation\":\"UK pop group of early 80s\",\"type\":\"Group\",\"sort-name\":\"Sundance\",\"id\":\"1b8debd6-ef8f-4437-9d97-321d8dad4bee\",\"name\":\"Sundance\"},\"attribute-values\":{},\"source-credit\":\"\",\"attribute-ids\":{},\"type\":\"member of band\",\"ended\":false,\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"5be4c609-9afa-4ea0-910b-12ffb71e3821\",\"begin\":null},{\"attribute-values\":{},\"target-type\":\"artist\",\"end\":null,\"direction\":\"forward\",\"artist\":{\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"disambiguation\":\"\",\"name\":\"Jessica Lee Morgan\",\"id\":\"7f7bc689-c745-4b17-859f-e96297dc0b87\",\"sort-name\":\"Morgan, Jessica Lee\",\"type\":\"Person\"},\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"9421ca84-934f-49fe-9e66-dea242430406\",\"begin\":null,\"source-credit\":\"\",\"attribute-ids\":{},\"type\":\"parent\",\"ended\":false},{\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"9421ca84-934f-49fe-9e66-dea242430406\",\"begin\":null,\"attribute-ids\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"parent\",\"attribute-values\":{},\"target-type\":\"artist\",\"direction\":\"forward\",\"end\":null,\"artist\":{\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"disambiguation\":\"\",\"id\":\"5542f87a-3b97-4dca-b29f-19c85b21f665\",\"name\":\"Morgan Visconti\",\"sort-name\":\"Visconti, Morgan\",\"type\":\"Person\"}}],\"gender\":\"Female\",\"ipis\":[],\"begin_area\":{\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"Pontardawe\",\"type\":null,\"name\":\"Pontardawe\",\"id\":\"26f3c05e-55dc-4a6c-a8e7-035aff018f74\"},\"area\":{\"type\":null,\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"]}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "disc queries can be deeply nested", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/rKs_PWM2y.8B7uVgxqJqzTDz7vs-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:30 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "681", + "X-RateLimit-Reset", + "1618477590", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"94c6a63affd344ffec00a8e5ef4b936a\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "HIT" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"releases\":[{\"quality\":\"normal\",\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"type-id\":null,\"sort-name\":\"Japan\"},\"date\":\"1983-05-21\"}],\"id\":\"7f6d3088-837d-495e-905f-be5c70ac2d82\",\"disambiguation\":\"\",\"cover-art-archive\":{\"darkened\":false,\"back\":true,\"front\":true,\"count\":5,\"artwork\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"date\":\"1983-05-21\",\"country\":\"JP\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"TMXdzZkTcc9Jq24PD0w5J9_AXms-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193443,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"}],\"position\":1,\"track-count\":9,\"format\":\"CD\",\"title\":\"\"}],\"packaging\":\"Jewel Case\",\"asin\":null},{\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"asin\":\"B000002U82\",\"packaging\":null,\"barcode\":\"077774600125\",\"media\":[{\"position\":1,\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"sectors\":193405,\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905]},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1985\",\"country\":\"US\",\"disambiguation\":\"\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"release-events\":[{\"area\":{\"sort-name\":\"United States\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"disambiguation\":\"\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"},\"date\":\"1985\"}],\"quality\":\"normal\",\"packaging-id\":null,\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"count\":9,\"back\":true,\"darkened\":false}},{\"cover-art-archive\":{\"count\":10,\"front\":true,\"artwork\":true,\"darkened\":false,\"back\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"release-events\":[{\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"GB\"],\"type\":null,\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"disambiguation\":\"\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"},\"date\":\"1984-08\"}],\"quality\":\"normal\",\"disambiguation\":\"\",\"id\":\"106ec6c3-1a30-336f-9572-65cc0e47109d\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"1984-08\",\"country\":\"GB\",\"asin\":null,\"barcode\":\"\",\"packaging\":\"Jewel Case\",\"media\":[{\"discs\":[{\"offsets\":[150,17612,33707,65605,87132,115807,151092,166517,183805],\"id\":\"ZODzHFPuY6DfakUIAd7bTSne224-\",\"offset-count\":9,\"sectors\":192850},{\"offset-count\":9,\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1}],\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\"}],\"sectors\":193405,\"offset-count\":9}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/TMXdzZkTcc9Jq24PD0w5J9_AXms-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:30 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "672", + "X-RateLimit-Reset", + "1618477590", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"c6c7d36e2139e7967d0ccebe05780766\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "HIT" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"TMXdzZkTcc9Jq24PD0w5J9_AXms-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193443,\"releases\":[{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"7f6d3088-837d-495e-905f-be5c70ac2d82\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1983-05-21\",\"country\":\"JP\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"count\":5,\"front\":true,\"back\":true,\"darkened\":false,\"artwork\":true},\"status\":\"Official\",\"disambiguation\":\"\",\"barcode\":\"\",\"media\":[{\"discs\":[{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193443,\"id\":\"TMXdzZkTcc9Jq24PD0w5J9_AXms-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"}],\"title\":\"\",\"position\":1,\"track-count\":9,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":null,\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"1983-05-21\"}],\"title\":\"The Dark Side of the Moon\",\"packaging\":\"Jewel Case\"}],\"offset-count\":9}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/5JmJmTPkKkYLm2QFsIh1mpjIBsQ-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:35 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1181", + "X-RateLimit-Reset", + "1618477596", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"cd1e339b7dbe591b7a4cff69fbc9edbe\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"releases\":[{\"packaging\":\"Jewel Case\",\"date\":\"1994\",\"release-events\":[{\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\",\"name\":\"United States\",\"type\":null,\"sort-name\":\"United States\"},\"date\":\"1994\"}],\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"country\":\"US\",\"barcode\":\"077774600125\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"cover-art-archive\":{\"artwork\":true,\"darkened\":false,\"count\":5,\"back\":false,\"front\":true},\"media\":[{\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445},{\"sectors\":193085,\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"sectors\":193035,\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9,\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"title\":\"\"}]},{\"asin\":\"B00005HYHA\",\"quality\":\"normal\",\"cover-art-archive\":{\"front\":false,\"back\":false,\"count\":0,\"darkened\":false,\"artwork\":false},\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"sectors\":193292,\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"title\":\"\",\"position\":1,\"format\":\"CD\",\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"status\":\"Official\",\"packaging\":\"Cardboard/Paper Sleeve\",\"date\":\"2001-06-16\",\"release-events\":[{\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"name\":\"Japan\",\"type\":null,\"sort-name\":\"Japan\"},\"date\":\"2001-06-16\"}],\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"country\":\"JP\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"4988006791800\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"barcode\":\"724382975229\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"country\":\"GB\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"name\":\"United Kingdom\",\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"],\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"sort-name\":\"United Kingdom\",\"type\":null}}],\"date\":\"1994\",\"status\":\"Official\",\"media\":[{\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"title\":\"\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193293},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"sectors\":193250,\"offset-count\":9,\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193260}]}],\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"cover-art-archive\":{\"artwork\":true,\"darkened\":false,\"count\":16,\"back\":true,\"front\":true},\"asin\":\"B000024D4P\",\"quality\":\"normal\"},{\"barcode\":\"077774600125\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"packaging\":null,\"date\":\"1985\",\"release-events\":[{\"date\":\"1985\",\"area\":{\"name\":\"United States\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":null,\"sort-name\":\"United States\"}}],\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"packaging-id\":null,\"country\":\"US\",\"cover-art-archive\":{\"count\":9,\"back\":true,\"front\":true,\"artwork\":true,\"darkened\":false},\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"sectors\":193599},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9,\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"},{\"sectors\":193275,\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"position\":1,\"format\":\"CD\",\"title\":\"\"}],\"quality\":\"normal\",\"asin\":\"B000002U82\"},{\"status\":\"Official\",\"release-events\":[{\"area\":{\"type\":null,\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"disambiguation\":\"\",\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"iso-3166-1-codes\":[\"GB\"]},\"date\":\"1986-05\"}],\"packaging\":\"Jewel Case\",\"date\":\"1986-05\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"country\":\"GB\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"\",\"asin\":\"B000002U82\",\"quality\":\"normal\",\"cover-art-archive\":{\"artwork\":true,\"darkened\":false,\"count\":3,\"back\":true,\"front\":true},\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"media\":[{\"position\":1,\"title\":\"\",\"format\":\"CD\",\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325},{\"sectors\":192937,\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}]}]},{\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"4988006683129\",\"status\":\"Official\",\"packaging\":\"Jewel Case\",\"date\":\"1993-03-31\",\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"name\":\"Japan\",\"disambiguation\":\"\"},\"date\":\"1993-03-31\"}],\"country\":\"JP\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"back\":false,\"count\":0,\"front\":false,\"darkened\":false,\"artwork\":false},\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"sectors\":193292},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9,\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"position\":1,\"title\":\"\",\"format\":\"CD\",\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B000UVIP42\",\"quality\":\"normal\"},{\"asin\":\"B007CDVIXG\",\"quality\":\"normal\",\"cover-art-archive\":{\"artwork\":false,\"darkened\":false,\"count\":0,\"back\":false,\"front\":false},\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"title\":\"The Dark Side of the Moon\",\"media\":[{\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"position\":1,\"title\":\"\",\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9}],\"status\":\"Official\",\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"disambiguation\":\"\",\"name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"sort-name\":\"Japan\"}}],\"packaging\":\"Jewel Case\",\"date\":\"1993-04-28\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"country\":\"JP\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"4988006680951\"},{\"status\":\"Official\",\"packaging\":null,\"date\":\"1996-03-27\",\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"disambiguation\":\"\",\"name\":\"Japan\"},\"date\":\"1996-03-27\"}],\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"packaging-id\":null,\"country\":\"JP\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"4988006715578\",\"asin\":\"B000064TUF\",\"quality\":\"normal\",\"cover-art-archive\":{\"front\":true,\"back\":false,\"count\":4,\"darkened\":false,\"artwork\":true},\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9,\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"position\":1,\"title\":\"\",\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9}]},{\"status\":\"Official\",\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"type\":null,\"name\":\"Japan\",\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null},\"date\":\"2000-08-30\"}],\"packaging\":null,\"date\":\"2000-08-30\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"country\":\"JP\",\"packaging-id\":null,\"barcode\":\"4988006784161\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"asin\":\"B00005HK29\",\"cover-art-archive\":{\"darkened\":false,\"artwork\":false,\"back\":false,\"count\":0,\"front\":false},\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"media\":[{\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"title\":\"\",\"format\":\"CD\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445},{\"sectors\":193085,\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"sectors\":192937},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}]},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"barcode\":\"4988006840751\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"packaging-id\":null,\"country\":\"JP\",\"status\":\"Official\",\"packaging\":null,\"date\":\"2006-03-08\",\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"type\":null,\"sort-name\":\"Japan\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"name\":\"Japan\"}}],\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194476},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"sectors\":193599},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9}],\"cover-art-archive\":{\"artwork\":false,\"darkened\":false,\"front\":false,\"count\":0,\"back\":false},\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000E6G6KI\",\"quality\":\"normal\"},{\"status\":\"Official\",\"date\":\"2006-09-06\",\"packaging\":null,\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"sort-name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null}}],\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"packaging-id\":null,\"country\":\"JP\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"4988006846586\",\"asin\":\"B000GUK734\",\"quality\":\"normal\",\"cover-art-archive\":{\"count\":0,\"back\":false,\"front\":false,\"artwork\":false,\"darkened\":false},\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"title\":\"The Dark Side of the Moon\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194476},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193410},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"title\":\"\",\"position\":1,\"format\":\"CD\"}]},{\"media\":[{\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193477,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"cover-art-archive\":{\"darkened\":false,\"artwork\":true,\"back\":true,\"count\":10,\"front\":true},\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"asin\":\"B000002U82\",\"barcode\":\"077774600125\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"packaging-id\":null,\"country\":\"CA\",\"status\":\"Official\",\"packaging\":null,\"date\":\"1993\",\"release-events\":[{\"date\":\"1993\",\"area\":{\"type\":null,\"sort-name\":\"Canada\",\"type-id\":null,\"iso-3166-1-codes\":[\"CA\"],\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"disambiguation\":\"\",\"name\":\"Canada\"}}]}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/JqKqVx.6RyPF63qiq.UkZKL1amc-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:35 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1168", + "X-RateLimit-Reset", + "1618477596", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"f186023011ddec99ec0ba1694f45e4e9\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"releases\":[{\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"sort-name\":\"United States\",\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"},\"date\":\"1994\"}],\"cover-art-archive\":{\"darkened\":false,\"count\":5,\"back\":false,\"artwork\":true,\"front\":true},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"asin\":\"B000002U82\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"date\":\"1994\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"US\",\"barcode\":\"077774600125\",\"title\":\"The Dark Side of the Moon\"},{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"disambiguation\":\"\",\"barcode\":\"4988006791800\",\"country\":\"JP\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B00005HYHA\",\"media\":[{\"title\":\"\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9,\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"date\":\"2001-06-16\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"quality\":\"normal\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"release-events\":[{\"date\":\"2001-06-16\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"type\":null}}],\"packaging\":\"Cardboard/Paper Sleeve\",\"cover-art-archive\":{\"front\":false,\"artwork\":false,\"back\":false,\"count\":0,\"darkened\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type\":null,\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"disambiguation\":\"\",\"type-id\":null}}],\"cover-art-archive\":{\"artwork\":true,\"back\":true,\"front\":true,\"count\":16,\"darkened\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"GB\",\"barcode\":\"724382975229\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000024D4P\",\"media\":[{\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193242,\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"sectors\":193250,\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"title\":\"\",\"track-count\":9}],\"date\":\"1994\"},{\"barcode\":\"077774600125\",\"country\":\"US\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"disambiguation\":\"\",\"date\":\"1985\",\"asin\":\"B000002U82\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offset-count\":9,\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905]},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"title\":\"\"}],\"packaging-id\":null,\"quality\":\"normal\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"cover-art-archive\":{\"front\":true,\"back\":true,\"artwork\":true,\"darkened\":false,\"count\":9},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"1985\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\",\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"}}],\"packaging\":null},{\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type\":null,\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"disambiguation\":\"\",\"type-id\":null}}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"artwork\":true,\"back\":true,\"front\":true,\"count\":3,\"darkened\":false},\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"media\":[{\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"title\":\"\",\"track-count\":9,\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B000002U82\",\"date\":\"1986-05\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"country\":\"GB\",\"barcode\":\"\"},{\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"front\":false,\"count\":0,\"darkened\":false},\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null}}],\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006683129\",\"country\":\"JP\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"1993-03-31\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"title\":\"\"}],\"asin\":\"B000UVIP42\"},{\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"disambiguation\":\"\",\"barcode\":\"4988006680951\",\"country\":\"JP\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B007CDVIXG\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"title\":\"\"}],\"date\":\"1993-04-28\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\"}}],\"packaging\":\"Jewel Case\",\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"front\":false,\"count\":0,\"darkened\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"date\":\"1996-03-27\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"title\":\"\"}],\"asin\":\"B000064TUF\",\"title\":\"The Dark Side of the Moon\",\"country\":\"JP\",\"barcode\":\"4988006715578\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"artwork\":true,\"back\":false,\"front\":true,\"count\":4,\"darkened\":false},\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"1996-03-27\"}],\"packaging\":null,\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"packaging-id\":null,\"quality\":\"normal\"},{\"packaging\":null,\"release-events\":[{\"date\":\"2000-08-30\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null}}],\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"artwork\":false,\"back\":false,\"front\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"packaging-id\":null,\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"asin\":\"B00005HK29\",\"media\":[{\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9,\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"date\":\"2000-08-30\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"barcode\":\"4988006784161\",\"country\":\"JP\",\"title\":\"The Dark Side of the Moon\"},{\"media\":[{\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"title\":\"\",\"track-count\":9}],\"asin\":\"B000E6G6KI\",\"date\":\"2006-03-08\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006840751\",\"country\":\"JP\",\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\"}}],\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"back\":false,\"artwork\":false,\"front\":false},\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"packaging-id\":null,\"quality\":\"normal\"},{\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"quality\":\"normal\",\"packaging-id\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"front\":false,\"back\":false,\"artwork\":false},\"packaging\":null,\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2006-09-06\"}],\"title\":\"The Dark Side of the Moon\",\"country\":\"JP\",\"barcode\":\"4988006846586\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"2006-09-06\",\"media\":[{\"track-count\":9,\"title\":\"\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1}],\"asin\":\"B000GUK734\"},{\"packaging-id\":null,\"quality\":\"normal\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"cover-art-archive\":{\"front\":true,\"back\":true,\"artwork\":true,\"count\":10,\"darkened\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"date\":\"1993\",\"area\":{\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"name\":\"Canada\",\"iso-3166-1-codes\":[\"CA\"],\"sort-name\":\"Canada\"}}],\"country\":\"CA\",\"barcode\":\"077774600125\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"1993\",\"asin\":\"B000002U82\",\"media\":[{\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9,\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}]}],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/8jTZJTgjGGtKjwdt8UyAgK3DnbY-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:35 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1154", + "X-RateLimit-Reset", + "1618477596", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"74628b70d01f165a1bc0059b8dd3067a\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offset-count\":9,\"releases\":[{\"date\":\"1994\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"US\",\"disambiguation\":\"\",\"status\":\"Official\",\"cover-art-archive\":{\"artwork\":true,\"darkened\":false,\"back\":false,\"front\":true,\"count\":5},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"packaging\":\"Jewel Case\",\"title\":\"The Dark Side of the Moon\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"title\":\"\",\"position\":1,\"track-count\":9}],\"asin\":\"B000002U82\",\"release-events\":[{\"area\":{\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"US\"]},\"date\":\"1994\"}],\"barcode\":\"077774600125\"},{\"barcode\":\"4988006791800\",\"media\":[{\"track-count\":9,\"title\":\"\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"discs\":[{\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}]}],\"release-events\":[{\"date\":\"2001-06-16\",\"area\":{\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"disambiguation\":\"\"}}],\"asin\":\"B00005HYHA\",\"title\":\"The Dark Side of the Moon\",\"packaging\":\"Cardboard/Paper Sleeve\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"cover-art-archive\":{\"artwork\":false,\"count\":0,\"darkened\":false,\"front\":false,\"back\":false},\"disambiguation\":\"\",\"status\":\"Official\",\"country\":\"JP\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"2001-06-16\"},{\"country\":\"GB\",\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1994\",\"media\":[{\"track-count\":9,\"title\":\"\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9},{\"offset-count\":9,\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"sectors\":193242,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"sectors\":193250,\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\"},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}]}],\"asin\":\"B000024D4P\",\"title\":\"The Dark Side of the Moon\",\"release-events\":[{\"area\":{\"type\":null,\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"]},\"date\":\"1994\"}],\"barcode\":\"724382975229\",\"packaging\":\"Jewel Case\",\"cover-art-archive\":{\"artwork\":true,\"darkened\":false,\"back\":true,\"front\":true,\"count\":16},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"status\":\"Official\",\"disambiguation\":\"\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1985\",\"quality\":\"normal\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"US\",\"disambiguation\":\"\",\"status\":\"Official\",\"cover-art-archive\":{\"darkened\":false,\"front\":true,\"back\":true,\"count\":9,\"artwork\":true},\"packaging-id\":null,\"packaging\":null,\"title\":\"The Dark Side of the Moon\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"position\":1,\"track-count\":9}],\"asin\":\"B000002U82\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"US\"],\"type\":null,\"sort-name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\"},\"date\":\"1985\"}],\"barcode\":\"077774600125\"},{\"date\":\"1986-05\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"GB\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"status\":\"Official\",\"cover-art-archive\":{\"artwork\":true,\"count\":3,\"back\":true,\"front\":true,\"darkened\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"packaging\":\"Jewel Case\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"position\":1,\"title\":\"\",\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"release-events\":[{\"area\":{\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\",\"type\":null,\"iso-3166-1-codes\":[\"GB\"],\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"1986-05\"}],\"barcode\":\"\"},{\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"count\":0,\"front\":false,\"back\":false,\"darkened\":false,\"artwork\":false},\"status\":\"Official\",\"disambiguation\":\"\",\"barcode\":\"4988006683129\",\"release-events\":[{\"area\":{\"type\":null,\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"1993-03-31\"}],\"media\":[{\"track-count\":9,\"position\":1,\"title\":\"\",\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"asin\":\"B000UVIP42\",\"title\":\"The Dark Side of the Moon\",\"packaging\":\"Jewel Case\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1993-03-31\",\"country\":\"JP\"},{\"country\":\"JP\",\"date\":\"1993-04-28\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"quality\":\"normal\",\"packaging\":\"Jewel Case\",\"barcode\":\"4988006680951\",\"asin\":\"B007CDVIXG\",\"media\":[{\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"title\":\"\",\"position\":1}],\"title\":\"The Dark Side of the Moon\",\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null}}],\"disambiguation\":\"\",\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"artwork\":false,\"count\":0,\"darkened\":false,\"back\":false,\"front\":false}},{\"disambiguation\":\"\",\"status\":\"Official\",\"packaging-id\":null,\"cover-art-archive\":{\"artwork\":true,\"darkened\":false,\"back\":false,\"front\":true,\"count\":4},\"packaging\":null,\"barcode\":\"4988006715578\",\"title\":\"The Dark Side of the Moon\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"track-count\":9,\"position\":1,\"title\":\"\",\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B000064TUF\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"Japan\",\"type\":null,\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"1996-03-27\"}],\"date\":\"1996-03-27\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"country\":\"JP\"},{\"disambiguation\":\"\",\"status\":\"Official\",\"cover-art-archive\":{\"front\":false,\"back\":false,\"darkened\":false,\"count\":0,\"artwork\":false},\"packaging-id\":null,\"packaging\":null,\"title\":\"The Dark Side of the Moon\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1}],\"asin\":\"B00005HK29\",\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"sort-name\":\"Japan\"},\"date\":\"2000-08-30\"}],\"barcode\":\"4988006784161\",\"date\":\"2000-08-30\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\"},{\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"date\":\"2006-03-08\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"JP\",\"cover-art-archive\":{\"front\":false,\"back\":false,\"darkened\":false,\"count\":0,\"artwork\":false},\"packaging-id\":null,\"status\":\"Official\",\"disambiguation\":\"\",\"asin\":\"B000E6G6KI\",\"media\":[{\"position\":1,\"title\":\"\",\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"title\":\"The Dark Side of the Moon\",\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"sort-name\":\"Japan\",\"type\":null,\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"barcode\":\"4988006840751\",\"packaging\":null},{\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"date\":\"2006-09-06\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"JP\",\"packaging-id\":null,\"cover-art-archive\":{\"front\":false,\"back\":false,\"darkened\":false,\"count\":0,\"artwork\":false},\"disambiguation\":\"\",\"status\":\"Official\",\"barcode\":\"4988006846586\",\"media\":[{\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"position\":1,\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000GUK734\",\"release-events\":[{\"area\":{\"type\":null,\"sort-name\":\"Japan\",\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"2006-09-06\"}],\"packaging\":null},{\"cover-art-archive\":{\"front\":true,\"back\":true,\"darkened\":false,\"count\":10,\"artwork\":true},\"packaging-id\":null,\"status\":\"Official\",\"disambiguation\":\"\",\"release-events\":[{\"date\":\"1993\",\"area\":{\"iso-3166-1-codes\":[\"CA\"],\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Canada\",\"name\":\"Canada\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\"}}],\"media\":[{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"position\":1,\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9}]}],\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"packaging\":null,\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"date\":\"1993\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"CA\"},{\"disambiguation\":\"\",\"status\":\"Official\",\"cover-art-archive\":{\"artwork\":true,\"count\":3,\"darkened\":false,\"back\":true,\"front\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"packaging\":\"Jewel Case\",\"asin\":null,\"media\":[{\"discs\":[{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"position\":1,\"title\":\"\"}],\"release-events\":[{\"date\":\"\",\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\",\"sort-name\":\"United Kingdom\",\"type\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\"}}],\"title\":\"The Dark Side of the Moon\",\"barcode\":\"0077774600125\",\"date\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"id\":\"5de24d48-5364-438c-9762-c0f8e30f545e\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"GB\"},{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"bce5ddf8-a5ae-407c-a26a-03aeb8998ac8\",\"quality\":\"normal\",\"date\":\"1992\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"FR\",\"packaging-id\":\"815b7785-8284-3926-8f04-e48bc6c4d102\",\"cover-art-archive\":{\"artwork\":true,\"darkened\":false,\"front\":true,\"back\":false,\"count\":2},\"status\":\"Official\",\"disambiguation\":\"\",\"barcode\":\"077778055723\",\"asin\":null,\"media\":[{\"discs\":[{\"sectors\":177765,\"offsets\":[183,25580,46065,70608,89513,143488,164258],\"id\":\"bzlqO5hET0E21JrjKlWA.CXt4LE-\",\"offset-count\":7}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"title\":\"A Saucerful of Secrets\",\"position\":1,\"track-count\":7},{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":2,\"title\":\"Meddle\",\"track-count\":6,\"discs\":[{\"sectors\":211055,\"offsets\":[183,27088,50425,78115,94945,105193],\"id\":\"Vb4OGUrNFuZOVs5yOjDkmEJ6ifk-\",\"offset-count\":6}]},{\"title\":\"The Dark Side of the Moon\",\"position\":3,\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"discs\":[{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]}]},{\"discs\":[{\"id\":\"7_0c1HUOtL94MTSdKJWc_OENTWo-\",\"sectors\":198835,\"offsets\":[183,60993,94495,117595,143120],\"offset-count\":5}],\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":5,\"position\":4,\"title\":\"Wish You Were Here\"},{\"discs\":[{\"offset-count\":5,\"offsets\":[183,6560,83370,134505,181298],\"sectors\":187655,\"id\":\"xU4TUYExY4KlATKUsZIEJM1Bfx0-\"}],\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":5,\"title\":\"Animals\",\"track-count\":5},{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":13,\"title\":\"The Wall, Part One\",\"position\":6,\"discs\":[{\"offset-count\":13,\"offsets\":[183,15063,26235,42840,48903,66623,91570,104203,129440,138688,145725,165425,171223],\"sectors\":176063,\"id\":\"Vr3ixbsYuIYG1j0fgyOM.8IZHrA-\"}]},{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":13,\"position\":7,\"title\":\"The Wall, Part Two\",\"discs\":[{\"offset-count\":13,\"offsets\":[183,21238,33260,48638,56055,59873,90585,97850,117103,136810,154558,157178,180898],\"sectors\":188605,\"id\":\"EhIv8_Gg3Kt_xqWDvkAmJDKrcH0-\"}]},{\"discs\":[{\"offset-count\":10,\"id\":\"j1gA48kaCZf0VJADDmAk9zZLPoM-\",\"offsets\":[182,20012,42007,69422,92707,118385,151985,159980,188262,191165],\"sectors\":230680}],\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":10,\"title\":\"A Momentary Lapse of Reason\",\"position\":8},{\"track-count\":10,\"title\":\"The Early Singles\",\"position\":9,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":10,\"offsets\":[182,13427,26032,39297,49205,63345,80530,97560,109195,125725],\"sectors\":151697,\"id\":\"Z.LgGFlyQ0a2u6H802x.GcW4QcY-\"}]}],\"title\":\"Shine On\",\"release-events\":[{\"area\":{\"id\":\"08310658-51eb-3801-80de-5a0739207115\",\"name\":\"France\",\"type\":null,\"sort-name\":\"France\",\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"FR\"]},\"date\":\"1992\"}],\"packaging\":\"Other\"}],\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/6S.Rie5e4noRyrN6Jf.styseKak-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:35 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1155", + "X-RateLimit-Reset", + "1618477596", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"3ac4778be70bb733e28465eb5777ae97\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"releases\":[{\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"077774600125\",\"asin\":\"B000002U82\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"country\":\"US\",\"disambiguation\":\"\",\"date\":\"1994\",\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"back\":false,\"count\":5,\"darkened\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"position\":1,\"format\":\"CD\",\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"sort-name\":\"United States\"}}],\"packaging\":\"Jewel Case\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"packaging\":\"Cardboard/Paper Sleeve\",\"release-events\":[{\"date\":\"2001-06-16\",\"area\":{\"sort-name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"title\":\"\"}],\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"cover-art-archive\":{\"back\":false,\"front\":false,\"artwork\":false,\"count\":0,\"darkened\":false},\"date\":\"2001-06-16\",\"disambiguation\":\"\",\"country\":\"JP\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"asin\":\"B00005HYHA\",\"barcode\":\"4988006791800\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\"},{\"country\":\"GB\",\"date\":\"1994\",\"disambiguation\":\"\",\"barcode\":\"724382975229\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"asin\":\"B000024D4P\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"media\":[{\"position\":1,\"format\":\"CD\",\"title\":\"\",\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offset-count\":9,\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"sectors\":193250},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"cover-art-archive\":{\"front\":true,\"back\":true,\"artwork\":true,\"count\":16,\"darkened\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"],\"type-id\":null,\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\",\"type\":null},\"date\":\"1994\"}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"barcode\":\"077774600125\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"asin\":\"B000002U82\",\"country\":\"US\",\"date\":\"1985\",\"disambiguation\":\"\",\"media\":[{\"position\":1,\"format\":\"CD\",\"title\":\"\",\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"cover-art-archive\":{\"artwork\":true,\"back\":true,\"front\":true,\"darkened\":false,\"count\":9},\"packaging-id\":null,\"release-events\":[{\"area\":{\"type\":null,\"type-id\":null,\"sort-name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\"},\"date\":\"1985\"}],\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"date\":\"1986-05\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"country\":\"GB\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"asin\":\"B000002U82\",\"barcode\":\"\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"type\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\"},\"date\":\"1986-05\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"format\":\"CD\",\"position\":1,\"title\":\"\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"count\":3,\"darkened\":false,\"back\":true,\"front\":true,\"artwork\":true}},{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\"}}],\"packaging\":\"Jewel Case\",\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"front\":false,\"count\":0,\"darkened\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\"}],\"disambiguation\":\"\",\"date\":\"1993-03-31\",\"country\":\"JP\",\"asin\":\"B000UVIP42\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"4988006683129\"},{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"back\":false,\"front\":false,\"artwork\":false},\"date\":\"1993-04-28\",\"disambiguation\":\"\",\"country\":\"JP\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"asin\":\"B007CDVIXG\",\"barcode\":\"4988006680951\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\"},{\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"1996-03-27\",\"area\":{\"type\":null,\"type-id\":null,\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\"}}],\"packaging\":null,\"cover-art-archive\":{\"artwork\":true,\"back\":false,\"front\":true,\"count\":4,\"darkened\":false},\"packaging-id\":null,\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"title\":\"\",\"position\":1,\"format\":\"CD\"}],\"disambiguation\":\"\",\"date\":\"1996-03-27\",\"country\":\"JP\",\"asin\":\"B000064TUF\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"4988006715578\"},{\"media\":[{\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\"}],\"packaging-id\":null,\"cover-art-archive\":{\"back\":false,\"front\":false,\"artwork\":false,\"count\":0,\"darkened\":false},\"packaging\":null,\"release-events\":[{\"date\":\"2000-08-30\",\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"name\":\"Japan\",\"sort-name\":\"Japan\"}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"barcode\":\"4988006784161\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"asin\":\"B00005HK29\",\"country\":\"JP\",\"date\":\"2000-08-30\",\"disambiguation\":\"\"},{\"media\":[{\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"title\":\"\"}],\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"front\":false,\"darkened\":false,\"count\":0},\"packaging-id\":null,\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"type\":null,\"name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\"}}],\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"barcode\":\"4988006840751\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"asin\":\"B000E6G6KI\",\"country\":\"JP\",\"date\":\"2006-03-08\",\"disambiguation\":\"\"},{\"asin\":\"B000GUK734\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"4988006846586\",\"disambiguation\":\"\",\"date\":\"2006-09-06\",\"country\":\"JP\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\"}}],\"packaging-id\":null,\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"front\":false,\"back\":false,\"artwork\":false},\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\"},{\"packaging\":null,\"release-events\":[{\"date\":\"1993\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"CA\"],\"type-id\":null,\"name\":\"Canada\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"sort-name\":\"Canada\",\"type\":null}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\"}],\"packaging-id\":null,\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"back\":true,\"count\":10,\"darkened\":false},\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"asin\":\"B000002U82\",\"barcode\":\"077774600125\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"date\":\"1993\",\"disambiguation\":\"\",\"country\":\"CA\"},{\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"077778147923\",\"asin\":\"B000008JGJ\",\"id\":\"2755bfc1-9438-4ae8-8a49-3f820dbca482\",\"country\":\"XE\",\"disambiguation\":\"20th anniversary edition, made in UK\",\"date\":\"1993\",\"cover-art-archive\":{\"back\":true,\"front\":true,\"artwork\":true,\"count\":3,\"darkened\":false},\"packaging-id\":\"8f931351-d2e2-310f-afc6-37b89ddba246\",\"media\":[{\"track-count\":9,\"discs\":[{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"title\":\"\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"XE\"],\"disambiguation\":\"\",\"type\":null,\"name\":\"Europe\",\"type-id\":null,\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"sort-name\":\"Europe\"},\"date\":\"1993\"}],\"packaging\":\"Digipak\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}}],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/BTRGIyOdiZ9zJWqrOdTpo5l6RNY-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:35 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1169", + "X-RateLimit-Reset", + "1618477596", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"4a158b19c1c2e4e2dc2fae6da58de0fb\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"releases\":[{\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"asin\":\"B000002U82\",\"barcode\":\"077774600125\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"date\":\"1994\",\"disambiguation\":\"\",\"country\":\"US\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null,\"sort-name\":\"United States\",\"name\":\"United States\",\"type\":null}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"title\":\"\",\"format\":\"CD\",\"position\":1}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"front\":true,\"back\":false,\"artwork\":true,\"count\":5,\"darkened\":false},\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\"},{\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006791800\",\"asin\":\"B00005HYHA\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"country\":\"JP\",\"disambiguation\":\"\",\"date\":\"2001-06-16\",\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"back\":false,\"front\":false,\"artwork\":false},\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9,\"title\":\"\",\"position\":1,\"format\":\"CD\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]},\"date\":\"2001-06-16\"}],\"packaging\":\"Cardboard/Paper Sleeve\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},{\"barcode\":\"724382975229\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"asin\":\"B000024D4P\",\"country\":\"GB\",\"date\":\"1994\",\"disambiguation\":\"\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"sectors\":193242,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193250,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"darkened\":false,\"count\":16,\"artwork\":true,\"back\":true,\"front\":true},\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"type\":null,\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\"}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"1985\",\"area\":{\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"sort-name\":\"United States\"}}],\"packaging\":null,\"cover-art-archive\":{\"back\":true,\"front\":true,\"artwork\":true,\"count\":9,\"darkened\":false},\"packaging-id\":null,\"media\":[{\"format\":\"CD\",\"position\":1,\"title\":\"\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405,\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"disambiguation\":\"\",\"date\":\"1985\",\"country\":\"US\",\"asin\":\"B000002U82\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"077774600125\"},{\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"type\":null,\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\"}}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\"}],\"cover-art-archive\":{\"back\":true,\"front\":true,\"artwork\":true,\"count\":3,\"darkened\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"asin\":\"B000002U82\",\"barcode\":\"\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"date\":\"1986-05\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"country\":\"GB\"},{\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006683129\",\"asin\":\"B000UVIP42\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"country\":\"JP\",\"disambiguation\":\"\",\"date\":\"1993-03-31\",\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"front\":false,\"back\":false,\"artwork\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"type-id\":null,\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]},\"date\":\"1993-03-31\"}],\"packaging\":\"Jewel Case\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\"}}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"artwork\":false,\"back\":false,\"front\":false},\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"title\":\"\",\"position\":1,\"format\":\"CD\"}],\"disambiguation\":\"\",\"date\":\"1993-04-28\",\"country\":\"JP\",\"asin\":\"B007CDVIXG\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"4988006680951\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"area\":{\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"name\":\"Japan\",\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\"},\"date\":\"1996-03-27\"}],\"packaging-id\":null,\"cover-art-archive\":{\"back\":false,\"front\":true,\"artwork\":true,\"count\":4,\"darkened\":false},\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"title\":\"\",\"position\":1,\"format\":\"CD\"}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"asin\":\"B000064TUF\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006715578\",\"disambiguation\":\"\",\"date\":\"1996-03-27\",\"country\":\"JP\"},{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"area\":{\"type-id\":null,\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]},\"date\":\"2000-08-30\"}],\"packaging-id\":null,\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"back\":false,\"front\":false,\"artwork\":false},\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\"}],\"disambiguation\":\"\",\"date\":\"2000-08-30\",\"country\":\"JP\",\"asin\":\"B00005HK29\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006784161\"},{\"country\":\"JP\",\"disambiguation\":\"\",\"date\":\"2006-03-08\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"4988006840751\",\"asin\":\"B000E6G6KI\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"cover-art-archive\":{\"front\":false,\"back\":false,\"artwork\":false,\"count\":0,\"darkened\":false},\"packaging-id\":null,\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"title\":\"\",\"position\":1,\"format\":\"CD\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type\":null}}],\"packaging\":null},{\"barcode\":\"4988006846586\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"asin\":\"B000GUK734\",\"country\":\"JP\",\"date\":\"2006-09-06\",\"disambiguation\":\"\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"title\":\"\",\"position\":1,\"format\":\"CD\"}],\"packaging-id\":null,\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"front\":false,\"darkened\":false,\"count\":0},\"packaging\":null,\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\"}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},{\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"077774600125\",\"asin\":\"B000002U82\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"country\":\"CA\",\"disambiguation\":\"\",\"date\":\"1993\",\"packaging-id\":null,\"cover-art-archive\":{\"darkened\":false,\"count\":10,\"front\":true,\"back\":true,\"artwork\":true},\"media\":[{\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"title\":\"\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"date\":\"1993\",\"area\":{\"iso-3166-1-codes\":[\"CA\"],\"disambiguation\":\"\",\"type\":null,\"name\":\"Canada\",\"type-id\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"sort-name\":\"Canada\"}}],\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"XE\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"name\":\"Europe\",\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"sort-name\":\"Europe\"},\"date\":\"1993\"}],\"packaging\":\"Digipak\",\"cover-art-archive\":{\"count\":3,\"darkened\":false,\"artwork\":true,\"back\":true,\"front\":true},\"packaging-id\":\"8f931351-d2e2-310f-afc6-37b89ddba246\",\"media\":[{\"position\":1,\"format\":\"CD\",\"title\":\"\",\"discs\":[{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"disambiguation\":\"20th anniversary edition, made in UK\",\"date\":\"1993\",\"country\":\"XE\",\"asin\":\"B000008JGJ\",\"id\":\"2755bfc1-9438-4ae8-8a49-3f820dbca482\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077778147923\"},{\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077778147923\",\"asin\":null,\"id\":\"d36ec77b-13b3-4fdf-bdc4-235a07cd7e6f\",\"country\":\"NL\",\"disambiguation\":\"20th anniversary edition, made in Holland\",\"date\":\"1993\",\"packaging-id\":\"8f931351-d2e2-310f-afc6-37b89ddba246\",\"cover-art-archive\":{\"front\":false,\"back\":false,\"artwork\":false,\"darkened\":false,\"count\":0},\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]}],\"track-count\":9}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Digipak\",\"release-events\":[{\"date\":\"1993\",\"area\":{\"iso-3166-1-codes\":[\"NL\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"sort-name\":\"Netherlands\",\"id\":\"ef1b7cc0-cd26-36f4-8ea0-04d9623786c7\",\"name\":\"Netherlands\"}}],\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"country\":\"CA\",\"date\":\"1993\",\"disambiguation\":\"20th anniversary edition, made in Canada\",\"barcode\":\"077778147923\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"id\":\"7cf17389-df89-4605-baee-818bb816ba04\",\"asin\":null,\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]}]}],\"packaging-id\":\"8f931351-d2e2-310f-afc6-37b89ddba246\",\"cover-art-archive\":{\"back\":false,\"front\":false,\"artwork\":false,\"darkened\":false,\"count\":0},\"packaging\":\"Digipak\",\"release-events\":[{\"date\":\"1993\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"CA\"],\"type-id\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"name\":\"Canada\",\"sort-name\":\"Canada\",\"type\":null}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"}],\"sectors\":193477}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/MRmVoUlZOvKGZFxixVTsalKWr1Y-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:40 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "687", + "X-RateLimit-Reset", + "1618477600", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"cc5a8c545eb92f2fb59d701d98d50466\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"releases\":[{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1994\",\"quality\":\"normal\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"US\",\"disambiguation\":\"\",\"status\":\"Official\",\"cover-art-archive\":{\"count\":5,\"darkened\":false,\"front\":true,\"back\":false,\"artwork\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"packaging\":\"Jewel Case\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}]}],\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000002U82\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":null,\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"type-id\":null,\"disambiguation\":\"\"}}],\"barcode\":\"077774600125\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"2001-06-16\",\"quality\":\"normal\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"disambiguation\":\"\",\"status\":\"Official\",\"cover-art-archive\":{\"artwork\":false,\"count\":0,\"front\":false,\"back\":false,\"darkened\":false},\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"packaging\":\"Cardboard/Paper Sleeve\",\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"type\":null,\"sort-name\":\"Japan\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\"},\"date\":\"2001-06-16\"}],\"media\":[{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"title\":\"\",\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"asin\":\"B00005HYHA\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006791800\"},{\"country\":\"GB\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1994\",\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"packaging\":\"Jewel Case\",\"asin\":\"B000024D4P\",\"media\":[{\"discs\":[{\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9},{\"offset-count\":9,\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"sectors\":193242,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offset-count\":9,\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"sectors\":193250},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9,\"title\":\"\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"GB\"],\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"type\":null},\"date\":\"1994\"}],\"title\":\"The Dark Side of the Moon\",\"barcode\":\"724382975229\",\"status\":\"Official\",\"disambiguation\":\"\",\"cover-art-archive\":{\"darkened\":false,\"front\":true,\"back\":true,\"count\":16,\"artwork\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\"},{\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1985\",\"country\":\"US\",\"packaging-id\":null,\"cover-art-archive\":{\"darkened\":false,\"back\":true,\"front\":true,\"count\":9,\"artwork\":true},\"status\":\"Official\",\"disambiguation\":\"\",\"barcode\":\"077774600125\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000002U82\",\"release-events\":[{\"date\":\"1985\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"sort-name\":\"United States\",\"type\":null}}],\"packaging\":null},{\"release-events\":[{\"area\":{\"type\":null,\"sort-name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"1986-05\"}],\"media\":[{\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"position\":1,\"title\":\"\"}],\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"\",\"packaging\":\"Jewel Case\",\"cover-art-archive\":{\"count\":3,\"front\":true,\"back\":true,\"darkened\":false,\"artwork\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"status\":\"Official\",\"country\":\"GB\",\"quality\":\"normal\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"1986-05\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"packaging\":\"Jewel Case\",\"barcode\":\"4988006683129\",\"media\":[{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"title\":\"\",\"position\":1,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}]}],\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000UVIP42\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Japan\",\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"1993-03-31\"}],\"disambiguation\":\"\",\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"artwork\":false,\"count\":0,\"darkened\":false,\"back\":false,\"front\":false},\"country\":\"JP\",\"date\":\"1993-03-31\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\"},{\"status\":\"Official\",\"disambiguation\":\"\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"front\":false,\"back\":false,\"artwork\":false},\"packaging\":\"Jewel Case\",\"barcode\":\"4988006680951\",\"title\":\"The Dark Side of the Moon\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"title\":\"\",\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}]}],\"asin\":\"B007CDVIXG\",\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"type\":null,\"sort-name\":\"Japan\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"]},\"date\":\"1993-04-28\"}],\"date\":\"1993-04-28\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"quality\":\"normal\",\"country\":\"JP\"},{\"cover-art-archive\":{\"count\":4,\"back\":false,\"front\":true,\"darkened\":false,\"artwork\":true},\"packaging-id\":null,\"disambiguation\":\"\",\"status\":\"Official\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"position\":1,\"title\":\"\",\"discs\":[{\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"asin\":\"B000064TUF\",\"title\":\"The Dark Side of the Moon\",\"release-events\":[{\"date\":\"1996-03-27\",\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"type\":null,\"sort-name\":\"Japan\"}}],\"barcode\":\"4988006715578\",\"packaging\":null,\"quality\":\"normal\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1996-03-27\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"JP\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"2000-08-30\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"country\":\"JP\",\"disambiguation\":\"\",\"status\":\"Official\",\"packaging-id\":null,\"cover-art-archive\":{\"count\":0,\"front\":false,\"back\":false,\"darkened\":false,\"artwork\":false},\"packaging\":null,\"barcode\":\"4988006784161\",\"media\":[{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"position\":1,\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"title\":\"The Dark Side of the Moon\",\"asin\":\"B00005HK29\",\"release-events\":[{\"date\":\"2000-08-30\",\"area\":{\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]}}]},{\"packaging\":null,\"title\":\"The Dark Side of the Moon\",\"media\":[{\"title\":\"\",\"position\":1,\"track-count\":9,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}]}],\"asin\":\"B000E6G6KI\",\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"]}}],\"barcode\":\"4988006840751\",\"disambiguation\":\"\",\"status\":\"Official\",\"cover-art-archive\":{\"artwork\":false,\"count\":0,\"darkened\":false,\"front\":false,\"back\":false},\"packaging-id\":null,\"country\":\"JP\",\"date\":\"2006-03-08\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"country\":\"JP\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"2006-09-06\",\"barcode\":\"4988006846586\",\"media\":[{\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"position\":1,\"title\":\"\"}],\"asin\":\"B000GUK734\",\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"type\":null,\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"]},\"date\":\"2006-09-06\"}],\"title\":\"The Dark Side of the Moon\",\"packaging\":null,\"packaging-id\":null,\"cover-art-archive\":{\"artwork\":false,\"count\":0,\"front\":false,\"back\":false,\"darkened\":false},\"disambiguation\":\"\",\"status\":\"Official\"},{\"packaging\":null,\"release-events\":[{\"area\":{\"name\":\"Canada\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"sort-name\":\"Canada\",\"type\":null,\"type-id\":null,\"iso-3166-1-codes\":[\"CA\"],\"disambiguation\":\"\"},\"date\":\"1993\"}],\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}]}],\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"status\":\"Official\",\"disambiguation\":\"\",\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"back\":true,\"darkened\":false,\"count\":10},\"packaging-id\":null,\"country\":\"CA\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1993\",\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\"}],\"offset-count\":9}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/M5ef947_b48iguGQaG.URuoqfXE-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:40 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "730", + "X-RateLimit-Reset", + "1618477600", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"e3e96908931a0cf4cffdb6ca34f3d8b6\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"releases\":[{\"asin\":\"B000002U82\",\"quality\":\"normal\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9,\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193410},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"position\":1,\"format\":\"CD\"}],\"cover-art-archive\":{\"artwork\":true,\"darkened\":false,\"front\":true,\"count\":5,\"back\":false},\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"country\":\"US\",\"status\":\"Official\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"United States\"}}],\"packaging\":\"Jewel Case\",\"date\":\"1994\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"barcode\":\"077774600125\"},{\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"4988006791800\",\"packaging\":\"Cardboard/Paper Sleeve\",\"date\":\"2001-06-16\",\"release-events\":[{\"date\":\"2001-06-16\",\"area\":{\"disambiguation\":\"\",\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"sort-name\":\"Japan\",\"type\":null}}],\"status\":\"Official\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"country\":\"JP\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"cover-art-archive\":{\"front\":false,\"back\":false,\"count\":0,\"darkened\":false,\"artwork\":false},\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"title\":\"\",\"position\":1,\"format\":\"CD\",\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B00005HYHA\",\"quality\":\"normal\"},{\"media\":[{\"position\":1,\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"sectors\":193242,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"offset-count\":9,\"sectors\":193250,\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193260}]}],\"cover-art-archive\":{\"darkened\":false,\"artwork\":true,\"front\":true,\"back\":true,\"count\":16},\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"asin\":\"B000024D4P\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"barcode\":\"724382975229\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"country\":\"GB\",\"status\":\"Official\",\"date\":\"1994\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"type\":null,\"sort-name\":\"United Kingdom\",\"disambiguation\":\"\",\"name\":\"United Kingdom\",\"type-id\":null,\"iso-3166-1-codes\":[\"GB\"],\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"}}]},{\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"title\":\"\",\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"sectors\":193445},{\"sectors\":193293,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193410},{\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"offset-count\":9,\"sectors\":193405,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"cover-art-archive\":{\"front\":true,\"count\":9,\"back\":true,\"artwork\":true,\"darkened\":false},\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"asin\":\"B000002U82\",\"barcode\":\"077774600125\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"country\":\"US\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"packaging-id\":null,\"status\":\"Official\",\"date\":\"1985\",\"packaging\":null,\"release-events\":[{\"date\":\"1985\",\"area\":{\"disambiguation\":\"\",\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null,\"sort-name\":\"United States\",\"type\":null}}]},{\"media\":[{\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193070,\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"cover-art-archive\":{\"darkened\":false,\"artwork\":true,\"front\":true,\"back\":true,\"count\":3},\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"asin\":\"B000002U82\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"barcode\":\"\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"country\":\"GB\",\"status\":\"Official\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"sort-name\":\"United Kingdom\",\"type\":null,\"name\":\"United Kingdom\",\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"],\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null}}],\"date\":\"1986-05\"},{\"asin\":\"B000UVIP42\",\"quality\":\"normal\",\"media\":[{\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"darkened\":false,\"artwork\":false,\"front\":false,\"back\":false,\"count\":0},\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"country\":\"JP\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"sort-name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"name\":\"Japan\",\"disambiguation\":\"\"}}],\"packaging\":\"Jewel Case\",\"date\":\"1993-03-31\",\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"barcode\":\"4988006683129\"},{\"cover-art-archive\":{\"artwork\":false,\"darkened\":false,\"front\":false,\"count\":0,\"back\":false},\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"media\":[{\"format\":\"CD\",\"position\":1,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9,\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"sectors\":193058},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085},{\"sectors\":193516,\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325},{\"sectors\":192937,\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"asin\":\"B007CDVIXG\",\"quality\":\"normal\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"4988006680951\",\"status\":\"Official\",\"date\":\"1993-04-28\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"type\":null,\"sort-name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"disambiguation\":\"\"},\"date\":\"1993-04-28\"}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"country\":\"JP\"},{\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"country\":\"JP\",\"packaging-id\":null,\"release-events\":[{\"area\":{\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"name\":\"Japan\",\"type\":null,\"sort-name\":\"Japan\"},\"date\":\"1996-03-27\"}],\"packaging\":null,\"date\":\"1996-03-27\",\"status\":\"Official\",\"barcode\":\"4988006715578\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"quality\":\"normal\",\"asin\":\"B000064TUF\",\"media\":[{\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"title\":\"\",\"format\":\"CD\",\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"sectors\":193350},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"front\":true,\"count\":4,\"back\":false,\"artwork\":true,\"darkened\":false}},{\"barcode\":\"4988006784161\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"packaging-id\":null,\"country\":\"JP\",\"status\":\"Official\",\"packaging\":null,\"release-events\":[{\"area\":{\"type\":null,\"sort-name\":\"Japan\",\"name\":\"Japan\",\"disambiguation\":\"\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"]},\"date\":\"2000-08-30\"}],\"date\":\"2000-08-30\",\"media\":[{\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193300,\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"position\":1,\"format\":\"CD\"}],\"cover-art-archive\":{\"darkened\":false,\"artwork\":false,\"back\":false,\"count\":0,\"front\":false},\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"asin\":\"B00005HK29\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"barcode\":\"4988006840751\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"packaging-id\":null,\"country\":\"JP\",\"packaging\":null,\"date\":\"2006-03-08\",\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"name\":\"Japan\",\"disambiguation\":\"\"},\"date\":\"2006-03-08\"}],\"status\":\"Official\",\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193293},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"back\":false,\"count\":0,\"front\":false,\"darkened\":false,\"artwork\":false},\"asin\":\"B000E6G6KI\",\"quality\":\"normal\"},{\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9,\"sectors\":193242},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"sectors\":193325,\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"title\":\"\"}],\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"cover-art-archive\":{\"artwork\":false,\"darkened\":false,\"front\":false,\"count\":0,\"back\":false},\"quality\":\"normal\",\"asin\":\"B000GUK734\",\"barcode\":\"4988006846586\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"packaging-id\":null,\"country\":\"JP\",\"date\":\"2006-09-06\",\"packaging\":null,\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"sort-name\":\"Japan\",\"type\":null,\"name\":\"Japan\",\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null}}],\"status\":\"Official\"},{\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"packaging-id\":null,\"country\":\"CA\",\"release-events\":[{\"area\":{\"sort-name\":\"Canada\",\"type\":null,\"disambiguation\":\"\",\"name\":\"Canada\",\"iso-3166-1-codes\":[\"CA\"],\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"type-id\":null},\"date\":\"1993\"}],\"packaging\":null,\"date\":\"1993\",\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"barcode\":\"077774600125\",\"asin\":\"B000002U82\",\"quality\":\"normal\",\"media\":[{\"format\":\"CD\",\"position\":1,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":192955},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"artwork\":true,\"darkened\":false,\"front\":true,\"count\":10,\"back\":true}}],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/Ljf3f57fCuw7rpaaa5eXOQz.7iQ-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:40 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "671", + "X-RateLimit-Reset", + "1618477600", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"695b18e0191613de959add8f46a75083\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"releases\":[{\"status\":\"Official\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"US\"],\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"sort-name\":\"United States\",\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"1994\"}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"US\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"barcode\":\"077774600125\",\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"media\":[{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"position\":1,\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"cover-art-archive\":{\"count\":5,\"back\":false,\"artwork\":true,\"front\":true,\"darkened\":false},\"disambiguation\":\"\",\"date\":\"1994\"},{\"status\":\"Official\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2001-06-16\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Cardboard/Paper Sleeve\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"quality\":\"normal\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"asin\":\"B00005HYHA\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006791800\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"cover-art-archive\":{\"count\":0,\"artwork\":false,\"back\":false,\"darkened\":false,\"front\":false},\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"format\":\"CD\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9,\"position\":1}],\"date\":\"2001-06-16\",\"disambiguation\":\"\"},{\"media\":[{\"position\":1,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\"},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"sectors\":193250,\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"cover-art-archive\":{\"darkened\":false,\"front\":true,\"artwork\":true,\"back\":true,\"count\":16},\"disambiguation\":\"\",\"date\":\"1994\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"barcode\":\"724382975229\",\"asin\":\"B000024D4P\",\"title\":\"The Dark Side of the Moon\",\"country\":\"GB\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"type\":null,\"iso-3166-1-codes\":[\"GB\"],\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"},\"date\":\"1994\"}],\"status\":\"Official\"},{\"status\":\"Official\",\"release-events\":[{\"area\":{\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\",\"name\":\"United States\",\"disambiguation\":\"\",\"type-id\":null},\"date\":\"1985\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"country\":\"US\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"quality\":\"normal\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"packaging-id\":null,\"media\":[{\"position\":1,\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"date\":\"1985\",\"cover-art-archive\":{\"darkened\":false,\"front\":true,\"count\":9,\"back\":true,\"artwork\":true},\"disambiguation\":\"\"},{\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"format\":\"CD\",\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"position\":1}],\"cover-art-archive\":{\"darkened\":false,\"front\":true,\"back\":true,\"artwork\":true,\"count\":3},\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"date\":\"1986-05\",\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"barcode\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"country\":\"GB\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"quality\":\"normal\",\"status\":\"Official\",\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"type\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"iso-3166-1-codes\":[\"GB\"]}}]},{\"media\":[{\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"position\":1}],\"cover-art-archive\":{\"darkened\":false,\"front\":false,\"count\":0,\"back\":false,\"artwork\":false},\"date\":\"1993-03-31\",\"disambiguation\":\"\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"barcode\":\"4988006683129\",\"asin\":\"B000UVIP42\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"country\":\"JP\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\"}}],\"status\":\"Official\"},{\"asin\":\"B007CDVIXG\",\"title\":\"The Dark Side of the Moon\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"barcode\":\"4988006680951\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9,\"position\":1,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"cover-art-archive\":{\"front\":false,\"darkened\":false,\"artwork\":false,\"back\":false,\"count\":0},\"disambiguation\":\"\",\"date\":\"1993-04-28\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"disambiguation\":\"\",\"type-id\":null},\"date\":\"1993-04-28\"}],\"status\":\"Official\",\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"quality\":\"normal\",\"country\":\"JP\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},{\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"status\":\"Official\",\"release-events\":[{\"area\":{\"name\":\"Japan\",\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"1996-03-27\"}],\"media\":[{\"position\":1,\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"track-count\":9,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\"}],\"cover-art-archive\":{\"darkened\":false,\"front\":true,\"count\":4,\"artwork\":true,\"back\":false},\"disambiguation\":\"\",\"date\":\"1996-03-27\",\"asin\":\"B000064TUF\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006715578\",\"packaging-id\":null},{\"cover-art-archive\":{\"darkened\":false,\"front\":false,\"count\":0,\"artwork\":false,\"back\":false},\"media\":[{\"position\":1,\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"disambiguation\":\"\",\"date\":\"2000-08-30\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B00005HK29\",\"barcode\":\"4988006784161\",\"packaging-id\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"country\":\"JP\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"]},\"date\":\"2000-08-30\"}],\"status\":\"Official\"},{\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"status\":\"Official\",\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\"}}],\"media\":[{\"position\":1,\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\"}],\"cover-art-archive\":{\"front\":false,\"darkened\":false,\"artwork\":false,\"back\":false,\"count\":0},\"disambiguation\":\"\",\"date\":\"2006-03-08\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000E6G6KI\",\"packaging-id\":null,\"barcode\":\"4988006840751\"},{\"media\":[{\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}]}],\"cover-art-archive\":{\"darkened\":false,\"front\":false,\"count\":0,\"back\":false,\"artwork\":false},\"disambiguation\":\"\",\"date\":\"2006-09-06\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000GUK734\",\"barcode\":\"4988006846586\",\"packaging-id\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"country\":\"JP\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"quality\":\"normal\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Japan\",\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2006-09-06\"}],\"status\":\"Official\"},{\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"quality\":\"normal\",\"country\":\"CA\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"CA\"],\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"sort-name\":\"Canada\",\"name\":\"Canada\"},\"date\":\"1993\"}],\"media\":[{\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"position\":1}],\"cover-art-archive\":{\"front\":true,\"darkened\":false,\"artwork\":true,\"back\":true,\"count\":10},\"date\":\"1993\",\"disambiguation\":\"\",\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"packaging-id\":null,\"barcode\":\"077774600125\"}],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/KfzSur0dV4W.P4zSxxNnF0eUvwQ-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:40 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "688", + "X-RateLimit-Reset", + "1618477600", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"acc3d791e935a0d9d48b8317979669e3\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"releases\":[{\"country\":\"US\",\"disambiguation\":\"\",\"date\":\"1994\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"asin\":\"B000002U82\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"back\":false,\"count\":5,\"darkened\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"title\":\"\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null,\"name\":\"United States\",\"sort-name\":\"United States\",\"type\":null}}],\"packaging\":\"Jewel Case\"},{\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"cover-art-archive\":{\"front\":false,\"back\":false,\"artwork\":false,\"darkened\":false,\"count\":0},\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"2001-06-16\",\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"name\":\"Japan\"}}],\"packaging\":\"Cardboard/Paper Sleeve\",\"country\":\"JP\",\"disambiguation\":\"\",\"date\":\"2001-06-16\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"4988006791800\",\"asin\":\"B00005HYHA\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"],\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"type\":null}}],\"packaging\":\"Jewel Case\",\"cover-art-archive\":{\"darkened\":false,\"count\":16,\"front\":true,\"back\":true,\"artwork\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193242},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offset-count\":9,\"sectors\":193250,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158]},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"asin\":\"B000024D4P\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"724382975229\",\"disambiguation\":\"\",\"date\":\"1994\",\"country\":\"GB\"},{\"country\":\"US\",\"disambiguation\":\"\",\"date\":\"1985\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"asin\":\"B000002U82\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"cover-art-archive\":{\"darkened\":false,\"count\":9,\"artwork\":true,\"back\":true,\"front\":true},\"packaging-id\":null,\"media\":[{\"format\":\"CD\",\"position\":1,\"title\":\"\",\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"1985\",\"area\":{\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"name\":\"United States\"}}],\"packaging\":null},{\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"\",\"asin\":\"B000002U82\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"country\":\"GB\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"date\":\"1986-05\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"darkened\":false,\"count\":3,\"artwork\":true,\"back\":true,\"front\":true},\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"title\":\"\",\"format\":\"CD\",\"position\":1}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"type\":null,\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\"}}],\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"country\":\"JP\",\"date\":\"1993-03-31\",\"disambiguation\":\"\",\"barcode\":\"4988006683129\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"asin\":\"B000UVIP42\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"title\":\"\",\"position\":1,\"format\":\"CD\"}],\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"front\":false,\"count\":0,\"darkened\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type\":null},\"date\":\"1993-03-31\"}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"asin\":\"B007CDVIXG\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"4988006680951\",\"disambiguation\":\"\",\"date\":\"1993-04-28\",\"country\":\"JP\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"sort-name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]}}],\"packaging\":\"Jewel Case\",\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"back\":false,\"front\":false,\"artwork\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\"},{\"disambiguation\":\"\",\"date\":\"1996-03-27\",\"country\":\"JP\",\"asin\":\"B000064TUF\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006715578\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"date\":\"1996-03-27\",\"area\":{\"name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]}}],\"packaging-id\":null,\"cover-art-archive\":{\"count\":4,\"darkened\":false,\"front\":true,\"back\":false,\"artwork\":true},\"media\":[{\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\"}]},{\"barcode\":\"4988006784161\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"asin\":\"B00005HK29\",\"country\":\"JP\",\"date\":\"2000-08-30\",\"disambiguation\":\"\",\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9}],\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"artwork\":false,\"back\":false,\"front\":false},\"packaging-id\":null,\"release-events\":[{\"date\":\"2000-08-30\",\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\"}}],\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},{\"country\":\"JP\",\"date\":\"2006-03-08\",\"disambiguation\":\"\",\"barcode\":\"4988006840751\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"asin\":\"B000E6G6KI\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9}],\"packaging-id\":null,\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"artwork\":false,\"back\":false,\"front\":false},\"packaging\":null,\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type\":null,\"name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\"},\"date\":\"2006-03-08\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"packaging\":null,\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\"}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9}],\"packaging-id\":null,\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"front\":false,\"darkened\":false,\"count\":0},\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"asin\":\"B000GUK734\",\"barcode\":\"4988006846586\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"date\":\"2006-09-06\",\"disambiguation\":\"\",\"country\":\"JP\"},{\"country\":\"CA\",\"date\":\"1993\",\"disambiguation\":\"\",\"barcode\":\"077774600125\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"asin\":\"B000002U82\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9}],\"packaging-id\":null,\"cover-art-archive\":{\"artwork\":true,\"back\":true,\"front\":true,\"count\":10,\"darkened\":false},\"packaging\":null,\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"CA\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"sort-name\":\"Canada\",\"name\":\"Canada\"},\"date\":\"1993\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"}],\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/LJbrPXYlRQOp92.q09PsOJIDp64-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:40 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "724", + "X-RateLimit-Reset", + "1618477600", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"bfc919e078c543350f8cfb696c8aca65\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"releases\":[{\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"date\":\"1994\",\"country\":\"US\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"barcode\":\"077774600125\",\"media\":[{\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B000002U82\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"disambiguation\":\"\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\"}}],\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"disambiguation\":\"\",\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"count\":5,\"back\":false,\"darkened\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\"},{\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"JP\",\"date\":\"2001-06-16\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"asin\":\"B00005HYHA\",\"barcode\":\"4988006791800\",\"packaging\":\"Cardboard/Paper Sleeve\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"position\":1,\"track-count\":9,\"title\":\"\",\"format\":\"CD\"}],\"release-events\":[{\"date\":\"2001-06-16\",\"area\":{\"sort-name\":\"Japan\",\"type-id\":null,\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"quality\":\"normal\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"disambiguation\":\"\",\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":false,\"count\":0,\"front\":false},\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\"},{\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"back\":true,\"darkened\":false,\"artwork\":true,\"count\":16,\"front\":true},\"disambiguation\":\"\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\"},\"date\":\"1994\"}],\"quality\":\"normal\",\"asin\":\"B000024D4P\",\"barcode\":\"724382975229\",\"packaging\":\"Jewel Case\",\"media\":[{\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offset-count\":9,\"sectors\":193250,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"position\":1}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"GB\",\"date\":\"1994\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\"},{\"quality\":\"normal\",\"release-events\":[{\"area\":{\"sort-name\":\"United States\",\"type\":null,\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\"},\"date\":\"1985\"}],\"disambiguation\":\"\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"cover-art-archive\":{\"count\":9,\"front\":true,\"artwork\":true,\"darkened\":false,\"back\":true},\"packaging-id\":null,\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"1985\",\"country\":\"US\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"077774600125\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offset-count\":9,\"sectors\":193405},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"position\":1,\"title\":\"\",\"track-count\":9,\"format\":\"CD\"}],\"packaging\":null,\"asin\":\"B000002U82\"},{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"1986-05\",\"country\":\"GB\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"barcode\":\"\",\"media\":[{\"position\":1,\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}]}],\"asin\":\"B000002U82\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"count\":3,\"front\":true,\"artwork\":true,\"darkened\":false,\"back\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"disambiguation\":\"\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"}}],\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\"},{\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"count\":0,\"front\":false,\"artwork\":false,\"darkened\":false,\"back\":false},\"disambiguation\":\"\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"name\":\"Japan\",\"sort-name\":\"Japan\",\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"quality\":\"normal\",\"asin\":\"B000UVIP42\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1}],\"barcode\":\"4988006683129\",\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"date\":\"1993-03-31\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\"},{\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"disambiguation\":\"\",\"release-events\":[{\"area\":{\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\",\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"1993-04-28\"}],\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"count\":0,\"front\":false,\"artwork\":false},\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"asin\":\"B007CDVIXG\",\"barcode\":\"4988006680951\",\"packaging\":\"Jewel Case\",\"media\":[{\"position\":1,\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}]}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"JP\",\"date\":\"1993-04-28\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"date\":\"1996-03-27\",\"country\":\"JP\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"4988006715578\",\"packaging\":null,\"media\":[{\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B000064TUF\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"front\":true,\"count\":4,\"artwork\":true},\"packaging-id\":null,\"quality\":\"normal\",\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"type\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\"},\"date\":\"1996-03-27\"}],\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"disambiguation\":\"\"},{\"quality\":\"normal\",\"release-events\":[{\"area\":{\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\",\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2000-08-30\"}],\"disambiguation\":\"\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"cover-art-archive\":{\"front\":false,\"count\":0,\"artwork\":false,\"darkened\":false,\"back\":false},\"packaging-id\":null,\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"date\":\"2000-08-30\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"barcode\":\"4988006784161\",\"media\":[{\"position\":1,\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"asin\":\"B00005HK29\"},{\"asin\":\"B000E6G6KI\",\"packaging\":null,\"media\":[{\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"position\":1}],\"barcode\":\"4988006840751\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"date\":\"2006-03-08\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"packaging-id\":null,\"cover-art-archive\":{\"artwork\":false,\"count\":0,\"front\":false,\"back\":false,\"darkened\":false},\"disambiguation\":\"\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\"}}],\"quality\":\"normal\"},{\"packaging-id\":null,\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":false,\"front\":false,\"count\":0},\"disambiguation\":\"\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"release-events\":[{\"area\":{\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\",\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2006-09-06\"}],\"quality\":\"normal\",\"asin\":\"B000GUK734\",\"barcode\":\"4988006846586\",\"packaging\":null,\"media\":[{\"position\":1,\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}]}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"date\":\"2006-09-06\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\"},{\"cover-art-archive\":{\"back\":true,\"darkened\":false,\"artwork\":true,\"count\":10,\"front\":true},\"packaging-id\":null,\"release-events\":[{\"date\":\"1993\",\"area\":{\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"disambiguation\":\"\",\"sort-name\":\"Canada\",\"type\":null,\"iso-3166-1-codes\":[\"CA\"],\"name\":\"Canada\",\"type-id\":null}}],\"quality\":\"normal\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"CA\",\"date\":\"1993\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"asin\":\"B000002U82\",\"packaging\":null,\"barcode\":\"077774600125\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"position\":1,\"track-count\":9,\"title\":\"\",\"format\":\"CD\"}],\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\"}],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/MvkF2QCiXS.tu7kJYnDfAX2A6II-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:46 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "899", + "X-RateLimit-Reset", + "1618477607", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"d79ef7f7a09bed411313b34c14948064\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"releases\":[{\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"country\":\"US\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"release-events\":[{\"area\":{\"type\":null,\"sort-name\":\"United States\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"disambiguation\":\"\"},\"date\":\"1994\"}],\"packaging\":\"Jewel Case\",\"date\":\"1994\",\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"barcode\":\"077774600125\",\"asin\":\"B000002U82\",\"quality\":\"normal\",\"media\":[{\"format\":\"CD\",\"position\":1,\"title\":\"\",\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"darkened\":false,\"artwork\":true,\"front\":true,\"back\":false,\"count\":5}},{\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"4988006791800\",\"status\":\"Official\",\"release-events\":[{\"date\":\"2001-06-16\",\"area\":{\"name\":\"Japan\",\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"sort-name\":\"Japan\",\"type\":null}}],\"packaging\":\"Cardboard/Paper Sleeve\",\"date\":\"2001-06-16\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"country\":\"JP\",\"cover-art-archive\":{\"artwork\":false,\"darkened\":false,\"front\":false,\"count\":0,\"back\":false},\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9,\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193410},{\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"title\":\"\",\"position\":1,\"format\":\"CD\",\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B00005HYHA\",\"quality\":\"normal\"},{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"artwork\":true,\"darkened\":false,\"count\":16,\"back\":true,\"front\":true},\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"sectors\":193242,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193250,\"offset-count\":9,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193260}]}],\"asin\":\"B000024D4P\",\"quality\":\"normal\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"724382975229\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"iso-3166-1-codes\":[\"GB\"],\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"name\":\"United Kingdom\",\"disambiguation\":\"\",\"sort-name\":\"United Kingdom\",\"type\":null}}],\"date\":\"1994\",\"status\":\"Official\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"country\":\"GB\"},{\"cover-art-archive\":{\"count\":9,\"back\":true,\"front\":true,\"artwork\":true,\"darkened\":false},\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"sectors\":193599,\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405,\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"quality\":\"normal\",\"asin\":\"B000002U82\",\"barcode\":\"077774600125\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"packaging\":null,\"release-events\":[{\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"iso-3166-1-codes\":[\"US\"],\"type-id\":null,\"name\":\"United States\",\"disambiguation\":\"\",\"sort-name\":\"United States\",\"type\":null},\"date\":\"1985\"}],\"date\":\"1985\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"country\":\"US\",\"packaging-id\":null},{\"barcode\":\"\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"iso-3166-1-codes\":[\"GB\"],\"type-id\":null,\"name\":\"United Kingdom\",\"disambiguation\":\"\",\"sort-name\":\"United Kingdom\",\"type\":null},\"date\":\"1986-05\"}],\"date\":\"1986-05\",\"status\":\"Official\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"country\":\"GB\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"cover-art-archive\":{\"artwork\":true,\"darkened\":false,\"count\":3,\"back\":true,\"front\":true},\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"position\":1,\"format\":\"CD\",\"title\":\"\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9,\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"sectors\":193410,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"sectors\":193260,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"quality\":\"normal\",\"asin\":\"B000002U82\"},{\"status\":\"Official\",\"packaging\":\"Jewel Case\",\"date\":\"1993-03-31\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"sort-name\":\"Japan\",\"type\":null,\"name\":\"Japan\",\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null}}],\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"country\":\"JP\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"4988006683129\",\"asin\":\"B000UVIP42\",\"quality\":\"normal\",\"cover-art-archive\":{\"front\":false,\"back\":false,\"count\":0,\"darkened\":false,\"artwork\":false},\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"media\":[{\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"position\":1,\"format\":\"CD\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9,\"sectors\":193242},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"sectors\":193599},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9,\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}]},{\"media\":[{\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"title\":\"\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"sectors\":193300},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}]}],\"cover-art-archive\":{\"front\":false,\"count\":0,\"back\":false,\"artwork\":false,\"darkened\":false},\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"asin\":\"B007CDVIXG\",\"barcode\":\"4988006680951\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"country\":\"JP\",\"status\":\"Official\",\"packaging\":\"Jewel Case\",\"date\":\"1993-04-28\",\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"name\":\"Japan\",\"type\":null,\"sort-name\":\"Japan\"}}]},{\"media\":[{\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"sectors\":193058},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"position\":1,\"format\":\"CD\"}],\"cover-art-archive\":{\"count\":4,\"back\":false,\"front\":true,\"artwork\":true,\"darkened\":false},\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"asin\":\"B000064TUF\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"barcode\":\"4988006715578\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"country\":\"JP\",\"packaging-id\":null,\"status\":\"Official\",\"packaging\":null,\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null},\"date\":\"1996-03-27\"}],\"date\":\"1996-03-27\"},{\"packaging-id\":null,\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"country\":\"JP\",\"status\":\"Official\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"sort-name\":\"Japan\",\"type\":null},\"date\":\"2000-08-30\"}],\"packaging\":null,\"date\":\"2000-08-30\",\"barcode\":\"4988006784161\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"quality\":\"normal\",\"asin\":\"B00005HK29\",\"media\":[{\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"sectors\":193058},{\"sectors\":193292,\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"sectors\":193445},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"position\":1,\"title\":\"\",\"format\":\"CD\",\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"cover-art-archive\":{\"artwork\":false,\"darkened\":false,\"front\":false,\"count\":0,\"back\":false},\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},{\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"sectors\":193445},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9,\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"position\":1,\"format\":\"CD\",\"title\":\"\",\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"cover-art-archive\":{\"count\":0,\"back\":false,\"front\":false,\"artwork\":false,\"darkened\":false},\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"quality\":\"normal\",\"asin\":\"B000E6G6KI\",\"barcode\":\"4988006840751\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"packaging-id\":null,\"country\":\"JP\",\"status\":\"Official\",\"packaging\":null,\"date\":\"2006-03-08\",\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"name\":\"Japan\",\"disambiguation\":\"\",\"sort-name\":\"Japan\",\"type\":null}}]},{\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"4988006846586\",\"status\":\"Official\",\"packaging\":null,\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"sort-name\":\"Japan\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"disambiguation\":\"\",\"name\":\"Japan\"}}],\"date\":\"2006-09-06\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"country\":\"JP\",\"packaging-id\":null,\"cover-art-archive\":{\"artwork\":false,\"darkened\":false,\"front\":false,\"count\":0,\"back\":false},\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"title\":\"The Dark Side of the Moon\",\"media\":[{\"position\":1,\"title\":\"\",\"format\":\"CD\",\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9,\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"asin\":\"B000GUK734\",\"quality\":\"normal\"},{\"quality\":\"normal\",\"asin\":\"B000002U82\",\"media\":[{\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"sectors\":193445},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9,\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9,\"sectors\":193195},{\"sectors\":193325,\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193260}]}],\"cover-art-archive\":{\"artwork\":true,\"darkened\":false,\"count\":10,\"back\":true,\"front\":true},\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"packaging-id\":null,\"country\":\"CA\",\"status\":\"Official\",\"packaging\":null,\"release-events\":[{\"date\":\"1993\",\"area\":{\"disambiguation\":\"\",\"name\":\"Canada\",\"type-id\":null,\"iso-3166-1-codes\":[\"CA\"],\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"type\":null,\"sort-name\":\"Canada\"}}],\"date\":\"1993\",\"barcode\":\"077774600125\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\"}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:46 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "897", + "X-RateLimit-Reset", + "1618477607", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"1353c7b46a5a52a1cf3f774fa59d5e6c\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"releases\":[{\"asin\":\"B000002U82\",\"packaging\":\"Jewel Case\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"position\":1}],\"barcode\":\"077774600125\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"US\",\"date\":\"1994\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"front\":true,\"count\":5,\"artwork\":true},\"disambiguation\":\"\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"release-events\":[{\"area\":{\"sort-name\":\"United States\",\"type-id\":null,\"name\":\"United States\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"},\"date\":\"1994\"}],\"quality\":\"normal\"},{\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"asin\":\"B00005HYHA\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"position\":1,\"title\":\"\",\"track-count\":9,\"format\":\"CD\"}],\"barcode\":\"4988006791800\",\"packaging\":\"Cardboard/Paper Sleeve\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"JP\",\"date\":\"2001-06-16\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"disambiguation\":\"\",\"release-events\":[{\"area\":{\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"type-id\":null,\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\"},\"date\":\"2001-06-16\"}],\"quality\":\"normal\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"count\":0,\"front\":false,\"artwork\":false}},{\"cover-art-archive\":{\"darkened\":false,\"back\":true,\"count\":16,\"front\":true,\"artwork\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"],\"type\":null,\"name\":\"United Kingdom\",\"type-id\":null,\"sort-name\":\"United Kingdom\"},\"date\":\"1994\"}],\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"disambiguation\":\"\",\"country\":\"GB\",\"date\":\"1994\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"media\":[{\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193250,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"position\":1}],\"barcode\":\"724382975229\",\"asin\":\"B000024D4P\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\"},{\"packaging\":null,\"barcode\":\"077774600125\",\"media\":[{\"position\":1,\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}]}],\"asin\":\"B000002U82\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1985\",\"country\":\"US\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"packaging-id\":null,\"cover-art-archive\":{\"back\":true,\"darkened\":false,\"artwork\":true,\"count\":9,\"front\":true},\"disambiguation\":\"\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"1985\",\"area\":{\"iso-3166-1-codes\":[\"US\"],\"type\":null,\"name\":\"United States\",\"type-id\":null,\"sort-name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\"}}]},{\"packaging\":\"Jewel Case\",\"media\":[{\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"position\":1}],\"barcode\":\"\",\"asin\":\"B000002U82\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"GB\",\"date\":\"1986-05\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"front\":true,\"count\":3,\"artwork\":true,\"darkened\":false,\"back\":true},\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"disambiguation\":\"\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"}}]},{\"disambiguation\":\"\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\"}}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"front\":false,\"count\":0,\"artwork\":false,\"darkened\":false,\"back\":false},\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"media\":[{\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1,\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"packaging\":\"Jewel Case\",\"barcode\":\"4988006683129\",\"asin\":\"B000UVIP42\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"date\":\"1993-03-31\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"disambiguation\":\"\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null}}],\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"front\":false,\"count\":0,\"artwork\":false,\"darkened\":false,\"back\":false},\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"asin\":\"B007CDVIXG\",\"packaging\":\"Jewel Case\",\"media\":[{\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"barcode\":\"4988006680951\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1993-04-28\",\"country\":\"JP\"},{\"disambiguation\":\"\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"release-events\":[{\"date\":\"1996-03-27\",\"area\":{\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type-id\":null,\"type\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"]}}],\"quality\":\"normal\",\"packaging-id\":null,\"cover-art-archive\":{\"front\":true,\"count\":4,\"artwork\":true,\"darkened\":false,\"back\":false},\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"asin\":\"B000064TUF\",\"media\":[{\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"packaging\":null,\"barcode\":\"4988006715578\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"1996-03-27\",\"country\":\"JP\"},{\"cover-art-archive\":{\"count\":0,\"front\":false,\"artwork\":false,\"darkened\":false,\"back\":false},\"packaging-id\":null,\"quality\":\"normal\",\"release-events\":[{\"area\":{\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\",\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2000-08-30\"}],\"disambiguation\":\"\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"date\":\"2000-08-30\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"barcode\":\"4988006784161\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"position\":1}],\"asin\":\"B00005HK29\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"2006-03-08\",\"country\":\"JP\",\"asin\":\"B000E6G6KI\",\"media\":[{\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1}],\"packaging\":null,\"barcode\":\"4988006840751\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"artwork\":false,\"count\":0,\"front\":false,\"back\":false,\"darkened\":false},\"packaging-id\":null,\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"type\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"sort-name\":\"Japan\"}}],\"quality\":\"normal\",\"disambiguation\":\"\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\"},{\"cover-art-archive\":{\"artwork\":false,\"count\":0,\"front\":false,\"back\":false,\"darkened\":false},\"packaging-id\":null,\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\"}}],\"quality\":\"normal\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"2006-09-06\",\"country\":\"JP\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"asin\":\"B000GUK734\",\"packaging\":null,\"barcode\":\"4988006846586\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1}],\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\"},{\"cover-art-archive\":{\"darkened\":false,\"back\":true,\"count\":10,\"front\":true,\"artwork\":true},\"packaging-id\":null,\"release-events\":[{\"area\":{\"sort-name\":\"Canada\",\"name\":\"Canada\",\"type\":null,\"iso-3166-1-codes\":[\"CA\"],\"type-id\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"disambiguation\":\"\"},\"date\":\"1993\"}],\"quality\":\"normal\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1993\",\"country\":\"CA\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"asin\":\"B000002U82\",\"packaging\":null,\"barcode\":\"077774600125\",\"media\":[{\"position\":1,\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\"}],\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/Wk7n0EOphIdSwVG38ICTgVxKH3k-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:46 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "893", + "X-RateLimit-Reset", + "1618477607", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"0d84f60a845df031ced5e55345658fbd\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"releases\":[{\"country\":\"US\",\"date\":\"1994\",\"disambiguation\":\"\",\"barcode\":\"077774600125\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"asin\":\"B000002U82\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}]}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"back\":false,\"darkened\":false,\"count\":5},\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"sort-name\":\"United States\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"]},\"date\":\"1994\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Cardboard/Paper Sleeve\",\"release-events\":[{\"area\":{\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]},\"date\":\"2001-06-16\"}],\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"front\":false,\"count\":0,\"darkened\":false},\"media\":[{\"format\":\"CD\",\"position\":1,\"title\":\"\",\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"asin\":\"B00005HYHA\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006791800\",\"disambiguation\":\"\",\"date\":\"2001-06-16\",\"country\":\"JP\"},{\"release-events\":[{\"date\":\"1994\",\"area\":{\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"]}}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"format\":\"CD\",\"position\":1,\"title\":\"\",\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"sectors\":193250,\"offset-count\":9,\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"cover-art-archive\":{\"darkened\":false,\"count\":16,\"front\":true,\"back\":true,\"artwork\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"asin\":\"B000024D4P\",\"barcode\":\"724382975229\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"date\":\"1994\",\"disambiguation\":\"\",\"country\":\"GB\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"1985\",\"area\":{\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"name\":\"United States\"}}],\"packaging\":null,\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"back\":true,\"darkened\":false,\"count\":9},\"packaging-id\":null,\"media\":[{\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offset-count\":9,\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905]},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\"}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"asin\":\"B000002U82\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"disambiguation\":\"\",\"date\":\"1985\",\"country\":\"US\"},{\"asin\":\"B000002U82\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"date\":\"1986-05\",\"country\":\"GB\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"]}}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"darkened\":false,\"count\":3,\"artwork\":true,\"front\":true,\"back\":true},\"media\":[{\"format\":\"CD\",\"position\":1,\"title\":\"\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\"},{\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"type\":null,\"type-id\":null,\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\"},\"date\":\"1993-03-31\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}]}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"front\":false,\"back\":false,\"artwork\":false,\"count\":0,\"darkened\":false},\"date\":\"1993-03-31\",\"disambiguation\":\"\",\"country\":\"JP\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"asin\":\"B000UVIP42\",\"barcode\":\"4988006683129\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\"},{\"country\":\"JP\",\"disambiguation\":\"\",\"date\":\"1993-04-28\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"4988006680951\",\"asin\":\"B007CDVIXG\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"artwork\":false,\"front\":false,\"back\":false,\"darkened\":false,\"count\":0},\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"sort-name\":\"Japan\",\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\"}}]},{\"disambiguation\":\"\",\"date\":\"1996-03-27\",\"country\":\"JP\",\"asin\":\"B000064TUF\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"4988006715578\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]},\"date\":\"1996-03-27\"}],\"packaging\":null,\"cover-art-archive\":{\"darkened\":false,\"count\":4,\"back\":false,\"front\":true,\"artwork\":true},\"packaging-id\":null,\"media\":[{\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"title\":\"\"}]},{\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"title\":\"\"}],\"packaging-id\":null,\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"front\":false,\"back\":false,\"artwork\":false},\"packaging\":null,\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"name\":\"Japan\",\"sort-name\":\"Japan\"},\"date\":\"2000-08-30\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"barcode\":\"4988006784161\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"asin\":\"B00005HK29\",\"country\":\"JP\",\"date\":\"2000-08-30\",\"disambiguation\":\"\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"type\":null},\"date\":\"2006-03-08\"}],\"packaging-id\":null,\"cover-art-archive\":{\"front\":false,\"back\":false,\"artwork\":false,\"count\":0,\"darkened\":false},\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"asin\":\"B000E6G6KI\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006840751\",\"disambiguation\":\"\",\"date\":\"2006-03-08\",\"country\":\"JP\"},{\"packaging-id\":null,\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"back\":false,\"front\":false,\"artwork\":false},\"media\":[{\"format\":\"CD\",\"position\":1,\"title\":\"\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null},\"date\":\"2006-09-06\"}],\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006846586\",\"asin\":\"B000GUK734\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"country\":\"JP\",\"disambiguation\":\"\",\"date\":\"2006-09-06\"},{\"country\":\"CA\",\"disambiguation\":\"\",\"date\":\"1993\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"asin\":\"B000002U82\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"packaging-id\":null,\"cover-art-archive\":{\"darkened\":false,\"count\":10,\"back\":true,\"front\":true,\"artwork\":true},\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"title\":\"\",\"position\":1,\"format\":\"CD\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"area\":{\"type-id\":null,\"sort-name\":\"Canada\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"name\":\"Canada\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"CA\"]},\"date\":\"1993\"}]}],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/OpEqBUFSMylTQ_KyaQMw0CFjeBQ-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:46 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "898", + "X-RateLimit-Reset", + "1618477607", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"2c4f3e7bee33a6e91cc5eb401ba88215\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"releases\":[{\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"disambiguation\":\"\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"type\":null,\"name\":\"United States\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\"}}],\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"count\":5,\"front\":true,\"artwork\":true,\"darkened\":false,\"back\":false},\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"asin\":\"B000002U82\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"sectors\":193477,\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"position\":1}],\"barcode\":\"077774600125\",\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"US\",\"date\":\"1994\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},{\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"packaging\":\"Cardboard/Paper Sleeve\",\"barcode\":\"4988006791800\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"position\":1}],\"asin\":\"B00005HYHA\",\"country\":\"JP\",\"date\":\"2001-06-16\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"disambiguation\":\"\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"type-id\":null,\"type\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2001-06-16\"}],\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":false,\"front\":false,\"count\":0}},{\"barcode\":\"724382975229\",\"packaging\":\"Jewel Case\",\"media\":[{\"position\":1,\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\"},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"sectors\":193250,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}]}],\"asin\":\"B000024D4P\",\"date\":\"1994\",\"country\":\"GB\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"artwork\":true,\"count\":16,\"front\":true,\"back\":true,\"darkened\":false},\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"disambiguation\":\"\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"disambiguation\":\"\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"name\":\"United Kingdom\",\"type\":null,\"iso-3166-1-codes\":[\"GB\"],\"sort-name\":\"United Kingdom\"}}]},{\"packaging-id\":null,\"cover-art-archive\":{\"front\":true,\"count\":9,\"artwork\":true,\"darkened\":false,\"back\":true},\"disambiguation\":\"\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"type-id\":null,\"type\":null,\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\",\"disambiguation\":\"\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"},\"date\":\"1985\"}],\"packaging\":null,\"barcode\":\"077774600125\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"position\":1,\"track-count\":9,\"format\":\"CD\",\"title\":\"\"}],\"asin\":\"B000002U82\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"US\",\"date\":\"1985\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\"},{\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"asin\":\"B000002U82\",\"media\":[{\"position\":1,\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}]}],\"packaging\":\"Jewel Case\",\"barcode\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"GB\",\"date\":\"1986-05\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"sort-name\":\"United Kingdom\",\"type\":null,\"name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"disambiguation\":\"\"}}],\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"back\":true,\"darkened\":false,\"artwork\":true,\"front\":true,\"count\":3}},{\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"asin\":\"B000UVIP42\",\"packaging\":\"Jewel Case\",\"barcode\":\"4988006683129\",\"media\":[{\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1993-03-31\",\"country\":\"JP\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"disambiguation\":\"\",\"release-events\":[{\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"name\":\"Japan\",\"sort-name\":\"Japan\",\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"1993-03-31\"}],\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"count\":0,\"front\":false,\"artwork\":false,\"darkened\":false,\"back\":false}},{\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"disambiguation\":\"\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"sort-name\":\"Japan\"},\"date\":\"1993-04-28\"}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"artwork\":false,\"front\":false,\"count\":0,\"back\":false,\"darkened\":false},\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"barcode\":\"4988006680951\",\"media\":[{\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"position\":1}],\"packaging\":\"Jewel Case\",\"asin\":\"B007CDVIXG\",\"country\":\"JP\",\"date\":\"1993-04-28\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"1996-03-27\",\"country\":\"JP\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"4988006715578\",\"packaging\":null,\"media\":[{\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1,\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B000064TUF\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":true,\"count\":4,\"front\":true},\"packaging-id\":null,\"quality\":\"normal\",\"release-events\":[{\"date\":\"1996-03-27\",\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"name\":\"Japan\",\"type-id\":null,\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\"}}],\"disambiguation\":\"\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\"},{\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"2000-08-30\",\"country\":\"JP\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"4988006784161\",\"packaging\":null,\"media\":[{\"position\":1,\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}]}],\"asin\":\"B00005HK29\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"artwork\":false,\"count\":0,\"front\":false,\"back\":false,\"darkened\":false},\"packaging-id\":null,\"quality\":\"normal\",\"release-events\":[{\"area\":{\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"type-id\":null,\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\"},\"date\":\"2000-08-30\"}],\"disambiguation\":\"\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\"},{\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"date\":\"2006-03-08\",\"asin\":\"B000E6G6KI\",\"barcode\":\"4988006840751\",\"packaging\":null,\"media\":[{\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1}],\"release-events\":[{\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"name\":\"Japan\",\"sort-name\":\"Japan\",\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2006-03-08\"}],\"quality\":\"normal\",\"disambiguation\":\"\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":false,\"front\":false,\"count\":0},\"packaging-id\":null},{\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"date\":\"2006-09-06\",\"country\":\"JP\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"position\":1,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"packaging\":null,\"barcode\":\"4988006846586\",\"asin\":\"B000GUK734\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"type-id\":null,\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2006-09-06\"}],\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"disambiguation\":\"\",\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"front\":false,\"count\":0,\"artwork\":false},\"packaging-id\":null},{\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"CA\",\"date\":\"1993\",\"asin\":\"B000002U82\",\"barcode\":\"077774600125\",\"media\":[{\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"packaging\":null,\"release-events\":[{\"date\":\"1993\",\"area\":{\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"CA\"],\"type\":null,\"name\":\"Canada\",\"type-id\":null,\"sort-name\":\"Canada\"}}],\"quality\":\"normal\",\"disambiguation\":\"\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"cover-art-archive\":{\"count\":10,\"front\":true,\"artwork\":true,\"darkened\":false,\"back\":true},\"packaging-id\":null}],\"sectors\":193445,\"offset-count\":9}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/OlFYu35KMh5W5A8rS2npaC5iOOA-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:46 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "900", + "X-RateLimit-Reset", + "1618477607", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"b7c5d690dc2ea0f3af7a21c136bb3877\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"releases\":[{\"date\":\"1994\",\"disambiguation\":\"\",\"country\":\"US\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"asin\":\"B000002U82\",\"barcode\":\"077774600125\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"type-id\":null,\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"type\":null},\"date\":\"1994\"}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"format\":\"CD\",\"position\":1,\"title\":\"\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"cover-art-archive\":{\"count\":5,\"darkened\":false,\"back\":false,\"front\":true,\"artwork\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\"},{\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9}],\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"front\":false,\"back\":false,\"artwork\":false},\"packaging\":\"Cardboard/Paper Sleeve\",\"release-events\":[{\"date\":\"2001-06-16\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"barcode\":\"4988006791800\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"asin\":\"B00005HYHA\",\"country\":\"JP\",\"date\":\"2001-06-16\",\"disambiguation\":\"\"},{\"date\":\"1994\",\"disambiguation\":\"\",\"country\":\"GB\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"asin\":\"B000024D4P\",\"barcode\":\"724382975229\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\",\"type\":null},\"date\":\"1994\"}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"sectors\":193242,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193250,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}]}],\"cover-art-archive\":{\"count\":16,\"darkened\":false,\"back\":true,\"front\":true,\"artwork\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"1985\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null,\"sort-name\":\"United States\",\"name\":\"United States\",\"type\":null}}],\"packaging\":null,\"cover-art-archive\":{\"darkened\":false,\"count\":9,\"front\":true,\"back\":true,\"artwork\":true},\"packaging-id\":null,\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405,\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"track-count\":9}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"asin\":\"B000002U82\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"disambiguation\":\"\",\"date\":\"1985\",\"country\":\"US\"},{\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}]}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"artwork\":true,\"back\":true,\"front\":true,\"darkened\":false,\"count\":3},\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\",\"type\":null,\"name\":\"United Kingdom\",\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\"},\"date\":\"1986-05\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"GB\",\"date\":\"1986-05\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"barcode\":\"\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"asin\":\"B000002U82\"},{\"asin\":\"B000UVIP42\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"4988006683129\",\"disambiguation\":\"\",\"date\":\"1993-03-31\",\"country\":\"JP\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\"},\"date\":\"1993-03-31\"}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"artwork\":false,\"front\":false,\"back\":false,\"darkened\":false,\"count\":0},\"media\":[{\"format\":\"CD\",\"position\":1,\"title\":\"\",\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\"},{\"country\":\"JP\",\"disambiguation\":\"\",\"date\":\"1993-04-28\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006680951\",\"asin\":\"B007CDVIXG\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"artwork\":false,\"front\":false,\"back\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"name\":\"Japan\",\"sort-name\":\"Japan\"},\"date\":\"1993-04-28\"}],\"packaging\":\"Jewel Case\"},{\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"packaging-id\":null,\"cover-art-archive\":{\"artwork\":true,\"back\":false,\"front\":true,\"darkened\":false,\"count\":4},\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"track-count\":9}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null},\"date\":\"1996-03-27\"}],\"country\":\"JP\",\"disambiguation\":\"\",\"date\":\"1996-03-27\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006715578\",\"asin\":\"B000064TUF\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\"},{\"cover-art-archive\":{\"artwork\":false,\"front\":false,\"back\":false,\"darkened\":false,\"count\":0},\"packaging-id\":null,\"media\":[{\"format\":\"CD\",\"position\":1,\"title\":\"\",\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"2000-08-30\",\"area\":{\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]}}],\"packaging\":null,\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006784161\",\"asin\":\"B00005HK29\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"country\":\"JP\",\"disambiguation\":\"\",\"date\":\"2000-08-30\"},{\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"asin\":\"B000E6G6KI\",\"barcode\":\"4988006840751\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"date\":\"2006-03-08\",\"disambiguation\":\"\",\"country\":\"JP\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\"},\"date\":\"2006-03-08\"}],\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\"}],\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"front\":false,\"count\":0,\"darkened\":false},\"packaging-id\":null,\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\"},{\"packaging-id\":null,\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"back\":false,\"front\":false,\"artwork\":false},\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"area\":{\"type-id\":null,\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]},\"date\":\"2006-09-06\"}],\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006846586\",\"asin\":\"B000GUK734\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"country\":\"JP\",\"disambiguation\":\"\",\"date\":\"2006-09-06\"},{\"country\":\"CA\",\"disambiguation\":\"\",\"date\":\"1993\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"077774600125\",\"asin\":\"B000002U82\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"cover-art-archive\":{\"back\":true,\"front\":true,\"artwork\":true,\"count\":10,\"darkened\":false},\"packaging-id\":null,\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"CA\"],\"type-id\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"sort-name\":\"Canada\",\"name\":\"Canada\",\"type\":null},\"date\":\"1993\"}],\"packaging\":null}],\"sectors\":193445}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/ZpxxNqBzOe1KJQUSJotRAdo1FAA-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:51 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1035", + "X-RateLimit-Reset", + "1618477613", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"c951c07ab0e5a46c5614d81015c71d6a\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"releases\":[{\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"packaging\":\"Jewel Case\",\"barcode\":\"077774600125\",\"media\":[{\"position\":1,\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}]}],\"asin\":\"B000002U82\",\"date\":\"1994\",\"country\":\"US\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"disambiguation\":\"\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"sort-name\":\"United States\",\"type-id\":null,\"name\":\"United States\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"}}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":true,\"count\":5,\"front\":true}},{\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"asin\":\"B00005HYHA\",\"packaging\":\"Cardboard/Paper Sleeve\",\"barcode\":\"4988006791800\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"position\":1}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"2001-06-16\",\"country\":\"JP\",\"disambiguation\":\"\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\"},\"date\":\"2001-06-16\"}],\"quality\":\"normal\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"cover-art-archive\":{\"artwork\":false,\"count\":0,\"front\":false,\"back\":false,\"darkened\":false}},{\"country\":\"GB\",\"date\":\"1994\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"position\":1,\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offset-count\":9,\"sectors\":193242},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193250,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"barcode\":\"724382975229\",\"packaging\":\"Jewel Case\",\"asin\":\"B000024D4P\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"artwork\":true,\"count\":16,\"front\":true,\"back\":true,\"darkened\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"disambiguation\":\"\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"type\":null,\"name\":\"United Kingdom\",\"type-id\":null}}],\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"disambiguation\":\"\"},{\"cover-art-archive\":{\"back\":true,\"darkened\":false,\"artwork\":true,\"count\":9,\"front\":true},\"packaging-id\":null,\"quality\":\"normal\",\"release-events\":[{\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\",\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"type\":null,\"name\":\"United States\",\"type-id\":null},\"date\":\"1985\"}],\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"disambiguation\":\"\",\"country\":\"US\",\"date\":\"1985\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"077774600125\",\"media\":[{\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"position\":1,\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offset-count\":9,\"sectors\":193405},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"packaging\":null,\"asin\":\"B000002U82\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\"},{\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1}],\"barcode\":\"\",\"packaging\":\"Jewel Case\",\"asin\":\"B000002U82\",\"date\":\"1986-05\",\"country\":\"GB\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"darkened\":false,\"back\":true,\"front\":true,\"count\":3,\"artwork\":true},\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"disambiguation\":\"\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"},\"date\":\"1986-05\"}]},{\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":false,\"count\":0,\"front\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"sort-name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"type-id\":null}}],\"quality\":\"normal\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"JP\",\"date\":\"1993-03-31\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"asin\":\"B000UVIP42\",\"barcode\":\"4988006683129\",\"packaging\":\"Jewel Case\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"position\":1}],\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\"},{\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1993-04-28\",\"country\":\"JP\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1}],\"barcode\":\"4988006680951\",\"packaging\":\"Jewel Case\",\"asin\":\"B007CDVIXG\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null}}],\"disambiguation\":\"\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"cover-art-archive\":{\"artwork\":false,\"front\":false,\"count\":0,\"back\":false,\"darkened\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\"},{\"packaging-id\":null,\"cover-art-archive\":{\"count\":4,\"front\":true,\"artwork\":true,\"darkened\":false,\"back\":false},\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"disambiguation\":\"\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\"},\"date\":\"1996-03-27\"}],\"packaging\":null,\"barcode\":\"4988006715578\",\"media\":[{\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"position\":1,\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B000064TUF\",\"date\":\"1996-03-27\",\"country\":\"JP\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\"},{\"cover-art-archive\":{\"count\":0,\"front\":false,\"artwork\":false,\"darkened\":false,\"back\":false},\"packaging-id\":null,\"quality\":\"normal\",\"release-events\":[{\"area\":{\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\",\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2000-08-30\"}],\"disambiguation\":\"\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"date\":\"2000-08-30\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"4988006784161\",\"packaging\":null,\"media\":[{\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B00005HK29\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"2006-03-08\",\"country\":\"JP\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"asin\":\"B000E6G6KI\",\"media\":[{\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"packaging\":null,\"barcode\":\"4988006840751\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"artwork\":false,\"count\":0,\"front\":false,\"back\":false,\"darkened\":false},\"packaging-id\":null,\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\"},\"date\":\"2006-03-08\"}],\"quality\":\"normal\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"disambiguation\":\"\"},{\"barcode\":\"4988006846586\",\"media\":[{\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"position\":1,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"packaging\":null,\"asin\":\"B000GUK734\",\"date\":\"2006-09-06\",\"country\":\"JP\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"packaging-id\":null,\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"count\":0,\"front\":false,\"artwork\":false},\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"disambiguation\":\"\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"sort-name\":\"Japan\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}]},{\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"barcode\":\"077774600125\",\"packaging\":null,\"media\":[{\"position\":1,\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}]}],\"asin\":\"B000002U82\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1993\",\"country\":\"CA\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"1993\",\"area\":{\"type-id\":null,\"type\":null,\"name\":\"Canada\",\"iso-3166-1-codes\":[\"CA\"],\"sort-name\":\"Canada\",\"disambiguation\":\"\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\"}}],\"packaging-id\":null,\"cover-art-archive\":{\"count\":10,\"front\":true,\"artwork\":true,\"darkened\":false,\"back\":true}}],\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/YgQIINbxyNhTDK5Iyot3I9irp3c-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:51 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1039", + "X-RateLimit-Reset", + "1618477613", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"955bbd063d221131e5d0e69ad8166bbc\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"releases\":[{\"country\":\"US\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1994\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"packaging\":\"Jewel Case\",\"barcode\":\"077774600125\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"position\":1,\"title\":\"\",\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"US\"],\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"United States\",\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"},\"date\":\"1994\"}],\"disambiguation\":\"\",\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"count\":5,\"darkened\":false,\"back\":false,\"front\":true,\"artwork\":true}},{\"country\":\"JP\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"2001-06-16\",\"quality\":\"normal\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"packaging\":\"Cardboard/Paper Sleeve\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"track-count\":9,\"position\":1,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"asin\":\"B00005HYHA\",\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\"},\"date\":\"2001-06-16\"}],\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006791800\",\"disambiguation\":\"\",\"status\":\"Official\",\"cover-art-archive\":{\"artwork\":false,\"darkened\":false,\"front\":false,\"back\":false,\"count\":0},\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\"},{\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"date\":\"1994\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"GB\",\"cover-art-archive\":{\"count\":16,\"back\":true,\"front\":true,\"darkened\":false,\"artwork\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"status\":\"Official\",\"disambiguation\":\"\",\"media\":[{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"title\":\"\",\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9},{\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"sectors\":193250,\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\"},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"release-events\":[{\"area\":{\"type\":null,\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"iso-3166-1-codes\":[\"GB\"],\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"1994\"}],\"asin\":\"B000024D4P\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"724382975229\",\"packaging\":\"Jewel Case\"},{\"disambiguation\":\"\",\"status\":\"Official\",\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"back\":true,\"darkened\":false,\"count\":9},\"packaging-id\":null,\"packaging\":null,\"asin\":\"B000002U82\",\"media\":[{\"title\":\"\",\"position\":1,\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offset-count\":9},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}]}],\"title\":\"The Dark Side of the Moon\",\"release-events\":[{\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"sort-name\":\"United States\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"]},\"date\":\"1985\"}],\"barcode\":\"077774600125\",\"date\":\"1985\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"US\"},{\"country\":\"GB\",\"date\":\"1986-05\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"quality\":\"normal\",\"packaging\":\"Jewel Case\",\"barcode\":\"\",\"media\":[{\"track-count\":9,\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000002U82\",\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"sort-name\":\"United Kingdom\",\"type\":null,\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"]}}],\"status\":\"Official\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"back\":true,\"front\":true,\"darkened\":false,\"count\":3,\"artwork\":true}},{\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"date\":\"1993-03-31\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"JP\",\"cover-art-archive\":{\"artwork\":false,\"darkened\":false,\"back\":false,\"front\":false,\"count\":0},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"status\":\"Official\",\"disambiguation\":\"\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"title\":\"\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000UVIP42\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"type\":null,\"sort-name\":\"Japan\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"]}}],\"barcode\":\"4988006683129\",\"packaging\":\"Jewel Case\"},{\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1993-04-28\",\"country\":\"JP\",\"cover-art-archive\":{\"count\":0,\"front\":false,\"back\":false,\"darkened\":false,\"artwork\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"status\":\"Official\",\"disambiguation\":\"\",\"media\":[{\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9,\"position\":1,\"title\":\"\",\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B007CDVIXG\",\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"disambiguation\":\"\"}}],\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006680951\",\"packaging\":\"Jewel Case\"},{\"disambiguation\":\"\",\"status\":\"Official\",\"packaging-id\":null,\"cover-art-archive\":{\"artwork\":true,\"count\":4,\"front\":true,\"back\":false,\"darkened\":false},\"packaging\":null,\"barcode\":\"4988006715578\",\"media\":[{\"track-count\":9,\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}]}],\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null},\"date\":\"1996-03-27\"}],\"asin\":\"B000064TUF\",\"title\":\"The Dark Side of the Moon\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1996-03-27\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"quality\":\"normal\",\"country\":\"JP\"},{\"packaging\":null,\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9}],\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"position\":1,\"track-count\":9}],\"release-events\":[{\"date\":\"2000-08-30\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]}}],\"asin\":\"B00005HK29\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006784161\",\"disambiguation\":\"\",\"status\":\"Official\",\"cover-art-archive\":{\"artwork\":false,\"count\":0,\"back\":false,\"front\":false,\"darkened\":false},\"packaging-id\":null,\"country\":\"JP\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"2000-08-30\",\"quality\":\"normal\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"date\":\"2006-03-08\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"JP\",\"cover-art-archive\":{\"artwork\":false,\"front\":false,\"back\":false,\"darkened\":false,\"count\":0},\"packaging-id\":null,\"status\":\"Official\",\"disambiguation\":\"\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"track-count\":9,\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\"},\"date\":\"2006-03-08\"}],\"asin\":\"B000E6G6KI\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006840751\",\"packaging\":null},{\"date\":\"2006-09-06\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"country\":\"JP\",\"disambiguation\":\"\",\"status\":\"Official\",\"packaging-id\":null,\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"front\":false,\"count\":0,\"artwork\":false},\"packaging\":null,\"barcode\":\"4988006846586\",\"asin\":\"B000GUK734\",\"media\":[{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"position\":1,\"title\":\"\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9}]}],\"release-events\":[{\"area\":{\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"sort-name\":\"Japan\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\"},\"date\":\"2006-09-06\"}],\"title\":\"The Dark Side of the Moon\"},{\"country\":\"CA\",\"date\":\"1993\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"packaging\":null,\"media\":[{\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1}],\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"release-events\":[{\"date\":\"1993\",\"area\":{\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"name\":\"Canada\",\"type\":null,\"sort-name\":\"Canada\",\"type-id\":null,\"iso-3166-1-codes\":[\"CA\"],\"disambiguation\":\"\"}}],\"barcode\":\"077774600125\",\"status\":\"Official\",\"disambiguation\":\"\",\"cover-art-archive\":{\"artwork\":true,\"back\":true,\"front\":true,\"darkened\":false,\"count\":10},\"packaging-id\":null}],\"offset-count\":9}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/ZQApCKC13fLDKtoelWo0nUXSlDI-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:51 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1036", + "X-RateLimit-Reset", + "1618477613", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"d96cc21ddfa3ad0c7a164e785ba120ea\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offset-count\":9,\"releases\":[{\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"front\":true,\"back\":false,\"darkened\":false,\"count\":5,\"artwork\":true},\"disambiguation\":\"\",\"status\":\"Official\",\"barcode\":\"077774600125\",\"title\":\"The Dark Side of the Moon\",\"media\":[{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"position\":1,\"title\":\"\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"asin\":\"B000002U82\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":null,\"sort-name\":\"United States\",\"type-id\":null,\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\"}}],\"packaging\":\"Jewel Case\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1994\",\"country\":\"US\"},{\"barcode\":\"4988006791800\",\"media\":[{\"track-count\":9,\"position\":1,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}]}],\"title\":\"The Dark Side of the Moon\",\"asin\":\"B00005HYHA\",\"release-events\":[{\"date\":\"2001-06-16\",\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"sort-name\":\"Japan\",\"type\":null,\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"packaging\":\"Cardboard/Paper Sleeve\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"cover-art-archive\":{\"artwork\":false,\"count\":0,\"front\":false,\"back\":false,\"darkened\":false},\"status\":\"Official\",\"disambiguation\":\"\",\"country\":\"JP\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"2001-06-16\"},{\"country\":\"GB\",\"date\":\"1994\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"packaging\":\"Jewel Case\",\"barcode\":\"724382975229\",\"media\":[{\"discs\":[{\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193242,\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offset-count\":9,\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"sectors\":193250},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"title\":\"\",\"track-count\":9}],\"release-events\":[{\"area\":{\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type\":null,\"sort-name\":\"United Kingdom\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"GB\"]},\"date\":\"1994\"}],\"asin\":\"B000024D4P\",\"title\":\"The Dark Side of the Moon\",\"disambiguation\":\"\",\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"darkened\":false,\"back\":true,\"front\":true,\"count\":16,\"artwork\":true}},{\"country\":\"US\",\"quality\":\"normal\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"1985\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"The Dark Side of the Moon\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"title\":\"\",\"track-count\":9}],\"asin\":\"B000002U82\",\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":null,\"sort-name\":\"United States\"},\"date\":\"1985\"}],\"barcode\":\"077774600125\",\"packaging\":null,\"cover-art-archive\":{\"front\":true,\"back\":true,\"darkened\":false,\"count\":9,\"artwork\":true},\"packaging-id\":null,\"disambiguation\":\"\",\"status\":\"Official\"},{\"date\":\"1986-05\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"country\":\"GB\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"front\":true,\"back\":true,\"darkened\":false,\"count\":3,\"artwork\":true},\"packaging\":\"Jewel Case\",\"barcode\":\"\",\"asin\":\"B000002U82\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"title\":\"\",\"position\":1,\"track-count\":9}],\"title\":\"The Dark Side of the Moon\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"GB\"],\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"},\"date\":\"1986-05\"}]},{\"date\":\"1993-03-31\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"quality\":\"normal\",\"country\":\"JP\",\"disambiguation\":\"\",\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"front\":false,\"back\":false,\"artwork\":false},\"packaging\":\"Jewel Case\",\"barcode\":\"4988006683129\",\"asin\":\"B000UVIP42\",\"media\":[{\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"position\":1,\"title\":\"\"}],\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"disambiguation\":\"\",\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"sort-name\":\"Japan\"}}],\"title\":\"The Dark Side of the Moon\"},{\"country\":\"JP\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"quality\":\"normal\",\"date\":\"1993-04-28\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"4988006680951\",\"media\":[{\"discs\":[{\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"title\":\"\",\"position\":1,\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"title\":\"The Dark Side of the Moon\",\"asin\":\"B007CDVIXG\",\"release-events\":[{\"area\":{\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"sort-name\":\"Japan\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\"},\"date\":\"1993-04-28\"}],\"packaging\":\"Jewel Case\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"front\":false,\"darkened\":false,\"count\":0},\"status\":\"Official\",\"disambiguation\":\"\"},{\"packaging\":null,\"title\":\"The Dark Side of the Moon\",\"media\":[{\"discs\":[{\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"position\":1,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"asin\":\"B000064TUF\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null},\"date\":\"1996-03-27\"}],\"barcode\":\"4988006715578\",\"status\":\"Official\",\"disambiguation\":\"\",\"cover-art-archive\":{\"artwork\":true,\"count\":4,\"front\":true,\"back\":false,\"darkened\":false},\"packaging-id\":null,\"country\":\"JP\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1996-03-27\",\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\"},{\"packaging\":null,\"media\":[{\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1}],\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"type\":null,\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2000-08-30\"}],\"asin\":\"B00005HK29\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006784161\",\"status\":\"Official\",\"disambiguation\":\"\",\"cover-art-archive\":{\"count\":0,\"front\":false,\"back\":false,\"darkened\":false,\"artwork\":false},\"packaging-id\":null,\"country\":\"JP\",\"date\":\"2000-08-30\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\"},{\"barcode\":\"4988006840751\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"title\":\"\",\"position\":1,\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}]}],\"asin\":\"B000E6G6KI\",\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"type\":null,\"sort-name\":\"Japan\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"]},\"date\":\"2006-03-08\"}],\"title\":\"The Dark Side of the Moon\",\"packaging\":null,\"packaging-id\":null,\"cover-art-archive\":{\"count\":0,\"front\":false,\"back\":false,\"darkened\":false,\"artwork\":false},\"status\":\"Official\",\"disambiguation\":\"\",\"country\":\"JP\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"quality\":\"normal\",\"date\":\"2006-03-08\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"country\":\"JP\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"2006-09-06\",\"barcode\":\"4988006846586\",\"media\":[{\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9}],\"track-count\":9,\"position\":1,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\"}}],\"asin\":\"B000GUK734\",\"title\":\"The Dark Side of the Moon\",\"packaging\":null,\"packaging-id\":null,\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"back\":false,\"front\":false,\"artwork\":false},\"disambiguation\":\"\",\"status\":\"Official\"},{\"packaging\":null,\"barcode\":\"077774600125\",\"media\":[{\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9},{\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"track-count\":9,\"title\":\"\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"release-events\":[{\"date\":\"1993\",\"area\":{\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"name\":\"Canada\",\"type\":null,\"sort-name\":\"Canada\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"CA\"]}}],\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"disambiguation\":\"\",\"packaging-id\":null,\"cover-art-archive\":{\"count\":10,\"darkened\":false,\"front\":true,\"back\":true,\"artwork\":true},\"country\":\"CA\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1993\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"quality\":\"normal\"}],\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/dT0qfu73Iao5WeycmQB3MOWJ3F8-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:51 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1037", + "X-RateLimit-Reset", + "1618477613", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"b716cee176a30b568eb25996019316c0\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"sectors\":194473,\"releases\":[{\"barcode\":\"077774600125\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"asin\":\"B000002U82\",\"country\":\"US\",\"date\":\"1994\",\"disambiguation\":\"\",\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"track-count\":9}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"count\":5,\"darkened\":false,\"front\":true,\"back\":false,\"artwork\":true},\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"name\":\"United States\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"]},\"date\":\"1994\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},{\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"asin\":\"B00005HYHA\",\"barcode\":\"4988006791800\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"date\":\"2001-06-16\",\"disambiguation\":\"\",\"country\":\"JP\",\"packaging\":\"Cardboard/Paper Sleeve\",\"release-events\":[{\"date\":\"2001-06-16\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type\":null}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"title\":\"\"}],\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"cover-art-archive\":{\"front\":false,\"back\":false,\"artwork\":false,\"darkened\":false,\"count\":0},\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\"},{\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"darkened\":false,\"count\":16,\"front\":true,\"back\":true,\"artwork\":true},\"media\":[{\"position\":1,\"format\":\"CD\",\"title\":\"\",\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193242},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offset-count\":9,\"sectors\":193250,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"],\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"type\":null}}],\"country\":\"GB\",\"disambiguation\":\"\",\"date\":\"1994\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"724382975229\",\"asin\":\"B000024D4P\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\"},{\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"asin\":\"B000002U82\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"country\":\"US\",\"disambiguation\":\"\",\"date\":\"1985\",\"packaging-id\":null,\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"back\":true,\"count\":9,\"darkened\":false},\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null,\"sort-name\":\"United States\",\"name\":\"United States\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"]},\"date\":\"1985\"}],\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"],\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"type\":null}}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\"}],\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"back\":true,\"count\":3,\"darkened\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"date\":\"1986-05\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"country\":\"GB\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"asin\":\"B000002U82\",\"barcode\":\"\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\"},{\"asin\":\"B000UVIP42\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"4988006683129\",\"disambiguation\":\"\",\"date\":\"1993-03-31\",\"country\":\"JP\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]},\"date\":\"1993-03-31\"}],\"packaging\":\"Jewel Case\",\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"artwork\":false,\"back\":false,\"front\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}]}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\"},{\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"type\":null,\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\"},\"date\":\"1993-04-28\"}],\"packaging\":\"Jewel Case\",\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"front\":false,\"back\":false,\"artwork\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"position\":1,\"format\":\"CD\",\"title\":\"\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"disambiguation\":\"\",\"date\":\"1993-04-28\",\"country\":\"JP\",\"asin\":\"B007CDVIXG\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"4988006680951\"},{\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"media\":[{\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"title\":\"\"}],\"packaging-id\":null,\"cover-art-archive\":{\"back\":false,\"front\":true,\"artwork\":true,\"count\":4,\"darkened\":false},\"packaging\":null,\"release-events\":[{\"date\":\"1996-03-27\",\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\"}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"JP\",\"date\":\"1996-03-27\",\"disambiguation\":\"\",\"barcode\":\"4988006715578\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"asin\":\"B000064TUF\"},{\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"4988006784161\",\"asin\":\"B00005HK29\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"country\":\"JP\",\"disambiguation\":\"\",\"date\":\"2000-08-30\",\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"back\":false,\"front\":false,\"artwork\":false},\"packaging-id\":null,\"media\":[{\"position\":1,\"format\":\"CD\",\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"2000-08-30\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null}}],\"packaging\":null,\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"4988006840751\",\"asin\":\"B000E6G6KI\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"country\":\"JP\",\"disambiguation\":\"\",\"date\":\"2006-03-08\",\"packaging-id\":null,\"cover-art-archive\":{\"front\":false,\"back\":false,\"artwork\":false,\"count\":0,\"darkened\":false},\"media\":[{\"position\":1,\"format\":\"CD\",\"title\":\"\",\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]}}],\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"country\":\"JP\",\"date\":\"2006-09-06\",\"disambiguation\":\"\",\"barcode\":\"4988006846586\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"asin\":\"B000GUK734\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"media\":[{\"position\":1,\"format\":\"CD\",\"title\":\"\",\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"front\":false,\"back\":false,\"artwork\":false},\"packaging-id\":null,\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]}}],\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"country\":\"CA\",\"disambiguation\":\"\",\"date\":\"1993\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"077774600125\",\"asin\":\"B000002U82\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"cover-art-archive\":{\"darkened\":false,\"count\":10,\"front\":true,\"back\":true,\"artwork\":true},\"packaging-id\":null,\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"type\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"type-id\":null,\"sort-name\":\"Canada\",\"name\":\"Canada\",\"iso-3166-1-codes\":[\"CA\"],\"disambiguation\":\"\"},\"date\":\"1993\"}],\"packaging\":null}],\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/X4z7DwTJvy7TM.kmgxMsULXhXE4-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:51 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1038", + "X-RateLimit-Reset", + "1618477613", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"d2432b8e9d73c19508544a5bdade3535\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"releases\":[{\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"asin\":\"B000002U82\",\"barcode\":\"077774600125\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"date\":\"1994\",\"disambiguation\":\"\",\"country\":\"US\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"name\":\"United States\"}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\"}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"count\":5,\"darkened\":false,\"artwork\":true,\"back\":false,\"front\":true},\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\"},{\"country\":\"JP\",\"date\":\"2001-06-16\",\"disambiguation\":\"\",\"barcode\":\"4988006791800\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"asin\":\"B00005HYHA\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"media\":[{\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"title\":\"\"}],\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"cover-art-archive\":{\"back\":false,\"front\":false,\"artwork\":false,\"darkened\":false,\"count\":0},\"packaging\":\"Cardboard/Paper Sleeve\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"name\":\"Japan\"},\"date\":\"2001-06-16\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"date\":\"1994\",\"disambiguation\":\"\",\"country\":\"GB\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"asin\":\"B000024D4P\",\"barcode\":\"724382975229\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"],\"sort-name\":\"United Kingdom\",\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"type\":null},\"date\":\"1994\"}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"sectors\":193250,\"offset-count\":9,\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"track-count\":9}],\"cover-art-archive\":{\"front\":true,\"back\":true,\"artwork\":true,\"count\":16,\"darkened\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\"},{\"country\":\"US\",\"date\":\"1985\",\"disambiguation\":\"\",\"barcode\":\"077774600125\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"asin\":\"B000002U82\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405,\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9}],\"cover-art-archive\":{\"darkened\":false,\"count\":9,\"front\":true,\"back\":true,\"artwork\":true},\"packaging-id\":null,\"release-events\":[{\"date\":\"1985\",\"area\":{\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"name\":\"United States\"}}],\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"asin\":\"B000002U82\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"date\":\"1986-05\",\"country\":\"GB\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"],\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"type\":null},\"date\":\"1986-05\"}],\"packaging\":\"Jewel Case\",\"cover-art-archive\":{\"darkened\":false,\"count\":3,\"back\":true,\"front\":true,\"artwork\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\"},{\"asin\":\"B000UVIP42\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006683129\",\"disambiguation\":\"\",\"date\":\"1993-03-31\",\"country\":\"JP\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"type-id\":null,\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]},\"date\":\"1993-03-31\"}],\"packaging\":\"Jewel Case\",\"cover-art-archive\":{\"back\":false,\"front\":false,\"artwork\":false,\"darkened\":false,\"count\":0},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\"}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\"},{\"asin\":\"B007CDVIXG\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006680951\",\"disambiguation\":\"\",\"date\":\"1993-04-28\",\"country\":\"JP\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"type\":null}}],\"packaging\":\"Jewel Case\",\"cover-art-archive\":{\"front\":false,\"back\":false,\"artwork\":false,\"count\":0,\"darkened\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"title\":\"\",\"position\":1,\"format\":\"CD\"}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\"},{\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"asin\":\"B000064TUF\",\"barcode\":\"4988006715578\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"date\":\"1996-03-27\",\"disambiguation\":\"\",\"country\":\"JP\",\"release-events\":[{\"area\":{\"type\":null,\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\"},\"date\":\"1996-03-27\"}],\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}]}],\"cover-art-archive\":{\"front\":true,\"back\":false,\"artwork\":true,\"darkened\":false,\"count\":4},\"packaging-id\":null,\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\"},{\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"artwork\":false,\"front\":false,\"back\":false},\"packaging-id\":null,\"media\":[{\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"name\":\"Japan\",\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\"},\"date\":\"2000-08-30\"}],\"packaging\":null,\"country\":\"JP\",\"disambiguation\":\"\",\"date\":\"2000-08-30\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"4988006784161\",\"asin\":\"B00005HK29\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\"},{\"disambiguation\":\"\",\"date\":\"2006-03-08\",\"country\":\"JP\",\"asin\":\"B000E6G6KI\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"4988006840751\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"type\":null},\"date\":\"2006-03-08\"}],\"packaging\":null,\"cover-art-archive\":{\"front\":false,\"back\":false,\"artwork\":false,\"count\":0,\"darkened\":false},\"packaging-id\":null,\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"title\":\"\",\"format\":\"CD\",\"position\":1}]},{\"date\":\"2006-09-06\",\"disambiguation\":\"\",\"country\":\"JP\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"asin\":\"B000GUK734\",\"barcode\":\"4988006846586\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"packaging\":null,\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9}],\"packaging-id\":null,\"cover-art-archive\":{\"back\":false,\"front\":false,\"artwork\":false,\"count\":0,\"darkened\":false}},{\"asin\":\"B000002U82\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"disambiguation\":\"\",\"date\":\"1993\",\"country\":\"CA\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"date\":\"1993\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"CA\"],\"type-id\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"sort-name\":\"Canada\",\"name\":\"Canada\",\"type\":null}}],\"packaging-id\":null,\"cover-art-archive\":{\"count\":10,\"darkened\":false,\"front\":true,\"back\":true,\"artwork\":true},\"media\":[{\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\"}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\"}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/hcwQmxWsG3GdAQvfBa1SCpp4FuU-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:57 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "595", + "X-RateLimit-Reset", + "1618477617", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"bcc7dd1c941c2635f67d2e1d7f4b15ce\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"releases\":[{\"country\":\"US\",\"cover-art-archive\":{\"front\":true,\"darkened\":false,\"back\":false,\"artwork\":true,\"count\":5},\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"barcode\":\"077774600125\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"date\":\"1994\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\",\"name\":\"United States\",\"type\":null,\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"type-id\":null}}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"media\":[{\"position\":1,\"title\":\"\",\"format\":\"CD\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9,\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9,\"sectors\":193195},{\"sectors\":193325,\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9}],\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"title\":\"The Dark Side of the Moon\",\"packaging\":\"Jewel Case\",\"asin\":\"B000002U82\"},{\"status\":\"Official\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"title\":\"The Dark Side of the Moon\",\"packaging\":\"Cardboard/Paper Sleeve\",\"asin\":\"B00005HYHA\",\"country\":\"JP\",\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"artwork\":false,\"count\":0,\"front\":false},\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"barcode\":\"4988006791800\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"date\":\"2001-06-16\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2001-06-16\"}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"media\":[{\"position\":1,\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193293},{\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"sectors\":193350},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"sectors\":193035},{\"sectors\":194473,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9}]},{\"quality\":\"normal\",\"media\":[{\"track-count\":9,\"format\":\"CD\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193242},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9,\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"sectors\":193250,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"position\":1}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"iso-3166-1-codes\":[\"GB\"],\"type-id\":null,\"name\":\"United Kingdom\",\"type\":null,\"sort-name\":\"United Kingdom\"},\"date\":\"1994\"}],\"cover-art-archive\":{\"count\":16,\"artwork\":true,\"back\":true,\"darkened\":false,\"front\":true},\"country\":\"GB\",\"date\":\"1994\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"724382975229\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"packaging\":\"Jewel Case\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000024D4P\",\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\"},{\"packaging-id\":null,\"status\":\"Official\",\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"packaging\":null,\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"barcode\":\"077774600125\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"date\":\"1985\",\"country\":\"US\",\"cover-art-archive\":{\"front\":true,\"artwork\":true,\"back\":true,\"darkened\":false,\"count\":9},\"release-events\":[{\"date\":\"1985\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\",\"sort-name\":\"United States\",\"name\":\"United States\",\"type\":null,\"type-id\":null,\"iso-3166-1-codes\":[\"US\"]}}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"media\":[{\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325},{\"sectors\":192937,\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"sectors\":193405,\"offset-count\":9,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"title\":\"\",\"position\":1}],\"quality\":\"normal\"},{\"cover-art-archive\":{\"front\":true,\"back\":true,\"darkened\":false,\"artwork\":true,\"count\":3},\"country\":\"GB\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"barcode\":\"\",\"date\":\"1986-05\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"iso-3166-1-codes\":[\"GB\"],\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"type\":null},\"date\":\"1986-05\"}],\"media\":[{\"track-count\":9,\"title\":\"\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"sectors\":193293,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9,\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"packaging\":\"Jewel Case\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000002U82\"},{\"date\":\"1993-03-31\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"barcode\":\"4988006683129\",\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"back\":false,\"artwork\":false,\"front\":false},\"country\":\"JP\",\"media\":[{\"position\":1,\"track-count\":9,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format\":\"CD\"}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\"}}],\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"status\":\"Official\",\"asin\":\"B000UVIP42\",\"packaging\":\"Jewel Case\",\"title\":\"The Dark Side of the Moon\"},{\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"title\":\"The Dark Side of the Moon\",\"packaging\":\"Jewel Case\",\"asin\":\"B007CDVIXG\",\"country\":\"JP\",\"cover-art-archive\":{\"front\":false,\"count\":0,\"artwork\":false,\"back\":false,\"darkened\":false},\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"barcode\":\"4988006680951\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"date\":\"1993-04-28\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"type\":null,\"name\":\"Japan\",\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null}}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"media\":[{\"position\":1,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9,\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9,\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193410},{\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"track-count\":9}]},{\"status\":\"Official\",\"packaging-id\":null,\"title\":\"The Dark Side of the Moon\",\"packaging\":null,\"asin\":\"B000064TUF\",\"country\":\"JP\",\"cover-art-archive\":{\"artwork\":true,\"darkened\":false,\"back\":false,\"count\":4,\"front\":true},\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"barcode\":\"4988006715578\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"date\":\"1996-03-27\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"1996-03-27\",\"area\":{\"type\":null,\"name\":\"Japan\",\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\"}}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"media\":[{\"position\":1,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"title\":\"\",\"track-count\":9}]},{\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"media\":[{\"position\":1,\"track-count\":9,\"title\":\"\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193293},{\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"sectors\":193035},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9,\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193410},{\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"type\":null,\"name\":\"Japan\",\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null},\"date\":\"2000-08-30\"}],\"country\":\"JP\",\"cover-art-archive\":{\"count\":0,\"artwork\":false,\"back\":false,\"darkened\":false,\"front\":false},\"disambiguation\":\"\",\"date\":\"2000-08-30\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"barcode\":\"4988006784161\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"The Dark Side of the Moon\",\"packaging\":null,\"asin\":\"B00005HK29\",\"status\":\"Official\",\"packaging-id\":null},{\"status\":\"Official\",\"packaging-id\":null,\"title\":\"The Dark Side of the Moon\",\"packaging\":null,\"asin\":\"B000E6G6KI\",\"country\":\"JP\",\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"darkened\":false,\"count\":0,\"front\":false},\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"barcode\":\"4988006840751\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"date\":\"2006-03-08\",\"quality\":\"normal\",\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"type\":null,\"name\":\"Japan\"}}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"media\":[{\"title\":\"\",\"format\":\"CD\",\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9,\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325},{\"sectors\":192937,\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"position\":1}]},{\"quality\":\"normal\",\"media\":[{\"title\":\"\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"sectors\":193300,\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9,\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9,\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"position\":1}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"type\":null,\"name\":\"Japan\",\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\"}}],\"cover-art-archive\":{\"front\":false,\"artwork\":false,\"darkened\":false,\"back\":false,\"count\":0},\"country\":\"JP\",\"date\":\"2006-09-06\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"barcode\":\"4988006846586\",\"packaging\":null,\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000GUK734\",\"status\":\"Official\",\"packaging-id\":null},{\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"packaging\":null,\"packaging-id\":null,\"status\":\"Official\",\"release-events\":[{\"area\":{\"type\":null,\"name\":\"Canada\",\"sort-name\":\"Canada\",\"iso-3166-1-codes\":[\"CA\"],\"type-id\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"disambiguation\":\"\"},\"date\":\"1993\"}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"media\":[{\"track-count\":9,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"sectors\":193058,\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193477,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"sectors\":193275},{\"sectors\":193260,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format\":\"CD\",\"position\":1}],\"quality\":\"normal\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"barcode\":\"077774600125\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"date\":\"1993\",\"country\":\"CA\",\"cover-art-archive\":{\"front\":true,\"back\":true,\"darkened\":false,\"artwork\":true,\"count\":10}}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/eRs4VG66pPW2MqTunBs9dEZTm9A-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:57 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "594", + "X-RateLimit-Reset", + "1618477617", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"e1e42f1f1682832116b234e3114c8b53\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"releases\":[{\"country\":\"US\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"sort-name\":\"United States\",\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\",\"type-id\":null},\"date\":\"1994\"}],\"status\":\"Official\",\"media\":[{\"position\":1,\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\"}],\"cover-art-archive\":{\"count\":5,\"back\":false,\"artwork\":true,\"darkened\":false,\"front\":true},\"date\":\"1994\",\"disambiguation\":\"\",\"barcode\":\"077774600125\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\"},{\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"format\":\"CD\",\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"position\":1}],\"disambiguation\":\"\",\"cover-art-archive\":{\"back\":false,\"artwork\":false,\"count\":0,\"darkened\":false,\"front\":false},\"date\":\"2001-06-16\",\"asin\":\"B00005HYHA\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006791800\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"packaging\":\"Cardboard/Paper Sleeve\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2001-06-16\"}],\"status\":\"Official\"},{\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000024D4P\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"barcode\":\"724382975229\",\"cover-art-archive\":{\"darkened\":false,\"front\":true,\"count\":16,\"artwork\":true,\"back\":true},\"media\":[{\"position\":1,\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\"},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offset-count\":9,\"sectors\":193250},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"disambiguation\":\"\",\"date\":\"1994\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"],\"type\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\"}}],\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"GB\",\"quality\":\"normal\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\"},{\"release-events\":[{\"area\":{\"name\":\"United States\",\"sort-name\":\"United States\",\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"iso-3166-1-codes\":[\"US\"],\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"1985\"}],\"status\":\"Official\",\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"quality\":\"normal\",\"country\":\"US\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"packaging-id\":null,\"cover-art-archive\":{\"front\":true,\"darkened\":false,\"count\":9,\"back\":true,\"artwork\":true},\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9,\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"format\":\"CD\"}],\"date\":\"1985\",\"disambiguation\":\"\"},{\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"barcode\":\"\",\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"count\":3,\"artwork\":true,\"back\":true,\"darkened\":false,\"front\":true},\"media\":[{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"position\":1,\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}]}],\"date\":\"1986-05\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"type\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"iso-3166-1-codes\":[\"GB\"]}}],\"status\":\"Official\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"GB\",\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"country\":\"JP\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"status\":\"Official\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"]}}],\"media\":[{\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"cover-art-archive\":{\"darkened\":false,\"front\":false,\"count\":0,\"back\":false,\"artwork\":false},\"disambiguation\":\"\",\"date\":\"1993-03-31\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"barcode\":\"4988006683129\",\"asin\":\"B000UVIP42\",\"title\":\"The Dark Side of the Moon\"},{\"asin\":\"B007CDVIXG\",\"title\":\"The Dark Side of the Moon\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"barcode\":\"4988006680951\",\"media\":[{\"position\":1,\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260}],\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"cover-art-archive\":{\"front\":false,\"darkened\":false,\"count\":0,\"back\":false,\"artwork\":false},\"disambiguation\":\"\",\"date\":\"1993-04-28\",\"status\":\"Official\",\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\",\"type-id\":null}}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\"},{\"barcode\":\"4988006715578\",\"packaging-id\":null,\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000064TUF\",\"cover-art-archive\":{\"count\":4,\"artwork\":true,\"back\":false,\"front\":true,\"darkened\":false},\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9,\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"format\":\"CD\"}],\"disambiguation\":\"\",\"date\":\"1996-03-27\",\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"name\":\"Japan\"},\"date\":\"1996-03-27\"}],\"status\":\"Official\",\"quality\":\"normal\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"country\":\"JP\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"2000-08-30\"}],\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"barcode\":\"4988006784161\",\"packaging-id\":null,\"asin\":\"B00005HK29\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"count\":0,\"back\":false,\"artwork\":false,\"front\":false,\"darkened\":false},\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"track-count\":9,\"position\":1,\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\"}],\"disambiguation\":\"\",\"date\":\"2000-08-30\"},{\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"disambiguation\":\"\"}}],\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000E6G6KI\",\"barcode\":\"4988006840751\",\"packaging-id\":null,\"disambiguation\":\"\",\"media\":[{\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"format\":\"CD\"}],\"cover-art-archive\":{\"front\":false,\"darkened\":false,\"back\":false,\"artwork\":false,\"count\":0},\"date\":\"2006-03-08\"},{\"status\":\"Official\",\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"sort-name\":\"Japan\",\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"disambiguation\":\"\"}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"quality\":\"normal\",\"asin\":\"B000GUK734\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006846586\",\"packaging-id\":null,\"cover-art-archive\":{\"back\":false,\"artwork\":false,\"count\":0,\"front\":false,\"darkened\":false},\"media\":[{\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"position\":1}],\"date\":\"2006-09-06\",\"disambiguation\":\"\"},{\"status\":\"Official\",\"release-events\":[{\"area\":{\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"type\":null,\"iso-3166-1-codes\":[\"CA\"],\"sort-name\":\"Canada\",\"name\":\"Canada\",\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"1993\"}],\"country\":\"CA\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"packaging-id\":null,\"barcode\":\"077774600125\",\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"count\":10,\"artwork\":true,\"back\":true,\"front\":true,\"darkened\":false},\"media\":[{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"position\":1,\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"date\":\"1993\",\"disambiguation\":\"\"}],\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/iyuUxXxwVb95qzws9gT.0p.NNS0-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:57 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "591", + "X-RateLimit-Reset", + "1618477617", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"da75af9812f7638d23c43e54242f082f\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"releases\":[{\"release-events\":[{\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":null,\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"1994\"}],\"packaging\":\"Jewel Case\",\"cover-art-archive\":{\"back\":false,\"artwork\":true,\"front\":true,\"count\":5,\"darkened\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"asin\":\"B000002U82\",\"media\":[{\"track-count\":9,\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1}],\"date\":\"1994\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"disambiguation\":\"\",\"barcode\":\"077774600125\",\"country\":\"US\",\"title\":\"The Dark Side of the Moon\"},{\"date\":\"2001-06-16\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"title\":\"\"}],\"asin\":\"B00005HYHA\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006791800\",\"country\":\"JP\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"artwork\":false,\"back\":false,\"front\":false},\"packaging\":\"Cardboard/Paper Sleeve\",\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\"},\"date\":\"2001-06-16\"}],\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"quality\":\"normal\"},{\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"cover-art-archive\":{\"front\":true,\"artwork\":true,\"back\":true,\"count\":16,\"darkened\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"}}],\"barcode\":\"724382975229\",\"country\":\"GB\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"1994\",\"asin\":\"B000024D4P\",\"media\":[{\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193242,\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193250,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"offset-count\":9,\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9,\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}]},{\"asin\":\"B000002U82\",\"media\":[{\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1}],\"date\":\"1985\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"barcode\":\"077774600125\",\"country\":\"US\",\"title\":\"The Dark Side of the Moon\",\"packaging\":null,\"release-events\":[{\"date\":\"1985\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"sort-name\":\"United States\",\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"}}],\"cover-art-archive\":{\"front\":true,\"artwork\":true,\"back\":true,\"darkened\":false,\"count\":9},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"packaging-id\":null,\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\"},{\"media\":[{\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"title\":\"\",\"track-count\":9}],\"asin\":\"B000002U82\",\"date\":\"1986-05\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"country\":\"GB\",\"barcode\":\"\",\"release-events\":[{\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"1986-05\"}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"artwork\":true,\"back\":true,\"front\":true,\"darkened\":false,\"count\":3},\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\"},{\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"back\":false,\"artwork\":false,\"front\":false,\"count\":0,\"darkened\":false},\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006683129\",\"country\":\"JP\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"title\":\"\",\"track-count\":9,\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B000UVIP42\",\"date\":\"1993-03-31\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"front\":false,\"back\":false,\"artwork\":false,\"darkened\":false,\"count\":0},\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\"}}],\"packaging\":\"Jewel Case\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"date\":\"1993-04-28\",\"media\":[{\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9}],\"asin\":\"B007CDVIXG\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006680951\",\"country\":\"JP\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"status\":\"Official\"},{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"disambiguation\":\"\",\"country\":\"JP\",\"barcode\":\"4988006715578\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000064TUF\",\"media\":[{\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1}],\"date\":\"1996-03-27\",\"quality\":\"normal\",\"packaging-id\":null,\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"release-events\":[{\"date\":\"1996-03-27\",\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"packaging\":null,\"cover-art-archive\":{\"artwork\":true,\"back\":false,\"front\":true,\"count\":4,\"darkened\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"packaging\":null,\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2000-08-30\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"front\":false,\"artwork\":false,\"back\":false,\"count\":0,\"darkened\":false},\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"packaging-id\":null,\"quality\":\"normal\",\"media\":[{\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1}],\"asin\":\"B00005HK29\",\"date\":\"2000-08-30\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"title\":\"The Dark Side of the Moon\",\"country\":\"JP\",\"barcode\":\"4988006784161\"},{\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"barcode\":\"4988006840751\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B000E6G6KI\",\"media\":[{\"track-count\":9,\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\"}],\"date\":\"2006-03-08\",\"quality\":\"normal\",\"packaging-id\":null,\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"packaging\":null,\"release-events\":[{\"date\":\"2006-03-08\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\"}}],\"cover-art-archive\":{\"back\":false,\"artwork\":false,\"front\":false,\"count\":0,\"darkened\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"country\":\"JP\",\"barcode\":\"4988006846586\",\"media\":[{\"title\":\"\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"track-count\":9,\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B000GUK734\",\"date\":\"2006-09-06\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"packaging-id\":null,\"quality\":\"normal\",\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type\":null,\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"2006-09-06\"}],\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"front\":false,\"darkened\":false,\"count\":0}},{\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"iso-3166-1-codes\":[\"CA\"],\"sort-name\":\"Canada\",\"name\":\"Canada\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\"},\"date\":\"1993\"}],\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"darkened\":false,\"count\":10,\"front\":true,\"artwork\":true,\"back\":true},\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"quality\":\"normal\",\"packaging-id\":null,\"media\":[{\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"title\":\"\",\"track-count\":9}],\"asin\":\"B000002U82\",\"date\":\"1993\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"country\":\"CA\"}],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/mWEN0CB96pflhED60JyFNhrEvMc-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:57 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "592", + "X-RateLimit-Reset", + "1618477617", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"48b181f53bcff53ababa303f1ec2c6eb\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"releases\":[{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"darkened\":false,\"count\":5,\"front\":true,\"back\":false,\"artwork\":true},\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"}}],\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"date\":\"1994\",\"media\":[{\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"track-count\":9}],\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"country\":\"US\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"barcode\":\"4988006791800\",\"country\":\"JP\",\"title\":\"The Dark Side of the Moon\",\"asin\":\"B00005HYHA\",\"media\":[{\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9,\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"date\":\"2001-06-16\",\"quality\":\"normal\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"packaging\":\"Cardboard/Paper Sleeve\",\"release-events\":[{\"area\":{\"type\":null,\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"disambiguation\":\"\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2001-06-16\"}],\"cover-art-archive\":{\"darkened\":false,\"count\":0,\"front\":false,\"artwork\":false,\"back\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"type\":null,\"iso-3166-1-codes\":[\"GB\"],\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"disambiguation\":\"\",\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"},\"date\":\"1994\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"front\":true,\"artwork\":true,\"back\":true,\"count\":16,\"darkened\":false},\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"title\":\"The Dark Side of the Moon\",\"barcode\":\"724382975229\",\"country\":\"GB\",\"media\":[{\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offset-count\":9,\"sectors\":193250,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158]},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\"}],\"asin\":\"B000024D4P\",\"date\":\"1994\"},{\"release-events\":[{\"date\":\"1985\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"}}],\"packaging\":null,\"cover-art-archive\":{\"front\":true,\"artwork\":true,\"back\":true,\"count\":9,\"darkened\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"packaging-id\":null,\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"asin\":\"B000002U82\",\"media\":[{\"title\":\"\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"date\":\"1985\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"disambiguation\":\"\",\"country\":\"US\",\"barcode\":\"077774600125\",\"title\":\"The Dark Side of the Moon\"},{\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"quality\":\"normal\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"cover-art-archive\":{\"darkened\":false,\"count\":3,\"front\":true,\"artwork\":true,\"back\":true},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"},\"date\":\"1986-05\"}],\"packaging\":\"Jewel Case\",\"country\":\"GB\",\"barcode\":\"\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"date\":\"1986-05\",\"asin\":\"B000002U82\",\"media\":[{\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1}]},{\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"front\":false,\"count\":0,\"darkened\":false},\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"title\":\"The Dark Side of the Moon\",\"country\":\"JP\",\"barcode\":\"4988006683129\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"date\":\"1993-03-31\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"title\":\"\",\"track-count\":9,\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B000UVIP42\"},{\"asin\":\"B007CDVIXG\",\"media\":[{\"track-count\":9,\"title\":\"\",\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1}],\"date\":\"1993-04-28\",\"status\":\"Official\",\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"country\":\"JP\",\"barcode\":\"4988006680951\",\"title\":\"The Dark Side of the Moon\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"1993-04-28\"}],\"cover-art-archive\":{\"front\":false,\"artwork\":false,\"back\":false,\"count\":0,\"darkened\":false},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\"},{\"packaging\":null,\"release-events\":[{\"date\":\"1996-03-27\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\"}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":4,\"darkened\":false,\"back\":false,\"artwork\":true,\"front\":true},\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"quality\":\"normal\",\"packaging-id\":null,\"media\":[{\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"track-count\":9}],\"asin\":\"B000064TUF\",\"date\":\"1996-03-27\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"country\":\"JP\",\"barcode\":\"4988006715578\"},{\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006784161\",\"country\":\"JP\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"title\":\"\"}],\"asin\":\"B00005HK29\",\"date\":\"2000-08-30\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"packaging-id\":null,\"quality\":\"normal\",\"packaging\":null,\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2000-08-30\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"front\":false,\"back\":false,\"artwork\":false,\"count\":0,\"darkened\":false}},{\"country\":\"JP\",\"barcode\":\"4988006840751\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"disambiguation\":\"\",\"date\":\"2006-03-08\",\"asin\":\"B000E6G6KI\",\"media\":[{\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"title\":\"\",\"track-count\":9}],\"packaging-id\":null,\"quality\":\"normal\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"cover-art-archive\":{\"front\":false,\"back\":false,\"artwork\":false,\"darkened\":false,\"count\":0},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\"},\"date\":\"2006-03-08\"}],\"packaging\":null},{\"barcode\":\"4988006846586\",\"country\":\"JP\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"disambiguation\":\"\",\"date\":\"2006-09-06\",\"asin\":\"B000GUK734\",\"media\":[{\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9}],\"quality\":\"normal\",\"packaging-id\":null,\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"cover-art-archive\":{\"front\":false,\"artwork\":false,\"back\":false,\"darkened\":false,\"count\":0},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null},\"date\":\"2006-09-06\"}],\"packaging\":null},{\"release-events\":[{\"area\":{\"type\":null,\"iso-3166-1-codes\":[\"CA\"],\"sort-name\":\"Canada\",\"name\":\"Canada\",\"type-id\":null,\"disambiguation\":\"\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\"},\"date\":\"1993\"}],\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":10,\"darkened\":false,\"front\":true,\"back\":true,\"artwork\":true},\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"quality\":\"normal\",\"packaging-id\":null,\"media\":[{\"title\":\"\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"asin\":\"B000002U82\",\"date\":\"1993\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"country\":\"CA\"}],\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/jmIgyOvnkIgc_1nIfGOzq1tZy.g-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:57 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "593", + "X-RateLimit-Reset", + "1618477617", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"78594c1a0d3cea1bbcbf5b11926d85fe\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"releases\":[{\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"darkened\":false,\"count\":5,\"artwork\":true,\"front\":true,\"back\":false},\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"name\":\"United States\",\"type\":null},\"date\":\"1994\"}],\"country\":\"US\",\"disambiguation\":\"\",\"date\":\"1994\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"asin\":\"B000002U82\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\"},{\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9}],\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"artwork\":false,\"front\":false,\"back\":false},\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"release-events\":[{\"area\":{\"type\":null,\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\"},\"date\":\"2001-06-16\"}],\"packaging\":\"Cardboard/Paper Sleeve\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"barcode\":\"4988006791800\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"asin\":\"B00005HYHA\",\"country\":\"JP\",\"date\":\"2001-06-16\",\"disambiguation\":\"\"},{\"disambiguation\":\"\",\"date\":\"1994\",\"country\":\"GB\",\"asin\":\"B000024D4P\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"724382975229\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"type\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\"}}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"front\":true,\"back\":true,\"artwork\":true,\"darkened\":false,\"count\":16},\"media\":[{\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477},{\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offset-count\":9,\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offset-count\":9,\"sectors\":193250,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\"}]},{\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"asin\":\"B000002U82\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"country\":\"US\",\"disambiguation\":\"\",\"date\":\"1985\",\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"back\":true,\"count\":9,\"darkened\":false},\"packaging-id\":null,\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offset-count\":9,\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}]}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"1985\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"sort-name\":\"United States\",\"type\":null}}],\"packaging\":null,\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"],\"type-id\":null,\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\",\"type\":null},\"date\":\"1986-05\"}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"count\":3,\"darkened\":false,\"front\":true,\"back\":true,\"artwork\":true},\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"asin\":\"B000002U82\",\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"date\":\"1986-05\",\"country\":\"GB\"},{\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"front\":false,\"back\":false,\"artwork\":false,\"darkened\":false,\"count\":0},\"media\":[{\"track-count\":9,\"discs\":[{\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"title\":\"\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"type\":null,\"type-id\":null,\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"disambiguation\":\"\"},\"date\":\"1993-03-31\"}],\"country\":\"JP\",\"disambiguation\":\"\",\"date\":\"1993-03-31\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"4988006683129\",\"asin\":\"B000UVIP42\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\"},{\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"type\":null},\"date\":\"1993-04-28\"}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9},{\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"title\":\"\",\"position\":1,\"format\":\"CD\"}],\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"front\":false,\"back\":false,\"artwork\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"date\":\"1993-04-28\",\"disambiguation\":\"\",\"country\":\"JP\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"asin\":\"B007CDVIXG\",\"barcode\":\"4988006680951\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\"},{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"packaging\":null,\"release-events\":[{\"date\":\"1996-03-27\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type\":null}}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"media\":[{\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\"}],\"packaging-id\":null,\"cover-art-archive\":{\"darkened\":false,\"count\":4,\"artwork\":true,\"front\":true,\"back\":false},\"date\":\"1996-03-27\",\"disambiguation\":\"\",\"country\":\"JP\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"asin\":\"B000064TUF\",\"barcode\":\"4988006715578\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\"},{\"country\":\"JP\",\"date\":\"2000-08-30\",\"disambiguation\":\"\",\"barcode\":\"4988006784161\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"asin\":\"B00005HK29\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410},{\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"title\":\"\"}],\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"front\":false,\"count\":0,\"darkened\":false},\"packaging-id\":null,\"release-events\":[{\"area\":{\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"sort-name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]},\"date\":\"2000-08-30\"}],\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"packaging-id\":null,\"cover-art-archive\":{\"back\":false,\"front\":false,\"artwork\":false,\"darkened\":false,\"count\":0},\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9},{\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":null,\"release-events\":[{\"area\":{\"name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]},\"date\":\"2006-03-08\"}],\"country\":\"JP\",\"disambiguation\":\"\",\"date\":\"2006-03-08\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"4988006840751\",\"asin\":\"B000E6G6KI\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\"},{\"country\":\"JP\",\"date\":\"2006-09-06\",\"disambiguation\":\"\",\"barcode\":\"4988006846586\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"asin\":\"B000GUK734\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070},{\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9},{\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260}],\"title\":\"\",\"position\":1,\"format\":\"CD\"}],\"cover-art-archive\":{\"artwork\":false,\"back\":false,\"front\":false,\"count\":0,\"darkened\":false},\"packaging-id\":null,\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"JP\"]}}],\"packaging\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"disambiguation\":\"\",\"date\":\"1993\",\"country\":\"CA\",\"asin\":\"B000002U82\",\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"1993\",\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"CA\"],\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"type-id\":null,\"sort-name\":\"Canada\",\"name\":\"Canada\",\"type\":null}}],\"packaging\":null,\"cover-art-archive\":{\"back\":true,\"front\":true,\"artwork\":true,\"count\":10,\"darkened\":false},\"packaging-id\":null,\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9},{\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9}]}]}],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/ZODzHFPuY6DfakUIAd7bTSne224-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:02 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "693", + "X-RateLimit-Reset", + "1618477623", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"ac03d264dd67c32d4827756b3ae25c95\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offset-count\":9,\"id\":\"ZODzHFPuY6DfakUIAd7bTSne224-\",\"offsets\":[150,17612,33707,65605,87132,115807,151092,166517,183805],\"releases\":[{\"asin\":null,\"id\":\"106ec6c3-1a30-336f-9572-65cc0e47109d\",\"title\":\"The Dark Side of the Moon\",\"quality\":\"normal\",\"barcode\":\"\",\"disambiguation\":\"\",\"date\":\"1984-08\",\"country\":\"GB\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"type\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type-id\":null,\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\"},\"date\":\"1984-08\"}],\"packaging\":\"Jewel Case\",\"cover-art-archive\":{\"front\":true,\"back\":true,\"artwork\":true,\"count\":10,\"darkened\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"discs\":[{\"offsets\":[150,17612,33707,65605,87132,115807,151092,166517,183805],\"sectors\":192850,\"offset-count\":9,\"id\":\"ZODzHFPuY6DfakUIAd7bTSne224-\"},{\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"position\":1,\"title\":\"\"}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\"},{\"disambiguation\":\"\",\"date\":\"\",\"country\":\"AU\",\"asin\":null,\"id\":\"9ad63cc8-f56e-426d-9eec-6b8f606b879d\",\"quality\":\"normal\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"0077774600125\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"type\":null,\"type-id\":null,\"sort-name\":\"Australia\",\"id\":\"106e0bec-b638-3b37-b731-f53d507dc00e\",\"name\":\"Australia\",\"iso-3166-1-codes\":[\"AU\"],\"disambiguation\":\"\"},\"date\":\"\"}],\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"back\":false,\"front\":false,\"artwork\":false,\"darkened\":false,\"count\":0},\"media\":[{\"position\":1,\"format\":\"CD\",\"title\":\"\",\"discs\":[{\"offset-count\":9,\"id\":\"ZODzHFPuY6DfakUIAd7bTSne224-\",\"offsets\":[150,17612,33707,65605,87132,115807,151092,166517,183805],\"sectors\":192850}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}]}],\"sectors\":192850}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/vnTnHXtoa0q35uGdb80jCbMY0fI-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:02 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "696", + "X-RateLimit-Reset", + "1618477623", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"76828555c0c75c102a99eabddcaa0f8d\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"releases\":[{\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"asin\":\"B000002U82\",\"barcode\":\"077774600125\",\"packaging\":\"Jewel Case\",\"media\":[{\"position\":1,\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}]}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"US\",\"date\":\"1994\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"disambiguation\":\"\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"sort-name\":\"United States\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\"}}],\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"count\":5,\"back\":false,\"darkened\":false}},{\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"2001-06-16\",\"country\":\"JP\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"asin\":\"B00005HYHA\",\"barcode\":\"4988006791800\",\"packaging\":\"Cardboard/Paper Sleeve\",\"media\":[{\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1,\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"name\":\"Japan\"},\"date\":\"2001-06-16\"}],\"quality\":\"normal\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"disambiguation\":\"\",\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"count\":0,\"front\":false,\"artwork\":false},\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1994\",\"country\":\"GB\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"asin\":\"B000024D4P\",\"packaging\":\"Jewel Case\",\"media\":[{\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\"},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\",\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"sectors\":193250,\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"position\":1}],\"barcode\":\"724382975229\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"back\":true,\"darkened\":false,\"artwork\":true,\"count\":16,\"front\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"release-events\":[{\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"disambiguation\":\"\",\"sort-name\":\"United Kingdom\",\"type\":null,\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"type-id\":null},\"date\":\"1994\"}],\"quality\":\"normal\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"disambiguation\":\"\"},{\"packaging-id\":null,\"cover-art-archive\":{\"front\":true,\"count\":9,\"artwork\":true,\"darkened\":false,\"back\":true},\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"disambiguation\":\"\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null,\"name\":\"United States\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\"},\"date\":\"1985\"}],\"quality\":\"normal\",\"asin\":\"B000002U82\",\"barcode\":\"077774600125\",\"packaging\":null,\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405,\"offset-count\":9},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1985\",\"country\":\"US\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\"},{\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"asin\":\"B000002U82\",\"barcode\":\"\",\"media\":[{\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offset-count\":9,\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"date\":\"1986-05\",\"country\":\"GB\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"type\":null,\"name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"type-id\":null,\"sort-name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"disambiguation\":\"\"}}],\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"darkened\":false,\"back\":true,\"front\":true,\"count\":3,\"artwork\":true}},{\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"date\":\"1993-03-31\",\"asin\":\"B000UVIP42\",\"barcode\":\"4988006683129\",\"packaging\":\"Jewel Case\",\"media\":[{\"title\":\"\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"type-id\":null,\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\",\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"}}],\"quality\":\"normal\",\"disambiguation\":\"\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"front\":false,\"count\":0,\"artwork\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"JP\",\"date\":\"1993-04-28\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"asin\":\"B007CDVIXG\",\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"sectors\":193275},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"position\":1,\"format\":\"CD\",\"track-count\":9,\"title\":\"\"}],\"barcode\":\"4988006680951\",\"packaging\":\"Jewel Case\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"front\":false,\"count\":0,\"artwork\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type-id\":null,\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"]}}],\"quality\":\"normal\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"disambiguation\":\"\"},{\"barcode\":\"4988006715578\",\"packaging\":null,\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offset-count\":9,\"sectors\":193445},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"position\":1,\"track-count\":9,\"format\":\"CD\",\"title\":\"\"}],\"asin\":\"B000064TUF\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"1996-03-27\",\"country\":\"JP\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"packaging-id\":null,\"cover-art-archive\":{\"artwork\":true,\"front\":true,\"count\":4,\"back\":false,\"darkened\":false},\"disambiguation\":\"\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"quality\":\"normal\",\"release-events\":[{\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\",\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null},\"date\":\"1996-03-27\"}]},{\"release-events\":[{\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"name\":\"Japan\",\"sort-name\":\"Japan\",\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\"},\"date\":\"2000-08-30\"}],\"quality\":\"normal\",\"disambiguation\":\"\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"count\":0,\"front\":false,\"artwork\":false},\"packaging-id\":null,\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"2000-08-30\",\"country\":\"JP\",\"asin\":\"B00005HK29\",\"packaging\":null,\"barcode\":\"4988006784161\",\"media\":[{\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"format\":\"CD\",\"track-count\":9,\"title\":\"\",\"position\":1}]},{\"disambiguation\":\"\",\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"sort-name\":\"Japan\",\"type-id\":null,\"name\":\"Japan\",\"type\":null,\"iso-3166-1-codes\":[\"JP\"]},\"date\":\"2006-03-08\"}],\"quality\":\"normal\",\"packaging-id\":null,\"cover-art-archive\":{\"count\":0,\"front\":false,\"artwork\":false,\"darkened\":false,\"back\":false},\"title\":\"The Dark Side of the Moon\",\"status\":\"Official\",\"asin\":\"B000E6G6KI\",\"barcode\":\"4988006840751\",\"packaging\":null,\"media\":[{\"position\":1,\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"sectors\":193443,\"offset-count\":9,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035},{\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\",\"date\":\"2006-03-08\"},{\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"country\":\"JP\",\"date\":\"2006-09-06\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"asin\":\"B000GUK734\",\"barcode\":\"4988006846586\",\"media\":[{\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9,\"sectors\":193300},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"sectors\":192937,\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9,\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"position\":1}],\"packaging\":null,\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"name\":\"Japan\",\"type-id\":null,\"sort-name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\"}}],\"quality\":\"normal\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"disambiguation\":\"\",\"cover-art-archive\":{\"back\":false,\"darkened\":false,\"artwork\":false,\"count\":0,\"front\":false},\"packaging-id\":null},{\"quality\":\"normal\",\"release-events\":[{\"area\":{\"type\":null,\"iso-3166-1-codes\":[\"CA\"],\"name\":\"Canada\",\"type-id\":null,\"sort-name\":\"Canada\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"disambiguation\":\"\"},\"date\":\"1993\"}],\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"disambiguation\":\"\",\"cover-art-archive\":{\"front\":true,\"count\":10,\"artwork\":true,\"darkened\":false,\"back\":true},\"packaging-id\":null,\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"country\":\"CA\",\"date\":\"1993\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"077774600125\",\"packaging\":null,\"media\":[{\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477},{\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937,\"offset-count\":9},{\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"sectors\":193477,\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"format\":\"CD\",\"title\":\"\",\"position\":1}],\"asin\":\"B000002U82\"}],\"sectors\":193260,\"offset-count\":9}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/tH_cY6hcuSDeTuG6GSWI4wp_x6E-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:02 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "605", + "X-RateLimit-Reset", + "1618477622", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"26ea3e67c04d0d68b8a40a685268511d\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"releases\":[{\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"077774600125\",\"status\":\"Official\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\",\"name\":\"United States\",\"type\":null,\"sort-name\":\"United States\"},\"date\":\"1994\"}],\"date\":\"1994\",\"country\":\"US\",\"id\":\"25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"cover-art-archive\":{\"front\":true,\"count\":5,\"back\":false,\"artwork\":true,\"darkened\":false},\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"media\":[{\"position\":1,\"title\":\"\",\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"sectors\":194476,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"sectors\":193300},{\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"sectors\":193292},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"sectors\":193445},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"sectors\":193035,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193410},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193477,\"offset-count\":9,\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193260}]}],\"asin\":\"B000002U82\",\"quality\":\"normal\"},{\"quality\":\"normal\",\"asin\":\"B00005HYHA\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"sectors\":193242,\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offset-count\":9,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"sectors\":193445},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"title\":\"\",\"position\":1,\"format\":\"CD\"}],\"cover-art-archive\":{\"back\":false,\"count\":0,\"front\":false,\"darkened\":false,\"artwork\":false},\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"country\":\"JP\",\"id\":\"1295cd4c-bcee-33ac-8b1b-48c98c04718e\",\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"status\":\"Official\",\"release-events\":[{\"area\":{\"name\":\"Japan\",\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null,\"sort-name\":\"Japan\",\"type\":null},\"date\":\"2001-06-16\"}],\"packaging\":\"Cardboard/Paper Sleeve\",\"date\":\"2001-06-16\",\"barcode\":\"4988006791800\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\"},{\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"barcode\":\"724382975229\",\"date\":\"1994\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1994\",\"area\":{\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\",\"name\":\"United Kingdom\",\"type\":null,\"sort-name\":\"United Kingdom\"}}],\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"id\":\"68e536bc-a621-3d82-b3ba-b6923617a168\",\"country\":\"GB\",\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"cover-art-archive\":{\"artwork\":true,\"darkened\":false,\"count\":16,\"back\":true,\"front\":true},\"media\":[{\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"title\":\"\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"sectors\":193445,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155]},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"offset-count\":9,\"sectors\":193300},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9,\"sectors\":193242},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Shfgg9YX8XIN7dxRuCPTSkJ_7dc-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443,\"offset-count\":9},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"sectors\":193250,\"offset-count\":9,\"offsets\":[150,17984,34108,65968,87496,116180,151448,166872,184158],\"id\":\"gLGzJFKe7VOF9K9zASS1q8aH7jw-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"offset-count\":9,\"sectors\":192937,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9}]}],\"asin\":\"B000024D4P\",\"quality\":\"normal\"},{\"cover-art-archive\":{\"front\":true,\"back\":true,\"count\":9,\"darkened\":false,\"artwork\":true},\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"sectors\":193477},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"sectors\":193599,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9,\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":192955},{\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405,\"offset-count\":9},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"position\":1,\"format\":\"CD\",\"title\":\"\",\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"quality\":\"normal\",\"asin\":\"B000002U82\",\"barcode\":\"077774600125\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"release-events\":[{\"date\":\"1985\",\"area\":{\"name\":\"United States\",\"disambiguation\":\"\",\"type-id\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"iso-3166-1-codes\":[\"US\"],\"type\":null,\"sort-name\":\"United States\"}}],\"packaging\":null,\"date\":\"1985\",\"country\":\"US\",\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"packaging-id\":null},{\"id\":\"dfd839f7-4741-36cf-af82-a1a1e797714e\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"country\":\"GB\",\"status\":\"Official\",\"date\":\"1986-05\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1986-05\",\"area\":{\"sort-name\":\"United Kingdom\",\"type\":null,\"disambiguation\":\"\",\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"iso-3166-1-codes\":[\"GB\"],\"type-id\":null}}],\"barcode\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"No barcode; on the CD: Made in U.K.\",\"quality\":\"normal\",\"asin\":\"B000002U82\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"sectors\":193477},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477,\"offset-count\":9,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"sectors\":193058},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"sectors\":193292},{\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"sectors\":193445,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"sectors\":193443,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200]},{\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"sectors\":193035,\"offset-count\":9,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"sectors\":194473,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offset-count\":9,\"sectors\":192955,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193260}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"position\":1,\"title\":\"\",\"format\":\"CD\"}],\"cover-art-archive\":{\"front\":true,\"count\":3,\"back\":true,\"artwork\":true,\"darkened\":false},\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\"},{\"quality\":\"normal\",\"asin\":\"B000UVIP42\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"title\":\"The Dark Side of the Moon\",\"cover-art-archive\":{\"artwork\":false,\"darkened\":false,\"front\":false,\"count\":0,\"back\":false},\"media\":[{\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1,\"format\":\"CD\",\"title\":\"\",\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"offset-count\":9,\"sectors\":193445},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193293,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"sectors\":193242,\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"sectors\":193477,\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"sectors\":193350,\"offset-count\":9,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"sectors\":193445,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"offset-count\":9,\"sectors\":193035},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"sectors\":192937,\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815]},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193410},{\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"offset-count\":9,\"sectors\":193275,\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"date\":\"1993-03-31\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1993-03-31\",\"area\":{\"disambiguation\":\"\",\"name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"type\":null,\"sort-name\":\"Japan\"}}],\"status\":\"Official\",\"id\":\"58fd6184-9753-3843-8cee-b79507583298\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"country\":\"JP\",\"barcode\":\"4988006683129\",\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"},{\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"sectors\":193477},{\"sectors\":193300,\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9,\"sectors\":193242},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"sectors\":193070,\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"sectors\":193058},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117]},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"offset-count\":9,\"sectors\":193085,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193443},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195,\"offset-count\":9,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"sectors\":192937,\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"sectors\":193275,\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"sectors\":193260,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"format\":\"CD\",\"position\":1,\"title\":\"\"}],\"cover-art-archive\":{\"darkened\":false,\"artwork\":false,\"back\":false,\"count\":0,\"front\":false},\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"asin\":\"B007CDVIXG\",\"quality\":\"normal\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"barcode\":\"4988006680951\",\"id\":\"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"country\":\"JP\",\"status\":\"Official\",\"date\":\"1993-04-28\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"date\":\"1993-04-28\",\"area\":{\"type\":null,\"sort-name\":\"Japan\",\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"name\":\"Japan\",\"disambiguation\":\"\"}}]},{\"quality\":\"normal\",\"asin\":\"B000064TUF\",\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194476},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293,\"offset-count\":9},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"sectors\":193242,\"offset-count\":9,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"sectors\":193350,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"sectors\":193058,\"offset-count\":9,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"sectors\":193443,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9,\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\"},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"sectors\":193195,\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\"},{\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"sectors\":192937,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"sectors\":193260,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"cover-art-archive\":{\"front\":true,\"back\":false,\"count\":4,\"darkened\":false,\"artwork\":true},\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"title\":\"The Dark Side of the Moon\",\"id\":\"556e8d5d-6cbc-3292-ba42-3d8408c5977c\",\"packaging-id\":null,\"country\":\"JP\",\"status\":\"Official\",\"packaging\":null,\"date\":\"1996-03-27\",\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null},\"date\":\"1996-03-27\"}],\"barcode\":\"4988006715578\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\"},{\"barcode\":\"4988006784161\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"id\":\"aaf8e5cb-bd5d-33f9-ac7b-f8e4402070ab\",\"packaging-id\":null,\"country\":\"JP\",\"date\":\"2000-08-30\",\"packaging\":null,\"release-events\":[{\"date\":\"2000-08-30\",\"area\":{\"sort-name\":\"Japan\",\"type\":null,\"disambiguation\":\"\",\"name\":\"Japan\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null}}],\"status\":\"Official\",\"media\":[{\"position\":1,\"title\":\"\",\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"sectors\":194476,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193293},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"sectors\":193477,\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\"},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902]},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445},{\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\",\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597]},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"offset-count\":9,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\",\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635]},{\"offset-count\":9,\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193443,\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"offset-count\":9,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"offset-count\":9,\"sectors\":193195,\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"offset-count\":9,\"sectors\":193325},{\"sectors\":192937,\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"sectors\":192955,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193260,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"cover-art-archive\":{\"front\":false,\"back\":false,\"count\":0,\"darkened\":false,\"artwork\":false},\"quality\":\"normal\",\"asin\":\"B00005HK29\"},{\"id\":\"d78ce42f-3a88-39fb-80d2-2d22bea0d358\",\"packaging-id\":null,\"country\":\"JP\",\"status\":\"Official\",\"packaging\":null,\"release-events\":[{\"area\":{\"sort-name\":\"Japan\",\"type\":null,\"name\":\"Japan\",\"disambiguation\":\"\",\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"type-id\":null},\"date\":\"2006-03-08\"}],\"date\":\"2006-03-08\",\"barcode\":\"4988006840751\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"quality\":\"normal\",\"asin\":\"B000E6G6KI\",\"media\":[{\"discs\":[{\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123]},{\"sectors\":193293,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\",\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193300,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9,\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120]},{\"sectors\":193070,\"offset-count\":9,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"offset-count\":9,\"sectors\":193292},{\"offset-count\":9,\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445},{\"offset-count\":9,\"sectors\":193085,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"offset-count\":9,\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"sectors\":193599,\"offset-count\":9,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9,\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"sectors\":194473},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"sectors\":193195,\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"offset-count\":9,\"sectors\":192937},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193410,\"offset-count\":9,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\"},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"format\":\"CD\",\"position\":1,\"title\":\"\",\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"}],\"cover-art-archive\":{\"front\":false,\"count\":0,\"back\":false,\"artwork\":false,\"darkened\":false},\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"barcode\":\"4988006846586\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"id\":\"68edcb7b-02d9-3781-9a29-ff59554521f4\",\"packaging-id\":null,\"country\":\"JP\",\"status\":\"Official\",\"packaging\":null,\"date\":\"2006-09-06\",\"release-events\":[{\"date\":\"2006-09-06\",\"area\":{\"type\":null,\"sort-name\":\"Japan\",\"type-id\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"disambiguation\":\"\"}}],\"media\":[{\"discs\":[{\"offset-count\":9,\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445,\"offset-count\":9,\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"sectors\":193477,\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"offset-count\":9,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\"},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"sectors\":193242,\"offset-count\":9,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"offset-count\":9,\"sectors\":193477},{\"offset-count\":9,\"sectors\":193350,\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offset-count\":9,\"sectors\":193070,\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"offset-count\":9,\"sectors\":193058,\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\"},{\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200]},{\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\",\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"offset-count\":9,\"sectors\":193445,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\"},{\"sectors\":193085,\"offset-count\":9,\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998],\"sectors\":193516,\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\"},{\"sectors\":193443,\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"sectors\":193599,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\"},{\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9,\"sectors\":194473,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383]},{\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\"},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9,\"sectors\":193325,\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087]},{\"sectors\":192937,\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"sectors\":193410,\"offset-count\":9,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":192955},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"sectors\":193275,\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}],\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"position\":1,\"format\":\"CD\"}],\"cover-art-archive\":{\"darkened\":false,\"artwork\":false,\"front\":false,\"back\":false,\"count\":0},\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"quality\":\"normal\",\"asin\":\"B000GUK734\"},{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"disambiguation\":\"\",\"barcode\":\"077774600125\",\"packaging-id\":null,\"id\":\"a1170afd-e95f-3975-ad26-e04c70d6a42b\",\"country\":\"CA\",\"status\":\"Official\",\"packaging\":null,\"date\":\"1993\",\"release-events\":[{\"area\":{\"type\":null,\"sort-name\":\"Canada\",\"type-id\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"iso-3166-1-codes\":[\"CA\"],\"name\":\"Canada\",\"disambiguation\":\"\"},\"date\":\"1993\"}],\"media\":[{\"position\":1,\"format\":\"CD\",\"title\":\"\",\"track-count\":9,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194476,\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\"},{\"offset-count\":9,\"sectors\":193293,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\"},{\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"sectors\":193477,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"sectors\":193300,\"offset-count\":9,\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112]},{\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167],\"offset-count\":9,\"sectors\":193242,\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\"},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150]},{\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\",\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"offset-count\":9,\"sectors\":193350},{\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\",\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"sectors\":193445},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"offset-count\":9,\"sectors\":193070,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9,\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883]},{\"offset-count\":9,\"sectors\":193292,\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\"},{\"sectors\":193445,\"offset-count\":9,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"sectors\":193445,\"offset-count\":9},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offset-count\":9,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"offset-count\":9,\"sectors\":193443,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\"},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344],\"offset-count\":9,\"sectors\":193599},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640],\"sectors\":193035,\"offset-count\":9},{\"sectors\":194473,\"offset-count\":9,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\"},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"sectors\":193195,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075]},{\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"offset-count\":9},{\"sectors\":192937,\"offset-count\":9,\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"offset-count\":9,\"sectors\":193410,\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\"},{\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"offset-count\":9},{\"offset-count\":9,\"sectors\":193477,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152],\"id\":\"q7eRpaPS6UO_Exd4aJFBhpTQRPg-\"},{\"offset-count\":9,\"sectors\":193275,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":193260,\"offset-count\":9,\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\"}]}],\"cover-art-archive\":{\"back\":true,\"count\":10,\"front\":true,\"darkened\":false,\"artwork\":true},\"title\":\"The Dark Side of the Moon\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"asin\":\"B000002U82\",\"quality\":\"normal\"}],\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "discs can be looked up by disc ID", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/TMXdzZkTcc9Jq24PD0w5J9_AXms-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:29 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "994", + "X-RateLimit-Reset", + "1618477590", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"dcaab3e13d7ad2f1445520b0d53a3471\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "STALE" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"releases\":[{\"title\":\"The Dark Side of the Moon\",\"asin\":null,\"barcode\":\"\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"position\":1,\"discs\":[{\"id\":\"TMXdzZkTcc9Jq24PD0w5J9_AXms-\",\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193443,\"offset-count\":9},{\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405,\"offset-count\":9}],\"track-count\":9}],\"cover-art-archive\":{\"count\":5,\"artwork\":true,\"back\":true,\"darkened\":false,\"front\":true},\"disambiguation\":\"\",\"date\":\"1983-05-21\",\"release-events\":[{\"date\":\"1983-05-21\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"iso-3166-1-codes\":[\"JP\"],\"name\":\"Japan\",\"sort-name\":\"Japan\"}}],\"status\":\"Official\",\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"id\":\"7f6d3088-837d-495e-905f-be5c70ac2d82\",\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"JP\"}],\"id\":\"TMXdzZkTcc9Jq24PD0w5J9_AXms-\",\"offset-count\":9,\"sectors\":193443}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "entities have a collections field", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/release/0702057c-cb90-43d3-b7b4-6d0cc37e8644?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:45 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "883", + "X-RateLimit-Reset", + "1618477546", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"a77cd8ee21172105b9aeb98f812e020f\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"cover-art-archive\":{\"darkened\":false,\"count\":6,\"artwork\":true,\"back\":true,\"front\":true},\"title\":\"All Day\",\"quality\":\"normal\",\"packaging-id\":\"119eba76-b343-3e02-a292-f0f00644bb9b\",\"barcode\":\"\",\"asin\":null,\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"XW\"],\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"[Worldwide]\",\"type-id\":null,\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\"},\"date\":\"2010-11-15\"}],\"packaging\":\"None\",\"id\":\"0702057c-cb90-43d3-b7b4-6d0cc37e8644\",\"status\":\"Official\",\"country\":\"XW\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"separated\",\"date\":\"2010-11-15\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/artist/24f1766e-9635-4d58-a4d4-9413f9f98a4c?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:45 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "882", + "X-RateLimit-Reset", + "1618477546", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"988cf270b57c9e7bae2e359c14bbf5d6\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"German Baroque period composer & musician\",\"isnis\":[\"0000000122764157\"],\"begin_area\":{\"type\":null,\"type-id\":null,\"id\":\"8331b712-99b9-41ef-bf58-0f033f8d926a\",\"sort-name\":\"Eisenach\",\"name\":\"Eisenach\",\"disambiguation\":\"\"},\"country\":\"DE\",\"id\":\"24f1766e-9635-4d58-a4d4-9413f9f98a4c\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"life-span\":{\"begin\":\"1685-03-21\",\"ended\":true,\"end\":\"1750-07-28\"},\"end_area\":{\"type\":null,\"type-id\":null,\"name\":\"Leipzig\",\"id\":\"20619e36-fca8-4499-bcc8-be01a3ea3e41\",\"sort-name\":\"Leipzig\",\"disambiguation\":\"\"},\"area\":{\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"],\"type-id\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"sort-name\":\"Germany\",\"name\":\"Germany\",\"type\":null},\"type\":\"Person\",\"ipis\":[\"00001749311\"],\"end-area\":{\"type\":null,\"type-id\":null,\"name\":\"Leipzig\",\"id\":\"20619e36-fca8-4499-bcc8-be01a3ea3e41\",\"sort-name\":\"Leipzig\",\"disambiguation\":\"\"},\"begin-area\":{\"type\":null,\"type-id\":null,\"id\":\"8331b712-99b9-41ef-bf58-0f033f8d926a\",\"sort-name\":\"Eisenach\",\"name\":\"Eisenach\",\"disambiguation\":\"\"},\"name\":\"Johann Sebastian Bach\",\"sort-name\":\"Bach, Johann Sebastian\",\"gender\":\"Male\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/collection?release=0702057c-cb90-43d3-b7b4-6d0cc37e8644&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:45 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "694", + "X-RateLimit-Reset", + "1618477546", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"2aa87f1d95b785a03d94beb3160aacbf\"", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"collections\":[{\"release-count\":2431,\"type-id\":\"d94659b2-4ce5-3a98-b4b8-da1131cf33ee\",\"id\":\"10cfcd52-696a-4e99-895d-3d080bdb7c18\",\"name\":\"My Collection\",\"type\":\"Release\",\"editor\":\"yoasif\",\"entity-type\":\"release\"},{\"type\":\"Owned music\",\"id\":\"27076e46-3523-4605-8076-f289c5d923d2\",\"type-id\":\"c26c6ec4-17f0-32de-95c5-fa724dbdb308\",\"name\":\"Music collection\",\"release-count\":2092,\"editor\":\"SimonHova\",\"entity-type\":\"release\"},{\"type\":\"Owned music\",\"id\":\"2c1bbd04-9fb4-4b56-b6bc-92dff76b3bce\",\"type-id\":\"c26c6ec4-17f0-32de-95c5-fa724dbdb308\",\"name\":\"Collection\",\"release-count\":722,\"editor\":\"izaram\",\"entity-type\":\"release\"},{\"editor\":\"error404\",\"entity-type\":\"release\",\"release-count\":969,\"type\":\"Release\",\"type-id\":\"d94659b2-4ce5-3a98-b4b8-da1131cf33ee\",\"id\":\"65a245a3-ce14-41d0-ba64-f8b686e4ebcb\",\"name\":\"My Collection\"},{\"type\":\"Release\",\"id\":\"6868df09-dd44-407a-a52d-0bbf55d522f8\",\"type-id\":\"d94659b2-4ce5-3a98-b4b8-da1131cf33ee\",\"name\":\"Digital Versions\",\"release-count\":2975,\"editor\":\"thomnottom\",\"entity-type\":\"release\"},{\"entity-type\":\"release\",\"editor\":\"disruptek\",\"type\":\"Release\",\"type-id\":\"d94659b2-4ce5-3a98-b4b8-da1131cf33ee\",\"id\":\"6eaf43ec-8eb3-4e76-a01c-385124d9f5f9\",\"name\":\"Default\",\"release-count\":638},{\"release-count\":578,\"type\":\"Release\",\"type-id\":\"d94659b2-4ce5-3a98-b4b8-da1131cf33ee\",\"name\":\"Beets Music Collection\",\"id\":\"85da782d-2ec0-41ec-a97f-9be464bba309\",\"editor\":\"offbeatadam\",\"entity-type\":\"release\"},{\"release-count\":505,\"type\":\"Release\",\"id\":\"872846f8-8b40-48b6-b0f3-d02f670cbb61\",\"type-id\":\"d94659b2-4ce5-3a98-b4b8-da1131cf33ee\",\"name\":\"DIGITAL media\",\"editor\":\"trxckster\",\"entity-type\":\"release\"},{\"release-count\":2380,\"type-id\":\"c26c6ec4-17f0-32de-95c5-fa724dbdb308\",\"id\":\"b66d6806-621a-41b8-a5fa-9ba687cebffe\",\"name\":\"Personal Collection\",\"type\":\"Owned music\",\"editor\":\"HackBug\",\"entity-type\":\"release\"},{\"editor\":\"azkreationz80\",\"entity-type\":\"release\",\"type-id\":\"d94659b2-4ce5-3a98-b4b8-da1131cf33ee\",\"id\":\"bf76833c-4468-4579-aba8-9795c87b5cee\",\"name\":\"mybeets\",\"type\":\"Release\",\"release-count\":3630},{\"release-count\":1991,\"id\":\"df97485d-5045-45cc-8fdd-63b567f03785\",\"type-id\":\"5feda0f8-14cf-38fd-89d0-ac2d48ad3324\",\"name\":\"To Get\",\"type\":\"Wishlist\",\"editor\":\"reynardviscart\",\"entity-type\":\"release\"},{\"type\":\"Release\",\"type-id\":\"d94659b2-4ce5-3a98-b4b8-da1131cf33ee\",\"name\":\"My Music\",\"id\":\"e1a74d9a-4ab0-4c8c-858d-68bb7a2aa395\",\"release-count\":25,\"entity-type\":\"release\",\"editor\":\"evaryont\"}],\"collection-offset\":0,\"collection-count\":12}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "entities support tags", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/label/38dc88de-7720-4100-9d5b-3cdc41b0c474?inc=tags&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:03 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1125", + "X-RateLimit-Reset", + "1618477625", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"10c0f08458a7d24c0a6448a17079ad31\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"type\":\"Original Production\",\"tags\":[{\"name\":\"american\",\"count\":1},{\"count\":1,\"name\":\"américain\"},{\"count\":1,\"name\":\"folk\"},{\"name\":\"indie folk\",\"count\":1},{\"count\":1,\"name\":\"usa\"}],\"sort-name\":\"Sub Pop Records\",\"label-code\":8323,\"country\":\"US\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"isnis\":[],\"life-span\":{\"end\":null,\"ended\":false,\"begin\":\"1979\"},\"name\":\"Sub Pop Records\",\"id\":\"38dc88de-7720-4100-9d5b-3cdc41b0c474\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":null,\"sort-name\":\"United States\"},\"disambiguation\":\"\",\"ipis\":[]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/artist?limit=1&inc=tags&query=Leonard+Cohen&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:03 GMT", + "Content-Type", + "application/json", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1120", + "X-RateLimit-Reset", + "1618477625", + "Last-Modified", + "Thu, 15 Apr 2021 09:04:29 GMT", + "ETag", + "\"NzE5OThjMDAwMDAwMDAwMFNvbHI=\"", + "Vary", + "Accept-Encoding", + "X-Cache-Status", + "STALE", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"created\":\"2021-04-15T09:04:54.101Z\",\"count\":1482,\"offset\":0,\"artists\":[{\"id\":\"65314b12-0e08-43fa-ba33-baaa7b874c15\",\"type\":\"Person\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"score\":100,\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"name\":\"Leonard Cohen\",\"sort-name\":\"Cohen, Leonard\",\"gender\":\"male\",\"country\":\"CA\",\"area\":{\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Canada\",\"sort-name\":\"Canada\",\"life-span\":{\"ended\":null}},\"begin-area\":{\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"type\":\"City\",\"type-id\":\"6fd8f29a-3d0a-32fc-980d-ea697b69da78\",\"name\":\"Westmount\",\"sort-name\":\"Westmount\",\"life-span\":{\"ended\":null}},\"end-area\":{\"id\":\"1f40c6e1-47ba-4e35-996f-fe6ee5840e62\",\"type\":\"City\",\"type-id\":\"6fd8f29a-3d0a-32fc-980d-ea697b69da78\",\"name\":\"Los Angeles\",\"sort-name\":\"Los Angeles\",\"life-span\":{\"ended\":null}},\"ipis\":[\"00006457004\"],\"isnis\":[\"0000000110273481\"],\"life-span\":{\"begin\":\"1934-09-21\",\"end\":\"2016-11-07\",\"ended\":true},\"aliases\":[{\"sort-name\":\"Lonard Cohen\",\"type-id\":\"1937e404-b981-3cb7-8151-4c86ebfc8d8e\",\"name\":\"Lonard Cohen\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Cohen, Leonard Norman\",\"type-id\":\"d4dcd0c0-b341-3612-a332-c0ce797b25cf\",\"name\":\"Leonard Norman Cohen\",\"locale\":null,\"type\":\"Legal name\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Leonhard Cohen\",\"type-id\":\"1937e404-b981-3cb7-8151-4c86ebfc8d8e\",\"name\":\"Leonhard Cohen\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"L.Cohen\",\"type-id\":\"1937e404-b981-3cb7-8151-4c86ebfc8d8e\",\"name\":\"L.Cohen\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"L. Cohen\",\"type-id\":\"1937e404-b981-3cb7-8151-4c86ebfc8d8e\",\"name\":\"L. Cohen\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":1,\"name\":\"sophisti-pop\"},{\"count\":4,\"name\":\"folk\"},{\"count\":0,\"name\":\"singer and songwriter\"},{\"count\":2,\"name\":\"pop\"},{\"count\":1,\"name\":\"chamber folk\"},{\"count\":1,\"name\":\"art pop\"},{\"count\":1,\"name\":\"soft rock\"},{\"count\":1,\"name\":\"rock\"},{\"count\":0,\"name\":\"classic pop and rock\"},{\"count\":3,\"name\":\"contemporary folk\"},{\"count\":1,\"name\":\"film soundtrack\"},{\"count\":0,\"name\":\"canada\"},{\"count\":3,\"name\":\"blues rock\"},{\"count\":2,\"name\":\"singer/songwriter\"},{\"count\":2,\"name\":\"singer-songwriter\"},{\"count\":1,\"name\":\"blues\"},{\"count\":1,\"name\":\"canadian\"}]}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "recordings can be browsed by ISRC", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/isrc/USSUB0200002?inc=isrcs&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:34 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1174", + "X-RateLimit-Reset", + "1618477536", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"e994fb595dc44ec7ca8ed98885437596\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"isrc\":\"USSUB0200002\",\"recordings\":[{\"disambiguation\":\"\",\"video\":false,\"isrcs\":[\"USSUB0200002\"],\"id\":\"820452d4-5e26-4851-b258-749ddfd5f0b3\",\"first-release-date\":\"2005-11-08\",\"title\":\"About a Girl\",\"length\":168000},{\"disambiguation\":\"\",\"video\":false,\"isrcs\":[\"USSUB0200002\"],\"id\":\"2837e0d2-5ce9-44da-803e-797c835d672c\",\"first-release-date\":\"1989-06-01\",\"title\":\"Blew\",\"length\":174960}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "recordings have a length in milliseconds", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/recording/9f9cf187-d6f9-437f-9d98-d59cdbd52757?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:36 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Content-Length", + "156", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "846", + "X-RateLimit-Reset", + "1618477536", + "Server", + "Plack::Handler::Starlet", + "ETag", + "\"33a350d98d24f628a24a7a9d59548811\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": { + "disambiguation": "", + "first-release-date": "1997-05-21", + "id": "9f9cf187-d6f9-437f-9d98-d59cdbd52757", + "length": 383813, + "title": "Paranoid Android", + "video": false + }, + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "recordings have a list of ISRCs", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/recording/9f9cf187-d6f9-437f-9d98-d59cdbd52757?inc=isrcs&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:34 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Content-Length", + "196", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "700", + "X-RateLimit-Reset", + "1618477534", + "Server", + "Plack::Handler::Starlet", + "ETag", + "\"6456b612fad9bd0aa1e34c3b8a2a380f\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": { + "disambiguation": "", + "first-release-date": "1997-05-21", + "id": "9f9cf187-d6f9-437f-9d98-d59cdbd52757", + "isrcs": [ + "GBAYE9701376", + "GBBKS1700108" + ], + "length": 383813, + "title": "Paranoid Android", + "video": false + }, + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "relationships are grouped by target type", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/artist/65314b12-0e08-43fa-ba33-baaa7b874c15?inc=artist-rels%2Brecording-rels%2Brelease-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:17 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1075", + "X-RateLimit-Reset", + "1618477518", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"864a6ebb422e824c7ccb440e29a383bb\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"end-area\":{\"sort-name\":\"Los Angeles\",\"type\":null,\"name\":\"Los Angeles\",\"id\":\"1f40c6e1-47ba-4e35-996f-fe6ee5840e62\",\"type-id\":null,\"disambiguation\":\"\"},\"begin-area\":{\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"name\":\"Westmount\",\"sort-name\":\"Westmount\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null},\"type\":\"Person\",\"end_area\":{\"sort-name\":\"Los Angeles\",\"type\":null,\"name\":\"Los Angeles\",\"id\":\"1f40c6e1-47ba-4e35-996f-fe6ee5840e62\",\"type-id\":null,\"disambiguation\":\"\"},\"disambiguation\":\"\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"life-span\":{\"begin\":\"1934-09-21\",\"ended\":true,\"end\":\"2016-11-07\"},\"isnis\":[\"0000000110273481\"],\"country\":\"CA\",\"sort-name\":\"Cohen, Leonard\",\"gender\":\"Male\",\"ipis\":[\"00006457004\"],\"begin_area\":{\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"name\":\"Westmount\",\"sort-name\":\"Westmount\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null},\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"CA\"],\"type\":null,\"sort-name\":\"Canada\",\"name\":\"Canada\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\"},\"id\":\"65314b12-0e08-43fa-ba33-baaa7b874c15\",\"name\":\"Leonard Cohen\",\"relations\":[{\"type-id\":\"fd3927ba-fd51-4fa9-bcc2-e83637896fe8\",\"begin\":\"1967\",\"target-credit\":\"\",\"attributes\":[],\"type\":\"involved with\",\"ended\":true,\"attribute-ids\":{},\"source-credit\":\"\",\"attribute-values\":{},\"artist\":{\"type\":\"Person\",\"sort-name\":\"Mitchell, Joni\",\"name\":\"Joni Mitchell\",\"id\":\"a6de8ef9-b1a1-4756-97aa-481bbb8a4069\",\"disambiguation\":\"\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\"},\"end\":\"1967\",\"direction\":\"backward\",\"target-type\":\"artist\"},{\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"artist\":{\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"disambiguation\":\"Canadian singer-songwriter\",\"sort-name\":\"Cohen, Adam\",\"type\":\"Person\",\"name\":\"Adam Cohen\",\"id\":\"32812b1f-c62e-4625-be28-812c190e5219\"},\"target-type\":\"artist\",\"target-credit\":\"\",\"type-id\":\"9421ca84-934f-49fe-9e66-dea242430406\",\"begin\":null,\"attributes\":[],\"attribute-ids\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"parent\"},{\"ended\":false,\"type\":\"parent\",\"attribute-ids\":{},\"source-credit\":\"\",\"begin\":null,\"type-id\":\"9421ca84-934f-49fe-9e66-dea242430406\",\"target-credit\":\"\",\"attributes\":[],\"artist\":{\"type\":\"Person\",\"sort-name\":\"Cohen, Lorca\",\"name\":\"Lorca Cohen\",\"id\":\"ebbdd5f9-dec6-45c1-a4f4-3794a59ae7f2\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"disambiguation\":\"\"},\"direction\":\"forward\",\"end\":null,\"target-type\":\"artist\",\"attribute-values\":{}},{\"attribute-values\":{},\"target-type\":\"artist\",\"artist\":{\"type\":\"Person\",\"sort-name\":\"Klonitzky-Kline, Solomon\",\"id\":\"e7e0d302-68c9-442a-9992-3e5736175b52\",\"name\":\"Solomon Klonitzky-Kline\",\"disambiguation\":\"\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\"},\"end\":null,\"direction\":\"backward\",\"attributes\":[],\"begin\":null,\"type-id\":\"249fc24f-d573-4290-9d74-0547712d1f1e\",\"target-credit\":\"\",\"type\":\"teacher\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{}},{\"target-type\":\"artist\",\"direction\":\"backward\",\"end\":null,\"artist\":{\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"disambiguation\":\"\",\"sort-name\":\"Avalanche Quartet\",\"type\":\"Group\",\"name\":\"Avalanche Quartet\",\"id\":\"cad3e621-6951-42ca-88c9-ad1a3e5fb97c\"},\"attribute-values\":{},\"attribute-ids\":{},\"source-credit\":\"\",\"type\":\"tribute\",\"ended\":false,\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"a6f62641-2f58-470e-b02b-88d7b984dc9f\"},{\"attributes\":[],\"begin\":null,\"type-id\":\"a6f62641-2f58-470e-b02b-88d7b984dc9f\",\"target-credit\":\"\",\"type\":\"tribute\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{},\"attribute-values\":{},\"target-type\":\"artist\",\"artist\":{\"disambiguation\":\"\",\"type-id\":\"6124967d-7e3a-3eba-b642-c9a2ffb44d94\",\"name\":\"Conspiracy of Beards\",\"id\":\"a7b5b5ec-9a6a-47f7-ae01-9f708c448a52\",\"type\":\"Choir\",\"sort-name\":\"Conspiracy of Beards\"},\"direction\":\"backward\",\"end\":null},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"ended\":false,\"type\":\"arranger\",\"source-credit\":\"\",\"recording\":{\"video\":false,\"title\":\"Amen\",\"id\":\"f388dcca-0e73-4ff8-b065-5e3477c63196\",\"length\":455000,\"disambiguation\":\"\"},\"attribute-ids\":{},\"begin\":null,\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"target-credit\":\"\",\"attributes\":[]},{\"attributes\":[],\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"begin\":null,\"target-credit\":\"\",\"ended\":false,\"type\":\"arranger\",\"recording\":{\"disambiguation\":\"\",\"title\":\"Anthem\",\"video\":false,\"length\":366933,\"id\":\"34b3b2fc-fe08-429c-90fc-da7929f62846\"},\"source-credit\":\"\",\"attribute-ids\":{},\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"type\":\"arranger\",\"ended\":false,\"recording\":{\"disambiguation\":\"\",\"id\":\"3c4bb6b1-d488-4f8a-bbb5-9e721b5f593a\",\"length\":185000,\"video\":false,\"title\":\"Because Of\"},\"source-credit\":\"\",\"attribute-ids\":{},\"attributes\":[],\"begin\":null,\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"target-credit\":\"\"},{\"target-credit\":\"\",\"begin\":null,\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"attributes\":[],\"source-credit\":\"\",\"recording\":{\"id\":\"8be14815-92d2-4307-a16f-f47c3a0feeb6\",\"length\":359693,\"video\":false,\"title\":\"Closing Time\",\"disambiguation\":\"\"},\"attribute-ids\":{},\"ended\":false,\"type\":\"arranger\",\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\"},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"target-credit\":\"\",\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"begin\":null,\"attributes\":[],\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"length\":223333,\"id\":\"60094d22-2e2f-46fd-8e42-a290929687b4\",\"title\":\"Dear Heather\",\"video\":false,\"disambiguation\":\"\"},\"type\":\"arranger\",\"ended\":false},{\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[\"additional\"],\"type\":\"arranger\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{\"additional\":\"0a5341f8-3b1d-4f99-a0c6-26b7f4e42c7f\"},\"recording\":{\"id\":\"cb970ecf-215f-43d4-8b2c-24ff99a72194\",\"length\":434800,\"video\":false,\"title\":\"Democracy\",\"disambiguation\":\"\"}},{\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"Different Sides\",\"id\":\"1f82bd0e-1e14-4601-976a-3fa9993ff9db\",\"length\":245000},\"ended\":false,\"type\":\"arranger\",\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"recording\":{\"length\":336386,\"id\":\"30f52995-5567-4254-8f5d-7a46ac9b2cfb\",\"title\":\"Everybody Knows\",\"video\":false,\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{},\"type\":\"arranger\",\"ended\":false,\"target-credit\":\"\",\"begin\":null,\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"target-credit\":\"\",\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"begin\":null,\"attributes\":[],\"recording\":{\"disambiguation\":\"\",\"length\":271973,\"id\":\"fae69095-3cde-4156-a91c-99f4d985dcb2\",\"title\":\"I Can’t Forget\",\"video\":false},\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"type\":\"arranger\",\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\"},{\"type\":\"arranger\",\"ended\":false,\"source-credit\":\"\",\"recording\":{\"video\":false,\"title\":\"I’m Your Man\",\"id\":\"4150b2a5-1dfb-4781-afd1-c3f887804277\",\"length\":266000,\"disambiguation\":\"\"},\"attribute-ids\":{},\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"begin\":null,\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"type\":\"arranger\",\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"id\":\"4696bdb9-8643-4723-886e-12754456b0f5\",\"length\":286000,\"title\":\"Lullaby\",\"video\":false},\"attribute-ids\":{}},{\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"begin\":null,\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"video\":false,\"title\":\"Morning Glory\",\"id\":\"c43a75af-4212-4bd0-a9b7-06c0ef319dd7\",\"length\":216306,\"disambiguation\":\"\"},\"type\":\"arranger\",\"ended\":false},{\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"begin\":null,\"target-credit\":\"\",\"type\":\"arranger\",\"ended\":false,\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"video\":false,\"title\":\"Passing Through\",\"id\":\"bc808e21-cfaa-42db-9937-958a988a8bc4\",\"length\":246000,\"disambiguation\":\"live, 1972: London\"}},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"video\":false,\"title\":\"Tacoma Trailer\",\"length\":356706,\"id\":\"579927d8-3ef4-479a-9142-2723fe7f55c5\",\"disambiguation\":\"\"},\"type\":\"arranger\",\"ended\":false,\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\"},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"type\":\"arranger\",\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"\",\"id\":\"06cf07c0-b739-4ce7-92c4-56424ee061cc\",\"length\":402000,\"title\":\"The Future\",\"video\":false}},{\"attributes\":[],\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"begin\":null,\"target-credit\":\"\",\"type\":\"arranger\",\"ended\":false,\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"The Lost Canadian (Un Canadien errant)\",\"video\":false,\"id\":\"650c92ba-a9eb-40ec-83dd-30148fc1679a\",\"length\":280666},\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"recording\":{\"title\":\"To a Teacher\",\"video\":false,\"length\":155493,\"id\":\"e867bfa9-fd8f-49e9-a87d-f00480369844\",\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"type\":\"arranger\"},{\"target-credit\":\"\",\"begin\":null,\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"attributes\":[],\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"\",\"title\":\"Tower of Song\",\"video\":false,\"id\":\"ed670fc8-0c90-4e95-9b7f-a5764aeb56f6\",\"length\":337493},\"type\":\"arranger\",\"ended\":false,\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\"},{\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"id\":\"63457012-014b-4ad8-83bf-b4cbfcbcccae\",\"length\":262333,\"title\":\"Undertow\",\"video\":false},\"ended\":false,\"type\":\"arranger\",\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"begin\":null,\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{}},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"\",\"length\":462506,\"id\":\"3a824c74-8ed4-4963-aa92-2ea0a173eeeb\",\"title\":\"Waiting for the Miracle\",\"video\":false},\"type\":\"arranger\",\"ended\":false,\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\"},{\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{},\"type\":\"arranger\",\"ended\":false,\"recording\":{\"id\":\"d8ab1423-610e-4505-801b-07719812a11e\",\"length\":87000,\"video\":false,\"title\":\"Whither Thou Goest\",\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{},\"begin\":null,\"type-id\":\"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d\",\"target-credit\":\"\",\"attributes\":[]},{\"attributes\":[\"guitar\"],\"begin\":null,\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"target-credit\":\"\",\"ended\":false,\"type\":\"instrument\",\"source-credit\":\"\",\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"recording\":{\"id\":\"f388dcca-0e73-4ff8-b065-5e3477c63196\",\"length\":455000,\"video\":false,\"title\":\"Amen\",\"disambiguation\":\"\"},\"attribute-credits\":{},\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"target-credit\":\"\",\"begin\":null,\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"attributes\":[\"guitar\"],\"source-credit\":\"\",\"recording\":{\"length\":381893,\"id\":\"38e88e6e-16e3-4f7a-8156-db319e0508cd\",\"title\":\"Ballad of the Absent Mare\",\"video\":false,\"disambiguation\":\"\"},\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"attribute-credits\":{},\"ended\":false,\"type\":\"instrument\"},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"ended\":false,\"type\":\"instrument\",\"recording\":{\"video\":false,\"title\":\"Crazy to Love You\",\"id\":\"6a295f6a-2676-4bd8-97fa-99ec7d5a8235\",\"length\":186000,\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"attribute-credits\":{},\"begin\":null,\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"target-credit\":\"\",\"attributes\":[\"guitar\"]},{\"attributes\":[\"guitar\"],\"begin\":null,\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"target-credit\":\"\",\"ended\":false,\"type\":\"instrument\",\"source-credit\":\"\",\"attribute-credits\":{},\"recording\":{\"length\":269000,\"id\":\"d2835e45-c9f4-4107-8aed-1286616053b9\",\"video\":false,\"title\":\"Darkness\",\"disambiguation\":\"\"},\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"attributes\":[\"keyboard\"],\"target-credit\":\"\",\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"begin\":null,\"source-credit\":\"\",\"attribute-ids\":{\"keyboard\":\"95b0c3d2-9606-4ef5-a019-9b7437f3adda\"},\"recording\":{\"disambiguation\":\"\",\"title\":\"Everybody Knows\",\"video\":false,\"id\":\"30f52995-5567-4254-8f5d-7a46ac9b2cfb\",\"length\":336386},\"attribute-credits\":{},\"ended\":false,\"type\":\"instrument\",\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null},{\"source-credit\":\"\",\"recording\":{\"video\":false,\"title\":\"I Can’t Forget\",\"id\":\"fae69095-3cde-4156-a91c-99f4d985dcb2\",\"length\":271973,\"disambiguation\":\"\"},\"attribute-credits\":{},\"attribute-ids\":{\"piano\":\"b3eac5f9-7859-4416-ac39-7154e2e8d348\"},\"ended\":false,\"type\":\"instrument\",\"target-credit\":\"\",\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"begin\":null,\"attributes\":[\"piano\"],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"target-credit\":\"\",\"begin\":null,\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"attributes\":[\"keyboard\"],\"source-credit\":\"\",\"attribute-credits\":{},\"recording\":{\"disambiguation\":\"\",\"id\":\"4150b2a5-1dfb-4781-afd1-c3f887804277\",\"length\":266000,\"title\":\"I’m Your Man\",\"video\":false},\"attribute-ids\":{\"keyboard\":\"95b0c3d2-9606-4ef5-a019-9b7437f3adda\"},\"type\":\"instrument\",\"ended\":false,\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\"},{\"type\":\"instrument\",\"ended\":false,\"source-credit\":\"\",\"attribute-credits\":{},\"recording\":{\"id\":\"2ed281d2-a440-4a65-ab52-0d88a30ebe1a\",\"length\":436893,\"video\":false,\"title\":\"Light as the Breeze\",\"disambiguation\":\"\"},\"attribute-ids\":{\"violin\":\"089f123c-0f7d-4105-a64e-49de81ca8fa4\"},\"begin\":null,\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"target-credit\":\"\",\"attributes\":[\"violin\"],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{},\"source-credit\":\"\",\"attribute-ids\":{\"saxophone\":\"a9ed16cd-b8cb-4256-9c41-93f5f0458c49\"},\"recording\":{\"disambiguation\":\"\",\"id\":\"2ed281d2-a440-4a65-ab52-0d88a30ebe1a\",\"length\":436893,\"title\":\"Light as the Breeze\",\"video\":false},\"attribute-credits\":{},\"ended\":false,\"type\":\"instrument\",\"target-credit\":\"\",\"begin\":null,\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"attributes\":[\"saxophone\"]},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"target-credit\":\"\",\"begin\":null,\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"attributes\":[\"guitar\"],\"recording\":{\"length\":286000,\"id\":\"4696bdb9-8643-4723-886e-12754456b0f5\",\"title\":\"Lullaby\",\"video\":false,\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"attribute-credits\":{},\"type\":\"instrument\",\"ended\":false},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"ended\":false,\"type\":\"instrument\",\"recording\":{\"disambiguation\":\"\",\"length\":151000,\"id\":\"b782ea5b-f15a-463f-87c2-5378a472e51c\",\"title\":\"Nightingale\",\"video\":false},\"source-credit\":\"\",\"attribute-credits\":{\"mouth harp\":\"Jew’s harp\"},\"attribute-ids\":{\"mouth harp\":\"ffaf7204-92f1-4c03-846a-748218ebf2a5\",\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"attributes\":[\"guitar\",\"mouth harp\"],\"begin\":null,\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"target-credit\":\"\"},{\"source-credit\":\"\",\"attribute-ids\":{\"mouth harp\":\"ffaf7204-92f1-4c03-846a-748218ebf2a5\"},\"recording\":{\"length\":126826,\"id\":\"52784e4b-f82b-4fdc-b7b6-c74467b0997a\",\"title\":\"On That Day\",\"video\":false,\"disambiguation\":\"\"},\"attribute-credits\":{\"mouth harp\":\"Jew’s harp\"},\"type\":\"instrument\",\"ended\":false,\"target-credit\":\"\",\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"begin\":null,\"attributes\":[\"mouth harp\"],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"source-credit\":\"\",\"attribute-ids\":{\"acoustic guitar\":\"00beaf8e-a781-431c-8130-7c2871696b7d\"},\"recording\":{\"title\":\"The Guests\",\"video\":false,\"id\":\"9ab9cba8-dc25-4c71-abca-12b879284123\",\"length\":400386,\"disambiguation\":\"\"},\"attribute-credits\":{},\"ended\":false,\"type\":\"instrument\",\"target-credit\":\"\",\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"begin\":null,\"attributes\":[\"acoustic guitar\"],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"source-credit\":\"\",\"recording\":{\"video\":false,\"title\":\"The Gypsy’s Wife\",\"length\":312693,\"id\":\"bfe0b37d-fe45-4a5c-9857-386092b5396e\",\"disambiguation\":\"\"},\"attribute-credits\":{},\"attribute-ids\":{\"acoustic guitar\":\"00beaf8e-a781-431c-8130-7c2871696b7d\"},\"type\":\"instrument\",\"ended\":false,\"attributes\":[\"acoustic guitar\"],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\"},{\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attributes\":[\"acoustic guitar\"],\"target-credit\":\"\",\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"begin\":null,\"source-credit\":\"\",\"attribute-credits\":{},\"recording\":{\"title\":\"The Smokey Life\",\"video\":false,\"length\":318040,\"id\":\"90977aa4-eead-4245-9413-92a635cbb4a6\",\"disambiguation\":\"\"},\"attribute-ids\":{\"acoustic guitar\":\"00beaf8e-a781-431c-8130-7c2871696b7d\"},\"ended\":false,\"type\":\"instrument\"},{\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attributes\":[\"acoustic guitar\"],\"target-credit\":\"\",\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"begin\":null,\"attribute-credits\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"The Traitor\",\"video\":false,\"length\":374600,\"id\":\"7d644bc4-e70d-46d9-a3e0-4f47315e5e03\"},\"attribute-ids\":{\"acoustic guitar\":\"00beaf8e-a781-431c-8130-7c2871696b7d\"},\"ended\":false,\"type\":\"instrument\"},{\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{},\"type\":\"instrument\",\"ended\":false,\"source-credit\":\"\",\"recording\":{\"id\":\"1c54de7c-069a-4023-a8a3-b0cd55400609\",\"length\":355240,\"title\":\"The Window\",\"video\":false,\"disambiguation\":\"\"},\"attribute-credits\":{},\"attribute-ids\":{\"acoustic guitar\":\"00beaf8e-a781-431c-8130-7c2871696b7d\"},\"begin\":null,\"type-id\":\"59054b12-01ac-43ee-a618-285fd397e461\",\"target-credit\":\"\",\"attributes\":[\"acoustic guitar\"]},{\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"target-credit\":\"\",\"type-id\":\"3e3102e1-1896-4f50-b5b2-dd9824e46efe\",\"begin\":null,\"attributes\":[],\"source-credit\":\"\",\"recording\":{\"length\":388200,\"id\":\"36497e8d-1d2e-4621-bc9c-0d85de60b42d\",\"video\":false,\"title\":\"A Thousand Kisses Deep\",\"disambiguation\":\"\"},\"attribute-ids\":{},\"ended\":false,\"type\":\"mix\"},{\"ended\":false,\"type\":\"mix\",\"recording\":{\"id\":\"07d39109-cec9-4cec-9678-34041f86e441\",\"length\":325840,\"video\":false,\"title\":\"Alexandra Leaving\",\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{},\"type-id\":\"3e3102e1-1896-4f50-b5b2-dd9824e46efe\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"title\":\"Boogie Street\",\"video\":false,\"length\":364866,\"id\":\"46a307fa-16ba-4ca1-8ae2-6b7b4694e21e\",\"disambiguation\":\"\"},\"ended\":false,\"type\":\"mix\",\"target-credit\":\"\",\"begin\":null,\"type-id\":\"3e3102e1-1896-4f50-b5b2-dd9824e46efe\",\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"target-credit\":\"\",\"begin\":null,\"type-id\":\"3e3102e1-1896-4f50-b5b2-dd9824e46efe\",\"attributes\":[],\"source-credit\":\"\",\"recording\":{\"id\":\"cfcf38f3-b8f5-4cf2-bb15-e839e89a1ea9\",\"length\":320693,\"video\":false,\"title\":\"By the Rivers Dark\",\"disambiguation\":\"\"},\"attribute-ids\":{},\"ended\":false,\"type\":\"mix\",\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\"},{\"begin\":null,\"type-id\":\"3e3102e1-1896-4f50-b5b2-dd9824e46efe\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"type\":\"mix\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"length\":258933,\"id\":\"c3122495-ce76-40ce-ab37-8213d5ec1735\",\"title\":\"Here It Is\",\"video\":false},\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\"},{\"attributes\":[],\"type-id\":\"3e3102e1-1896-4f50-b5b2-dd9824e46efe\",\"begin\":null,\"target-credit\":\"\",\"ended\":false,\"type\":\"mix\",\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"album version\",\"title\":\"In My Secret Life\",\"video\":false,\"length\":295866,\"id\":\"3b26072c-426e-41d8-8498-037a4e95bfb7\"},\"attribute-ids\":{},\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"type\":\"mix\",\"ended\":false,\"recording\":{\"disambiguation\":\"\",\"id\":\"03f720ba-4f36-4f61-808c-04774705b6f1\",\"length\":326066,\"video\":false,\"title\":\"Love Itself\"},\"source-credit\":\"\",\"attribute-ids\":{},\"type-id\":\"3e3102e1-1896-4f50-b5b2-dd9824e46efe\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[]},{\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"id\":\"03d237a6-50b0-4d97-9272-6cda1789aa58\",\"length\":268106,\"title\":\"That Don’t Make It Junk\",\"video\":false,\"disambiguation\":\"\"},\"type\":\"mix\",\"ended\":false,\"target-credit\":\"\",\"type-id\":\"3e3102e1-1896-4f50-b5b2-dd9824e46efe\",\"begin\":null,\"attributes\":[],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"\",\"title\":\"The Land of Plenty\",\"video\":false,\"id\":\"846fedd4-3852-46e7-a71b-d0bfd45d96ff\",\"length\":276000},\"ended\":false,\"type\":\"mix\",\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"3e3102e1-1896-4f50-b5b2-dd9824e46efe\",\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{}},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"length\":341693,\"id\":\"e14acf57-24cc-4e7c-83ef-de3a55eb9104\",\"video\":false,\"title\":\"You Have Loved Enough\"},\"attribute-ids\":{},\"type\":\"mix\",\"ended\":false,\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"3e3102e1-1896-4f50-b5b2-dd9824e46efe\"},{\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"length\":455000,\"id\":\"f388dcca-0e73-4ff8-b065-5e3477c63196\",\"title\":\"Amen\",\"video\":false},\"type\":\"performer\",\"ended\":false},{\"ended\":false,\"type\":\"performer\",\"recording\":{\"video\":false,\"title\":\"Because Of\",\"length\":185000,\"id\":\"3c4bb6b1-d488-4f8a-bbb5-9e721b5f593a\",\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{},\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\",\"begin\":null,\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"\",\"length\":272000,\"id\":\"539ed9d6-5620-41e3-8abe-45da45f8ddd9\",\"video\":false,\"title\":\"Born to Lose\"},\"ended\":false,\"type\":\"performer\",\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null},{\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"begin\":null,\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\",\"target-credit\":\"\",\"type\":\"performer\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"title\":\"Closing Time\",\"video\":false,\"length\":359693,\"id\":\"8be14815-92d2-4307-a16f-f47c3a0feeb6\",\"disambiguation\":\"\"}},{\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"type\":\"performer\",\"ended\":false,\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"id\":\"60094d22-2e2f-46fd-8e42-a290929687b4\",\"length\":223333,\"title\":\"Dear Heather\",\"video\":false},\"attribute-ids\":{}},{\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"ended\":false,\"type\":\"performer\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"id\":\"1f82bd0e-1e14-4601-976a-3fa9993ff9db\",\"length\":245000,\"video\":false,\"title\":\"Different Sides\",\"disambiguation\":\"\"},\"attributes\":[],\"begin\":null,\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\",\"target-credit\":\"\"},{\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attributes\":[],\"begin\":null,\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\",\"target-credit\":\"\",\"ended\":false,\"type\":\"performer\",\"recording\":{\"title\":\"I’m Your Man\",\"video\":false,\"length\":266000,\"id\":\"4150b2a5-1dfb-4781-afd1-c3f887804277\",\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{}},{\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"length\":286000,\"id\":\"4696bdb9-8643-4723-886e-12754456b0f5\",\"title\":\"Lullaby\",\"video\":false,\"disambiguation\":\"\"},\"type\":\"performer\",\"ended\":false},{\"ended\":false,\"type\":\"performer\",\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"\",\"title\":\"Morning Glory\",\"video\":false,\"length\":216306,\"id\":\"c43a75af-4212-4bd0-a9b7-06c0ef319dd7\"},\"begin\":null,\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\",\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\",\"source-credit\":\"\",\"recording\":{\"id\":\"06cf07c0-b739-4ce7-92c4-56424ee061cc\",\"length\":402000,\"title\":\"The Future\",\"video\":false,\"disambiguation\":\"\"},\"attribute-ids\":{},\"ended\":false,\"type\":\"performer\"},{\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\",\"begin\":null,\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"id\":\"e867bfa9-fd8f-49e9-a87d-f00480369844\",\"length\":155493,\"video\":false,\"title\":\"To a Teacher\",\"disambiguation\":\"\"},\"type\":\"performer\",\"ended\":false},{\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"type\":\"performer\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"Tower of Song\",\"video\":false,\"id\":\"ed670fc8-0c90-4e95-9b7f-a5764aeb56f6\",\"length\":337493}},{\"attributes\":[],\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\",\"begin\":null,\"target-credit\":\"\",\"type\":\"performer\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"Undertow\",\"id\":\"63457012-014b-4ad8-83bf-b4cbfcbcccae\",\"length\":262333},\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"target-credit\":\"\",\"begin\":null,\"type-id\":\"628a9658-f54c-4142-b0c0-95f031b544da\",\"attributes\":[],\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"Waiting for the Miracle\",\"video\":false,\"length\":462506,\"id\":\"3a824c74-8ed4-4963-aa92-2ea0a173eeeb\"},\"ended\":false,\"type\":\"performer\",\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\"},{\"target-credit\":\"\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"begin\":\"1985\",\"attributes\":[],\"recording\":{\"id\":\"2eaf629b-4ef4-480a-a646-640865b2a1d5\",\"length\":245040,\"video\":false,\"title\":\"Tennessee Waltz (live)\",\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":true,\"type\":\"producer\",\"attribute-values\":{},\"direction\":\"forward\",\"end\":\"1985\",\"target-type\":\"recording\"},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"ended\":false,\"type\":\"producer\",\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"id\":\"174546b8-28bd-4d61-b1f1-9f7ffd57963e\",\"length\":200493,\"video\":false,\"title\":\"A Singer Must Die\",\"disambiguation\":\"\"},\"begin\":null,\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-credit\":\"\",\"attributes\":[]},{\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{},\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"length\":290933,\"id\":\"0eaf0546-0a86-419d-b7cb-fac6a77eb55a\",\"video\":false,\"title\":\"Ain’t No Cure for Love\",\"disambiguation\":\"\"},\"ended\":false,\"type\":\"producer\",\"target-credit\":\"\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"begin\":null,\"attributes\":[]},{\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{},\"type\":\"producer\",\"ended\":false,\"recording\":{\"disambiguation\":\"\",\"id\":\"34b3b2fc-fe08-429c-90fc-da7929f62846\",\"length\":366933,\"title\":\"Anthem\",\"video\":false},\"source-credit\":\"\",\"attribute-ids\":{},\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[]},{\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"begin\":null,\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"id\":\"38e88e6e-16e3-4f7a-8156-db319e0508cd\",\"length\":381893,\"title\":\"Ballad of the Absent Mare\",\"video\":false},\"attribute-ids\":{},\"ended\":false,\"type\":\"producer\",\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"Came So Far for Beauty\",\"video\":false,\"id\":\"04360542-ef02-4eae-9826-ee8870e70321\",\"length\":243360},\"ended\":false,\"type\":\"producer\",\"target-credit\":\"\",\"begin\":null,\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"attributes\":[],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"Chelsea Hotel #2\",\"length\":187093,\"id\":\"9c4da7e7-d936-43f4-84d3-b06f5f5843b2\"},\"source-credit\":\"\",\"attribute-ids\":{},\"type\":\"producer\",\"ended\":false,\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"recording\":{\"disambiguation\":\"\",\"id\":\"8be14815-92d2-4307-a16f-f47c3a0feeb6\",\"length\":359693,\"title\":\"Closing Time\",\"video\":false},\"source-credit\":\"\",\"attribute-ids\":{},\"type\":\"producer\",\"ended\":false,\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\"},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"type\":\"producer\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"Democracy\",\"length\":425026,\"id\":\"fb0bd539-2b99-4169-a79e-a7929392d84c\"},\"source-credit\":\"\",\"attribute-ids\":{}},{\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"title\":\"Democracy\",\"video\":false,\"id\":\"cb970ecf-215f-43d4-8b2c-24ff99a72194\",\"length\":434800,\"disambiguation\":\"\"},\"type\":\"producer\",\"ended\":false,\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{}},{\"target-credit\":\"\",\"begin\":null,\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"attributes\":[],\"recording\":{\"id\":\"30f52995-5567-4254-8f5d-7a46ac9b2cfb\",\"length\":336386,\"title\":\"Everybody Knows\",\"video\":false,\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{},\"type\":\"producer\",\"ended\":false,\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\"},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"Field Commander Cohen\",\"video\":false,\"length\":242466,\"id\":\"5a0ea8c2-f34d-423e-b022-37b4e9803d7c\"},\"type\":\"producer\",\"ended\":false,\"target-credit\":\"\",\"begin\":null,\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"attributes\":[]},{\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"video\":false,\"title\":\"First We Take Manhattan\",\"id\":\"ec927de1-530e-422a-bff6-664233d93af6\",\"length\":358000,\"disambiguation\":\"\"},\"type\":\"producer\",\"ended\":false,\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"begin\":null},{\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"recording\":{\"title\":\"Humbled in Love\",\"video\":false,\"length\":315066,\"id\":\"40ba62d5-3fc8-4570-9fc0-6bd741551551\",\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{},\"type\":\"producer\",\"ended\":false,\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"target-credit\":\"\",\"begin\":null,\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"attributes\":[],\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"id\":\"456ebc49-9a54-45f8-a3ab-b50bfafeee79\",\"length\":161666,\"title\":\"I Tried to Leave You\",\"video\":false,\"disambiguation\":\"\"},\"ended\":false,\"type\":\"producer\"},{\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"length\":266000,\"id\":\"4150b2a5-1dfb-4781-afd1-c3f887804277\",\"video\":false,\"title\":\"I’m Your Man\"},\"type\":\"producer\",\"ended\":false,\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"begin\":null,\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{}},{\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"title\":\"Is This What You Wanted\",\"video\":false,\"id\":\"6ea0a938-b4a1-4323-9c7b-d8eb3be043a3\",\"length\":257160,\"disambiguation\":\"\"},\"type\":\"producer\",\"ended\":false,\"target-credit\":\"\",\"begin\":null,\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"attributes\":[],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"\",\"id\":\"d9352e0c-40a7-4639-9b52-f61ee654560d\",\"length\":233666,\"video\":false,\"title\":\"Jazz Police\"},\"type\":\"producer\",\"ended\":false,\"target-credit\":\"\",\"begin\":null,\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"ended\":false,\"type\":\"producer\",\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"Leaving Green Sleeves\",\"id\":\"b45b3886-b5f6-4a33-a9ee-5dd3307552f6\",\"length\":159000},\"attribute-ids\":{},\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"recording\":{\"length\":436893,\"id\":\"2ed281d2-a440-4a65-ab52-0d88a30ebe1a\",\"video\":false,\"title\":\"Light as the Breeze\",\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"type\":\"producer\",\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\"},{\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"ended\":false,\"type\":\"producer\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"id\":\"bdc69de7-c35d-473a-9a32-3143b5cf6c3d\",\"length\":200706,\"title\":\"Lover Lover Lover\",\"video\":false,\"disambiguation\":\"\"},\"attributes\":[],\"begin\":null,\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-credit\":\"\"},{\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"length\":193173,\"id\":\"5b2cc354-3abb-477d-8143-46394f7c9242\",\"title\":\"Our Lady of Solitude\",\"video\":false},\"attribute-ids\":{},\"ended\":false,\"type\":\"producer\",\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null},{\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attributes\":[],\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"begin\":null,\"target-credit\":\"\",\"ended\":false,\"type\":\"producer\",\"recording\":{\"title\":\"Take This Longing\",\"video\":false,\"length\":245707,\"id\":\"e68f1283-5675-485c-b840-8bb9202a7145\",\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{}},{\"recording\":{\"disambiguation\":\"for Poets in New York tribute\",\"id\":\"736b5f19-e92c-4e86-8b11-d1135bd77ffe\",\"length\":356000,\"title\":\"Take this Waltz\",\"video\":false},\"source-credit\":\"\",\"attribute-ids\":{},\"type\":\"producer\",\"ended\":false,\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"begin\":null,\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{}},{\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"album \\\"I’m Your Man\\\"\",\"length\":359160,\"id\":\"7404f68c-94aa-4088-ad98-50b92c260819\",\"title\":\"Take This Waltz\",\"video\":false},\"attribute-ids\":{},\"ended\":false,\"type\":\"producer\",\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"id\":\"06cf07c0-b739-4ce7-92c4-56424ee061cc\",\"length\":402000,\"title\":\"The Future\",\"video\":false,\"disambiguation\":\"\"},\"type\":\"producer\",\"ended\":false,\"target-credit\":\"\",\"begin\":null,\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"attributes\":[]},{\"attributes\":[],\"begin\":null,\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-credit\":\"\",\"type\":\"producer\",\"ended\":false,\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"The Guests\",\"video\":false,\"id\":\"9ab9cba8-dc25-4c71-abca-12b879284123\",\"length\":400386},\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"ended\":false,\"type\":\"producer\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"length\":312693,\"id\":\"bfe0b37d-fe45-4a5c-9857-386092b5396e\",\"title\":\"The Gypsy’s Wife\",\"video\":false,\"disambiguation\":\"\"},\"attributes\":[],\"begin\":null,\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-credit\":\"\"},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"ended\":false,\"type\":\"producer\",\"recording\":{\"disambiguation\":\"\",\"id\":\"650c92ba-a9eb-40ec-83dd-30148fc1679a\",\"length\":280666,\"title\":\"The Lost Canadian (Un Canadien errant)\",\"video\":false},\"source-credit\":\"\",\"attribute-ids\":{},\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[]},{\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"begin\":null,\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-credit\":\"\",\"type\":\"producer\",\"ended\":false,\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"The Smokey Life\",\"video\":false,\"id\":\"90977aa4-eead-4245-9413-92a635cbb4a6\",\"length\":318040}},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"type\":\"producer\",\"ended\":false,\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"id\":\"7d644bc4-e70d-46d9-a3e0-4f47315e5e03\",\"length\":374600,\"title\":\"The Traitor\",\"video\":false}},{\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"\",\"id\":\"1c54de7c-069a-4023-a8a3-b0cd55400609\",\"length\":355240,\"title\":\"The Window\",\"video\":false},\"type\":\"producer\",\"ended\":false},{\"attributes\":[],\"begin\":null,\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-credit\":\"\",\"type\":\"producer\",\"ended\":false,\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"length\":182000,\"id\":\"7ce96582-4cb0-42f0-9d98-253e1fe36f33\",\"video\":false,\"title\":\"There Is a War\"},\"attribute-ids\":{},\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null},{\"begin\":null,\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-credit\":\"\",\"attributes\":[],\"type\":\"producer\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"\",\"id\":\"ed670fc8-0c90-4e95-9b7f-a5764aeb56f6\",\"length\":337493,\"title\":\"Tower of Song\",\"video\":false},\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\"},{\"type\":\"producer\",\"ended\":false,\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"Waiting for the Miracle\",\"id\":\"6b69bf19-931b-4896-9d30-9239c6451452\",\"length\":204000},\"attribute-ids\":{},\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"target-credit\":\"\",\"begin\":null,\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"attributes\":[],\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"length\":462506,\"id\":\"3a824c74-8ed4-4963-aa92-2ea0a173eeeb\",\"title\":\"Waiting for the Miracle\",\"video\":false},\"ended\":false,\"type\":\"producer\"},{\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"id\":\"9313208d-480f-49fc-8616-ad13273e80a3\",\"length\":153000,\"video\":false,\"title\":\"Who by Fire\"},\"attribute-ids\":{},\"type\":\"producer\",\"ended\":false,\"target-credit\":\"\",\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"begin\":null,\"attributes\":[],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"begin\":null,\"type-id\":\"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"type\":\"producer\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"length\":233000,\"id\":\"446e2240-a8e7-4756-b35e-bc4ffdf5b610\",\"title\":\"Why Don’t You Try\",\"video\":false}},{\"target-credit\":\"\",\"begin\":null,\"type-id\":\"36c50022-44e0-488d-994b-33f11d20301e\",\"attributes\":[],\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"Amen\",\"id\":\"f388dcca-0e73-4ff8-b065-5e3477c63196\",\"length\":455000},\"attribute-ids\":{},\"type\":\"programming\",\"ended\":false,\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\"},{\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"36c50022-44e0-488d-994b-33f11d20301e\",\"recording\":{\"title\":\"Closing Time\",\"video\":false,\"id\":\"8be14815-92d2-4307-a16f-f47c3a0feeb6\",\"length\":359693,\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{},\"type\":\"programming\",\"ended\":false,\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"target-credit\":\"\",\"begin\":null,\"type-id\":\"36c50022-44e0-488d-994b-33f11d20301e\",\"attributes\":[],\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"title\":\"Different Sides\",\"video\":false,\"length\":245000,\"id\":\"1f82bd0e-1e14-4601-976a-3fa9993ff9db\",\"disambiguation\":\"\"},\"type\":\"programming\",\"ended\":false},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"type\":\"programming\",\"ended\":false,\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"Lullaby\",\"id\":\"4696bdb9-8643-4723-886e-12754456b0f5\",\"length\":286000},\"source-credit\":\"\",\"attribute-ids\":{},\"type-id\":\"36c50022-44e0-488d-994b-33f11d20301e\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[]},{\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"begin\":null,\"type-id\":\"36c50022-44e0-488d-994b-33f11d20301e\",\"target-credit\":\"\",\"type\":\"programming\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"length\":402000,\"id\":\"06cf07c0-b739-4ce7-92c4-56424ee061cc\",\"title\":\"The Future\",\"video\":false,\"disambiguation\":\"\"}},{\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"36c50022-44e0-488d-994b-33f11d20301e\",\"begin\":null,\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"id\":\"3a824c74-8ed4-4963-aa92-2ea0a173eeeb\",\"length\":462506,\"title\":\"Waiting for the Miracle\",\"video\":false,\"disambiguation\":\"\"},\"type\":\"programming\",\"ended\":false},{\"ended\":true,\"type\":\"vocal\",\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"id\":\"fcd949c3-1351-47d8-aa94-371428511724\",\"length\":302000,\"title\":\"The Jungle Line\",\"video\":false},\"attribute-ids\":{},\"begin\":\"2006\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[],\"end\":\"2007\",\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[\"spoken vocals\"],\"source-credit\":\"\",\"attribute-credits\":{},\"recording\":{\"disambiguation\":\"\",\"id\":\"a03172e3-1373-456b-b591-b0391068721c\",\"length\":null,\"title\":\"“It’s a Large Nation”\",\"video\":true},\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\"},{\"recording\":{\"length\":null,\"id\":\"6918e249-3181-4ab5-98ca-d4227f783aca\",\"title\":\"“They’ve Surrounded the Island”\",\"video\":true,\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"attribute-credits\":{},\"ended\":false,\"type\":\"vocal\",\"attributes\":[\"spoken vocals\"],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{}},{\"attributes\":[\"lead vocals\"],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"recording\":{\"video\":false,\"title\":\"A Bunch of Lonesome Heroes\",\"id\":\"6df65969-fe42-46fa-b167-7f3abd47ee90\",\"length\":192906,\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-credits\":{},\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"attributes\":[\"lead vocals\"],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attribute-credits\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"A Singer Must Die\",\"length\":200493,\"id\":\"174546b8-28bd-4d61-b1f1-9f7ffd57963e\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"source-credit\":\"\",\"recording\":{\"length\":212773,\"id\":\"ca0f8aa8-264e-4ec2-8476-d8560d104a50\",\"title\":\"A Street\",\"video\":false,\"disambiguation\":\"\"},\"attribute-ids\":{},\"ended\":false,\"type\":\"vocal\",\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null},{\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"A Thousand Kisses Deep\",\"id\":\"36497e8d-1d2e-4621-bc9c-0d85de60b42d\",\"length\":388200},\"attribute-ids\":{},\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\"},{\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"Ain’t No Cure for Love\",\"id\":\"ce913779-7ae0-4da2-8492-3d1336215728\",\"length\":376000},\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"recording\":{\"length\":290933,\"id\":\"0eaf0546-0a86-419d-b7cb-fac6a77eb55a\",\"video\":false,\"title\":\"Ain’t No Cure for Love\",\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-credits\":{},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[\"lead vocals\"],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"id\":\"bbd80283-0ceb-4480-b9d0-937703f396b9\",\"length\":311200,\"video\":false,\"title\":\"Ain’t No Cure for Love\"},\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{},\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"Alexandra Leaving\",\"id\":\"07d39109-cec9-4cec-9678-34041f86e441\",\"length\":325840},\"source-credit\":\"\",\"attribute-ids\":{},\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[]},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"video\":false,\"title\":\"Almost Like the Blues\",\"id\":\"e070786b-7f7d-430c-aa3f-e3cabf6f1b9f\",\"length\":208080,\"disambiguation\":\"\"},\"type\":\"vocal\",\"ended\":false},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"source-credit\":\"\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"video\":false,\"title\":\"Always\",\"length\":484066,\"id\":\"a39d2625-9fc7-4c0a-b44c-d0fa4b955055\",\"disambiguation\":\"\"},\"attribute-credits\":{},\"ended\":false,\"type\":\"vocal\",\"attributes\":[\"lead vocals\"],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null},{\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"length\":455000,\"id\":\"f388dcca-0e73-4ff8-b065-5e3477c63196\",\"title\":\"Amen\",\"video\":false},\"attribute-ids\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"recording\":{\"video\":false,\"title\":\"Anthem\",\"id\":\"1b88c034-75a2-49a7-9c3d-42134f60fe51\",\"length\":440000,\"disambiguation\":\"live, 2008-07-17: London\"},\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[\"lead vocals\"],\"recording\":{\"disambiguation\":\"\",\"id\":\"34b3b2fc-fe08-429c-90fc-da7929f62846\",\"length\":366933,\"video\":false,\"title\":\"Anthem\"},\"source-credit\":\"\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-credits\":{},\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\"},{\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"id\":\"f56ce16d-642c-4bcc-b2da-c3392a27c8f4\",\"length\":188000,\"title\":\"Anyhow\",\"video\":false,\"disambiguation\":\"\"}},{\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{},\"source-credit\":\"\",\"attribute-credits\":{},\"recording\":{\"video\":false,\"title\":\"Avalanche\",\"length\":301826,\"id\":\"98fd912c-49e7-4f9c-b3c4-25f7b28052ce\",\"disambiguation\":\"\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[\"lead vocals\"]},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"recording\":{\"disambiguation\":\"live, 2008-10-12: Scandinavium, Gothenburg, Sweden\",\"length\":257333,\"id\":\"39a96053-5d19-4144-8923-2261acc7ad0a\",\"title\":\"Avalanche\",\"video\":false},\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"type\":\"vocal\",\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null},{\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"id\":\"4ad4ea7e-bfff-49e3-95ec-cc1da1df4e4a\",\"length\":257000,\"title\":\"Avalanche\",\"video\":true,\"disambiguation\":\"live, 2008-10-12: Scandinavium, Gothenburg, Sweden\"},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"Ballad of the Absent Mare\",\"video\":false,\"length\":381893,\"id\":\"38e88e6e-16e3-4f7a-8156-db319e0508cd\"},\"attribute-credits\":{},\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[\"lead vocals\"],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"video\":false,\"title\":\"Banjo\",\"length\":203000,\"id\":\"224c1533-f467-4895-95fa-e0b4cf679a48\",\"disambiguation\":\"\"},\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attributes\":[\"lead vocals\"],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attribute-credits\":{},\"source-credit\":\"\",\"recording\":{\"title\":\"Be for Real\",\"video\":false,\"length\":272373,\"id\":\"93b29043-59f5-4092-b74d-32c267dadaf7\",\"disambiguation\":\"\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"type\":\"vocal\",\"ended\":false},{\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"id\":\"3c4bb6b1-d488-4f8a-bbb5-9e721b5f593a\",\"length\":185000,\"title\":\"Because Of\",\"video\":false,\"disambiguation\":\"\"},\"attributes\":[],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{}},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"type\":\"vocal\",\"ended\":false,\"source-credit\":\"\",\"attribute-credits\":{},\"recording\":{\"title\":\"Beside the Shepherd\",\"video\":false,\"id\":\"b1c55b7f-f487-4835-b855-ebdb482624bf\",\"length\":55026,\"disambiguation\":\"\"},\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[\"spoken vocals\"]},{\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"recording\":{\"id\":\"fb5671c7-310f-4fcf-8ab4-3f03096de312\",\"length\":382000,\"video\":true,\"title\":\"Bird on the Wire\",\"disambiguation\":\"live, 2008-11-06: Clyde Auditorium, Glasgow, UK\"},\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"type\":\"vocal\"},{\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"length\":255000,\"id\":\"3d9d4d65-6340-4038-8160-5626f9685dd6\",\"title\":\"Bird on the Wire\",\"video\":false,\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\"}},{\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[],\"type\":\"vocal\",\"ended\":false,\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"length\":310600,\"id\":\"5e2469e1-a428-48c4-8514-ec996f81892b\",\"video\":false,\"title\":\"Bird on the Wire\",\"disambiguation\":\"live, 1979-12: UK\"}},{\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"video\":true,\"title\":\"Bird on the Wire\",\"length\":null,\"id\":\"17c2c7bb-a874-43de-8a11-16090d227417\"},\"attribute-ids\":{},\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\"},{\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"recording\":{\"disambiguation\":\"live, 2008-11-06: Clyde Auditorium, Glasgow, UK\",\"title\":\"Bird on the Wire\",\"video\":false,\"length\":369333,\"id\":\"d8e06736-c4d3-4159-ac70-06eff5ebaeee\"},\"source-credit\":\"\",\"attribute-ids\":{},\"type\":\"vocal\",\"ended\":false},{\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"id\":\"be9e65da-5f15-4ca4-8d32-80c565f68e6f\",\"length\":268000,\"video\":false,\"title\":\"Bird on the Wire\",\"disambiguation\":\"live, 1972: Paris\"},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"attributes\":[],\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"length\":411106,\"id\":\"d7f943c6-987c-421b-aa54-cca03d8118ca\",\"title\":\"Bird on the Wire\",\"video\":false,\"disambiguation\":\"\"},\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[],\"type\":\"vocal\",\"ended\":false,\"recording\":{\"title\":\"Bird on the Wire\",\"video\":false,\"length\":413466,\"id\":\"36d59fbe-bae9-44e9-bc42-d4934e8f7466\",\"disambiguation\":\"live, 1993-06-17: O'Keefe Center, Toronto, Ontario, Canada\"},\"source-credit\":\"\",\"attribute-ids\":{},\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\"},{\"attributes\":[],\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"Bird on the Wire\",\"video\":false,\"length\":374000,\"id\":\"f70b58d4-4a00-4fbf-872d-5a7c0ce191c6\"},\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"Bird on the Wire\",\"video\":false,\"id\":\"a7e15f12-ea5c-4f4a-85e8-22d7eb7fad2c\",\"length\":206360},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-credits\":{},\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[\"lead vocals\"],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"recording\":{\"disambiguation\":\"\",\"title\":\"Blessed Is the Memory\",\"video\":false,\"id\":\"1690172a-0715-420a-a64c-f6308ad29ae7\",\"length\":183146},\"source-credit\":\"\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-credits\":{},\"type\":\"vocal\",\"ended\":false,\"attributes\":[\"lead vocals\"],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"type\":\"vocal\",\"ended\":false,\"recording\":{\"video\":false,\"title\":\"Boogie Street\",\"id\":\"46a307fa-16ba-4ca1-8ae2-6b7b4694e21e\",\"length\":364866,\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{},\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\"},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, England, UK\",\"title\":\"Boogie Street\",\"video\":false,\"id\":\"1dcc89c7-3e26-4b85-bca7-3efc0e68fbac\",\"length\":417000},\"attribute-ids\":{},\"attributes\":[],\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\"},{\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{},\"type\":\"vocal\",\"ended\":false,\"recording\":{\"id\":\"998e8ed8-9d50-4c21-8a05-d98205c8723a\",\"length\":295586,\"title\":\"Born in Chains\",\"video\":false,\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[]},{\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attributes\":[],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"id\":\"cfcf38f3-b8f5-4cf2-bb15-e839e89a1ea9\",\"length\":320693,\"video\":false,\"title\":\"By the Rivers Dark\",\"disambiguation\":\"\"}},{\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[\"lead vocals\"],\"source-credit\":\"\",\"attribute-credits\":{},\"recording\":{\"disambiguation\":\"\",\"title\":\"Came So Far for Beauty\",\"video\":false,\"length\":243360,\"id\":\"04360542-ef02-4eae-9826-ee8870e70321\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\"},{\"source-credit\":\"\",\"recording\":{\"id\":\"acabffc6-1747-4e0f-91e0-dae7a3222257\",\"length\":224000,\"title\":\"Chelsea Hotel\",\"video\":true,\"disambiguation\":\"live, 2008-11-17: Royal Albert Hall, London, UK\"},\"attribute-ids\":{},\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"live, 2008-11-17: Royal Albert Hall, London, UK\",\"video\":false,\"title\":\"Chelsea Hotel\",\"id\":\"8e3a1190-1e4c-4052-bcec-0f3776687a61\",\"length\":211506},\"type\":\"vocal\",\"ended\":false,\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"type\":\"vocal\",\"ended\":false,\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"Chelsea Hotel #2\",\"video\":false,\"length\":187093,\"id\":\"9c4da7e7-d936-43f4-84d3-b06f5f5843b2\"},\"attribute-credits\":{},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\"},{\"type\":\"vocal\",\"ended\":false,\"recording\":{\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, England, UK\",\"id\":\"e6d5517c-ca59-4891-b9d2-e4ef27667cca\",\"length\":375000,\"title\":\"Closing Time\",\"video\":false},\"source-credit\":\"\",\"attribute-ids\":{},\"attributes\":[],\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{}},{\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[],\"type\":\"vocal\",\"ended\":false,\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"live, 2009-05-24: John Labatt Centre, London, ON, Canada\",\"title\":\"Closing Time\",\"video\":false,\"length\":367306,\"id\":\"81acefe8-8a49-451a-b3d8-43af606cb006\"},\"attribute-ids\":{},\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\"},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[\"lead vocals\"],\"attribute-credits\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"id\":\"8be14815-92d2-4307-a16f-f47c3a0feeb6\",\"length\":359693,\"title\":\"Closing Time\",\"video\":false},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"ended\":false,\"type\":\"vocal\"},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"title\":\"Closing Time\",\"video\":true,\"length\":379000,\"id\":\"7520f71a-ae10-4a60-bf3a-66c92f2ee215\",\"disambiguation\":\"live, 2009-05-24: John Labatt Centre, London, ON, Canada\"},\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[]},{\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"length\":173000,\"id\":\"b7d9fb6f-e8ed-4fb7-9c12-92c0b50e4a77\",\"title\":\"Come Healing\",\"video\":false,\"disambiguation\":\"\"},\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"id\":\"ec432f41-4de2-4238-83d3-d3267f1e1d64\",\"length\":215906,\"video\":false,\"title\":\"Coming Back to You\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-credits\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[\"lead vocals\"],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[],\"type\":\"vocal\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"video\":false,\"title\":\"Coming Back to You\",\"length\":276906,\"id\":\"57754a8b-7bfd-467b-87d3-d44b636a49ef\",\"disambiguation\":\"live, 1993-04-18: Los Angeles, CA, USA\"}},{\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"\",\"title\":\"Crazy to Love You\",\"video\":false,\"id\":\"6a295f6a-2676-4bd8-97fa-99ec7d5a8235\",\"length\":186000},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"Credits: So Long, Marianne\",\"video\":true,\"id\":\"8bda2126-a7c3-4d26-ad3b-79b26d788ab7\",\"length\":null},\"ended\":false,\"type\":\"vocal\"},{\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[],\"source-credit\":\"\",\"recording\":{\"id\":\"ee3d2ffd-5563-4b5c-b313-15dac4667d8c\",\"length\":367293,\"title\":\"Dance Me to the End of Love\",\"video\":false,\"disambiguation\":\"live, 1993-04-18: Los Angeles, CA, USA\"},\"attribute-ids\":{},\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\"},{\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"title\":\"Dance Me to the End of Love\",\"video\":false,\"id\":\"7ad67ca3-cc7d-41cb-a99b-b2feb6a9ebb8\",\"length\":371466,\"disambiguation\":\"live, 1993-06-17: O'Keefe Center, Toronto, Ontario, Canada\"}},{\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[],\"recording\":{\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, UK\",\"title\":\"Dance Me to the End of Love\",\"video\":false,\"length\":380000,\"id\":\"4c41b647-7779-4331-83a1-655f42087e87\"},\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\"},{\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"album “Various Positions”\",\"video\":false,\"title\":\"Dance Me to the End of Love\",\"id\":\"3aa00e9d-e2be-4c3b-a6ac-66193f2a938f\",\"length\":280226},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-credits\":{},\"attributes\":[\"lead vocals\"],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{}},{\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attributes\":[],\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"length\":269000,\"id\":\"d2835e45-c9f4-4107-8aed-1286616053b9\",\"title\":\"Darkness\",\"video\":false},\"attribute-ids\":{}},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"length\":223333,\"id\":\"60094d22-2e2f-46fd-8e42-a290929687b4\",\"title\":\"Dear Heather\",\"video\":false,\"disambiguation\":\"\"},\"type\":\"vocal\",\"ended\":false},{\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[\"lead vocals\"],\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"id\":\"8077f9cf-ce84-4fca-a162-c9addcb31551\",\"length\":559560,\"title\":\"Death of a Ladies’ Man\",\"video\":false},\"attribute-credits\":{},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\"},{\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"attribute-credits\":{},\"recording\":{\"disambiguation\":\"\",\"length\":434800,\"id\":\"cb970ecf-215f-43d4-8b2c-24ff99a72194\",\"video\":false,\"title\":\"Democracy\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{}},{\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"live, 1993-04-18: The Complex, Los Angeles, CA, USA\",\"title\":\"Democracy\",\"video\":false,\"id\":\"35cf9f3f-cdda-492d-a079-a14e534359da\",\"length\":433733},\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"title\":\"Democracy\",\"video\":false,\"id\":\"7b347aa7-4d4c-4acd-bc6c-5c7b9321d470\",\"length\":428000,\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, England, UK\"},\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\"},{\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attributes\":[\"lead vocals\"],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attribute-credits\":{},\"source-credit\":\"\",\"recording\":{\"length\":230666,\"id\":\"bc07db48-3846-4447-bfa6-0629b86db45e\",\"title\":\"Diamonds in the Mine\",\"video\":false,\"disambiguation\":\"\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"ended\":false,\"type\":\"vocal\"},{\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"video\":false,\"title\":\"Diamonds in the Mine\",\"length\":322000,\"id\":\"a518dff7-7602-407f-af66-15efe1a3554c\",\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\"},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"Did I Ever Love You\",\"video\":false,\"id\":\"f830095a-ad2d-4afb-a239-0b8ff4a2fdb9\",\"length\":250520},\"attribute-ids\":{},\"attributes\":[],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\"},{\"recording\":{\"length\":245000,\"id\":\"1f82bd0e-1e14-4601-976a-3fa9993ff9db\",\"video\":false,\"title\":\"Different Sides\",\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{},\"type\":\"vocal\",\"ended\":false,\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{}},{\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attributes\":[\"lead vocals\"],\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"Don’t Go Home With Your Hard-On\",\"id\":\"0cceb0d1-a0d0-456b-9557-ff879ee1326d\",\"length\":336266},\"source-credit\":\"\",\"attribute-credits\":{},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"}},{\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"id\":\"7e032abc-c653-43f2-9de8-982cf62e3688\",\"length\":365560,\"title\":\"Dress Rehearsal Rag\",\"video\":false,\"disambiguation\":\"\"},\"attribute-credits\":{},\"attributes\":[\"lead vocals\"],\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{}},{\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[\"lead vocals\"],\"type\":\"vocal\",\"ended\":false,\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"id\":\"8d41b524-4f8f-4814-afd3-551681cae8ed\",\"length\":337200,\"title\":\"Dress Rehearsal Rag (early version)\",\"video\":false},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-credits\":{},\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\"},{\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attributes\":[\"spoken vocals\"],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"Elegy\",\"length\":44933,\"id\":\"fc14837e-b69c-4e4d-845f-b247237c976c\"},\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"attribute-credits\":{},\"ended\":false,\"type\":\"vocal\"},{\"recording\":{\"disambiguation\":\"\",\"length\":209733,\"id\":\"c2235974-093d-464a-8fb9-3f753485fbab\",\"title\":\"Elvis' Rolls Royce\",\"video\":false},\"source-credit\":\"\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\",\"guest\":\"b3045913-62ac-433e-9211-ac683cdf6b5c\"},\"attribute-credits\":{},\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[\"guest\",\"lead vocals\"],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"recording\":{\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, UK\",\"length\":352000,\"id\":\"b192a39a-fdad-4290-90a8-a250ab26c436\",\"video\":false,\"title\":\"Everybody Knows\"},\"source-credit\":\"\",\"attribute-ids\":{},\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"type\":\"vocal\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"Everybody Knows\",\"id\":\"30f52995-5567-4254-8f5d-7a46ac9b2cfb\",\"length\":336386},\"attribute-credits\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[\"lead vocals\"],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"recording\":{\"title\":\"Everybody Knows\",\"video\":false,\"length\":369333,\"id\":\"ec05d797-bf8f-41c9-8ade-217d45d69ff9\",\"disambiguation\":\"live, 1993-07-29: Orpheum Theatre, Vancouver, British Columbia, Canada\"},\"attribute-ids\":{},\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\"},{\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"source-credit\":\"\",\"recording\":{\"id\":\"9e025099-afa4-4ddb-b92c-ea027ab3a16d\",\"length\":334000,\"title\":\"Famous Blue Raincoat\",\"video\":true,\"disambiguation\":\"live, 2008-11-13: O2 Arena, London, UK\"},\"attribute-ids\":{},\"ended\":false,\"type\":\"vocal\",\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{},\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"length\":309866,\"id\":\"e208aa92-4c0e-462c-a737-c85e9209d217\",\"video\":false,\"title\":\"Famous Blue Raincoat\"},\"attribute-credits\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[\"lead vocals\"]},{\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\",\"length\":375000,\"id\":\"b125561c-4bed-4b46-8fdf-5c54109fe68c\",\"video\":false,\"title\":\"Famous Blue Raincoat\"},\"ended\":false,\"type\":\"vocal\"},{\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"source-credit\":\"\",\"recording\":{\"id\":\"ce3e1ff5-628e-4692-aa32-a3b08039bd9b\",\"length\":null,\"title\":\"Famous Blue Raincoat\",\"video\":true,\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\"},\"attribute-ids\":{},\"ended\":false,\"type\":\"vocal\"},{\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[],\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"live, 2008-11-13: O2 Arena, London, UK\",\"length\":323880,\"id\":\"6562553c-3a2a-45bd-826a-c0f959fa5ac6\",\"title\":\"Famous Blue Raincoat\",\"video\":false},\"attribute-ids\":{},\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\"},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[\"lead vocals\"],\"type\":\"vocal\",\"ended\":false,\"recording\":{\"title\":\"Field Commander Cohen\",\"video\":false,\"id\":\"5a0ea8c2-f34d-423e-b022-37b4e9803d7c\",\"length\":242466,\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-credits\":{}},{\"attributes\":[],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"live, 1979-12: UK\",\"id\":\"2cf51823-ff32-4373-8766-fefc9dda2aec\",\"length\":266160,\"video\":false,\"title\":\"Field Commander Cohen\"},\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"source-credit\":\"\",\"recording\":{\"length\":178706,\"id\":\"e63199ee-f5c9-4cd4-8c0b-ad3af3c175f2\",\"video\":false,\"title\":\"Fingerprints\",\"disambiguation\":\"\"},\"attribute-credits\":{},\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[\"lead vocals\"],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"type\":\"vocal\",\"ended\":false,\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"live, 1993-04-18: Los Angeles, CA, USA\",\"id\":\"c7472afe-890a-4995-ac25-c995ec604556\",\"length\":358973,\"title\":\"First We Take Manhattan\",\"video\":false},\"attribute-ids\":{}},{\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, UK\",\"title\":\"First We Take Manhattan\",\"video\":false,\"id\":\"9efeec47-b13b-4f38-879a-3ad1ff4576b7\",\"length\":376000},\"type\":\"vocal\",\"ended\":false,\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null},{\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[\"lead vocals\"],\"source-credit\":\"\",\"recording\":{\"id\":\"ec927de1-530e-422a-bff6-664233d93af6\",\"length\":358000,\"video\":false,\"title\":\"First We Take Manhattan\",\"disambiguation\":\"\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-credits\":{},\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[\"spoken vocals\"],\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"source-credit\":\"\",\"recording\":{\"id\":\"4dd26ba6-d001-4990-a241-a9dcd23a783e\",\"length\":111053,\"video\":false,\"title\":\"For Wilf and His House\",\"disambiguation\":\"\"},\"attribute-credits\":{},\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\"},{\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"\",\"title\":\"Go No More A-Roving\",\"video\":false,\"length\":223293,\"id\":\"04aaf388-a91b-4606-bd95-c7258c738656\"},\"ended\":false,\"type\":\"vocal\"},{\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"\",\"length\":231000,\"id\":\"524819cc-ca3a-440e-8b2d-579d586731fc\",\"video\":false,\"title\":\"Going Home\"},\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"live, 2009-04-17: Coachella Music Festival, Indio, CA, USA\",\"title\":\"Hallelujah\",\"video\":false,\"id\":\"1fc1c58c-d05d-43f6-b92f-446d328cea8f\",\"length\":452040},\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[],\"type\":\"vocal\",\"ended\":false,\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"live, 2009-04-17: Coachella Music Festival, Indio, CA, USA\",\"video\":true,\"title\":\"Hallelujah\",\"id\":\"9392d139-6eb3-445f-9ac7-10444533adae\",\"length\":517000},\"attribute-ids\":{}},{\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"length\":440000,\"id\":\"f8c8344e-27f0-4ebd-bcc3-6ebaef30108f\",\"title\":\"Hallelujah\",\"video\":false,\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, England, UK\"},\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"ended\":false,\"type\":\"vocal\",\"recording\":{\"id\":\"ea930127-d06a-4d3b-af94-8cd79e62e837\",\"length\":415933,\"video\":false,\"title\":\"Hallelujah\",\"disambiguation\":\"live, 1988-10-31: Austin City Limits, Austin, Texas, USA\"},\"source-credit\":\"\",\"attribute-ids\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"source-credit\":\"\",\"recording\":{\"length\":278560,\"id\":\"0ef6d5e2-78e3-43e8-a32c-36e28fed4834\",\"video\":false,\"title\":\"Hallelujah\",\"disambiguation\":\"\"},\"attribute-credits\":{},\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[\"lead vocals\"],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"attributes\":[],\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"recording\":{\"title\":\"Happens to the Heart\",\"video\":false,\"id\":\"85ecf46c-c85f-4057-b11d-adceb872fb6f\",\"length\":273093,\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{},\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null},{\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[],\"source-credit\":\"\",\"recording\":{\"id\":\"54a0b7c4-26b4-43fe-af7c-717e70ba3d68\",\"length\":275586,\"video\":false,\"title\":\"He Ain’t Heavy, He’s My Brother\",\"disambiguation\":\"\"},\"attribute-ids\":{},\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\"},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"length\":306506,\"id\":\"ab4fd70b-4eb2-4774-b062-a9720440dd44\",\"video\":false,\"title\":\"Heart With No Companion\",\"disambiguation\":\"live, 2008-11-02: König Pilsener Arena, Oberhausen, Germany\"},\"attributes\":[],\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\"},{\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"recording\":{\"disambiguation\":\"live, 2008-11-02: König-Pilsener-Arena, Oberhausen, Germany\",\"length\":392000,\"id\":\"22216ff2-9a1b-44b2-9770-a29876bed6be\",\"video\":true,\"title\":\"Heart With No Companion\"},\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"length\":291133,\"id\":\"d3e64784-a191-4aca-8bb5-315157be1484\",\"video\":false,\"title\":\"Heart With No Companion\",\"disambiguation\":\"live, 1988-04-19: Muziek Theatre, Amsterdam, Netherlands\"},\"attributes\":[],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\"},{\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[\"lead vocals\"],\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"Heart With No Companion\",\"length\":184426,\"id\":\"d48c3939-b2a0-4e65-a717-e88859403b07\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-credits\":{},\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\"},{\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"Here It Is\",\"id\":\"c3122495-ce76-40ce-ab37-8213d5ec1735\",\"length\":258933},\"attribute-ids\":{},\"attributes\":[],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{}},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"live, 1979-12: UK\",\"length\":245333,\"id\":\"72b9031b-cc00-4013-ace5-e4eebd745b77\",\"video\":false,\"title\":\"Hey, That’s No Way to Say Goodbye\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-credits\":{},\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[\"lead vocals\"]},{\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\",\"id\":\"549cbe2c-0bc2-48ab-b3bd-81f255a6609b\",\"length\":214000,\"video\":false,\"title\":\"Hey, That’s No Way to Say Goodbye\"},\"attribute-ids\":{},\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[]},{\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attributes\":[\"lead vocals\"],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"source-credit\":\"\",\"recording\":{\"video\":false,\"title\":\"Hey, That’s No Way to Say Goodbye\",\"length\":175866,\"id\":\"f01d27f7-5080-48fe-877a-0176e217cce7\",\"disambiguation\":\"\"},\"attribute-credits\":{},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"ended\":false,\"type\":\"vocal\"},{\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"id\":\"39c2bba1-aa4e-469d-a57f-fe18166d99e0\",\"length\":null,\"video\":true,\"title\":\"Hey, That’s No Way to Say Goodbye\",\"disambiguation\":\"\"},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, UK\",\"title\":\"Hey, That’s No Way to Say Goodbye\",\"video\":false,\"length\":227000,\"id\":\"fde8fb47-223c-4d8f-b2fd-353f2725d38c\"},\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"live, 1979-12: UK\",\"length\":245333,\"id\":\"72b9031b-cc00-4013-ace5-e4eebd745b77\",\"video\":false,\"title\":\"Hey, That’s No Way to Say Goodbye\"},\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"source-credit\":\"\",\"recording\":{\"length\":315066,\"id\":\"40ba62d5-3fc8-4570-9fc0-6bd741551551\",\"title\":\"Humbled in Love\",\"video\":false,\"disambiguation\":\"\"},\"attribute-credits\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[\"lead vocals\"]},{\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"attribute-credits\":{},\"recording\":{\"disambiguation\":\"\",\"id\":\"a514d6c9-11be-4ed4-9702-ec09fbad7df2\",\"length\":146640,\"title\":\"Hunter’s Lullaby\",\"video\":false},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[\"lead vocals\"],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[\"lead vocals\"],\"recording\":{\"length\":271973,\"id\":\"fae69095-3cde-4156-a91c-99f4d985dcb2\",\"title\":\"I Can’t Forget\",\"video\":false,\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-credits\":{},\"ended\":false,\"type\":\"vocal\"},{\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[\"lead vocals\"],\"recording\":{\"disambiguation\":\"\",\"id\":\"cbc9208f-c14e-4b5a-8319-6c9750da829e\",\"length\":208293,\"video\":false,\"title\":\"I Left a Woman Waiting\"},\"source-credit\":\"\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-credits\":{},\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\"},{\"recording\":{\"disambiguation\":\"\",\"length\":513000,\"id\":\"d094f4f2-68b6-48a8-abb3-1adaddff572e\",\"title\":\"I Tried to Leave You\",\"video\":false},\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"ended\":false,\"type\":\"vocal\",\"attribute-credits\":{},\"source-credit\":\"\",\"recording\":{\"video\":false,\"title\":\"I Tried to Leave You\",\"length\":161666,\"id\":\"456ebc49-9a54-45f8-a3ab-b50bfafeee79\",\"disambiguation\":\"\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{}},{\"source-credit\":\"\",\"recording\":{\"video\":false,\"title\":\"I'm Your Man\",\"id\":\"f6d76488-55ac-4b37-8a1f-bd4425c5a603\",\"length\":330466,\"disambiguation\":\"live, 1993-06-17: O'Keefe Center, Toronto, Ontario, Canada\"},\"attribute-ids\":{},\"type\":\"vocal\",\"ended\":false,\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{}},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"id\":\"3f141575-6489-46f9-b879-1e676d52529b\",\"length\":341000,\"video\":false,\"title\":\"I’m Your Man\",\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, UK\"},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[]},{\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"live, 1993-04-18: Los Angeles, CA, USA\",\"video\":false,\"title\":\"I’m Your Man\",\"length\":332933,\"id\":\"8ce71e88-3050-4db0-9e19-4e13d95ded96\"},\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\"},{\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[\"lead vocals\"],\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"source-credit\":\"\",\"recording\":{\"title\":\"I’m Your Man\",\"video\":false,\"length\":266000,\"id\":\"4150b2a5-1dfb-4781-afd1-c3f887804277\",\"disambiguation\":\"\"},\"attribute-credits\":{},\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\"},{\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[],\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"length\":216000,\"id\":\"3ac46cb2-1d02-410a-80a8-a55925b915e3\",\"title\":\"If I Didn’t Have Your Love\",\"video\":false,\"disambiguation\":\"\"},\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\"},{\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[\"lead vocals\"],\"attribute-credits\":{},\"source-credit\":\"\",\"recording\":{\"title\":\"If It Be Your Will\",\"video\":false,\"id\":\"fd8ad4d2-3ad6-48c7-90da-7975a18bec96\",\"length\":223333,\"disambiguation\":\"\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\"},{\"attributes\":[\"additional\",\"spoken vocals\"],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{\"additional\":\"0a5341f8-3b1d-4f99-a0c6-26b7f4e42c7f\",\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"source-credit\":\"\",\"recording\":{\"video\":false,\"title\":\"If It Be Your Will\",\"length\":322000,\"id\":\"0ea5e615-0bfb-4a45-98e8-b1e318532135\",\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, UK\"},\"attribute-credits\":{},\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"live, 1988-10-31: Austin City Limits, Austin, Texas, USA\",\"length\":198760,\"id\":\"f0a2e15d-95c3-454a-9f92-0102b43bd001\",\"video\":false,\"title\":\"If It Be Your Will\"},\"type\":\"vocal\",\"ended\":false,\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attributes\":[\"guest\",\"lead vocals\"],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attribute-credits\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"If It Be Your Will\",\"id\":\"1a56e761-cf91-4fcd-b38a-b2f3b6ad84a6\",\"length\":318000},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\",\"guest\":\"b3045913-62ac-433e-9211-ac683cdf6b5c\"},\"type\":\"vocal\",\"ended\":false},{\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[],\"recording\":{\"video\":false,\"title\":\"Improvisation\",\"id\":\"ab08a4ff-28f7-48d5-ac2a-cf3d89bba86b\",\"length\":197000,\"disambiguation\":\"live, 1972: Paris\"},\"source-credit\":\"\",\"attribute-ids\":{},\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\"},{\"type\":\"vocal\",\"ended\":false,\"recording\":{\"length\":302000,\"id\":\"ff58f3a6-c885-45a0-a641-f57abeec97db\",\"title\":\"In My Secret Life\",\"video\":false,\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, UK\"},\"source-credit\":\"\",\"attribute-ids\":{},\"attributes\":[],\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{}},{\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"album version\",\"id\":\"3b26072c-426e-41d8-8498-037a4e95bfb7\",\"length\":295866,\"title\":\"In My Secret Life\",\"video\":false},\"type\":\"vocal\",\"ended\":false,\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{}},{\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"type\":\"vocal\",\"ended\":false,\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"source-credit\":\"\",\"recording\":{\"id\":\"2cab93a1-2235-4857-b42f-bfa67aa7aec6\",\"length\":29000,\"title\":\"Intro to Poems\",\"video\":false,\"disambiguation\":\"\"},\"attribute-credits\":{},\"attributes\":[\"spoken vocals\"],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\"},{\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[\"spoken vocals\"],\"ended\":false,\"type\":\"vocal\",\"attribute-credits\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"Intro to So Long, Marianne\",\"id\":\"65dc24af-4b46-42f7-bf45-b9c64e279dc3\",\"length\":15000},\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"}},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[\"spoken vocals\"],\"source-credit\":\"\",\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"recording\":{\"id\":\"20223d9e-0406-4d1b-b146-4fd36e7bdac3\",\"length\":51000,\"title\":\"Intro: “Let’s Renew Ourselves Now…”\",\"video\":false,\"disambiguation\":\"\"},\"attribute-credits\":{},\"type\":\"vocal\",\"ended\":false},{\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[],\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"Intro: Diamonds in the Mine\",\"video\":true,\"length\":null,\"id\":\"d178b396-063b-438d-9d79-426c39172660\"},\"attribute-ids\":{},\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\"},{\"type\":\"vocal\",\"ended\":false,\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"Introduction\",\"video\":false,\"length\":185000,\"id\":\"7636087e-5c15-4307-b92b-8955ec9d258e\"},\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"attribute-credits\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[\"spoken vocals\"],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"attributes\":[],\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"id\":\"02166d2b-e0cb-47da-8ee3-55887c975fc8\",\"length\":89000,\"video\":false,\"title\":\"Introduction\"},\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[\"lead vocals\"],\"recording\":{\"disambiguation\":\"\",\"length\":303573,\"id\":\"119c417d-c944-4dee-a5a3-91ee8b7d2624\",\"title\":\"Iodine\",\"video\":false},\"source-credit\":\"\",\"attribute-credits\":{},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"type\":\"vocal\",\"ended\":false},{\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"source-credit\":\"\",\"attribute-credits\":{},\"recording\":{\"video\":false,\"title\":\"Is This What You Wanted\",\"id\":\"6ea0a938-b4a1-4323-9c7b-d8eb3be043a3\",\"length\":257160,\"disambiguation\":\"\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"type\":\"vocal\",\"ended\":false,\"attributes\":[\"lead vocals\"],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{},\"ended\":false,\"type\":\"vocal\",\"recording\":{\"length\":262000,\"id\":\"f4d3cf38-e14a-4006-94b3-b5b6611f9c77\",\"video\":false,\"title\":\"It Seemed the Better Way\",\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[]},{\"attributes\":[],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"source-credit\":\"\",\"recording\":{\"title\":\"It’s Torn\",\"video\":false,\"length\":177520,\"id\":\"0108751e-3707-423d-969d-166c9c7e1a66\",\"disambiguation\":\"\"},\"attribute-ids\":{},\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[\"lead vocals\"],\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"attribute-credits\":{},\"recording\":{\"disambiguation\":\"\",\"id\":\"d9352e0c-40a7-4639-9b52-f61ee654560d\",\"length\":233666,\"video\":false,\"title\":\"Jazz Police\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"}},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"recording\":{\"disambiguation\":\"live, 1993-06-17: O'Keefe Center, Toronto, Ontario, Canada\",\"id\":\"1f342348-0c99-402a-a8ec-35e26732ab08\",\"length\":374400,\"video\":false,\"title\":\"Joan of Arc\"},\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"type\":\"vocal\",\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null},{\"attribute-credits\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"length\":381000,\"id\":\"8c3f1e33-ce21-4c64-813a-24c10f572d2c\",\"title\":\"Joan of Arc\",\"video\":false},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"type\":\"vocal\",\"ended\":false,\"attributes\":[\"lead vocals\"],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{}},{\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{\"guest\":\"b3045913-62ac-433e-9211-ac683cdf6b5c\"},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"Joan of Arc\",\"length\":481573,\"id\":\"4cd403c8-b31f-4b7b-8660-83f9c54953c1\"},\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[\"guest\"],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"recording\":{\"id\":\"943f918e-946e-47e6-9092-ab284cc72784\",\"length\":178360,\"video\":false,\"title\":\"Lady Midnight\",\"disambiguation\":\"\"},\"attribute-credits\":{},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{}},{\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\",\"video\":false,\"title\":\"Lady Midnight\",\"length\":217000,\"id\":\"9ad69d07-0ac3-417a-abae-7531ad845883\"},\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\"},{\"source-credit\":\"\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"disambiguation\":\"\",\"title\":\"Last Year’s Man\",\"video\":false,\"length\":359866,\"id\":\"3d5b07a8-a641-4cda-a988-c1b5aa4d7aff\"},\"attribute-credits\":{},\"type\":\"vocal\",\"ended\":false,\"attributes\":[\"lead vocals\"],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{}},{\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{},\"source-credit\":\"\",\"recording\":{\"id\":\"b45b3886-b5f6-4a33-a9ee-5dd3307552f6\",\"length\":159000,\"title\":\"Leaving Green Sleeves\",\"video\":false,\"disambiguation\":\"\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-credits\":{},\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[\"lead vocals\"]},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"recording\":{\"disambiguation\":\"\",\"length\":227000,\"id\":\"0cbde80d-798c-481d-b9da-0d53d0e9407b\",\"video\":false,\"title\":\"Leaving the Table\"},\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[]},{\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[\"spoken vocals\"],\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"id\":\"db5ee4b9-ca72-4985-a806-120f28cd57c7\",\"length\":52733,\"title\":\"Les Vieus\",\"video\":false},\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"attribute-credits\":{}},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[\"lead vocals\"],\"type\":\"vocal\",\"ended\":false,\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"id\":\"2ed281d2-a440-4a65-ab52-0d88a30ebe1a\",\"length\":436893,\"title\":\"Light as the Breeze\",\"video\":false},\"attribute-credits\":{}},{\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"id\":\"bea58538-1b98-4e1b-9e9a-242b490e4cf6\",\"length\":201400,\"title\":\"Like a Bird (Bird on the Wire)\",\"video\":false},\"attribute-credits\":{},\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[\"lead vocals\"],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"Listen to the Hummingbird\",\"video\":false,\"length\":120933,\"id\":\"a0cd610c-fae8-4b40-bc4d-2066e0dc5c18\"},\"attributes\":[],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\"},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"type\":\"vocal\",\"ended\":false,\"attribute-credits\":{},\"source-credit\":\"\",\"recording\":{\"video\":false,\"title\":\"Love Calls You by Your Name\",\"length\":340040,\"id\":\"89006e1c-3466-4606-80c9-448c5dc64007\",\"disambiguation\":\"\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\"},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"type\":\"vocal\",\"ended\":false,\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"Love Itself\",\"id\":\"03f720ba-4f36-4f61-808c-04774705b6f1\",\"length\":326066},\"attribute-ids\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[]},{\"attributes\":[\"lead vocals\"],\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-credits\":{},\"source-credit\":\"\",\"recording\":{\"video\":false,\"title\":\"Lover Lover Lover\",\"id\":\"bdc69de7-c35d-473a-9a32-3143b5cf6c3d\",\"length\":200706,\"disambiguation\":\"\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"live, 1979-12: UK\",\"title\":\"Lover Lover Lover\",\"video\":false,\"length\":391160,\"id\":\"dde16338-3e16-419b-bccd-fbd98e010cfe\"},\"attribute-ids\":{},\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"id\":\"8dc75c5e-6385-4a62-b507-5a0a81fd8e2d\",\"length\":513000,\"video\":true,\"title\":\"Lover, Lover, Lover\",\"disambiguation\":\"live, 2009-09-24: Ramat Gan Stadium, Tel Aviv, Israel\"}},{\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"live, 2009-09-24: Ramat Gan Stadium, Tel Aviv, Israel\",\"video\":false,\"title\":\"Lover, Lover, Lover\",\"id\":\"4ac19175-eec9-4644-b13d-e10f381d4f6d\",\"length\":463840},\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"source-credit\":\"\",\"attribute-credits\":{},\"recording\":{\"disambiguation\":\"\",\"title\":\"Lovers\",\"video\":false,\"length\":50893,\"id\":\"cb9e9daa-e766-432a-9e05-510e70428805\"},\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[\"spoken vocals\"]},{\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"Lullaby\",\"video\":false,\"length\":286000,\"id\":\"4696bdb9-8643-4723-886e-12754456b0f5\"},\"attribute-ids\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attributes\":[\"lead vocals\"],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"Master Song\",\"video\":false,\"length\":355106,\"id\":\"9e632ee6-a2b3-461d-8b82-d28c99f73fa9\"},\"attribute-credits\":{},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"type\":\"vocal\",\"ended\":false},{\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[\"lead vocals\"],\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"source-credit\":\"\",\"recording\":{\"video\":false,\"title\":\"Memories\",\"id\":\"6adaca9d-d8a1-4f63-b4b9-dbec59c4fcf1\",\"length\":359333,\"disambiguation\":\"\"},\"attribute-credits\":{},\"ended\":false,\"type\":\"vocal\"},{\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"live, 1979-12: UK\",\"length\":279506,\"id\":\"75ec20d0-9896-4d4c-892d-93bc544e5eca\",\"video\":false,\"title\":\"Memories\"},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"id\":\"ff940193-e36b-4bda-b320-4349a5e108eb\",\"length\":74960,\"video\":false,\"title\":\"Minute Prologue\",\"disambiguation\":\"live, 1972: London\"}},{\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attributes\":[],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"Morning Glory\",\"length\":216306,\"id\":\"c43a75af-4212-4bd0-a9b7-06c0ef319dd7\"},\"attribute-ids\":{}},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"\",\"length\":191546,\"id\":\"5a62516f-e96d-411d-ae7d-9d575302aca9\",\"title\":\"Moving On\",\"video\":false},\"attributes\":[],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\"},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"type\":\"vocal\",\"recording\":{\"disambiguation\":\"\",\"title\":\"My Oh My\",\"video\":false,\"length\":216813,\"id\":\"df750d80-8b8d-4da4-8171-d94eeca7c247\"},\"source-credit\":\"\",\"attribute-ids\":{}},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"length\":230000,\"id\":\"8c5bff88-d7b1-4bc0-bcc4-4a7c0edd83ba\",\"video\":false,\"title\":\"Nancy\",\"disambiguation\":\"live, 1972: London\"},\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[]},{\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{},\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"title\":\"Nevermind\",\"video\":false,\"length\":279933,\"id\":\"750f20c1-4f6a-4da4-818d-29d98eb21276\",\"disambiguation\":\"\"},\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[]},{\"attributes\":[\"lead vocals\"],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"recording\":{\"disambiguation\":\"\",\"length\":281000,\"id\":\"4326e410-94d6-4047-b137-734aa9a40f1d\",\"title\":\"Night Comes On\",\"video\":false},\"source-credit\":\"\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-credits\":{},\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null},{\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{},\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"Nightingale\",\"video\":false,\"id\":\"b782ea5b-f15a-463f-87c2-5378a472e51c\",\"length\":151000},\"attribute-ids\":{},\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[]},{\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attributes\":[\"lead vocals\"],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"source-credit\":\"\",\"attribute-credits\":{},\"recording\":{\"title\":\"Nothing to One (You Know Who I Am)\",\"video\":false,\"length\":137946,\"id\":\"bfab97b7-67c3-4b39-a700-30446bc84264\",\"disambiguation\":\"\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"ended\":false,\"type\":\"vocal\"},{\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"On That Day\",\"length\":126826,\"id\":\"52784e4b-f82b-4fdc-b7b6-c74467b0997a\"},\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"type\":\"vocal\"},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"recording\":{\"length\":208000,\"id\":\"bc5add1e-6e6c-4543-bd12-1da13dceecb1\",\"video\":false,\"title\":\"On the Level\",\"disambiguation\":\"\"},\"attribute-ids\":{}},{\"attribute-credits\":{},\"source-credit\":\"\",\"recording\":{\"id\":\"a4bb8b08-9a6a-4405-b023-84675169bafa\",\"length\":263800,\"title\":\"One of Us Cannot Be Wrong\",\"video\":false,\"disambiguation\":\"\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[\"lead vocals\"],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"type\":\"vocal\",\"ended\":false,\"recording\":{\"length\":294000,\"id\":\"4fff4055-e14f-4110-9075-233ad06c52be\",\"title\":\"One of Us Cannot Be Wrong\",\"video\":false,\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\"},\"source-credit\":\"\",\"attribute-ids\":{},\"attributes\":[],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{}},{\"source-credit\":\"\",\"recording\":{\"video\":false,\"title\":\"One of Us Cannot Be Wrong\",\"length\":321533,\"id\":\"088af934-9029-49c1-8dbb-9e5d6c11f3d0\",\"disambiguation\":\"live, 1988-05-20: Velódromo de Anoeta, San Sebastián, Guipúzcoa, Spain\"},\"attribute-ids\":{},\"ended\":false,\"type\":\"vocal\",\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{}},{\"attributes\":[],\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"\",\"video\":true,\"title\":\"One of Us Cannot Be Wrong\",\"length\":null,\"id\":\"aa8c5bdd-f112-4b76-a37b-73975caa4543\"},\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"type\":\"vocal\",\"ended\":false,\"source-credit\":\"\",\"recording\":{\"length\":193173,\"id\":\"5b2cc354-3abb-477d-8143-46394f7c9242\",\"video\":false,\"title\":\"Our Lady of Solitude\",\"disambiguation\":\"\"},\"attribute-credits\":{},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[\"lead vocals\"]},{\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{},\"recording\":{\"title\":\"Paper-Thin Hotel\",\"video\":false,\"length\":342000,\"id\":\"f2b77f10-0e9b-4151-93a5-63a8f19b5e98\",\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-credits\":{},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[\"lead vocals\"]},{\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"recording\":{\"disambiguation\":\"live, 1972: London\",\"id\":\"bc808e21-cfaa-42db-9937-958a988a8bc4\",\"length\":246000,\"title\":\"Passing Through\",\"video\":false},\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"type\":\"vocal\"},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"type\":\"vocal\",\"ended\":false,\"source-credit\":\"\",\"recording\":{\"title\":\"Please Don’t Pass Me By (A Disgrace)\",\"video\":false,\"length\":782666,\"id\":\"077ebea7-5879-4f4f-b6b0-81a4b44d0570\",\"disambiguation\":\"live, 1970: London\"},\"attribute-ids\":{}},{\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"recording\":{\"id\":\"c2620958-c185-468b-b027-65a31f202623\",\"length\":33053,\"title\":\"Poem\",\"video\":false,\"disambiguation\":\"\"},\"attribute-credits\":{},\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[\"spoken vocals\"],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"ended\":false,\"type\":\"vocal\",\"recording\":{\"disambiguation\":\"\",\"id\":\"b5c23d4e-2826-4bed-918c-21e7087cc547\",\"length\":159560,\"video\":false,\"title\":\"Puppets\"},\"source-credit\":\"\",\"attribute-ids\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[],\"type\":\"vocal\",\"ended\":false,\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"live, 1972: TN, USA\",\"length\":204000,\"id\":\"e184f568-803c-45e5-a6a7-6c57544a945f\",\"title\":\"Queen Victoria\",\"video\":false},\"attribute-ids\":{}},{\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"live, 2008-07-17: London, UK\",\"id\":\"ac6ff6fa-eb5b-4d73-bc2e-dd6e9d40faa3\",\"length\":233000,\"title\":\"Recitation w/ N.L.\",\"video\":false},\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"attributes\":[],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"recording\":{\"id\":\"ca32cdc5-785e-4780-9cd9-91ec2828086d\",\"length\":279026,\"title\":\"Samson in New Orleans\",\"video\":false,\"disambiguation\":\"\"},\"attribute-ids\":{},\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"attributes\":[\"lead vocals\"],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"recording\":{\"video\":false,\"title\":\"Seems So Long Ago, Nancy\",\"id\":\"7eff29b8-0773-4159-bae8-4d6bdf0a3dc1\",\"length\":219573,\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-credits\":{},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"recording\":{\"disambiguation\":\"\",\"video\":true,\"title\":\"Seems So Long Ago, Nancy\",\"length\":null,\"id\":\"51933134-49a5-4b96-a73f-b70be00d4d41\"},\"source-credit\":\"\",\"attribute-ids\":{},\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"type\":\"vocal\",\"ended\":false,\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\",\"title\":\"Seems So Long Ago, Nancy\",\"video\":false,\"length\":258000,\"id\":\"551e280d-a975-4d3c-a102-5cf1b9ba73b0\"},\"attributes\":[],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\"},{\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attributes\":[],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"recording\":{\"disambiguation\":\"\",\"length\":248000,\"id\":\"5ed31323-306e-4286-877c-52873b98275c\",\"video\":false,\"title\":\"Show Me the Place\"},\"source-credit\":\"\",\"attribute-ids\":{}},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"id\":\"7929239b-43da-4d92-a731-bcc61c61be46\",\"length\":null,\"title\":\"Sing Another Song, Boys\",\"video\":true},\"attribute-ids\":{},\"ended\":false,\"type\":\"vocal\",\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"ended\":false,\"type\":\"vocal\",\"recording\":{\"length\":391000,\"id\":\"b9c3c813-b57c-47cb-996f-a2cf47c98639\",\"title\":\"Sing Another Song, Boys\",\"video\":false,\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\"},\"source-credit\":\"\",\"attribute-ids\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[\"lead vocals\"],\"source-credit\":\"\",\"recording\":{\"video\":false,\"title\":\"Sing Another Song, Boys\",\"id\":\"12879ba5-6dcb-4279-aafa-8ad0fa91d331\",\"length\":372373,\"disambiguation\":\"\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-credits\":{},\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\"},{\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"Sisters of Mercy\",\"video\":false,\"length\":214106,\"id\":\"1dfbe751-83d3-4a9e-820e-b8f7c46213ba\"},\"attribute-credits\":{},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[\"lead vocals\"]},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"recording\":{\"disambiguation\":\"\",\"title\":\"Sisters of Mercy\",\"video\":false,\"length\":428360,\"id\":\"8948bdbd-eadd-4967-8334-0d6062e5107e\"},\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[]},{\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"length\":296000,\"id\":\"caaa76d4-77c4-47fd-8405-0ae46d6fb742\",\"video\":false,\"title\":\"Sisters of Mercy\"},\"attribute-ids\":{},\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[]},{\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"length\":376000,\"id\":\"c471c1e5-93d4-4884-9ebf-5a92c1559622\",\"video\":false,\"title\":\"Sisters of Mercy\",\"disambiguation\":\"live, 1993-06-18: O'Keefe Center, Toronto, Ontario, Canada\"},\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"Slow\",\"id\":\"08ab5ef8-abe8-4462-9459-9f09ec8d5e89\",\"length\":205346},\"attribute-ids\":{},\"attributes\":[],\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{}},{\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"length\":324000,\"id\":\"f11618f2-0926-4a9c-8ca1-0fe4749c5976\",\"title\":\"So Long, Marianne\",\"video\":false,\"disambiguation\":\"live, 2008-07-17: O₂ Arena, London, UK\"},\"type\":\"vocal\",\"ended\":false,\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\"},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"attribute-credits\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"So Long, Marianne\",\"video\":false,\"id\":\"03324c96-733a-4f07-8d63-da47d8285294\",\"length\":339533},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"type\":\"vocal\",\"ended\":false,\"attributes\":[\"lead vocals\"],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"length\":404000,\"id\":\"774ea815-88b2-46ed-abac-1ddfd32ebf17\",\"title\":\"So Long, Marianne\",\"video\":false,\"disambiguation\":\"live, 1979-12: UK\"},\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[]},{\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\",\"length\":427000,\"id\":\"0a8be2f8-c741-44f4-9814-dc4523b078a3\",\"title\":\"So Long, Marianne\",\"video\":false},\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"source-credit\":\"\",\"recording\":{\"title\":\"Steer Your Way\",\"video\":false,\"id\":\"b84797f7-7955-4082-8eb8-285c44758ef1\",\"length\":263000,\"disambiguation\":\"\"},\"attribute-ids\":{},\"type\":\"vocal\",\"ended\":false,\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{}},{\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"id\":\"292d638b-338c-4a64-9555-e4eb7ead0f55\",\"length\":306093,\"title\":\"Store Room\",\"video\":false},\"attribute-credits\":{},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[\"lead vocals\"],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"attributes\":[\"lead vocals\"],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"recording\":{\"title\":\"Stories of the Street\",\"video\":false,\"length\":275706,\"id\":\"ef095d10-ceb5-4ff0-8e32-e33ae176e374\",\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-credits\":{},\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null},{\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"ended\":false,\"type\":\"vocal\",\"recording\":{\"video\":false,\"title\":\"Story of Isaac\",\"length\":239000,\"id\":\"6fd5df1c-4bed-47be-9ef4-96cb0940edcf\",\"disambiguation\":\"live, 1972: Berlin\"},\"source-credit\":\"\",\"attribute-ids\":{},\"attributes\":[],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\"},{\"type\":\"vocal\",\"ended\":false,\"recording\":{\"disambiguation\":\"\",\"id\":\"c122eb1a-532e-4e19-8762-000009d04270\",\"length\":215466,\"title\":\"Story of Isaac\",\"video\":false},\"source-credit\":\"\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-credits\":{},\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[\"lead vocals\"],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"String Reprise / Treaty\",\"video\":false,\"length\":207000,\"id\":\"bb652c33-6d90-4458-bc99-e61afd825cdc\"},\"attribute-ids\":{},\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null},{\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"recording\":{\"length\":226000,\"id\":\"6b4cc35a-16fd-4d70-b294-44fd2991afb0\",\"video\":false,\"title\":\"Suzanne\",\"disambiguation\":\"\"},\"attribute-ids\":{},\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"length\":259706,\"id\":\"2e86e34c-b3c7-478b-848b-b78102fc99bd\",\"video\":false,\"title\":\"Suzanne\",\"disambiguation\":\"live, 1993-07-29: Orpheum Theatre, Vancouver, British Columbia, Canada\"},\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\"},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"type\":\"vocal\",\"ended\":false,\"recording\":{\"disambiguation\":\"\",\"length\":228960,\"id\":\"dabf85e1-ce84-467b-a267-1e6a36b600ed\",\"title\":\"Suzanne\",\"video\":false},\"source-credit\":\"\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-credits\":{},\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[\"lead vocals\"]},{\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"live, 2008-11-30: MEN Arena, Manchester, UK\",\"length\":228000,\"id\":\"8e76e7ca-c093-47e3-aac1-f3da385f9601\",\"title\":\"Suzanne\",\"video\":true},\"attribute-ids\":{},\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"recording\":{\"disambiguation\":\"live, 2008-11-30: MEN Arena, Manchester, UK\",\"video\":false,\"title\":\"Suzanne\",\"id\":\"0e33d9dc-703f-4df9-8c43-ca298ed54e74\",\"length\":221266},\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\"},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[],\"type\":\"vocal\",\"ended\":false,\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"title\":\"Suzanne\",\"video\":true,\"length\":null,\"id\":\"14e3a510-efa8-478c-8089-80dc99f6ae48\",\"disambiguation\":\"\"}},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"recording\":{\"id\":\"6a9f24c6-28de-40cf-973d-b95a4fb2fbdd\",\"length\":266000,\"video\":false,\"title\":\"Suzanne\",\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\"},\"attribute-ids\":{}},{\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{},\"source-credit\":\"\",\"attribute-credits\":{},\"recording\":{\"length\":245707,\"id\":\"e68f1283-5675-485c-b840-8bb9202a7145\",\"title\":\"Take This Longing\",\"video\":false,\"disambiguation\":\"\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[\"lead vocals\"]},{\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, UK\",\"id\":\"a7fd3d26-b750-4ec2-a53e-bd8b31c41bc3\",\"length\":517000,\"title\":\"Take This Waltz\",\"video\":false},\"attributes\":[],\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{}},{\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attributes\":[\"lead vocals\"],\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"recording\":{\"video\":false,\"title\":\"Take This Waltz\",\"length\":359160,\"id\":\"7404f68c-94aa-4088-ad98-50b92c260819\",\"disambiguation\":\"album \\\"I’m Your Man\\\"\"},\"source-credit\":\"\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-credits\":{}},{\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[\"lead vocals\"],\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"Teachers\",\"length\":181666,\"id\":\"9d6a550c-3cb2-440f-81d1-5237d35558ef\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-credits\":{}},{\"source-credit\":\"\",\"recording\":{\"title\":\"Tennessee Waltz (live)\",\"video\":false,\"length\":245040,\"id\":\"2eaf629b-4ef4-480a-a646-640865b2a1d5\",\"disambiguation\":\"\"},\"attribute-ids\":{},\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"recording\":{\"id\":\"dd5d6c8c-d53e-4c26-8bca-bd65cf988cae\",\"length\":253493,\"video\":false,\"title\":\"Thanks for the Dance\",\"disambiguation\":\"\"},\"attribute-ids\":{},\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\"},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"live, 2008-11-13: O2 Arena, London, UK\",\"video\":false,\"title\":\"That Don’t Make It Junk\",\"length\":262866,\"id\":\"bd561c3d-e1e1-44ad-92ae-a8d2a8942904\"},\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\"},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"type\":\"vocal\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"title\":\"That Don’t Make It Junk\",\"video\":true,\"id\":\"81a597de-9bc7-4f79-8bee-7f8fbb7044fb\",\"length\":292000,\"disambiguation\":\"live, 2008-11-13, O2 Arena, London, England, UK\"},\"attributes\":[],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\"},{\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"\",\"length\":268106,\"id\":\"03d237a6-50b0-4d97-9272-6cda1789aa58\",\"video\":false,\"title\":\"That Don’t Make It Junk\"},\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[\"lead vocals\"],\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"id\":\"2f90cf1d-e28d-4523-a6f5-037259072178\",\"length\":197333,\"title\":\"The Butcher\",\"video\":false},\"attribute-credits\":{},\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\"},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"recording\":{\"title\":\"The Captain\",\"video\":false,\"length\":250226,\"id\":\"2583aade-4757-4570-ad2f-a78b59598a55\",\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-credits\":{},\"type\":\"vocal\",\"ended\":false,\"attributes\":[\"lead vocals\"],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null},{\"type\":\"vocal\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"The Faith\",\"id\":\"af8cbdca-bbb1-41de-bc4f-19f65d5a7fb0\",\"length\":260000},\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"video\":false,\"title\":\"The Future\",\"id\":\"0b17cae6-651e-488c-9ca3-221348561ad3\",\"length\":440000,\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, England, UK\"},\"attributes\":[],\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{}},{\"attributes\":[],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"recording\":{\"length\":411800,\"id\":\"72ac5b78-f500-44d5-9d58-b15fd40942b0\",\"video\":false,\"title\":\"The Future\",\"disambiguation\":\"live, 1993-04-18: Los Angeles, CA, USA\"},\"source-credit\":\"\",\"attribute-ids\":{},\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null},{\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"The Future\",\"video\":false,\"id\":\"06cf07c0-b739-4ce7-92c4-56424ee061cc\",\"length\":402000},\"attribute-credits\":{},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[\"lead vocals\"],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"attributes\":[],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"recording\":{\"video\":false,\"title\":\"The Goal\",\"length\":72266,\"id\":\"ee2a22f6-46e9-4314-af2b-eecc68caf5cc\",\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{},\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null},{\"source-credit\":\"\",\"recording\":{\"video\":false,\"title\":\"The Guests\",\"id\":\"9ab9cba8-dc25-4c71-abca-12b879284123\",\"length\":400386,\"disambiguation\":\"\"},\"attribute-credits\":{},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[\"lead vocals\"],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"title\":\"The Guests\",\"video\":false,\"id\":\"246c7711-14c7-4c54-80c9-f8be0ca6e802\",\"length\":365826,\"disambiguation\":\"live, 1979-12: UK\"}},{\"attribute-credits\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"id\":\"bfe0b37d-fe45-4a5c-9857-386092b5396e\",\"length\":312693,\"video\":false,\"title\":\"The Gypsy’s Wife\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[\"lead vocals\"],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"recording\":{\"disambiguation\":\"live, 1979-12: UK\",\"video\":false,\"title\":\"The Gypsy’s Wife\",\"id\":\"5433d8f1-cf1c-41af-b651-6b789da125bb\",\"length\":320666},\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"type\":\"vocal\",\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{}},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"type\":\"vocal\",\"ended\":false,\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, UK\",\"title\":\"The Gypsy’s Wife\",\"video\":false,\"length\":402000,\"id\":\"afa179f2-7fa0-4ac6-aea2-33aa96163cfb\"}},{\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"\",\"length\":257560,\"id\":\"8e451644-2819-4356-a47a-19876642902a\",\"title\":\"The Hills\",\"video\":false},\"type\":\"vocal\",\"ended\":false,\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{}},{\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attributes\":[],\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"The Land of Plenty\",\"video\":false,\"id\":\"846fedd4-3852-46e7-a71b-d0bfd45d96ff\",\"length\":276000}},{\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[\"lead vocals\"],\"attribute-credits\":{},\"source-credit\":\"\",\"recording\":{\"video\":false,\"title\":\"The Law\",\"length\":268720,\"id\":\"7578e206-534a-4985-a7b1-2d268ae6d073\",\"disambiguation\":\"\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\"},{\"attributes\":[],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"The Letters\",\"video\":false,\"length\":288000,\"id\":\"0c276747-72d4-4f53-824f-ff82858aba97\"},\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"id\":\"650c92ba-a9eb-40ec-83dd-30148fc1679a\",\"length\":280666,\"title\":\"The Lost Canadian (Un Canadien errant)\",\"video\":false,\"disambiguation\":\"\"},\"attribute-credits\":{},\"attributes\":[\"lead vocals\"],\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{}},{\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"id\":\"90799e5c-3672-4a05-98d5-016a1370c701\",\"length\":255133,\"video\":false,\"title\":\"The Night of Santiago\"},\"attributes\":[],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{}},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[\"lead vocals\"],\"source-credit\":\"\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"The Old Revolution\",\"id\":\"3b6dd603-b0c5-4765-97a3-cd859eae82e6\",\"length\":286360},\"attribute-credits\":{},\"ended\":false,\"type\":\"vocal\"},{\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"source-credit\":\"\",\"recording\":{\"video\":true,\"title\":\"The Partisan\",\"id\":\"6ab224f1-84f5-4eec-b4d4-e68e1eb70f4e\",\"length\":null,\"disambiguation\":\"\"},\"attribute-ids\":{},\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"title\":\"The Partisan\",\"video\":false,\"id\":\"535e76ac-d195-4346-bff5-ca044d2bcdcd\",\"length\":318640,\"disambiguation\":\"live, 2008-10-10: Hartwall Arena, Helsinki, Finland\"},\"attributes\":[],\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\"},{\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"length\":311000,\"id\":\"0c9b7d85-0551-4cf9-aaa9-9d643fe5ebbd\",\"title\":\"The Partisan\",\"video\":true,\"disambiguation\":\"live, 2008-10-10: Hartwall Arena, Helsinki, Finland\"},\"ended\":false,\"type\":\"vocal\"},{\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{},\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"length\":313000,\"id\":\"4d5541b2-9531-4a73-b0f2-83f61b57ad30\",\"video\":false,\"title\":\"The Partisan\",\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\"},\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[]},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"type\":\"vocal\",\"ended\":false,\"attribute-credits\":{},\"source-credit\":\"\",\"recording\":{\"length\":205333,\"id\":\"298af3c5-74b0-4308-8b94-c11415fc6ebe\",\"video\":false,\"title\":\"The Partisan\",\"disambiguation\":\"\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[\"lead vocals\"]},{\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"The Smokey Life\",\"length\":318040,\"id\":\"90977aa4-eead-4245-9413-92a635cbb4a6\"},\"attribute-credits\":{},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"ended\":false,\"type\":\"vocal\",\"attributes\":[\"lead vocals\"],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{}},{\"recording\":{\"id\":\"73bbb870-2151-4fd6-9cea-94bd0f15d385\",\"length\":333906,\"title\":\"The Smokey Life\",\"video\":false,\"disambiguation\":\"live, 1979-12: UK\"},\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"ended\":false,\"type\":\"vocal\",\"recording\":{\"disambiguation\":\"\",\"length\":98653,\"id\":\"f2dcb4a8-1636-47b6-90e4-2374daf09ad2\",\"title\":\"The Sparrows\",\"video\":false},\"source-credit\":\"\",\"attribute-credits\":{},\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[\"spoken vocals\"]},{\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"source-credit\":\"\",\"recording\":{\"title\":\"The Stranger Song\",\"video\":false,\"id\":\"04b6eecc-1dae-4156-b30f-ca44106faa1f\",\"length\":407000,\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\"},\"attribute-ids\":{},\"type\":\"vocal\",\"ended\":false},{\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attributes\":[],\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"recording\":{\"id\":\"351cfb55-654d-4a1a-811d-040f7b7ab7f6\",\"length\":295506,\"title\":\"The Stranger Song\",\"video\":false,\"disambiguation\":\"live, 1979-12: UK\"},\"attribute-ids\":{}},{\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"\",\"title\":\"The Stranger Song\",\"video\":true,\"length\":null,\"id\":\"5b1d6488-f58d-48c2-8873-7ad4073c18ab\"},\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\"},{\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"id\":\"44fae494-0cc6-4a03-92f6-3cd89b94eb25\",\"length\":300466,\"title\":\"The Stranger Song\",\"video\":false},\"attribute-credits\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[\"lead vocals\"],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"type\":\"vocal\",\"ended\":false,\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"length\":374600,\"id\":\"7d644bc4-e70d-46d9-a3e0-4f47315e5e03\",\"title\":\"The Traitor\",\"video\":false},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-credits\":{},\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[\"lead vocals\"],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[\"lead vocals\"],\"type\":\"vocal\",\"ended\":false,\"source-credit\":\"\",\"recording\":{\"id\":\"1c54de7c-069a-4023-a8a3-b0cd55400609\",\"length\":355240,\"title\":\"The Window\",\"video\":false,\"disambiguation\":\"\"},\"attribute-credits\":{},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"}},{\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"type\":\"vocal\",\"recording\":{\"title\":\"The Window\",\"video\":false,\"id\":\"66533e64-326d-421e-a52d-6c0fa4a05335\",\"length\":351933,\"disambiguation\":\"live, 1979-12: UK\"},\"source-credit\":\"\",\"attribute-ids\":{},\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\"},{\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"video\":false,\"title\":\"There for You\",\"id\":\"65b0fe30-7059-42a5-99c5-dbf4ee89d809\",\"length\":281000,\"disambiguation\":\"\"},\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"\",\"id\":\"bc2fe433-83bf-4b5d-ad45-ec9d214c2d4a\",\"length\":289026,\"title\":\"There Is a War\",\"video\":false},\"ended\":false,\"type\":\"vocal\",\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{}},{\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"ended\":false,\"type\":\"vocal\",\"recording\":{\"disambiguation\":\"\",\"length\":182000,\"id\":\"7ce96582-4cb0-42f0-9d98-253e1fe36f33\",\"title\":\"There Is a War\",\"video\":false},\"source-credit\":\"\",\"attribute-credits\":{},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attributes\":[\"lead vocals\"],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\"},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"recording\":{\"disambiguation\":\"live, 1993-06-17: O'Keefe Center, Toronto, Ontario, Canada\",\"id\":\"b679a149-f0de-49df-879a-b2bb9b85aba9\",\"length\":287866,\"title\":\"There Is a War\",\"video\":false},\"source-credit\":\"\",\"attribute-ids\":{},\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[]},{\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"recording\":{\"title\":\"They Locked Up a Man (poem) / A Person Who Eats Meat / Intro\",\"video\":false,\"id\":\"2180f6ab-d151-40c2-8baa-a56f5d673fce\",\"length\":119000,\"disambiguation\":\"\"},\"attribute-credits\":{},\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"attributes\":[\"spoken vocals\"],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{}},{\"type\":\"vocal\",\"ended\":false,\"recording\":{\"video\":false,\"title\":\"To a Teacher\",\"id\":\"e867bfa9-fd8f-49e9-a87d-f00480369844\",\"length\":155493,\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"recording\":{\"video\":false,\"title\":\"Tonight Will Be Fine\",\"id\":\"8a075bb6-30f0-4fda-a56f-f7e5c5ecf976\",\"length\":370000,\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\"},\"attribute-ids\":{},\"attributes\":[],\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{}},{\"type\":\"vocal\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"\",\"video\":true,\"title\":\"Tonight Will Be Fine\",\"id\":\"ee7ffed7-9f17-48b9-a289-c168925eed45\",\"length\":null},\"attributes\":[],\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{}},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"Tonight Will Be Fine\",\"id\":\"9650115c-487f-4973-addc-d8047ace294a\",\"length\":228600},\"attribute-credits\":{},\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[\"lead vocals\"]},{\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"length\":399000,\"id\":\"e53f03ed-77a4-4291-bd10-d8b8df23e45e\",\"title\":\"Tonight Will Be Fine\",\"video\":false,\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\"},\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"ended\":false,\"type\":\"vocal\",\"recording\":{\"id\":\"ed670fc8-0c90-4e95-9b7f-a5764aeb56f6\",\"length\":337493,\"title\":\"Tower of Song\",\"video\":false,\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-credits\":{},\"attributes\":[\"lead vocals\"],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\"},{\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[],\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"Tower of Song\",\"video\":false,\"length\":343480,\"id\":\"606a4ccd-d03b-4d75-8e85-62134ec257d0\"},\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\"},{\"attributes\":[],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"live, 2008-07-17: The O₂ Arena, London, UK\",\"title\":\"Tower of Song\",\"video\":false,\"id\":\"15df4ce1-9f4d-48a4-9942-cd9295565ce7\",\"length\":427000},\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null},{\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"type\":\"vocal\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"video\":false,\"title\":\"Traveling Light\",\"length\":262000,\"id\":\"710b0069-36f8-4156-ac5f-5aede2466dcf\",\"disambiguation\":\"\"}},{\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"title\":\"Treaty\",\"video\":false,\"length\":242000,\"id\":\"d63cbbdb-9e64-4d9e-a011-00c631d82873\",\"disambiguation\":\"\"},\"ended\":false,\"type\":\"vocal\",\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\"},{\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attributes\":[\"lead vocals\"],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"length\":266426,\"id\":\"a77d295d-8fc1-4092-995d-79f4cd9ee03d\",\"video\":false,\"title\":\"True Love Leaves No Traces\"},\"attribute-credits\":{},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"ended\":false,\"type\":\"vocal\"},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"Undertow\",\"length\":262333,\"id\":\"63457012-014b-4ad8-83bf-b4cbfcbcccae\"},\"type\":\"vocal\",\"ended\":false},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"Villanelle for Our Time\",\"length\":357000,\"id\":\"d199627e-fcdb-4d59-8ac2-6a801a417e4f\"},\"attribute-ids\":{},\"type\":\"vocal\",\"ended\":false,\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null},{\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"recording\":{\"video\":true,\"title\":\"Waiting for the Miracle\",\"length\":478000,\"id\":\"9c07634e-b139-4004-86c6-98f0748ceda9\",\"disambiguation\":\"live, 2009-11-13: HP Pavilion, San Jose, CA, USA\"},\"source-credit\":\"\",\"attribute-ids\":{},\"type\":\"vocal\",\"ended\":false},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"length\":446666,\"id\":\"64b6af0c-2863-411e-9fb8-16e5ffef238c\",\"title\":\"Waiting for the Miracle\",\"video\":false,\"disambiguation\":\"\"},\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[]},{\"recording\":{\"disambiguation\":\"live, 2009-11-13: HP Pavilion, San Jose, CA, USA\",\"video\":false,\"title\":\"Waiting for the Miracle\",\"id\":\"3ead5a5f-e9ce-4aa6-8d59-a3ba4d551573\",\"length\":481786},\"source-credit\":\"\",\"attribute-ids\":{},\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"attribute-credits\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"Waiting for the Miracle\",\"video\":false,\"length\":462506,\"id\":\"3a824c74-8ed4-4963-aa92-2ea0a173eeeb\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"ended\":false,\"type\":\"vocal\",\"attributes\":[\"lead vocals\"],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null},{\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"attribute-ids\":{\"spoken vocals\":\"d3a36e62-a7c4-4eb9-839f-adfebe87ac12\"},\"recording\":{\"disambiguation\":\"\",\"title\":\"Warning\",\"video\":false,\"id\":\"0d18d2f7-71f3-41fb-b181-c458ac3108eb\",\"length\":60066},\"attribute-credits\":{},\"attributes\":[\"spoken vocals\"],\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{}},{\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"source-credit\":\"\",\"attribute-ids\":{},\"recording\":{\"disambiguation\":\"\",\"length\":87000,\"id\":\"d8ab1423-610e-4505-801b-07719812a11e\",\"video\":false,\"title\":\"Whither Thou Goest\"},\"type\":\"vocal\",\"ended\":false},{\"attributes\":[\"lead vocals\"],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"source-credit\":\"\",\"recording\":{\"title\":\"Who by Fire\",\"video\":false,\"length\":153000,\"id\":\"9313208d-480f-49fc-8616-ad13273e80a3\",\"disambiguation\":\"\"},\"attribute-credits\":{},\"type\":\"vocal\",\"ended\":false,\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"id\":\"054beded-fc1d-48b7-9189-2ecf46bd4d5c\",\"length\":395000,\"title\":\"Who by Fire\",\"video\":false},\"attribute-ids\":{}},{\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{},\"recording\":{\"disambiguation\":\"live, 1988-10-31: Austin City Limits, Austin, Texas, USA\",\"video\":false,\"title\":\"Who By Fire?\",\"id\":\"4868854f-90fd-43dc-bccd-94d66ffed73f\",\"length\":309240},\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[]},{\"attribute-credits\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"\",\"title\":\"Why Don’t You Try\",\"video\":false,\"id\":\"446e2240-a8e7-4756-b35e-bc4ffdf5b610\",\"length\":233000},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[\"lead vocals\"],\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{}},{\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"recording\":{\"length\":222893,\"id\":\"d948e13b-d25c-4254-949a-ec9ca6c373fc\",\"video\":false,\"title\":\"Why Don’t You Try\",\"disambiguation\":\"live, 1979-12: UK\"},\"attribute-ids\":{}},{\"attribute-values\":{},\"target-type\":\"recording\",\"direction\":\"forward\",\"end\":null,\"attributes\":[\"lead vocals\"],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"source-credit\":\"\",\"recording\":{\"length\":136026,\"id\":\"8dbbc1e7-41cb-46cc-bd86-d8a6a926264c\",\"title\":\"Winter Lady\",\"video\":false,\"disambiguation\":\"\"},\"attribute-credits\":{},\"ended\":false,\"type\":\"vocal\"},{\"source-credit\":\"\",\"recording\":{\"id\":\"df6b40da-2d5f-45be-b587-1c3fe9fd2269\",\"length\":211960,\"video\":false,\"title\":\"You Got Me Singing\",\"disambiguation\":\"\"},\"attribute-ids\":{},\"type\":\"vocal\",\"ended\":false,\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{}},{\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"target-credit\":\"\",\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"attributes\":[],\"recording\":{\"video\":false,\"title\":\"You Have Loved Enough\",\"length\":341693,\"id\":\"e14acf57-24cc-4e7c-83ef-de3a55eb9104\",\"disambiguation\":\"\"},\"source-credit\":\"\",\"attribute-ids\":{},\"type\":\"vocal\",\"ended\":false},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"recording\",\"attribute-values\":{},\"source-credit\":\"\",\"attribute-credits\":{},\"recording\":{\"length\":208533,\"id\":\"25e0aba3-4737-4ae2-b9e3-5f5b9979115d\",\"video\":false,\"title\":\"You Know Who I Am\",\"disambiguation\":\"\"},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"ended\":false,\"type\":\"vocal\",\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"attributes\":[\"lead vocals\"]},{\"ended\":false,\"type\":\"vocal\",\"recording\":{\"disambiguation\":\"live, 1972: Brussels\",\"length\":324960,\"id\":\"7b828c72-503a-4dde-91de-ad87f1e78159\",\"title\":\"You Know Who I Am\",\"video\":false},\"source-credit\":\"\",\"attribute-ids\":{},\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"recording\",\"attribute-values\":{}},{\"attribute-ids\":{},\"source-credit\":\"\",\"recording\":{\"disambiguation\":\"live, 1970-08-31: Isle of Wight Festival, UK\",\"video\":false,\"title\":\"You Know Who I Am\",\"id\":\"a587db50-4814-403f-a2b0-48d4911dadd4\",\"length\":238000},\"ended\":false,\"type\":\"vocal\",\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{}},{\"attributes\":[],\"type-id\":\"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa\",\"begin\":null,\"target-credit\":\"\",\"type\":\"vocal\",\"ended\":false,\"source-credit\":\"\",\"recording\":{\"video\":false,\"title\":\"You Want It Darker\",\"id\":\"206feb71-4841-4abe-85ca-8e0c622d308c\",\"length\":284000,\"disambiguation\":\"\"},\"attribute-ids\":{},\"attribute-values\":{},\"target-type\":\"recording\",\"end\":null,\"direction\":\"forward\"},{\"target-credit\":\"\",\"begin\":null,\"type-id\":\"cf43b79e-3299-4b0c-9244-59ea06337107\",\"attributes\":[],\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"type\":\"graphic design\",\"release\":{\"title\":\"Cohen Live: Leonard Cohen in Concert\",\"release-events\":[{\"area\":{\"type\":null,\"sort-name\":\"Europe\",\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"name\":\"Europe\",\"iso-3166-1-codes\":[\"XE\"],\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"1999-03-04\"}],\"country\":\"XE\",\"barcode\":\"5099747717123\",\"packaging\":null,\"quality\":\"normal\",\"id\":\"edb177a0-6748-3607-8b91-6a335e3532a7\",\"packaging-id\":null,\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"\",\"status\":null,\"status-id\":null,\"date\":\"1999-03-04\"},\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"release\"},{\"attribute-values\":{},\"release\":{\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"packaging-id\":null,\"id\":\"e77e7290-ed70-4740-81e5-4b0df4d5d7f3\",\"quality\":\"normal\",\"status-id\":null,\"date\":\"2012-01-27\",\"status\":null,\"disambiguation\":\"\",\"barcode\":\"886979867123\",\"country\":\"DE\",\"release-events\":[{\"date\":\"2012-01-27\",\"area\":{\"sort-name\":\"Germany\",\"type\":null,\"name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"iso-3166-1-codes\":[\"DE\"],\"type-id\":null,\"disambiguation\":\"\"}}],\"title\":\"Old Ideas\",\"packaging\":null},\"target-type\":\"release\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"type-id\":\"cf43b79e-3299-4b0c-9244-59ea06337107\",\"begin\":null,\"target-credit\":\"\",\"type\":\"graphic design\",\"ended\":false,\"attribute-ids\":{},\"source-credit\":\"\"},{\"target-type\":\"release\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"release\":{\"title\":\"Old Ideas\",\"release-events\":[{\"date\":\"2012-01-31\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\",\"type\":null,\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"}}],\"barcode\":\"886979867123\",\"country\":\"US\",\"packaging\":null,\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"packaging-id\":null,\"id\":\"b02dd44e-2b35-44f1-8001-768fc94f5d14\",\"status\":null,\"disambiguation\":\"\",\"status-id\":null,\"date\":\"2012-01-31\"},\"ended\":false,\"type\":\"graphic design\",\"source-credit\":\"\",\"attribute-ids\":{},\"attributes\":[],\"begin\":null,\"type-id\":\"cf43b79e-3299-4b0c-9244-59ea06337107\",\"target-credit\":\"\"},{\"type\":\"illustration\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{},\"begin\":null,\"type-id\":\"a6029157-d96b-4dc3-9f73-f99f76423d11\",\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"release\",\"release\":{\"disambiguation\":\"\",\"status\":null,\"status-id\":null,\"date\":\"2012-01-27\",\"quality\":\"normal\",\"id\":\"e77e7290-ed70-4740-81e5-4b0df4d5d7f3\",\"packaging-id\":null,\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"packaging\":null,\"release-events\":[{\"date\":\"2012-01-27\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"DE\"],\"type\":null,\"sort-name\":\"Germany\",\"name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\"}}],\"title\":\"Old Ideas\",\"country\":\"DE\",\"barcode\":\"886979867123\"},\"attribute-values\":{}},{\"attribute-ids\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"illustration\",\"target-credit\":\"\",\"begin\":null,\"type-id\":\"a6029157-d96b-4dc3-9f73-f99f76423d11\",\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"release\",\"release\":{\"release-events\":[{\"date\":\"2012-01-31\",\"area\":{\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"type-id\":null,\"disambiguation\":\"\"}}],\"title\":\"Old Ideas\",\"barcode\":\"886979867123\",\"country\":\"US\",\"packaging\":null,\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"b02dd44e-2b35-44f1-8001-768fc94f5d14\",\"packaging-id\":null,\"status\":null,\"disambiguation\":\"\",\"date\":\"2012-01-31\",\"status-id\":null},\"attribute-values\":{}},{\"attribute-values\":{},\"release\":{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"ffcf8508-1589-4f4f-ad6e-a55d530730be\",\"packaging-id\":null,\"quality\":\"normal\",\"status-id\":null,\"date\":\"2002-10-22\",\"status\":null,\"disambiguation\":\"\",\"barcode\":\"696998688421\",\"country\":\"US\",\"title\":\"The Essential Leonard Cohen\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"type\":null},\"date\":\"2002-10-22\"}],\"packaging\":null},\"target-type\":\"release\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"a6029157-d96b-4dc3-9f73-f99f76423d11\",\"source-credit\":\"\",\"attribute-ids\":{},\"type\":\"illustration\",\"ended\":false},{\"attribute-values\":{},\"release\":{\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"packaging-id\":null,\"id\":\"4687a60e-9ce4-4021-b781-f68c8f2ad3c3\",\"status\":null,\"disambiguation\":\"Jewel Case\",\"status-id\":null,\"date\":\"2015\",\"title\":\"Can’t Forget: A Souvenir of the Grand Tour\",\"release-events\":[{\"date\":\"2015\",\"area\":{\"name\":\"Europe\",\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"type\":null,\"sort-name\":\"Europe\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"XE\"]}}],\"barcode\":\"888750682628\",\"country\":\"XE\",\"packaging\":null},\"target-type\":\"release\",\"end\":null,\"direction\":\"forward\",\"attributes\":[\"guitar\"],\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"begin\":null,\"target-credit\":\"\",\"type\":\"instrument\",\"ended\":false,\"attribute-credits\":{},\"source-credit\":\"\",\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"}},{\"end\":null,\"direction\":\"forward\",\"target-type\":\"release\",\"release\":{\"id\":\"edb177a0-6748-3607-8b91-6a335e3532a7\",\"packaging-id\":null,\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"status-id\":null,\"date\":\"1999-03-04\",\"disambiguation\":\"\",\"status\":null,\"country\":\"XE\",\"barcode\":\"5099747717123\",\"title\":\"Cohen Live: Leonard Cohen in Concert\",\"release-events\":[{\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"XE\"],\"disambiguation\":\"\",\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"name\":\"Europe\",\"sort-name\":\"Europe\",\"type\":null},\"date\":\"1999-03-04\"}],\"packaging\":null},\"attribute-values\":{},\"type\":\"instrument\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\",\"keyboard\":\"95b0c3d2-9606-4ef5-a019-9b7437f3adda\"},\"attribute-credits\":{},\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[\"guitar\",\"keyboard\"]},{\"source-credit\":\"\",\"attribute-credits\":{},\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"ended\":false,\"type\":\"instrument\",\"target-credit\":\"\",\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"begin\":null,\"attributes\":[\"guitar\"],\"direction\":\"forward\",\"end\":null,\"target-type\":\"release\",\"release\":{\"packaging\":null,\"country\":\"XE\",\"barcode\":\"5099750122525\",\"release-events\":[{\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"XE\"],\"disambiguation\":\"\",\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"name\":\"Europe\",\"sort-name\":\"Europe\",\"type\":null},\"date\":\"2001-02-16\"}],\"title\":\"Field Commander Cohen: Tour of 1979\",\"status-id\":null,\"date\":\"2001-02-16\",\"disambiguation\":\"\",\"status\":null,\"packaging-id\":null,\"id\":\"1c91bfb8-19d2-4ccf-85ab-aaf7a15159ac\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\"},\"attribute-values\":{}},{\"type\":\"instrument\",\"ended\":false,\"attribute-ids\":{\"acoustic guitar\":\"00beaf8e-a781-431c-8130-7c2871696b7d\"},\"source-credit\":\"\",\"attribute-credits\":{},\"attributes\":[\"acoustic guitar\"],\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"begin\":null,\"target-credit\":\"\",\"target-type\":\"release\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"release\":{\"title\":\"Live at the Isle of Wight 1970\",\"release-events\":[{\"area\":{\"type\":null,\"sort-name\":\"[Worldwide]\",\"name\":\"[Worldwide]\",\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"type-id\":null,\"iso-3166-1-codes\":[\"XW\"],\"disambiguation\":\"\"},\"date\":\"2009-10-20\"}],\"barcode\":\"886975791620\",\"country\":\"XW\",\"packaging\":null,\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"packaging-id\":null,\"id\":\"1eb1c9ac-52e0-4e12-8ca3-69d85082a0ed\",\"status\":null,\"disambiguation\":\"\",\"date\":\"2009-10-20\",\"status-id\":null}},{\"type\":\"instrument\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\",\"keyboard\":\"95b0c3d2-9606-4ef5-a019-9b7437f3adda\"},\"attribute-credits\":{},\"begin\":null,\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"target-credit\":\"\",\"attributes\":[\"guitar\",\"keyboard\"],\"end\":null,\"direction\":\"forward\",\"target-type\":\"release\",\"release\":{\"packaging\":null,\"country\":\"US\",\"barcode\":\"0886974050223\",\"title\":\"Live in London\",\"release-events\":[{\"date\":\"2009-03-31\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"type\":null,\"sort-name\":\"United States\"}}],\"date\":\"2009-03-31\",\"status-id\":null,\"disambiguation\":\"\",\"status\":null,\"packaging-id\":null,\"id\":\"47069cc8-b2bf-4033-aa30-239f33dd551a\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\"},\"attribute-values\":{}},{\"attribute-ids\":{\"acoustic guitar\":\"00beaf8e-a781-431c-8130-7c2871696b7d\"},\"source-credit\":\"\",\"attribute-credits\":{},\"type\":\"instrument\",\"ended\":false,\"target-credit\":\"\",\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"begin\":null,\"attributes\":[\"acoustic guitar\"],\"end\":null,\"direction\":\"forward\",\"target-type\":\"release\",\"release\":{\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"packaging-id\":null,\"id\":\"ab1d5e25-a3d9-3a40-9718-9709e4d4f15d\",\"quality\":\"normal\",\"status-id\":null,\"date\":\"1996-08-05\",\"status\":null,\"disambiguation\":\"\",\"barcode\":\"5099748445421\",\"country\":\"XE\",\"release-events\":[{\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"XE\"],\"disambiguation\":\"\",\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"name\":\"Europe\",\"sort-name\":\"Europe\",\"type\":null},\"date\":\"1996-08-05\"}],\"title\":\"Live Songs\",\"packaging\":null},\"attribute-values\":{}},{\"target-credit\":\"\",\"begin\":null,\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"attributes\":[\"guitar\",\"mouth harp\"],\"attribute-credits\":{\"mouth harp\":\"Jew’s harp\"},\"source-credit\":\"\",\"attribute-ids\":{\"mouth harp\":\"ffaf7204-92f1-4c03-846a-748218ebf2a5\",\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"type\":\"instrument\",\"ended\":false,\"release\":{\"quality\":\"normal\",\"packaging-id\":null,\"id\":\"90ad5a1e-2142-3d58-9b81-c4d1a198d3d9\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"status\":null,\"status-id\":null,\"date\":\"1974-08-11\",\"title\":\"New Skin for the Old Ceremony\",\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\",\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\"},\"date\":\"1974-08-11\"}],\"country\":\"US\",\"barcode\":\"\",\"packaging\":null},\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"release\"},{\"end\":null,\"direction\":\"forward\",\"target-type\":\"release\",\"release\":{\"packaging\":null,\"barcode\":\"5099703266023\",\"country\":\"XW\",\"release-events\":[{\"date\":\"1995-02-07\",\"area\":{\"iso-3166-1-codes\":[\"XW\"],\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"[Worldwide]\",\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\"}}],\"title\":\"New Skin for the Old Ceremony\",\"status-id\":null,\"date\":\"1995-02-07\",\"status\":null,\"disambiguation\":\"\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"6e4212d3-5399-4da6-917b-a4ee3a579876\",\"packaging-id\":null,\"quality\":\"normal\"},\"attribute-values\":{},\"source-credit\":\"\",\"attribute-credits\":{},\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\",\"mouth harp\":\"ffaf7204-92f1-4c03-846a-748218ebf2a5\"},\"type\":\"instrument\",\"ended\":false,\"target-credit\":\"\",\"begin\":null,\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"attributes\":[\"guitar\",\"mouth harp\"]},{\"attributes\":[\"guitar\",\"keyboard\"],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"source-credit\":\"\",\"attribute-credits\":{},\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\",\"keyboard\":\"95b0c3d2-9606-4ef5-a019-9b7437f3adda\"},\"type\":\"instrument\",\"ended\":false,\"attribute-values\":{},\"release\":{\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"packaging-id\":null,\"id\":\"81d4fa2c-c7ed-4bcf-b1a9-a291b418d998\",\"quality\":\"normal\",\"status-id\":null,\"date\":\"2010-09-13\",\"status\":null,\"disambiguation\":\"\",\"barcode\":\"886977683923\",\"country\":\"XE\",\"title\":\"Songs From the Road\",\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"XE\"],\"name\":\"Europe\",\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"sort-name\":\"Europe\",\"type\":null},\"date\":\"2010-09-13\"}],\"packaging\":null},\"target-type\":\"release\",\"direction\":\"forward\",\"end\":null},{\"type\":\"instrument\",\"ended\":false,\"attribute-credits\":{},\"source-credit\":\"\",\"attribute-ids\":{\"acoustic guitar\":\"00beaf8e-a781-431c-8130-7c2871696b7d\"},\"begin\":null,\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"target-credit\":\"\",\"attributes\":[\"acoustic guitar\"],\"direction\":\"forward\",\"end\":null,\"target-type\":\"release\",\"release\":{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"packaging-id\":null,\"id\":\"28e1dddf-af36-3f55-a840-1ad283cc925a\",\"quality\":\"normal\",\"status-id\":null,\"date\":\"1971\",\"status\":null,\"disambiguation\":\"\",\"barcode\":null,\"country\":\"GB\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\",\"type\":null},\"date\":\"1971\"}],\"title\":\"Songs of Love and Hate\",\"packaging\":null},\"attribute-values\":{}},{\"type\":\"instrument\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{\"acoustic guitar\":\"00beaf8e-a781-431c-8130-7c2871696b7d\"},\"attribute-credits\":{},\"attributes\":[\"acoustic guitar\"],\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"begin\":null,\"target-credit\":\"\",\"target-type\":\"release\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"release\":{\"title\":\"Songs of Love and Hate\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"US\"],\"type-id\":null,\"disambiguation\":\"\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"type\":null,\"sort-name\":\"United States\"},\"date\":\"2007-04-24\"}],\"country\":\"US\",\"barcode\":\"886970474122\",\"packaging\":null,\"quality\":\"normal\",\"id\":\"afd3e16a-aabd-4c93-b93a-dc43ec370e84\",\"packaging-id\":null,\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"\",\"status\":null,\"date\":\"2007-04-24\",\"status-id\":null}},{\"release\":{\"disambiguation\":\"\",\"status\":null,\"date\":\"1988-03-04\",\"status-id\":null,\"quality\":\"normal\",\"packaging-id\":null,\"id\":\"66c652dd-1702-37a3-85fd-4697cfd0813e\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"packaging\":null,\"release-events\":[{\"date\":\"1988-03-04\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"XE\"],\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"name\":\"Europe\",\"sort-name\":\"Europe\",\"type\":null}}],\"title\":\"Songs of Love and Hate\",\"country\":\"XE\",\"barcode\":\"5099703221923\"},\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"release\",\"target-credit\":\"\",\"begin\":null,\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"attributes\":[\"acoustic guitar\"],\"source-credit\":\"\",\"attribute-ids\":{\"acoustic guitar\":\"00beaf8e-a781-431c-8130-7c2871696b7d\"},\"attribute-credits\":{},\"ended\":false,\"type\":\"instrument\"},{\"source-credit\":\"\",\"attribute-credits\":{},\"attribute-ids\":{\"acoustic guitar\":\"00beaf8e-a781-431c-8130-7c2871696b7d\"},\"ended\":false,\"type\":\"instrument\",\"target-credit\":\"\",\"begin\":null,\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"attributes\":[\"acoustic guitar\"],\"end\":null,\"direction\":\"forward\",\"target-type\":\"release\",\"release\":{\"packaging\":null,\"country\":\"US\",\"barcode\":\"\",\"title\":\"Songs of Love and Hate\",\"release-events\":[{\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"sort-name\":\"United States\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"]},\"date\":\"1971\"}],\"date\":\"1971\",\"status-id\":null,\"disambiguation\":\"\",\"status\":null,\"packaging-id\":null,\"id\":\"535bf80d-bde6-4a8c-b89a-45f69e56a025\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"quality\":\"normal\"},\"attribute-values\":{}},{\"source-credit\":\"\",\"attribute-credits\":{},\"attribute-ids\":{\"acoustic guitar\":\"00beaf8e-a781-431c-8130-7c2871696b7d\"},\"ended\":false,\"type\":\"instrument\",\"attributes\":[\"acoustic guitar\"],\"target-credit\":\"\",\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"begin\":null,\"target-type\":\"release\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"release\":{\"title\":\"Songs of Love and Hate\",\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"DE\"],\"sort-name\":\"Germany\",\"type\":null,\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\"},\"date\":\"1997-11-10\"}],\"barcode\":\"5099747679926\",\"country\":\"DE\",\"packaging\":null,\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"packaging-id\":null,\"id\":\"4d27a9be-57b6-3376-bea3-a677412239f8\",\"status\":null,\"disambiguation\":\"S0247848010-0202 71 A2 matrix\",\"date\":\"1997-11-10\",\"status-id\":null}},{\"source-credit\":\"\",\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"attribute-credits\":{},\"type\":\"instrument\",\"ended\":false,\"attributes\":[\"guitar\"],\"target-credit\":\"\",\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"begin\":null,\"target-type\":\"release\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"release\":{\"packaging\":null,\"country\":\"GB\",\"barcode\":\"886973127223\",\"title\":\"The Collection\",\"release-events\":[{\"date\":\"2008-06-30\",\"area\":{\"iso-3166-1-codes\":[\"GB\"],\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"}}],\"date\":\"2008-06-30\",\"status-id\":null,\"disambiguation\":\"\",\"status\":null,\"packaging-id\":null,\"id\":\"1f092fb8-5267-3b80-939b-6002600d380c\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"quality\":\"normal\"}},{\"source-credit\":\"\",\"attribute-credits\":{},\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"type\":\"instrument\",\"ended\":false,\"attributes\":[\"guitar\"],\"target-credit\":\"\",\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"begin\":null,\"target-type\":\"release\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"release\":{\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"236d8559-3f34-4cae-8763-14fcb98d8fe1\",\"packaging-id\":null,\"status\":null,\"disambiguation\":\"\",\"status-id\":null,\"date\":\"1990\",\"title\":\"Various Positions\",\"release-events\":[{\"date\":\"1990\",\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"XE\"],\"disambiguation\":\"\",\"name\":\"Europe\",\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"type\":null,\"sort-name\":\"Europe\"}}],\"barcode\":\"5099746556921\",\"country\":\"XE\",\"packaging\":null}},{\"ended\":false,\"type\":\"instrument\",\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"source-credit\":\"\",\"attribute-credits\":{},\"attributes\":[\"guitar\"],\"begin\":null,\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"target-credit\":\"\",\"target-type\":\"release\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"release\":{\"barcode\":\"\",\"country\":\"US\",\"release-events\":[{\"area\":{\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":null,\"sort-name\":\"United States\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"US\"]},\"date\":\"1985-02\"}],\"title\":\"Various Positions\",\"packaging\":null,\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"packaging-id\":null,\"id\":\"f9363b3d-3f03-38f0-96d5-156e95064f0f\",\"quality\":\"normal\",\"date\":\"1985-02\",\"status-id\":null,\"status\":null,\"disambiguation\":\"\"}},{\"release\":{\"packaging\":null,\"country\":\"CA\",\"barcode\":\"0612139072801\",\"title\":\"Various Positions\",\"release-events\":[{\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"CA\"],\"sort-name\":\"Canada\",\"type\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"name\":\"Canada\"},\"date\":\"1984-12\"}],\"date\":\"1984-12\",\"status-id\":null,\"disambiguation\":\"\",\"status\":null,\"packaging-id\":null,\"id\":\"d601bc88-1372-3566-a650-2cbe74205d1e\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"quality\":\"normal\"},\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"release\",\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[\"guitar\"],\"type\":\"instrument\",\"ended\":false,\"attribute-credits\":{},\"source-credit\":\"\",\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"}},{\"target-type\":\"release\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"release\":{\"packaging-id\":null,\"id\":\"4c07f596-4963-33df-adb1-55d01dab800d\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"date\":\"1995-02-07\",\"status-id\":null,\"disambiguation\":\"\",\"status\":null,\"country\":\"US\",\"barcode\":\"074646695029\",\"release-events\":[{\"area\":{\"sort-name\":\"United States\",\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"type-id\":null,\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\"},\"date\":\"1995-02-07\"}],\"title\":\"Various Positions\",\"packaging\":null},\"type\":\"instrument\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"attribute-credits\":{},\"attributes\":[\"guitar\"],\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"begin\":null,\"target-credit\":\"\"},{\"attribute-values\":{},\"release\":{\"packaging\":null,\"release-events\":[{\"date\":\"1984\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\",\"type\":null}}],\"title\":\"Various Positions\",\"barcode\":\"\",\"country\":\"GB\",\"status\":null,\"disambiguation\":\"\",\"status-id\":null,\"date\":\"1984\",\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"packaging-id\":null,\"id\":\"c3b8f35e-5392-446c-a957-ca1fc08d9a4c\"},\"target-type\":\"release\",\"end\":null,\"direction\":\"forward\",\"attributes\":[\"guitar\"],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"67555849-61e5-455b-96e3-29733f0115f5\",\"source-credit\":\"\",\"attribute-credits\":{},\"attribute-ids\":{\"guitar\":\"63021302-86cd-4aee-80df-2270d54f4978\"},\"type\":\"instrument\",\"ended\":false},{\"direction\":\"forward\",\"end\":null,\"target-type\":\"release\",\"release\":{\"title\":\"Man in Black: The Very Best of Johnny Cash\",\"release-events\":[{\"area\":{\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type\":null,\"sort-name\":\"United Kingdom\",\"type-id\":null,\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\"},\"date\":\"2002-02-25\"}],\"barcode\":\"5099750634523\",\"country\":\"GB\",\"packaging\":null,\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"5016cfc2-03b7-493b-8971-14954c69273d\",\"packaging-id\":null,\"status\":null,\"disambiguation\":\"\",\"date\":\"2002-02-25\",\"status-id\":null},\"attribute-values\":{},\"type\":\"liner notes\",\"ended\":false,\"attribute-ids\":{},\"source-credit\":\"\",\"begin\":null,\"type-id\":\"01323b4f-7aba-410c-8c91-cb224b963a40\",\"target-credit\":\"\",\"attributes\":[]},{\"type\":\"liner notes\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{},\"attributes\":[],\"type-id\":\"01323b4f-7aba-410c-8c91-cb224b963a40\",\"begin\":null,\"target-credit\":\"\",\"target-type\":\"release\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"release\":{\"packaging\":null,\"release-events\":[{\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"sort-name\":\"United States\",\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\"},\"date\":\"2008-08-26\"}],\"title\":\"The Essential Johnny Cash: Limited Edition 3.0\",\"barcode\":\"886972908922\",\"country\":\"US\",\"status\":null,\"disambiguation\":\"\",\"date\":\"2008-08-26\",\"status-id\":null,\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"packaging-id\":null,\"id\":\"8a29c4ba-be0f-4868-8a8c-74b5b854d4ca\"}},{\"attribute-values\":{},\"release\":{\"packaging\":null,\"release-events\":[{\"area\":{\"name\":\"Canada\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"sort-name\":\"Canada\",\"type\":null,\"iso-3166-1-codes\":[\"CA\"],\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"2004-02\"}],\"title\":\"Night Magic\",\"barcode\":\"777078910042\",\"country\":\"CA\",\"status\":null,\"disambiguation\":\"remastered\",\"date\":\"2004-02\",\"status-id\":null,\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"packaging-id\":null,\"id\":\"00765652-da1f-4c12-877e-4fe77eaab839\"},\"target-type\":\"release\",\"end\":null,\"direction\":\"forward\",\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"a2af367a-b040-46f8-af21-310f92dfe97b\",\"begin\":null,\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"type\":\"lyricist\"},{\"attribute-values\":{},\"release\":{\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"b02dd44e-2b35-44f1-8001-768fc94f5d14\",\"packaging-id\":null,\"status\":null,\"disambiguation\":\"\",\"status-id\":null,\"date\":\"2012-01-31\",\"release-events\":[{\"date\":\"2012-01-31\",\"area\":{\"iso-3166-1-codes\":[\"US\"],\"type-id\":null,\"disambiguation\":\"\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"type\":null,\"sort-name\":\"United States\"}}],\"title\":\"Old Ideas\",\"barcode\":\"886979867123\",\"country\":\"US\",\"packaging\":null},\"target-type\":\"release\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"6cc958c0-533b-4540-a281-058fbb941890\",\"begin\":null,\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"type\":\"mix\"},{\"target-type\":\"release\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"release\":{\"date\":\"2012-01-27\",\"status-id\":null,\"status\":null,\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"packaging-id\":null,\"id\":\"e77e7290-ed70-4740-81e5-4b0df4d5d7f3\",\"quality\":\"normal\",\"packaging\":null,\"barcode\":\"886979867123\",\"country\":\"DE\",\"title\":\"Old Ideas\",\"release-events\":[{\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"DE\"],\"disambiguation\":\"\",\"name\":\"Germany\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"sort-name\":\"Germany\",\"type\":null},\"date\":\"2012-01-27\"}]},\"source-credit\":\"\",\"attribute-ids\":{\"additional\":\"0a5341f8-3b1d-4f99-a0c6-26b7f4e42c7f\"},\"type\":\"mix\",\"ended\":false,\"attributes\":[\"additional\"],\"target-credit\":\"\",\"type-id\":\"6cc958c0-533b-4540-a281-058fbb941890\",\"begin\":null},{\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"888a2320-52e4-4fe8-a8a0-7a4c8dfde167\",\"begin\":null,\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"type\":\"performer\",\"attribute-values\":{},\"release\":{\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"90ad5a1e-2142-3d58-9b81-c4d1a198d3d9\",\"packaging-id\":null,\"status\":null,\"disambiguation\":\"\",\"date\":\"1974-08-11\",\"status-id\":null,\"title\":\"New Skin for the Old Ceremony\",\"release-events\":[{\"area\":{\"sort-name\":\"United States\",\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"type-id\":null,\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\"},\"date\":\"1974-08-11\"}],\"barcode\":\"\",\"country\":\"US\",\"packaging\":null},\"target-type\":\"release\",\"end\":null,\"direction\":\"forward\"},{\"attribute-ids\":{},\"source-credit\":\"\",\"type\":\"photography\",\"ended\":false,\"target-credit\":\"\",\"type-id\":\"0b58dc9b-9c49-4b19-bb58-9c06d41c8fbf\",\"begin\":null,\"attributes\":[],\"end\":null,\"direction\":\"forward\",\"target-type\":\"release\",\"release\":{\"packaging\":null,\"title\":\"The Collection\",\"release-events\":[{\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\",\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type\":null,\"sort-name\":\"United Kingdom\"},\"date\":\"2008-06-30\"}],\"barcode\":\"886973127223\",\"country\":\"GB\",\"status\":null,\"disambiguation\":\"\",\"date\":\"2008-06-30\",\"status-id\":null,\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"1f092fb8-5267-3b80-939b-6002600d380c\",\"packaging-id\":null},\"attribute-values\":{}},{\"attribute-ids\":{},\"source-credit\":\"\",\"type\":\"photography\",\"ended\":false,\"target-credit\":\"\",\"begin\":null,\"type-id\":\"0b58dc9b-9c49-4b19-bb58-9c06d41c8fbf\",\"attributes\":[],\"direction\":\"forward\",\"end\":null,\"target-type\":\"release\",\"release\":{\"packaging\":null,\"release-events\":[{\"date\":\"1984\",\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"type\":null}}],\"title\":\"Various Positions\",\"barcode\":\"\",\"country\":\"GB\",\"status\":null,\"disambiguation\":\"\",\"date\":\"1984\",\"status-id\":null,\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"packaging-id\":null,\"id\":\"c3b8f35e-5392-446c-a957-ca1fc08d9a4c\"},\"attribute-values\":{}},{\"attribute-values\":{},\"release\":{\"id\":\"4c07f596-4963-33df-adb1-55d01dab800d\",\"packaging-id\":null,\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"status-id\":null,\"date\":\"1995-02-07\",\"disambiguation\":\"\",\"status\":null,\"country\":\"US\",\"barcode\":\"074646695029\",\"title\":\"Various Positions\",\"release-events\":[{\"date\":\"1995-02-07\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"US\"],\"type\":null,\"sort-name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\"}}],\"packaging\":null},\"target-type\":\"release\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"type-id\":\"0b58dc9b-9c49-4b19-bb58-9c06d41c8fbf\",\"begin\":null,\"target-credit\":\"\",\"type\":\"photography\",\"ended\":false,\"attribute-ids\":{},\"source-credit\":\"\"},{\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"type\":\"photography\",\"target-credit\":\"\",\"type-id\":\"0b58dc9b-9c49-4b19-bb58-9c06d41c8fbf\",\"begin\":null,\"attributes\":[],\"direction\":\"forward\",\"end\":null,\"target-type\":\"release\",\"release\":{\"status-id\":null,\"date\":\"1985-02\",\"disambiguation\":\"\",\"status\":null,\"packaging-id\":null,\"id\":\"f9363b3d-3f03-38f0-96d5-156e95064f0f\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"quality\":\"normal\",\"packaging\":null,\"country\":\"US\",\"barcode\":\"\",\"release-events\":[{\"date\":\"1985-02\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"sort-name\":\"United States\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"]}}],\"title\":\"Various Positions\"},\"attribute-values\":{}},{\"target-type\":\"release\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"release\":{\"status\":null,\"disambiguation\":\"\",\"status-id\":null,\"date\":\"1984-12\",\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"d601bc88-1372-3566-a650-2cbe74205d1e\",\"packaging-id\":null,\"packaging\":null,\"title\":\"Various Positions\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"CA\"],\"type-id\":null,\"disambiguation\":\"\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"name\":\"Canada\",\"sort-name\":\"Canada\",\"type\":null},\"date\":\"1984-12\"}],\"barcode\":\"0612139072801\",\"country\":\"CA\"},\"ended\":false,\"type\":\"photography\",\"source-credit\":\"\",\"attribute-ids\":{},\"attributes\":[],\"begin\":null,\"type-id\":\"0b58dc9b-9c49-4b19-bb58-9c06d41c8fbf\",\"target-credit\":\"\"},{\"end\":null,\"direction\":\"forward\",\"target-type\":\"release\",\"release\":{\"packaging-id\":null,\"id\":\"236d8559-3f34-4cae-8763-14fcb98d8fe1\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"status-id\":null,\"date\":\"1990\",\"disambiguation\":\"\",\"status\":null,\"country\":\"XE\",\"barcode\":\"5099746556921\",\"title\":\"Various Positions\",\"release-events\":[{\"date\":\"1990\",\"area\":{\"sort-name\":\"Europe\",\"type\":null,\"name\":\"Europe\",\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"XE\"]}}],\"packaging\":null},\"attribute-values\":{},\"ended\":false,\"type\":\"photography\",\"attribute-ids\":{},\"source-credit\":\"\",\"begin\":null,\"type-id\":\"0b58dc9b-9c49-4b19-bb58-9c06d41c8fbf\",\"target-credit\":\"\",\"attributes\":[]},{\"release\":{\"release-events\":[{\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"CA\"],\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Canada\",\"name\":\"Canada\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\"},\"date\":\"2006-05-02\"}],\"title\":\"Blue Alert\",\"barcode\":\"828767694627\",\"country\":\"CA\",\"packaging\":null,\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"ce7558e9-b1f9-48c2-b01b-86f1206249f4\",\"packaging-id\":null,\"status\":null,\"disambiguation\":\"\",\"status-id\":null,\"date\":\"2006-05-02\"},\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"release\",\"target-credit\":\"\",\"begin\":null,\"type-id\":\"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f\",\"attributes\":[],\"attribute-ids\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"producer\"},{\"attribute-values\":{},\"release\":{\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"id\":\"c604126a-975b-43bf-8765-167598057eb0\",\"packaging-id\":null,\"quality\":\"normal\",\"status-id\":null,\"date\":\"1988-02\",\"status\":null,\"disambiguation\":\"\",\"barcode\":\"5099746064211\",\"country\":\"XE\",\"release-events\":[{\"area\":{\"type\":null,\"sort-name\":\"Europe\",\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"name\":\"Europe\",\"iso-3166-1-codes\":[\"XE\"],\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"1988-02\"}],\"title\":\"I'm Your Man\",\"packaging\":null},\"target-type\":\"release\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f\",\"begin\":null,\"attribute-ids\":{},\"source-credit\":\"\",\"type\":\"producer\",\"ended\":false},{\"source-credit\":\"\",\"attribute-ids\":{},\"type\":\"producer\",\"ended\":false,\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f\",\"begin\":null,\"target-type\":\"release\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"release\":{\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"1c20f8cc-7b31-32de-8c44-2d28d1c07b9f\",\"packaging-id\":null,\"status\":null,\"disambiguation\":\"\",\"status-id\":null,\"date\":\"1988\",\"release-events\":[{\"date\":\"1988\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"CA\"],\"name\":\"Canada\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"sort-name\":\"Canada\",\"type\":null}}],\"title\":\"I’m Your Man\",\"barcode\":\"074644419122\",\"country\":\"CA\",\"packaging\":null}},{\"attribute-values\":{},\"release\":{\"packaging\":null,\"country\":\"XE\",\"barcode\":\"5099746064228\",\"release-events\":[{\"area\":{\"type\":null,\"sort-name\":\"Europe\",\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"name\":\"Europe\",\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"XE\"]},\"date\":\"1988-02-21\"}],\"title\":\"I’m Your Man\",\"status-id\":null,\"date\":\"1988-02-21\",\"disambiguation\":\"\",\"status\":null,\"id\":\"b2b84a65-2d7f-38da-a49f-40ccfcafb4e5\",\"packaging-id\":null,\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"quality\":\"normal\"},\"target-type\":\"release\",\"end\":null,\"direction\":\"forward\",\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f\",\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":false,\"type\":\"producer\"},{\"ended\":false,\"type\":\"producer\",\"source-credit\":\"\",\"attribute-ids\":{},\"attributes\":[],\"begin\":null,\"type-id\":\"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f\",\"target-credit\":\"\",\"target-type\":\"release\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"release\":{\"packaging\":null,\"barcode\":null,\"country\":\"ES\",\"release-events\":[{\"area\":{\"type\":null,\"sort-name\":\"Spain\",\"name\":\"Spain\",\"id\":\"471c46a7-afc5-31c4-923c-d0444f5053a4\",\"iso-3166-1-codes\":[\"ES\"],\"type-id\":null,\"disambiguation\":\"\"},\"date\":\"1979\"}],\"title\":\"Recent Songs\",\"date\":\"1979\",\"status-id\":null,\"status\":null,\"disambiguation\":\"\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"packaging-id\":null,\"id\":\"a41c6a35-78f1-3521-b35a-071be25df5f6\",\"quality\":\"normal\"}},{\"end\":null,\"direction\":\"forward\",\"target-type\":\"release\",\"release\":{\"country\":\"US\",\"barcode\":null,\"title\":\"Recent Songs\",\"release-events\":[{\"date\":\"1979-09\",\"area\":{\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"US\"]}}],\"packaging\":null,\"packaging-id\":null,\"id\":\"80ca9a6c-3c70-43dd-b757-66647ad58b25\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"date\":\"1979-09\",\"status-id\":null,\"disambiguation\":\"\",\"status\":null},\"attribute-values\":{},\"attribute-ids\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"producer\",\"target-credit\":\"\",\"type-id\":\"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f\",\"begin\":null,\"attributes\":[]},{\"attribute-values\":{},\"release\":{\"barcode\":\"\",\"country\":\"NL\",\"release-events\":[{\"area\":{\"id\":\"ef1b7cc0-cd26-36f4-8ea0-04d9623786c7\",\"name\":\"Netherlands\",\"sort-name\":\"Netherlands\",\"type\":null,\"type-id\":null,\"iso-3166-1-codes\":[\"NL\"],\"disambiguation\":\"\"},\"date\":\"1979\"}],\"title\":\"Recent Songs\",\"packaging\":null,\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"id\":\"72854a57-88e6-33e2-b899-f0777a83e3b3\",\"packaging-id\":null,\"quality\":\"normal\",\"status-id\":null,\"date\":\"1979\",\"status\":null,\"disambiguation\":\"\"},\"target-type\":\"release\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"type-id\":\"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f\",\"begin\":null,\"target-credit\":\"\",\"ended\":false,\"type\":\"producer\",\"attribute-ids\":{},\"source-credit\":\"\"},{\"end\":null,\"direction\":\"forward\",\"target-type\":\"release\",\"release\":{\"quality\":\"normal\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"packaging-id\":null,\"id\":\"db5e947b-0b73-315f-9912-5ad8616b4bea\",\"status\":null,\"disambiguation\":\"\",\"date\":\"1995\",\"status-id\":null,\"title\":\"Recent Songs\",\"release-events\":[{\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"XE\"],\"disambiguation\":\"\",\"type\":null,\"sort-name\":\"Europe\",\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"name\":\"Europe\"},\"date\":\"1995\"}],\"barcode\":\"5099747475023\",\"country\":\"XE\",\"packaging\":null},\"attribute-values\":{},\"source-credit\":\"\",\"attribute-ids\":{},\"type\":\"producer\",\"ended\":false,\"target-credit\":\"\",\"type-id\":\"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f\",\"begin\":null,\"attributes\":[]},{\"ended\":false,\"type\":\"producer\",\"source-credit\":\"\",\"attribute-ids\":{},\"attributes\":[],\"begin\":null,\"type-id\":\"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f\",\"target-credit\":\"\",\"target-type\":\"release\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"release\":{\"date\":\"2008-02-01\",\"status-id\":null,\"disambiguation\":\"\",\"status\":null,\"packaging-id\":null,\"id\":\"134ac08f-ab69-308e-96ba-47a9696cc27d\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"packaging\":null,\"country\":\"US\",\"barcode\":null,\"release-events\":[{\"date\":\"2008-02-01\",\"area\":{\"type\":null,\"sort-name\":\"United States\",\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"]}}],\"title\":\"Recent Songs\"}},{\"target-credit\":\"\",\"begin\":null,\"type-id\":\"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f\",\"attributes\":[],\"attribute-ids\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"producer\",\"release\":{\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type\":null,\"sort-name\":\"United Kingdom\"},\"date\":\"2008-06-30\"}],\"title\":\"The Collection\",\"country\":\"GB\",\"barcode\":\"886973127223\",\"packaging\":null,\"quality\":\"normal\",\"packaging-id\":null,\"id\":\"1f092fb8-5267-3b80-939b-6002600d380c\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"disambiguation\":\"\",\"status\":null,\"status-id\":null,\"date\":\"2008-06-30\"},\"attribute-values\":{},\"direction\":\"forward\",\"end\":null,\"target-type\":\"release\"},{\"attribute-values\":{},\"release\":{\"packaging-id\":null,\"id\":\"4687a60e-9ce4-4021-b781-f68c8f2ad3c3\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"date\":\"2015\",\"status-id\":null,\"disambiguation\":\"Jewel Case\",\"status\":null,\"country\":\"XE\",\"barcode\":\"888750682628\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"XE\"],\"type-id\":null,\"disambiguation\":\"\",\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"name\":\"Europe\",\"sort-name\":\"Europe\",\"type\":null},\"date\":\"2015\"}],\"title\":\"Can’t Forget: A Souvenir of the Grand Tour\",\"packaging\":null},\"target-type\":\"release\",\"direction\":\"forward\",\"end\":null,\"attributes\":[],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"eb10f8a0-0f4c-4dce-aa47-87bcb2bc42f3\",\"attribute-ids\":{},\"source-credit\":\"\",\"type\":\"vocal\",\"ended\":false},{\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"source-credit\":\"\",\"attribute-credits\":{},\"attributes\":[\"lead vocals\"],\"begin\":null,\"type-id\":\"eb10f8a0-0f4c-4dce-aa47-87bcb2bc42f3\",\"target-credit\":\"\",\"target-type\":\"release\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"release\":{\"packaging\":null,\"title\":\"Live in London\",\"release-events\":[{\"date\":\"2009-03-31\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"sort-name\":\"United States\",\"type\":null}}],\"country\":\"US\",\"barcode\":\"0886974050223\",\"disambiguation\":\"\",\"status\":null,\"date\":\"2009-03-31\",\"status-id\":null,\"quality\":\"normal\",\"packaging-id\":null,\"id\":\"47069cc8-b2bf-4033-aa30-239f33dd551a\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}}},{\"target-type\":\"release\",\"end\":null,\"direction\":\"forward\",\"attribute-values\":{},\"release\":{\"release-events\":[{\"area\":{\"name\":\"United Kingdom\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type\":null,\"sort-name\":\"United Kingdom\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"GB\"]},\"date\":\"2008-06-30\"}],\"title\":\"The Collection\",\"country\":\"GB\",\"barcode\":\"886973127223\",\"packaging\":null,\"quality\":\"normal\",\"id\":\"1f092fb8-5267-3b80-939b-6002600d380c\",\"packaging-id\":null,\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"\",\"status\":null,\"date\":\"2008-06-30\",\"status-id\":null},\"ended\":false,\"type\":\"vocal\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"source-credit\":\"\",\"attribute-credits\":{},\"attributes\":[\"lead vocals\"],\"type-id\":\"eb10f8a0-0f4c-4dce-aa47-87bcb2bc42f3\",\"begin\":null,\"target-credit\":\"\"},{\"attribute-values\":{},\"release\":{\"disambiguation\":\"\",\"status\":null,\"status-id\":null,\"date\":\"1985-02\",\"quality\":\"normal\",\"packaging-id\":null,\"id\":\"f9363b3d-3f03-38f0-96d5-156e95064f0f\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"packaging\":null,\"title\":\"Various Positions\",\"release-events\":[{\"date\":\"1985-02\",\"area\":{\"type-id\":null,\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":null,\"sort-name\":\"United States\"}}],\"country\":\"US\",\"barcode\":\"\"},\"target-type\":\"release\",\"direction\":\"forward\",\"end\":null,\"attributes\":[\"lead vocals\"],\"target-credit\":\"\",\"begin\":null,\"type-id\":\"eb10f8a0-0f4c-4dce-aa47-87bcb2bc42f3\",\"source-credit\":\"\",\"attribute-credits\":{},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"type\":\"vocal\",\"ended\":false},{\"begin\":null,\"type-id\":\"eb10f8a0-0f4c-4dce-aa47-87bcb2bc42f3\",\"target-credit\":\"\",\"attributes\":[\"lead vocals\"],\"ended\":false,\"type\":\"vocal\",\"source-credit\":\"\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"attribute-credits\":{},\"release\":{\"disambiguation\":\"\",\"status\":null,\"status-id\":null,\"date\":\"1990\",\"quality\":\"normal\",\"id\":\"236d8559-3f34-4cae-8763-14fcb98d8fe1\",\"packaging-id\":null,\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"packaging\":null,\"title\":\"Various Positions\",\"release-events\":[{\"date\":\"1990\",\"area\":{\"name\":\"Europe\",\"id\":\"89a675c2-3e37-3518-b83c-418bad59a85a\",\"type\":null,\"sort-name\":\"Europe\",\"type-id\":null,\"iso-3166-1-codes\":[\"XE\"],\"disambiguation\":\"\"}}],\"country\":\"XE\",\"barcode\":\"5099746556921\"},\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"release\"},{\"release\":{\"packaging\":null,\"title\":\"Various Positions\",\"release-events\":[{\"date\":\"1984-12\",\"area\":{\"sort-name\":\"Canada\",\"type\":null,\"name\":\"Canada\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"iso-3166-1-codes\":[\"CA\"],\"type-id\":null,\"disambiguation\":\"\"}}],\"country\":\"CA\",\"barcode\":\"0612139072801\",\"disambiguation\":\"\",\"status\":null,\"status-id\":null,\"date\":\"1984-12\",\"quality\":\"normal\",\"packaging-id\":null,\"id\":\"d601bc88-1372-3566-a650-2cbe74205d1e\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},\"attribute-values\":{},\"end\":null,\"direction\":\"forward\",\"target-type\":\"release\",\"begin\":null,\"type-id\":\"eb10f8a0-0f4c-4dce-aa47-87bcb2bc42f3\",\"target-credit\":\"\",\"attributes\":[\"lead vocals\"],\"type\":\"vocal\",\"ended\":false,\"source-credit\":\"\",\"attribute-credits\":{},\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"}},{\"end\":null,\"direction\":\"forward\",\"target-type\":\"release\",\"release\":{\"country\":\"US\",\"barcode\":\"074646695029\",\"title\":\"Various Positions\",\"release-events\":[{\"date\":\"1995-02-07\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"US\"],\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"sort-name\":\"United States\",\"type\":null}}],\"packaging\":null,\"id\":\"4c07f596-4963-33df-adb1-55d01dab800d\",\"packaging-id\":null,\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"quality\":\"normal\",\"date\":\"1995-02-07\",\"status-id\":null,\"disambiguation\":\"\",\"status\":null},\"attribute-values\":{},\"attribute-credits\":{},\"source-credit\":\"\",\"attribute-ids\":{\"lead vocals\":\"8e2a3255-87c2-4809-a174-98cb3704f1a5\"},\"type\":\"vocal\",\"ended\":false,\"target-credit\":\"\",\"type-id\":\"eb10f8a0-0f4c-4dce-aa47-87bcb2bc42f3\",\"begin\":null,\"attributes\":[\"lead vocals\"]},{\"ended\":false,\"type\":\"writer\",\"source-credit\":\"\",\"attribute-ids\":{},\"attributes\":[],\"type-id\":\"ca7a474a-a1cd-4431-9230-56a17f553090\",\"begin\":null,\"target-credit\":\"\",\"target-type\":\"release\",\"direction\":\"forward\",\"end\":null,\"attribute-values\":{},\"release\":{\"packaging\":null,\"title\":\"שיר זר\",\"release-events\":[{\"area\":{\"sort-name\":\"Israel\",\"type\":null,\"id\":\"03691455-bb46-37e3-91d2-cb064a35ffcc\",\"name\":\"Israel\",\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"IL\"]},\"date\":\"2004\"}],\"barcode\":null,\"country\":\"IL\",\"status\":null,\"disambiguation\":\"\",\"date\":\"2004\",\"status-id\":null,\"quality\":\"normal\",\"text-representation\":{\"language\":\"heb\",\"script\":\"Hebr\"},\"id\":\"ebe39022-08c7-413c-b2fd-9ec776e68f0f\",\"packaging-id\":null}}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "relationships can be filtered by direction", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/area/10cb2ebd-1bc7-4c11-b10d-54f60c421d20?inc=area-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:18 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "669", + "X-RateLimit-Reset", + "1618477518", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"3ce68013b0aa904aca72d7d03354a04e\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"sort-name\":\"Wisconsin\",\"name\":\"Wisconsin\",\"type-id\":\"fd3d44c5-80a1-3842-9745-2c4972d35afa\",\"life-span\":{\"end\":null,\"ended\":false,\"begin\":null},\"relations\":[{\"source-credit\":\"\",\"begin\":null,\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\",\"type\":\"Country\",\"iso-3166-1-codes\":[\"US\"],\"name\":\"United States\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"sort-name\":\"United States\"},\"direction\":\"backward\",\"attribute-ids\":{},\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"ended\":false},{\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attributes\":[],\"end\":null,\"ended\":false,\"target-credit\":\"\",\"begin\":null,\"source-credit\":\"\",\"area\":{\"sort-name\":\"Menominee County\",\"type\":\"County\",\"name\":\"Menominee County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"id\":\"e425a2a3-c551-43dd-ae81-c3aa91752059\",\"disambiguation\":\"\"},\"target-type\":\"area\",\"type\":\"part of\",\"attribute-ids\":{},\"direction\":\"forward\"},{\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Oconto County\",\"type\":\"County\",\"sort-name\":\"Oconto County\",\"disambiguation\":\"\",\"id\":\"041e9733-bfc8-4974-bdc4-84fac1e1f62d\"},\"begin\":null,\"source-credit\":\"\",\"direction\":\"forward\",\"attribute-ids\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null},{\"direction\":\"forward\",\"attribute-ids\":{},\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"disambiguation\":\"\",\"id\":\"8ac0af73-f0c5-450b-a1ce-0c010b976835\",\"sort-name\":\"Brown County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Brown County\",\"type\":\"County\"},\"begin\":null,\"source-credit\":\"\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{}},{\"attribute-ids\":{},\"direction\":\"forward\",\"begin\":null,\"source-credit\":\"\",\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"name\":\"Outagamie County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Outagamie County\",\"id\":\"e1e59d68-cd43-4d40-9436-aa4fdc1f6a32\",\"disambiguation\":\"\"},\"target-credit\":\"\",\"ended\":false,\"attributes\":[],\"end\":null,\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\"},{\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"attributes\":[],\"end\":null,\"ended\":false,\"target-credit\":\"\",\"area\":{\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Trempealeau County\",\"sort-name\":\"Trempealeau County\",\"disambiguation\":\"\",\"id\":\"f1bab5c5-3d44-4dd2-9b0e-f3a1af147088\"},\"target-type\":\"area\",\"type\":\"part of\",\"begin\":null,\"source-credit\":\"\",\"direction\":\"forward\",\"attribute-ids\":{}},{\"target-credit\":\"\",\"ended\":false,\"attributes\":[],\"end\":null,\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"direction\":\"forward\",\"attribute-ids\":{},\"source-credit\":\"\",\"begin\":null,\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"id\":\"a0456b26-478d-4f94-aa12-726050fbe235\",\"disambiguation\":\"\",\"name\":\"Rusk County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Rusk County\"}},{\"direction\":\"forward\",\"attribute-ids\":{},\"area\":{\"sort-name\":\"Price County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Price County\",\"type\":\"County\",\"disambiguation\":\"\",\"id\":\"6008dd8d-2542-4532-bf5a-e743575a5e66\"},\"type\":\"part of\",\"target-type\":\"area\",\"source-credit\":\"\",\"begin\":null,\"ended\":false,\"attributes\":[],\"end\":null,\"target-credit\":\"\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{}},{\"direction\":\"forward\",\"attribute-ids\":{},\"begin\":null,\"source-credit\":\"\",\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"disambiguation\":\"\",\"id\":\"6f834a0c-1fc0-4535-9f54-05a0c22ba518\",\"sort-name\":\"Racine County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Racine County\"},\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\"},{\"source-credit\":\"\",\"begin\":null,\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"id\":\"efb8a717-0766-4373-8971-9d3b6943eb11\",\"disambiguation\":\"\",\"sort-name\":\"Portage County\",\"type\":\"County\",\"name\":\"Portage County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\"},\"attribute-ids\":{},\"direction\":\"forward\",\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null},{\"area\":{\"id\":\"d48cb634-cd60-4879-bff7-ad1eed757773\",\"disambiguation\":\"\",\"sort-name\":\"Dunn County\",\"name\":\"Dunn County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\"},\"type\":\"part of\",\"target-type\":\"area\",\"source-credit\":\"\",\"begin\":null,\"attribute-ids\":{},\"direction\":\"forward\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"attributes\":[],\"end\":null,\"ended\":false,\"target-credit\":\"\"},{\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"id\":\"6d6039ec-f2d5-41e2-8084-e0485ec1da6a\",\"disambiguation\":\"\",\"name\":\"Wood County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Wood County\"},\"begin\":null,\"source-credit\":\"\",\"direction\":\"forward\",\"attribute-ids\":{}},{\"source-credit\":\"\",\"begin\":null,\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"name\":\"Waupaca County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Waupaca County\",\"id\":\"9be651f6-f188-40b5-b56e-c84c1473742a\",\"disambiguation\":\"\"},\"direction\":\"forward\",\"attribute-ids\":{},\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null},{\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"direction\":\"forward\",\"attribute-ids\":{},\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Adams County\",\"type\":\"County\",\"sort-name\":\"Adams County\",\"disambiguation\":\"\",\"id\":\"382ffd66-a482-4669-8d35-c8a1504296ce\"},\"source-credit\":\"\",\"begin\":null},{\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"target-credit\":\"\",\"end\":null,\"attributes\":[],\"ended\":false,\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Polk County\",\"type\":\"County\",\"sort-name\":\"Polk County\",\"disambiguation\":\"\",\"id\":\"9799be53-81ff-4f9a-a06e-9f239bb52430\"},\"source-credit\":\"\",\"begin\":null,\"direction\":\"forward\",\"attribute-ids\":{}},{\"ended\":false,\"attributes\":[],\"end\":null,\"target-credit\":\"\",\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"direction\":\"forward\",\"attribute-ids\":{},\"source-credit\":\"\",\"begin\":null,\"area\":{\"disambiguation\":\"\",\"id\":\"5c47e464-96f5-45c3-bf22-57dd799e7ab5\",\"sort-name\":\"Winnebago County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Winnebago County\"},\"type\":\"part of\",\"target-type\":\"area\"},{\"end\":null,\"attributes\":[],\"ended\":false,\"target-credit\":\"\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"attribute-ids\":{},\"direction\":\"forward\",\"area\":{\"sort-name\":\"Milwaukee County\",\"type\":\"County\",\"name\":\"Milwaukee County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"id\":\"891cfa2f-b1ce-4b48-b8c3-28d9219c99e7\",\"disambiguation\":\"\"},\"target-type\":\"area\",\"type\":\"part of\",\"source-credit\":\"\",\"begin\":null},{\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"ended\":false,\"attributes\":[],\"end\":null,\"target-credit\":\"\",\"begin\":null,\"source-credit\":\"\",\"area\":{\"id\":\"5d878f1c-87f8-4772-93f7-36a188af6d75\",\"disambiguation\":\"\",\"type\":\"County\",\"name\":\"Pierce County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Pierce County\"},\"type\":\"part of\",\"target-type\":\"area\",\"direction\":\"forward\",\"attribute-ids\":{}},{\"direction\":\"forward\",\"attribute-ids\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Walworth County\",\"sort-name\":\"Walworth County\",\"disambiguation\":\"\",\"id\":\"87b5ca03-dcf4-4600-ae27-3d7fd0f9171e\"},\"target-credit\":\"\",\"ended\":false,\"attributes\":[],\"end\":null,\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\"},{\"area\":{\"id\":\"0e5cc026-10f7-4f8f-aeeb-4eb78d039e50\",\"disambiguation\":\"\",\"type\":\"County\",\"name\":\"Lafayette County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Lafayette County\"},\"target-type\":\"area\",\"type\":\"part of\",\"source-credit\":\"\",\"begin\":null,\"attribute-ids\":{},\"direction\":\"forward\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"attributes\":[],\"end\":null,\"ended\":false,\"target-credit\":\"\"},{\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"begin\":null,\"area\":{\"sort-name\":\"Grant County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Grant County\",\"type\":\"County\",\"disambiguation\":\"\",\"id\":\"78ad4281-0558-4c5f-a9f2-c247b7926061\"},\"target-type\":\"area\",\"type\":\"part of\"},{\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"direction\":\"forward\",\"attribute-ids\":{},\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"sort-name\":\"Waushara County\",\"name\":\"Waushara County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"id\":\"6880ff00-58a2-40ed-b212-411a37f75d65\",\"disambiguation\":\"\"},\"source-credit\":\"\",\"begin\":null},{\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"id\":\"acf6530f-7060-4f53-ad6a-71119dd1016a\",\"disambiguation\":\"\",\"sort-name\":\"Vilas County\",\"name\":\"Vilas County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\"},\"begin\":null,\"source-credit\":\"\",\"direction\":\"forward\",\"attribute-ids\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"target-credit\":\"\",\"ended\":false,\"attributes\":[],\"end\":null},{\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"ended\":false,\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"attribute-ids\":{},\"direction\":\"forward\",\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"id\":\"cb0898ff-0520-4c23-a990-3e66d89ba68f\",\"disambiguation\":\"\",\"sort-name\":\"Shawano County\",\"name\":\"Shawano County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\"},\"source-credit\":\"\",\"begin\":null},{\"target-credit\":\"\",\"ended\":false,\"attributes\":[],\"end\":null,\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"attribute-ids\":{},\"direction\":\"forward\",\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"sort-name\":\"Pepin County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Pepin County\",\"type\":\"County\",\"disambiguation\":\"\",\"id\":\"bd41a5d0-2219-488e-b923-e98fc22e56b5\"},\"begin\":null,\"source-credit\":\"\"},{\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"ended\":false,\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"attribute-ids\":{},\"direction\":\"forward\",\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"type\":\"County\",\"name\":\"Iron County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Iron County\",\"id\":\"f01a949c-8327-46da-a92b-05d0a3c6e880\",\"disambiguation\":\"\"},\"source-credit\":\"\",\"begin\":null},{\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"id\":\"d78c6192-7900-4b4f-b4f1-715affb53af3\",\"disambiguation\":\"\",\"name\":\"Ozaukee County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Ozaukee County\"},\"source-credit\":\"\",\"begin\":null,\"direction\":\"forward\",\"attribute-ids\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"ended\":false},{\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"direction\":\"forward\",\"attribute-ids\":{},\"area\":{\"sort-name\":\"Lincoln County\",\"type\":\"County\",\"name\":\"Lincoln County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"id\":\"4a64558d-2c7f-4823-bd38-25ddf703ea5f\",\"disambiguation\":\"\"},\"target-type\":\"area\",\"type\":\"part of\",\"begin\":null,\"source-credit\":\"\"},{\"direction\":\"forward\",\"attribute-ids\":{},\"begin\":null,\"source-credit\":\"\",\"area\":{\"disambiguation\":\"\",\"id\":\"ee2cc685-fbb5-4c44-b2fd-590f6824aa14\",\"sort-name\":\"Fond du Lac County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Fond du Lac County\",\"type\":\"County\"},\"type\":\"part of\",\"target-type\":\"area\",\"end\":null,\"attributes\":[],\"ended\":false,\"target-credit\":\"\",\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\"},{\"source-credit\":\"\",\"begin\":null,\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"id\":\"02f8b06c-488c-431d-a8be-7400b0997162\",\"disambiguation\":\"\",\"sort-name\":\"Waukesha County\",\"name\":\"Waukesha County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\"},\"direction\":\"forward\",\"attribute-ids\":{},\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null},{\"attributes\":[],\"end\":null,\"ended\":false,\"target-credit\":\"\",\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"direction\":\"forward\",\"attribute-ids\":{},\"source-credit\":\"\",\"begin\":null,\"area\":{\"type\":\"County\",\"name\":\"Sawyer County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Sawyer County\",\"id\":\"e80a1dd9-0dfc-489e-a76e-402d55ca9d5b\",\"disambiguation\":\"\"},\"target-type\":\"area\",\"type\":\"part of\"},{\"attribute-ids\":{},\"direction\":\"forward\",\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"id\":\"f5681527-ec13-423d-973b-9f6520380166\",\"disambiguation\":\"\",\"sort-name\":\"Richland County\",\"type\":\"County\",\"name\":\"Richland County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\"},\"source-credit\":\"\",\"begin\":null,\"target-credit\":\"\",\"ended\":false,\"attributes\":[],\"end\":null,\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{}},{\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"begin\":null,\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"name\":\"Iowa County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Iowa County\",\"id\":\"bd6ef937-2cdd-49b7-8e5f-2865e2b977c8\",\"disambiguation\":\"\"}},{\"attribute-ids\":{},\"direction\":\"forward\",\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"id\":\"ecc119df-7a96-451f-9a42-8c5299c1dbd5\",\"disambiguation\":\"\",\"name\":\"Oneida County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Oneida County\"},\"source-credit\":\"\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{}},{\"target-credit\":\"\",\"ended\":false,\"attributes\":[],\"end\":null,\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"attribute-ids\":{},\"direction\":\"forward\",\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"id\":\"146b3ea3-4fd9-42ab-b1b0-d0fafe23870d\",\"disambiguation\":\"\",\"type\":\"County\",\"name\":\"Washburn County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Washburn County\"},\"begin\":null,\"source-credit\":\"\"},{\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-ids\":{},\"direction\":\"forward\",\"begin\":null,\"source-credit\":\"\",\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"sort-name\":\"Green County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Green County\",\"type\":\"County\",\"disambiguation\":\"\",\"id\":\"8e4b90b5-d9af-49a7-88a9-5dfeb69d89cf\"}},{\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"id\":\"027622fb-db5d-4137-984a-bcafa80e540c\",\"disambiguation\":\"\",\"name\":\"Florence County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Florence County\"},\"begin\":null,\"source-credit\":\"\",\"attribute-ids\":{},\"direction\":\"forward\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null},{\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"begin\":null,\"source-credit\":\"\",\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"sort-name\":\"Washington County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Washington County\",\"disambiguation\":\"\",\"id\":\"36a391f0-069d-437b-85b9-ac8a6ca2a2b6\"},\"direction\":\"forward\",\"attribute-ids\":{}},{\"attribute-ids\":{},\"direction\":\"forward\",\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"id\":\"5446a772-2ed2-4159-bfc8-be58a5ed2445\",\"disambiguation\":\"\",\"sort-name\":\"Marinette County\",\"type\":\"County\",\"name\":\"Marinette County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\"},\"source-credit\":\"\",\"begin\":null,\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{}},{\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"begin\":null,\"source-credit\":\"\",\"area\":{\"id\":\"8f8cd744-2285-446a-b31b-1fd710a22fbc\",\"disambiguation\":\"\",\"name\":\"Monroe County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Monroe County\"},\"target-type\":\"area\",\"type\":\"part of\",\"attribute-ids\":{},\"direction\":\"forward\"},{\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"sort-name\":\"Marquette County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Marquette County\",\"type\":\"County\",\"disambiguation\":\"\",\"id\":\"a4e6a3de-8000-43ab-b871-b22d8f9b9c0d\"},\"source-credit\":\"\",\"begin\":null,\"attribute-ids\":{},\"direction\":\"forward\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null},{\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"begin\":null,\"area\":{\"id\":\"fbb7afa2-c899-4270-873c-dcda8cdba03b\",\"disambiguation\":\"\",\"name\":\"Vernon County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Vernon County\"},\"target-type\":\"area\",\"type\":\"part of\"},{\"area\":{\"id\":\"0699662a-1abb-473a-96b1-7d8b6f18a159\",\"disambiguation\":\"\",\"type\":\"County\",\"name\":\"Marathon County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Marathon County\"},\"target-type\":\"area\",\"type\":\"part of\",\"begin\":null,\"source-credit\":\"\",\"attribute-ids\":{},\"direction\":\"forward\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\"},{\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"attributes\":[],\"end\":null,\"ended\":false,\"target-credit\":\"\",\"area\":{\"id\":\"142a0c7c-fceb-4f74-b7d8-f9ae4c0402e0\",\"disambiguation\":\"\",\"type\":\"County\",\"name\":\"Chippewa County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Chippewa County\"},\"type\":\"part of\",\"target-type\":\"area\",\"source-credit\":\"\",\"begin\":null,\"attribute-ids\":{},\"direction\":\"forward\"},{\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"ended\":false,\"attributes\":[],\"end\":null,\"target-credit\":\"\",\"area\":{\"type\":\"County\",\"name\":\"Calumet County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Calumet County\",\"id\":\"e7d7a451-4948-45e4-ba4a-96baae10a7c1\",\"disambiguation\":\"\"},\"target-type\":\"area\",\"type\":\"part of\",\"begin\":null,\"source-credit\":\"\",\"direction\":\"forward\",\"attribute-ids\":{}},{\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"begin\":null,\"source-credit\":\"\",\"area\":{\"disambiguation\":\"\",\"id\":\"28e89cec-cfbb-4e03-99c3-89ca10b4481e\",\"sort-name\":\"Bayfield County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Bayfield County\"},\"target-type\":\"area\",\"type\":\"part of\",\"attribute-ids\":{},\"direction\":\"forward\"},{\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"direction\":\"forward\",\"attribute-ids\":{},\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Manitowoc County\",\"sort-name\":\"Manitowoc County\",\"disambiguation\":\"\",\"id\":\"4544fc86-1053-4cba-882b-07bc66454c8b\"},\"begin\":null,\"source-credit\":\"\"},{\"attribute-ids\":{},\"direction\":\"forward\",\"area\":{\"disambiguation\":\"\",\"id\":\"bc926839-14e9-4252-86da-efef1761c037\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Burnett County\",\"sort-name\":\"Burnett County\"},\"type\":\"part of\",\"target-type\":\"area\",\"source-credit\":\"\",\"begin\":null,\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{}},{\"target-credit\":\"\",\"ended\":false,\"attributes\":[],\"end\":null,\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"begin\":null,\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Taylor County\",\"sort-name\":\"Taylor County\",\"disambiguation\":\"\",\"id\":\"13e8e391-3236-4c79-8f9a-017aad69fb0c\"}},{\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"ended\":false,\"source-credit\":\"\",\"begin\":null,\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"type\":\"County\",\"name\":\"St. Croix County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"St. Croix County\",\"id\":\"a8113ae1-f185-4808-9d99-9c06eeb6a479\",\"disambiguation\":\"\"},\"attribute-ids\":{},\"direction\":\"forward\"},{\"direction\":\"forward\",\"attribute-ids\":{},\"area\":{\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Langlade County\",\"sort-name\":\"Langlade County\",\"disambiguation\":\"\",\"id\":\"b92d6013-d4f6-430e-bdbf-895a3b184197\"},\"type\":\"part of\",\"target-type\":\"area\",\"begin\":null,\"source-credit\":\"\",\"attributes\":[],\"end\":null,\"ended\":false,\"target-credit\":\"\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{}},{\"source-credit\":\"\",\"begin\":null,\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"disambiguation\":\"\",\"id\":\"56adc6e9-f95d-453f-a060-0f2a38e84064\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Sauk County\",\"type\":\"County\",\"sort-name\":\"Sauk County\"},\"attribute-ids\":{},\"direction\":\"forward\",\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null},{\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"ended\":false,\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"attribute-ids\":{},\"direction\":\"forward\",\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"sort-name\":\"Sheboygan County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Sheboygan County\",\"type\":\"County\",\"disambiguation\":\"\",\"id\":\"948a6f7e-25f5-43b1-bb24-623046bc1c56\"},\"source-credit\":\"\",\"begin\":null},{\"ended\":false,\"attributes\":[],\"end\":null,\"target-credit\":\"\",\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"direction\":\"forward\",\"attribute-ids\":{},\"source-credit\":\"\",\"begin\":null,\"area\":{\"sort-name\":\"La Crosse County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"La Crosse County\",\"disambiguation\":\"\",\"id\":\"5b394b6f-e1a5-48d1-ac20-f5b2ff333855\"},\"target-type\":\"area\",\"type\":\"part of\"},{\"begin\":null,\"source-credit\":\"\",\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Kewaunee County\",\"type\":\"County\",\"sort-name\":\"Kewaunee County\",\"disambiguation\":\"\",\"id\":\"bf2bb8a9-f71d-4150-ad7c-f61ddef5f55b\"},\"attribute-ids\":{},\"direction\":\"forward\",\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target-credit\":\"\",\"end\":null,\"attributes\":[],\"ended\":false},{\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"source-credit\":\"\",\"begin\":null,\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"type\":\"County\",\"name\":\"Jefferson County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Jefferson County\",\"id\":\"28b3e3b7-643a-41d5-811f-10ecae621aba\",\"disambiguation\":\"\"},\"attribute-ids\":{},\"direction\":\"forward\"},{\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"end\":null,\"attributes\":[],\"ended\":false,\"target-credit\":\"\",\"area\":{\"sort-name\":\"Forest County\",\"type\":\"County\",\"name\":\"Forest County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"id\":\"7b7118df-355a-43d4-9dbc-5e02f4735fbb\",\"disambiguation\":\"\"},\"type\":\"part of\",\"target-type\":\"area\",\"source-credit\":\"\",\"begin\":null,\"direction\":\"forward\",\"attribute-ids\":{}},{\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"disambiguation\":\"\",\"id\":\"24e42f33-3b8d-4265-8eea-fbc758c01a0b\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Kenosha County\",\"sort-name\":\"Kenosha County\"},\"begin\":null,\"source-credit\":\"\",\"attribute-ids\":{},\"direction\":\"forward\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"ended\":false},{\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"disambiguation\":\"\",\"id\":\"abf76e8b-6d8e-4ade-ae63-00c94056fa1a\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Juneau County\",\"sort-name\":\"Juneau County\"},\"begin\":null,\"source-credit\":\"\",\"attribute-ids\":{},\"direction\":\"forward\"},{\"attribute-ids\":{},\"direction\":\"forward\",\"begin\":null,\"source-credit\":\"\",\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"sort-name\":\"Crawford County\",\"type\":\"County\",\"name\":\"Crawford County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"id\":\"62ee34ee-75ce-487f-802b-fb0ee80766ee\",\"disambiguation\":\"\"},\"target-credit\":\"\",\"end\":null,\"attributes\":[],\"ended\":false,\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\"},{\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"ended\":false,\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"direction\":\"forward\",\"attribute-ids\":{},\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"disambiguation\":\"\",\"id\":\"bdf10c71-bb5a-4116-b028-e210f65f2bc9\",\"sort-name\":\"Rock County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Rock County\",\"type\":\"County\"},\"source-credit\":\"\",\"begin\":null},{\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"area\":{\"id\":\"d29b2820-03b1-4451-8fc5-dc06a45743dd\",\"disambiguation\":\"\",\"name\":\"Jackson County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Jackson County\"},\"target-type\":\"area\",\"type\":\"part of\",\"begin\":null,\"source-credit\":\"\",\"direction\":\"forward\",\"attribute-ids\":{}},{\"attribute-ids\":{},\"direction\":\"forward\",\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Green Lake County\",\"type\":\"County\",\"sort-name\":\"Green Lake County\",\"disambiguation\":\"\",\"id\":\"4129882c-c978-480b-a631-07157eba6cfb\"},\"begin\":null,\"source-credit\":\"\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{}},{\"area\":{\"type\":\"County\",\"name\":\"Eau Claire County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Eau Claire County\",\"id\":\"b55d3e18-beb1-46e3-9203-dd4cc017e1b0\",\"disambiguation\":\"\"},\"target-type\":\"area\",\"type\":\"part of\",\"source-credit\":\"\",\"begin\":null,\"attribute-ids\":{},\"direction\":\"forward\",\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\"},{\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"direction\":\"forward\",\"attribute-ids\":{},\"begin\":null,\"source-credit\":\"\",\"area\":{\"disambiguation\":\"\",\"id\":\"1bc726d6-16ba-4ceb-87bd-d796b60b6270\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Columbia County\",\"type\":\"County\",\"sort-name\":\"Columbia County\"},\"type\":\"part of\",\"target-type\":\"area\"},{\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"begin\":null,\"source-credit\":\"\",\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"disambiguation\":\"\",\"id\":\"b57281ed-7c8c-48d4-8129-a9cfe4612124\",\"sort-name\":\"Douglas County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Douglas County\"},\"direction\":\"forward\",\"attribute-ids\":{}},{\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{},\"attributes\":[],\"ended\":false,\"end\":null,\"target-credit\":\"\",\"area\":{\"id\":\"ba211127-974f-43eb-8691-ee1a8cfdb97d\",\"disambiguation\":\"\",\"sort-name\":\"Door County\",\"type\":\"County\",\"name\":\"Door County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\"},\"type\":\"part of\",\"target-type\":\"area\",\"begin\":null,\"source-credit\":\"\",\"attribute-ids\":{},\"direction\":\"forward\"},{\"direction\":\"forward\",\"attribute-ids\":{},\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"type\":\"County\",\"name\":\"Dodge County\",\"sort-name\":\"Dodge County\",\"disambiguation\":\"\",\"id\":\"dd42b5e5-7bfb-4a6b-b1bd-71160b207557\"},\"begin\":null,\"source-credit\":\"\",\"target-credit\":\"\",\"attributes\":[],\"end\":null,\"ended\":false,\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"attribute-values\":{}},{\"source-credit\":\"\",\"begin\":null,\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"sort-name\":\"Dane County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Dane County\",\"type\":\"County\",\"disambiguation\":\"\",\"id\":\"e89d16b0-8976-497e-81c5-5963bbfce4b3\"},\"direction\":\"forward\",\"attribute-ids\":{},\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target-credit\":\"\",\"end\":null,\"attributes\":[],\"ended\":false},{\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"begin\":null,\"source-credit\":\"\",\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"id\":\"1581758f-63fd-4035-971b-8b9d4e7b53aa\",\"disambiguation\":\"\",\"name\":\"Clark County\",\"type\":\"County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"sort-name\":\"Clark County\"},\"direction\":\"forward\",\"attribute-ids\":{}},{\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null,\"begin\":null,\"source-credit\":\"\",\"target-type\":\"area\",\"type\":\"part of\",\"area\":{\"disambiguation\":\"\",\"id\":\"a79ca0b8-07d0-4aae-839b-a7b16020f4ca\",\"sort-name\":\"Buffalo County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Buffalo County\",\"type\":\"County\"},\"direction\":\"forward\",\"attribute-ids\":{}},{\"direction\":\"forward\",\"attribute-ids\":{},\"begin\":null,\"source-credit\":\"\",\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"disambiguation\":\"\",\"id\":\"258f4c2a-78db-45c7-a370-6c7d8da5694d\",\"sort-name\":\"Barron County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Barron County\",\"type\":\"County\"},\"target-credit\":\"\",\"ended\":false,\"attributes\":[],\"end\":null,\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\"},{\"source-credit\":\"\",\"begin\":null,\"type\":\"part of\",\"target-type\":\"area\",\"area\":{\"sort-name\":\"Ashland County\",\"type-id\":\"bcecec27-8bdb-3e00-8254-d948dda502fa\",\"name\":\"Ashland County\",\"type\":\"County\",\"disambiguation\":\"\",\"id\":\"342de169-767c-4861-9389-730f89ff0e87\"},\"attribute-ids\":{},\"direction\":\"forward\",\"attribute-values\":{},\"type-id\":\"de7cc874-8b1b-3a05-8272-f3834c968fb7\",\"target-credit\":\"\",\"attributes\":[],\"ended\":false,\"end\":null}],\"id\":\"10cb2ebd-1bc7-4c11-b10d-54f60c421d20\",\"disambiguation\":\"\",\"iso-3166-2-codes\":[\"US-WI\"],\"type\":\"Subdivision\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "relationships can be filtered by type", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/artist/65314b12-0e08-43fa-ba33-baaa7b874c15?inc=artist-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:18 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "838", + "X-RateLimit-Reset", + "1618477518", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"4da0df148dc7ec56b2b7c69ab21056f4\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"sort-name\":\"Cohen, Leonard\",\"country\":\"CA\",\"life-span\":{\"end\":\"2016-11-07\",\"ended\":true,\"begin\":\"1934-09-21\"},\"isnis\":[\"0000000110273481\"],\"relations\":[{\"target-type\":\"artist\",\"direction\":\"backward\",\"end\":\"1967\",\"artist\":{\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"disambiguation\":\"\",\"type\":\"Person\",\"sort-name\":\"Mitchell, Joni\",\"name\":\"Joni Mitchell\",\"id\":\"a6de8ef9-b1a1-4756-97aa-481bbb8a4069\"},\"attribute-values\":{},\"source-credit\":\"\",\"attribute-ids\":{},\"ended\":true,\"type\":\"involved with\",\"attributes\":[],\"target-credit\":\"\",\"type-id\":\"fd3927ba-fd51-4fa9-bcc2-e83637896fe8\",\"begin\":\"1967\"},{\"attributes\":[],\"type-id\":\"9421ca84-934f-49fe-9e66-dea242430406\",\"begin\":null,\"target-credit\":\"\",\"type\":\"parent\",\"ended\":false,\"source-credit\":\"\",\"attribute-ids\":{},\"attribute-values\":{},\"target-type\":\"artist\",\"artist\":{\"name\":\"Adam Cohen\",\"id\":\"32812b1f-c62e-4625-be28-812c190e5219\",\"sort-name\":\"Cohen, Adam\",\"type\":\"Person\",\"disambiguation\":\"Canadian singer-songwriter\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\"},\"end\":null,\"direction\":\"forward\"},{\"attribute-values\":{},\"target-type\":\"artist\",\"artist\":{\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"disambiguation\":\"\",\"type\":\"Person\",\"sort-name\":\"Cohen, Lorca\",\"id\":\"ebbdd5f9-dec6-45c1-a4f4-3794a59ae7f2\",\"name\":\"Lorca Cohen\"},\"end\":null,\"direction\":\"forward\",\"attributes\":[],\"type-id\":\"9421ca84-934f-49fe-9e66-dea242430406\",\"begin\":null,\"target-credit\":\"\",\"ended\":false,\"type\":\"parent\",\"source-credit\":\"\",\"attribute-ids\":{}},{\"attribute-values\":{},\"target-type\":\"artist\",\"artist\":{\"type\":\"Person\",\"sort-name\":\"Klonitzky-Kline, Solomon\",\"name\":\"Solomon Klonitzky-Kline\",\"id\":\"e7e0d302-68c9-442a-9992-3e5736175b52\",\"disambiguation\":\"\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\"},\"direction\":\"backward\",\"end\":null,\"attributes\":[],\"type-id\":\"249fc24f-d573-4290-9d74-0547712d1f1e\",\"begin\":null,\"target-credit\":\"\",\"ended\":false,\"type\":\"teacher\",\"attribute-ids\":{},\"source-credit\":\"\"},{\"attribute-values\":{},\"target-type\":\"artist\",\"artist\":{\"id\":\"cad3e621-6951-42ca-88c9-ad1a3e5fb97c\",\"name\":\"Avalanche Quartet\",\"sort-name\":\"Avalanche Quartet\",\"type\":\"Group\",\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"disambiguation\":\"\"},\"end\":null,\"direction\":\"backward\",\"attributes\":[],\"type-id\":\"a6f62641-2f58-470e-b02b-88d7b984dc9f\",\"begin\":null,\"target-credit\":\"\",\"ended\":false,\"type\":\"tribute\",\"source-credit\":\"\",\"attribute-ids\":{}},{\"attribute-values\":{},\"end\":null,\"direction\":\"backward\",\"artist\":{\"sort-name\":\"Conspiracy of Beards\",\"type\":\"Choir\",\"name\":\"Conspiracy of Beards\",\"id\":\"a7b5b5ec-9a6a-47f7-ae01-9f708c448a52\",\"type-id\":\"6124967d-7e3a-3eba-b642-c9a2ffb44d94\",\"disambiguation\":\"\"},\"target-type\":\"artist\",\"target-credit\":\"\",\"type-id\":\"a6f62641-2f58-470e-b02b-88d7b984dc9f\",\"begin\":null,\"attributes\":[],\"attribute-ids\":{},\"source-credit\":\"\",\"ended\":false,\"type\":\"tribute\"}],\"id\":\"65314b12-0e08-43fa-ba33-baaa7b874c15\",\"name\":\"Leonard Cohen\",\"ipis\":[\"00006457004\"],\"begin_area\":{\"type-id\":null,\"disambiguation\":\"\",\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"name\":\"Westmount\",\"sort-name\":\"Westmount\",\"type\":null},\"area\":{\"sort-name\":\"Canada\",\"type\":null,\"name\":\"Canada\",\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"iso-3166-1-codes\":[\"CA\"],\"type-id\":null,\"disambiguation\":\"\"},\"gender\":\"Male\",\"type\":\"Person\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"begin-area\":{\"type-id\":null,\"disambiguation\":\"\",\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"name\":\"Westmount\",\"sort-name\":\"Westmount\",\"type\":null},\"end-area\":{\"id\":\"1f40c6e1-47ba-4e35-996f-fe6ee5840e62\",\"name\":\"Los Angeles\",\"sort-name\":\"Los Angeles\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null},\"end_area\":{\"id\":\"1f40c6e1-47ba-4e35-996f-fe6ee5840e62\",\"name\":\"Los Angeles\",\"sort-name\":\"Los Angeles\",\"type\":null,\"disambiguation\":\"\",\"type-id\":null},\"disambiguation\":\"\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "relationships can be filtered by type ID", + [ + ] + ], + [ + "release groups can be browsed by type", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/release-group?artist=5b11f4ce-a62d-471e-81fc-a69a8278c7da&type=ep&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:25 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1009", + "X-RateLimit-Reset", + "1618477526", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"49f47f4f60304a11200a763368ed2ebd\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"release-group-count\":8,\"release-group-offset\":0,\"release-groups\":[{\"primary-type-id\":\"6d0c5bf6-7a33-3420-a519-44fc63eedebf\",\"id\":\"25a1b56e-24a4-3bd7-aca7-2c4bb4923585\",\"secondary-type-ids\":[],\"disambiguation\":\"\",\"first-release-date\":\"\",\"secondary-types\":[],\"title\":\"Pack of 4\",\"primary-type\":\"EP\"},{\"secondary-type-ids\":[],\"id\":\"4fcc5ec2-d177-396b-b810-9439031b3c3a\",\"primary-type-id\":\"6d0c5bf6-7a33-3420-a519-44fc63eedebf\",\"first-release-date\":\"1992-01-27\",\"disambiguation\":\"\",\"secondary-types\":[],\"title\":\"Hormoaning\",\"primary-type\":\"EP\"},{\"primary-type-id\":\"6d0c5bf6-7a33-3420-a519-44fc63eedebf\",\"id\":\"6845dde4-c39d-34ac-8d5a-7c0a1fd3a5d4\",\"secondary-type-ids\":[],\"disambiguation\":\"\",\"first-release-date\":\"\",\"secondary-types\":[],\"title\":\"The Ghost of Seattle: The TV EP, Volume 1\",\"primary-type\":\"EP\"},{\"primary-type-id\":\"6d0c5bf6-7a33-3420-a519-44fc63eedebf\",\"secondary-type-ids\":[],\"id\":\"adf9397c-fa5c-3cc5-9095-c3246d8ccf81\",\"disambiguation\":\"\",\"first-release-date\":\"\",\"secondary-types\":[],\"title\":\"The Triple Platinum EP\",\"primary-type\":\"EP\"},{\"primary-type\":\"EP\",\"title\":\"Coming Down Heavy\",\"secondary-types\":[],\"disambiguation\":\"\",\"first-release-date\":\"\",\"primary-type-id\":\"6d0c5bf6-7a33-3420-a519-44fc63eedebf\",\"secondary-type-ids\":[],\"id\":\"bbf8ddc0-5155-3b39-a0c4-f7f0b1fcec0e\"},{\"title\":\"Beauty and Power EP\",\"primary-type\":\"EP\",\"primary-type-id\":\"6d0c5bf6-7a33-3420-a519-44fc63eedebf\",\"secondary-type-ids\":[],\"id\":\"c65f56db-6124-3b6a-a527-3cdb6dd63596\",\"secondary-types\":[],\"disambiguation\":\"\",\"first-release-date\":\"\"},{\"primary-type\":\"EP\",\"title\":\"Blew\",\"disambiguation\":\"\",\"first-release-date\":\"1989-12\",\"secondary-types\":[],\"secondary-type-ids\":[],\"id\":\"f4704ade-d0d8-3015-a9f9-a4972df288fc\",\"primary-type-id\":\"6d0c5bf6-7a33-3420-a519-44fc63eedebf\"},{\"first-release-date\":\"\",\"disambiguation\":\"\",\"secondary-types\":[],\"id\":\"f8cf49f9-439e-3bed-8657-8645dfe4fae3\",\"primary-type-id\":\"6d0c5bf6-7a33-3420-a519-44fc63eedebf\",\"secondary-type-ids\":[],\"primary-type\":\"EP\",\"title\":\"Acoustic EP\"}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "release media has a list of discs", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/release/7f6d3088-837d-495e-905f-be5c70ac2d82?inc=media%2Bdiscids&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:29 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "872", + "X-RateLimit-Reset", + "1618477590", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"f6b7c616966adee818e17226ec576357\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"quality\":\"normal\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"media\":[{\"track-count\":9,\"title\":\"\",\"format\":\"CD\",\"discs\":[{\"sectors\":193443,\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"id\":\"TMXdzZkTcc9Jq24PD0w5J9_AXms-\"},{\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405,\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"position\":1}],\"release-events\":[{\"date\":\"1983-05-21\",\"area\":{\"sort-name\":\"Japan\",\"name\":\"Japan\",\"type\":null,\"type-id\":null,\"iso-3166-1-codes\":[\"JP\"],\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"disambiguation\":\"\"}}],\"country\":\"JP\",\"cover-art-archive\":{\"count\":5,\"darkened\":false,\"back\":true,\"artwork\":true,\"front\":true},\"disambiguation\":\"\",\"date\":\"1983-05-21\",\"id\":\"7f6d3088-837d-495e-905f-be5c70ac2d82\",\"barcode\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"The Dark Side of the Moon\",\"packaging\":\"Jewel Case\",\"asin\":null,\"status\":\"Official\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/rKs_PWM2y.8B7uVgxqJqzTDz7vs-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:30 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "769", + "X-RateLimit-Reset", + "1618477590", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"2d1b8144503815f3258c83d12695b2a9\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "STALE" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"releases\":[{\"id\":\"7f6d3088-837d-495e-905f-be5c70ac2d82\",\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"release-events\":[{\"date\":\"1983-05-21\",\"area\":{\"id\":\"2db42837-c832-3c27-b4a3-08198f75693c\",\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"name\":\"Japan\",\"iso-3166-1-codes\":[\"JP\"],\"sort-name\":\"Japan\"}}],\"packaging\":\"Jewel Case\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"artwork\":true,\"back\":true,\"front\":true,\"count\":5,\"darkened\":false},\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"disambiguation\":\"\",\"status\":\"Official\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"\",\"country\":\"JP\",\"media\":[{\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"discs\":[{\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193443,\"offset-count\":9,\"id\":\"TMXdzZkTcc9Jq24PD0w5J9_AXms-\"},{\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905]}],\"track-count\":9}],\"asin\":null,\"date\":\"1983-05-21\"},{\"date\":\"1985\",\"media\":[{\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"title\":\"\",\"discs\":[{\"sectors\":194476,\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"offset-count\":9,\"id\":\"5JmJmTPkKkYLm2QFsIh1mpjIBsQ-\"},{\"id\":\"6S.Rie5e4noRyrN6Jf.styseKak-\",\"offset-count\":9,\"offsets\":[150,18190,34163,66150,87453,116853,151413,166833,184123],\"sectors\":193445},{\"offset-count\":9,\"id\":\"8jTZJTgjGGtKjwdt8UyAgK3DnbY-\",\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193293},{\"sectors\":193477,\"offsets\":[182,18222,34195,66182,87485,116885,151445,166865,184155],\"offset-count\":9,\"id\":\"BTRGIyOdiZ9zJWqrOdTpo5l6RNY-\"},{\"offsets\":[150,17922,34000,65925,87445,116150,151412,166825,184112],\"sectors\":193300,\"id\":\"JqKqVx.6RyPF63qiq.UkZKL1amc-\",\"offset-count\":9},{\"id\":\"KfzSur0dV4W.P4zSxxNnF0eUvwQ-\",\"offset-count\":9,\"sectors\":193242,\"offsets\":[150,17985,34107,65972,87500,116192,151455,166880,184167]},{\"id\":\"LJbrPXYlRQOp92.q09PsOJIDp64-\",\"offset-count\":9,\"offsets\":[182,18217,34195,66182,87485,116885,151440,166862,184150],\"sectors\":193477},{\"offsets\":[175,17827,34277,65702,87250,116252,151227,166652,183902],\"sectors\":193350,\"offset-count\":9,\"id\":\"Ljf3f57fCuw7rpaaa5eXOQz.7iQ-\"},{\"sectors\":193445,\"offsets\":[150,18188,34163,66150,87453,116853,151413,166833,184120],\"offset-count\":9,\"id\":\"M5ef947_b48iguGQaG.URuoqfXE-\"},{\"offsets\":[150,17662,33730,65635,86820,115675,150852,166290,183597],\"sectors\":193070,\"offset-count\":9,\"id\":\"MRmVoUlZOvKGZFxixVTsalKWr1Y-\"},{\"sectors\":193058,\"offsets\":[183,17758,35200,65688,87205,116995,151173,166595,183883],\"id\":\"MvkF2QCiXS.tu7kJYnDfAX2A6II-\",\"offset-count\":9},{\"offsets\":[182,18017,34142,66002,87532,116217,151487,166912,184200],\"sectors\":193292,\"id\":\"Nxl.5VZyyw0PwNZmfKOjUo.hNHQ-\",\"offset-count\":9},{\"sectors\":193445,\"offsets\":[150,18185,34162,66150,87452,116852,151407,166830,184117],\"offset-count\":9,\"id\":\"OlFYu35KMh5W5A8rS2npaC5iOOA-\"},{\"offset-count\":9,\"id\":\"OpEqBUFSMylTQ_KyaQMw0CFjeBQ-\",\"sectors\":193445,\"offsets\":[182,18220,34195,66182,87485,116885,151445,166865,184152]},{\"offsets\":[183,17698,33765,65675,86860,115715,150890,166328,183635],\"sectors\":193085,\"offset-count\":9,\"id\":\"Wk7n0EOphIdSwVG38ICTgVxKH3k-\"},{\"offset-count\":9,\"id\":\"X4z7DwTJvy7TM.kmgxMsULXhXE4-\",\"sectors\":193516,\"offsets\":[150,18063,34243,65788,87314,116020,151280,166709,183998]},{\"id\":\"YgQIINbxyNhTDK5Iyot3I9irp3c-\",\"offset-count\":9,\"offsets\":[183,18018,34143,66003,87533,116218,151488,166913,184200],\"sectors\":193443},{\"id\":\"ZQApCKC13fLDKtoelWo0nUXSlDI-\",\"offset-count\":9,\"sectors\":193599,\"offsets\":[150,18225,35612,66071,87712,117421,151634,167082,184344]},{\"id\":\"ZpxxNqBzOe1KJQUSJotRAdo1FAA-\",\"offset-count\":9,\"sectors\":193035,\"offsets\":[150,17710,33797,65680,86977,116362,150932,166355,183640]},{\"offsets\":[150,18137,34414,66426,88108,116945,152367,167944,185383],\"sectors\":194473,\"id\":\"dT0qfu73Iao5WeycmQB3MOWJ3F8-\",\"offset-count\":9},{\"id\":\"eRs4VG66pPW2MqTunBs9dEZTm9A-\",\"offset-count\":9,\"offsets\":[150,17952,34015,65880,87390,116115,151355,166795,184075],\"sectors\":193195},{\"offsets\":[150,17897,34027,65897,87435,116107,151372,166802,184087],\"sectors\":193325,\"id\":\"hcwQmxWsG3GdAQvfBa1SCpp4FuU-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"iyuUxXxwVb95qzws9gT.0p.NNS0-\",\"offsets\":[150,17630,33782,65617,87147,115797,151100,166527,183815],\"sectors\":192937},{\"id\":\"jmIgyOvnkIgc_1nIfGOzq1tZy.g-\",\"offset-count\":9,\"sectors\":193410,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]},{\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167],\"sectors\":192955,\"id\":\"mWEN0CB96pflhED60JyFNhrEvMc-\",\"offset-count\":9},{\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"sectors\":193405,\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905]},{\"id\":\"tH_cY6hcuSDeTuG6GSWI4wp_x6E-\",\"offset-count\":9,\"offsets\":[183,18030,34140,66018,87545,116225,151498,166925,184213],\"sectors\":193275},{\"id\":\"vnTnHXtoa0q35uGdb80jCbMY0fI-\",\"offset-count\":9,\"sectors\":193260,\"offsets\":[150,17985,34110,65970,87500,116185,151455,166880,184167]}],\"track-count\":9}],\"asin\":\"B000002U82\",\"title\":\"The Dark Side of the Moon\",\"barcode\":\"077774600125\",\"country\":\"US\",\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"front\":true,\"back\":true,\"artwork\":true,\"darkened\":false,\"count\":9},\"packaging\":null,\"release-events\":[{\"date\":\"1985\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"sort-name\":\"United States\"}}],\"id\":\"e9216a3b-ee97-3464-88e3-887796c2c29b\",\"packaging-id\":null,\"quality\":\"normal\"},{\"disambiguation\":\"\",\"status\":\"Official\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"The Dark Side of the Moon\",\"barcode\":\"\",\"country\":\"GB\",\"media\":[{\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"offset-count\":9,\"id\":\"ZODzHFPuY6DfakUIAd7bTSne224-\",\"sectors\":192850,\"offsets\":[150,17612,33707,65605,87132,115807,151092,166517,183805]},{\"offsets\":[150,17960,33857,65742,87272,116037,151202,166622,183905],\"sectors\":193405,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\",\"offset-count\":9}],\"title\":\"\",\"track-count\":9}],\"asin\":null,\"date\":\"1984-08\",\"id\":\"106ec6c3-1a30-336f-9572-65cc0e47109d\",\"quality\":\"normal\",\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"packaging\":\"Jewel Case\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"GB\"],\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\",\"type\":null,\"type-id\":null,\"disambiguation\":\"\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"},\"date\":\"1984-08\"}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"cover-art-archive\":{\"count\":10,\"darkened\":false,\"front\":true,\"back\":true,\"artwork\":true}}],\"sectors\":193405,\"offset-count\":9,\"id\":\"rKs_PWM2y.8B7uVgxqJqzTDz7vs-\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "releases can be browsed by Disc ID", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/discid/XzPS7vW.HPHsYemQh0HBUGr8vuU-?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:35 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1060", + "X-RateLimit-Reset", + "1618477536", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"dba4269c7450a1514fb47a72845f7ab8\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"releases\":[{\"quality\":\"normal\",\"title\":\"In It for the Money\",\"barcode\":\"724385522826\",\"asin\":\"B000002UJO\",\"id\":\"96f6f90e-d831-4f37-bf72-ce2982e459fb\",\"country\":\"GB\",\"disambiguation\":\"\",\"date\":\"1997-04-21\",\"cover-art-archive\":{\"darkened\":false,\"count\":1,\"front\":true,\"back\":false,\"artwork\":true},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"title\":\"\",\"format\":\"CD\",\"position\":1,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":12,\"discs\":[{\"offsets\":[183,14125,28598,42825,64083,79645,101830,121095,134333,146570,163128,181778],\"sectors\":194380,\"offset-count\":12,\"id\":\"2IfNbHciSpI2tT1Gt5tOkEsIzSs-\"},{\"offsets\":[150,14017,28367,42483,63703,79046,101015,120255,133365,145404,161662,180009],\"sectors\":192560,\"offset-count\":12,\"id\":\"7sJrXTJbJQfZDveedh4AaV0rRUI-\"},{\"offsets\":[150,14035,28644,42872,64130,79697,101877,121127,134380,146620,163175,181825],\"sectors\":194407,\"offset-count\":12,\"id\":\"BvwBXKhhBXetbkMffyJQU_Vps.g-\"},{\"offset-count\":12,\"id\":\"XzPS7vW.HPHsYemQh0HBUGr8vuU-\",\"offsets\":[182,14125,28597,42825,64082,79645,101830,121095,134332,146570,163127,181777],\"sectors\":194380}]}],\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"1997-04-21\",\"area\":{\"type\":null,\"name\":\"United Kingdom\",\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\"}}],\"packaging\":\"Jewel Case\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"}},{\"asin\":\"B000002UJO\",\"id\":\"5a6e5ad7-c2bd-3484-a20e-121bf981c883\",\"title\":\"In It for the Money\",\"quality\":\"normal\",\"barcode\":\"724385522826\",\"disambiguation\":\"\",\"date\":\"1997-05-06\",\"country\":\"US\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"area\":{\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\"},\"date\":\"1997-05-06\"}],\"packaging\":\"Jewel Case\",\"cover-art-archive\":{\"count\":0,\"darkened\":false,\"artwork\":false,\"front\":false,\"back\":false},\"packaging-id\":\"ec27701a-4a22-37f4-bfac-6616e0f9750a\",\"media\":[{\"title\":\"\",\"position\":1,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"discs\":[{\"sectors\":194380,\"offsets\":[183,14125,28598,42825,64083,79645,101830,121095,134333,146570,163128,181778],\"id\":\"2IfNbHciSpI2tT1Gt5tOkEsIzSs-\",\"offset-count\":12},{\"offsets\":[150,14017,28367,42483,63703,79046,101015,120255,133365,145404,161662,180009],\"sectors\":192560,\"offset-count\":12,\"id\":\"7sJrXTJbJQfZDveedh4AaV0rRUI-\"},{\"sectors\":194407,\"offsets\":[150,14035,28644,42872,64130,79697,101877,121127,134380,146620,163175,181825],\"id\":\"BvwBXKhhBXetbkMffyJQU_Vps.g-\",\"offset-count\":12},{\"id\":\"XzPS7vW.HPHsYemQh0HBUGr8vuU-\",\"offset-count\":12,\"sectors\":194380,\"offsets\":[182,14125,28597,42825,64082,79645,101830,121095,134332,146570,163127,181777]}],\"track-count\":12},{\"title\":\"\",\"format\":\"CD\",\"position\":2,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":9,\"discs\":[{\"id\":\"7iqVELqWF8N5PEeyzIPwbmhLBPk-\",\"offset-count\":9,\"sectors\":127232,\"offsets\":[150,13945,24460,36807,55702,74382,92632,104355,119290]},{\"offsets\":[182,14012,24532,36875,55770,74455,92702,104422,119355],\"sectors\":127350,\"offset-count\":9,\"id\":\"eMU8IBrn34i60SCbg7sNgr20qtE-\"}]}],\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"status\":\"Official\"},{\"asin\":null,\"id\":\"d1a73db3-6a44-4b74-a252-7f89e9054e4a\",\"quality\":\"normal\",\"title\":\"In It for the Money\",\"barcode\":\"724385522826\",\"disambiguation\":\"\",\"date\":\"1997\",\"country\":\"FR\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"release-events\":[{\"date\":\"1997\",\"area\":{\"type\":null,\"name\":\"France\",\"type-id\":null,\"id\":\"08310658-51eb-3801-80de-5a0739207115\",\"sort-name\":\"France\",\"iso-3166-1-codes\":[\"FR\"],\"disambiguation\":\"\"}}],\"packaging\":\"Other\",\"cover-art-archive\":{\"count\":1,\"darkened\":false,\"artwork\":true,\"back\":false,\"front\":true},\"packaging-id\":\"815b7785-8284-3926-8f04-e48bc6c4d102\",\"media\":[{\"format\":\"CD\",\"position\":1,\"title\":\"\",\"track-count\":12,\"discs\":[{\"offset-count\":12,\"id\":\"XzPS7vW.HPHsYemQh0HBUGr8vuU-\",\"offsets\":[182,14125,28597,42825,64082,79645,101830,121095,134332,146570,163127,181777],\"sectors\":194380}],\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"},{\"title\":\"\",\"position\":2,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":3,\"discs\":[{\"id\":\"eYfCD4lFq5DC6bfDtIzX0h1gOnU-\",\"offset-count\":3,\"sectors\":43440,\"offsets\":[150,13940,24632]}]}],\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"status\":\"Official\"}],\"offsets\":[182,14125,28597,42825,64082,79645,101830,121095,134332,146570,163127,181777],\"sectors\":194380,\"offset-count\":12,\"id\":\"XzPS7vW.HPHsYemQh0HBUGr8vuU-\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "releases can be browsed by type and status", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/release?artist=5b11f4ce-a62d-471e-81fc-a69a8278c7da&type=ep&status=bootleg&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:29 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1145", + "X-RateLimit-Reset", + "1618477530", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"7858b7809ad7c250e8bd3026a8732692\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"releases\":[{\"asin\":null,\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"packaging\":null,\"title\":\"Beauty and Power EP\",\"quality\":\"normal\",\"disambiguation\":\"\",\"status-id\":\"1156806e-d06a-38bd-83f0-cf2284a808b9\",\"id\":\"03988bf9-e49e-4671-8f56-1964faa76002\",\"barcode\":null,\"packaging-id\":null,\"status\":\"Bootleg\",\"cover-art-archive\":{\"darkened\":false,\"back\":false,\"artwork\":true,\"count\":1,\"front\":true}},{\"cover-art-archive\":{\"front\":false,\"artwork\":false,\"back\":false,\"darkened\":false,\"count\":0},\"status\":\"Bootleg\",\"status-id\":\"1156806e-d06a-38bd-83f0-cf2284a808b9\",\"id\":\"05621ec4-0c3a-4ec4-a2e5-0a64eb27f638\",\"packaging-id\":null,\"barcode\":null,\"disambiguation\":\"\",\"packaging\":null,\"title\":\"Coming Down Heavy\",\"quality\":\"normal\",\"asin\":null,\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"}},{\"status-id\":\"1156806e-d06a-38bd-83f0-cf2284a808b9\",\"id\":\"8950b138-feaa-4ff7-b2c0-65f36247d7c8\",\"packaging-id\":null,\"barcode\":null,\"disambiguation\":\"\",\"cover-art-archive\":{\"count\":1,\"back\":false,\"darkened\":false,\"artwork\":true,\"front\":true},\"status\":\"Bootleg\",\"asin\":null,\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"packaging\":null,\"quality\":\"normal\",\"title\":\"Acoustic EP\"},{\"status\":\"Bootleg\",\"cover-art-archive\":{\"front\":true,\"count\":1,\"back\":false,\"darkened\":false,\"artwork\":true},\"disambiguation\":\"\",\"id\":\"c6b97e56-e92a-40f9-a7a9-86b2bebad1f5\",\"packaging-id\":null,\"barcode\":null,\"status-id\":\"1156806e-d06a-38bd-83f0-cf2284a808b9\",\"title\":\"The Triple Platinum EP\",\"quality\":\"normal\",\"packaging\":null,\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"asin\":null},{\"asin\":null,\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"packaging\":null,\"title\":\"The Ghost of Seattle: The TV EP, Volume 1\",\"quality\":\"normal\",\"disambiguation\":\"\",\"status-id\":\"1156806e-d06a-38bd-83f0-cf2284a808b9\",\"id\":\"d75fa825-74c8-4b3c-a1b7-b09f9ee3bbe0\",\"packaging-id\":null,\"barcode\":null,\"status\":\"Bootleg\",\"cover-art-archive\":{\"count\":0,\"artwork\":false,\"back\":false,\"darkened\":false,\"front\":false}},{\"status-id\":\"1156806e-d06a-38bd-83f0-cf2284a808b9\",\"barcode\":null,\"id\":\"f657046b-f495-4d81-a423-514ca943eeea\",\"packaging-id\":null,\"disambiguation\":\"\",\"cover-art-archive\":{\"front\":true,\"artwork\":true,\"back\":false,\"darkened\":false,\"count\":1},\"status\":\"Bootleg\",\"asin\":null,\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"packaging\":null,\"title\":\"Pack of 4\",\"quality\":\"normal\"}],\"release-offset\":0,\"release-count\":6}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "releases can include tracks", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/release/fba5f8fe-c6c8-4511-8562-c9febf482674?inc=media%2Brecordings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:07:08 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "757", + "X-RateLimit-Reset", + "1618477629", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"7d6e22fa3c18d66ace256ad0ad897b9b\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"packaging\":\"Cassette Case\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"country\":\"GB\",\"id\":\"fba5f8fe-c6c8-4511-8562-c9febf482674\",\"quality\":\"normal\",\"status\":\"Official\",\"release-events\":[{\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"iso-3166-1-codes\":[\"GB\"],\"sort-name\":\"United Kingdom\",\"name\":\"United Kingdom\"},\"date\":\"1997-06-16\"}],\"media\":[{\"tracks\":[{\"recording\":{\"id\":\"4a7fea2e-545b-4c63-bc9a-9943cc3a29d7\",\"length\":284400,\"first-release-date\":\"1997-05-21\",\"video\":false,\"disambiguation\":\"\",\"title\":\"Airbag\"},\"number\":\"A1\",\"title\":\"Airbag\",\"position\":1,\"length\":284400,\"id\":\"a31f27a1-dfd8-38cc-958a-07f3af52fc25\"},{\"number\":\"A2\",\"recording\":{\"title\":\"Paranoid Android\",\"disambiguation\":\"\",\"video\":false,\"first-release-date\":\"1997-05-21\",\"length\":383813,\"id\":\"9f9cf187-d6f9-437f-9d98-d59cdbd52757\"},\"title\":\"Paranoid Android\",\"position\":2,\"length\":383493,\"id\":\"26ca3f84-46d8-3627-b894-b1eb8599a110\"},{\"title\":\"Subterranean Homesick Alien\",\"recording\":{\"title\":\"Subterranean Homesick Alien\",\"disambiguation\":\"\",\"video\":false,\"length\":267706,\"id\":\"bd82738d-163c-4b1a-bfaf-7acffe30e68a\",\"first-release-date\":\"1997-05-21\"},\"number\":\"A3\",\"length\":267706,\"id\":\"66ee1e73-a67c-3988-9ab5-e74721be5258\",\"position\":3},{\"title\":\"Exit Music (for a Film)\",\"recording\":{\"first-release-date\":\"1997-05-21\",\"length\":264800,\"id\":\"23c3c36b-9449-4484-9040-6ef2125999aa\",\"title\":\"Exit Music (for a Film)\",\"video\":false,\"disambiguation\":\"\"},\"number\":\"A4\",\"id\":\"db7b6f2d-18b8-39b2-826d-eb9e82f35f3a\",\"length\":264800,\"position\":4},{\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"Let Down\",\"id\":\"47b02a82-c3bf-4647-b894-dd1c8f608e7f\",\"length\":299266,\"first-release-date\":\"1997-05-21\"},\"number\":\"A5\",\"title\":\"Let Down\",\"position\":5,\"length\":299266,\"id\":\"5fe3d1b0-2f09-327e-b7e7-9fcff3158a8a\"},{\"recording\":{\"id\":\"9e2ad5bc-c6f9-40d2-a36f-3122ee2072a3\",\"length\":262026,\"first-release-date\":\"1997-05-21\",\"disambiguation\":\"\",\"video\":false,\"title\":\"Karma Police\"},\"number\":\"A6\",\"title\":\"Karma Police\",\"position\":6,\"length\":261626,\"id\":\"944a6d7d-a244-3295-ad6c-1440a52998e8\"},{\"position\":7,\"id\":\"7feb7034-4809-39c0-8576-2ea7a83d118e\",\"length\":117333,\"number\":\"B1\",\"recording\":{\"disambiguation\":\"\",\"video\":false,\"title\":\"Fitter Happier\",\"first-release-date\":\"1997-05-21\",\"id\":\"5838f978-0822-4e28-874f-e1511324ec3a\",\"length\":117333},\"title\":\"Fitter Happier\"},{\"position\":8,\"id\":\"0481f01e-b351-3c42-b851-748fa741ca74\",\"length\":230640,\"recording\":{\"first-release-date\":\"1997-05-21\",\"length\":230640,\"id\":\"ba0a796c-bd1f-4d4b-85a8-918f217a204a\",\"title\":\"Electioneering\",\"video\":false,\"disambiguation\":\"\"},\"number\":\"B2\",\"title\":\"Electioneering\"},{\"position\":9,\"id\":\"52ac1a5e-a231-37b4-a82d-7dbc0c74bd72\",\"length\":285200,\"number\":\"B3\",\"recording\":{\"title\":\"Climbing Up the Walls\",\"disambiguation\":\"\",\"video\":false,\"length\":285200,\"id\":\"c7225576-001e-423c-adc1-58f0985dcb27\",\"first-release-date\":\"1997-05-21\"},\"title\":\"Climbing Up the Walls\"},{\"number\":\"B4\",\"recording\":{\"title\":\"No Surprises\",\"video\":false,\"disambiguation\":\"\",\"first-release-date\":\"1997-05-21\",\"length\":228533,\"id\":\"980a426e-623e-4ea5-98c7-008d037a0508\"},\"title\":\"No Surprises\",\"position\":10,\"id\":\"94cede1d-3eb0-3978-8235-3747bb616cc0\",\"length\":228533},{\"position\":11,\"id\":\"34a59962-7e37-3fd9-8a74-f80528ffa1a0\",\"length\":259626,\"recording\":{\"length\":259626,\"id\":\"79047824-f821-4b1a-9893-e0cea1c947dd\",\"first-release-date\":\"1995-09-09\",\"title\":\"Lucky\",\"disambiguation\":\"\",\"video\":false},\"number\":\"B5\",\"title\":\"Lucky\"},{\"position\":12,\"id\":\"9f537c38-29dc-3114-9ce3-8c99d37e743f\",\"length\":324533,\"recording\":{\"first-release-date\":\"1997-05-21\",\"length\":324533,\"id\":\"610c0012-6eb4-42a0-b759-3a2532ce0f15\",\"title\":\"The Tourist\",\"video\":false,\"disambiguation\":\"\"},\"number\":\"B6\",\"title\":\"The Tourist\"}],\"track-offset\":0,\"track-count\":12,\"position\":1,\"format-id\":\"f5e6e254-8f39-331c-936b-9c69d686dc47\",\"title\":\"\",\"format\":\"Cassette\"}],\"cover-art-archive\":{\"darkened\":false,\"front\":true,\"back\":true,\"artwork\":true,\"count\":4},\"disambiguation\":\"\",\"date\":\"1997-06-16\",\"asin\":\"B000002UJR\",\"title\":\"OK Computer\",\"packaging-id\":\"c70b737a-0114-39a9-88f7-82843e54f906\",\"barcode\":\"724385522949\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "releases have an ASIN field", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/release/d5cdb7fd-c7e9-460a-9549-8a369655cc52?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:29 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1036", + "X-RateLimit-Reset", + "1618477530", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"2737b2d6e47ba0d81c867c72a7a3fd21\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"disambiguation\":\"\",\"title\":\"You Want It Darker\",\"id\":\"d5cdb7fd-c7e9-460a-9549-8a369655cc52\",\"quality\":\"normal\",\"status\":\"Official\",\"release-events\":[{\"date\":\"2016-10-21\",\"area\":{\"sort-name\":\"United States\",\"type-id\":null,\"name\":\"United States\",\"type\":null,\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\"}}],\"barcode\":\"889853650729\",\"packaging-id\":\"8f931351-d2e2-310f-afc6-37b89ddba246\",\"packaging\":\"Digipak\",\"asin\":\"B01KN6XDS6\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"date\":\"2016-10-21\",\"cover-art-archive\":{\"front\":true,\"count\":11,\"artwork\":true,\"darkened\":false,\"back\":true},\"country\":\"US\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "releases support a list of media", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/release/a4864e94-6d75-4ade-bc93-0dabf3521453?inc=media&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:46 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "497", + "X-RateLimit-Reset", + "1618477546", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"0fa2638d21268a7f6062d9f8dd97dcb7\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"media\":[{\"position\":1,\"format\":\"CD\",\"title\":\"Left\",\"track-count\":12,\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\"},{\"title\":\"Right\",\"position\":2,\"format\":\"CD\",\"format-id\":\"9712d52a-4509-3d4b-a1a2-67c88c643e31\",\"track-count\":11}],\"cover-art-archive\":{\"count\":2,\"darkened\":false,\"front\":true,\"back\":true,\"artwork\":true},\"packaging-id\":\"8f931351-d2e2-310f-afc6-37b89ddba246\",\"release-events\":[{\"area\":{\"type\":null,\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type-id\":null,\"name\":\"United States\",\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\"},\"date\":\"1999-09-21\"}],\"packaging\":\"Digipak\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"status\":\"Official\",\"text-representation\":{\"script\":\"Latn\",\"language\":\"eng\"},\"barcode\":\"606949047320\",\"quality\":\"high\",\"title\":\"The Fragile\",\"id\":\"a4864e94-6d75-4ade-bc93-0dabf3521453\",\"asin\":\"B00001P4TH\",\"country\":\"US\",\"date\":\"1999-09-21\",\"disambiguation\":\"\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "schema has a browse query", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/release-group?artist=c8da2e40-bd28-4d4e-813a-bd2f51958ba8&inc=artist-credits&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:00 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "688", + "X-RateLimit-Reset", + "1618477500", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"703340c327392ae0b280222e9a932e8d\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"release-groups\":[{\"title\":\"There's No Pressure\",\"secondary-types\":[],\"primary-type\":\"Album\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"id\":\"14b8ff46-3b93-403b-9e35-018f02eb3a05\",\"secondary-type-ids\":[],\"first-release-date\":\"2017-02-03\",\"artist-credit\":[{\"joinphrase\":\"\",\"artist\":{\"id\":\"c8da2e40-bd28-4d4e-813a-bd2f51958ba8\",\"disambiguation\":\"Seattle trio\",\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"name\":\"Lures\",\"sort-name\":\"Lures\",\"type\":\"Group\"},\"name\":\"Lures\"}],\"disambiguation\":\"\"},{\"disambiguation\":\"\",\"artist-credit\":[{\"name\":\"Lures\",\"artist\":{\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"disambiguation\":\"Seattle trio\",\"name\":\"Lures\",\"sort-name\":\"Lures\",\"type\":\"Group\",\"id\":\"c8da2e40-bd28-4d4e-813a-bd2f51958ba8\"},\"joinphrase\":\"\"}],\"first-release-date\":\"2014-03-05\",\"secondary-type-ids\":[],\"id\":\"25193cc2-b39a-4a55-9aa6-d1a0fa3ba858\",\"primary-type\":\"Album\",\"secondary-types\":[],\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Tape\"},{\"secondary-type-ids\":[],\"first-release-date\":\"2013-06-18\",\"id\":\"abd672ff-6c87-44b5-8606-5b763215cbe7\",\"primary-type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"primary-type\":\"Single\",\"secondary-types\":[],\"title\":\"Dizzy\",\"disambiguation\":\"\",\"artist-credit\":[{\"name\":\"Lures\",\"artist\":{\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"disambiguation\":\"Seattle trio\",\"sort-name\":\"Lures\",\"name\":\"Lures\",\"type\":\"Group\",\"id\":\"c8da2e40-bd28-4d4e-813a-bd2f51958ba8\"},\"joinphrase\":\"\"}]},{\"disambiguation\":\"\",\"artist-credit\":[{\"artist\":{\"name\":\"Lures\",\"sort-name\":\"Lures\",\"type\":\"Group\",\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"disambiguation\":\"Seattle trio\",\"id\":\"c8da2e40-bd28-4d4e-813a-bd2f51958ba8\"},\"joinphrase\":\"\",\"name\":\"Lures\"}],\"first-release-date\":\"2014-10-07\",\"secondary-type-ids\":[],\"id\":\"e37d2740-4503-4e3f-ab6d-e622a25e964d\",\"primary-type\":\"Album\",\"secondary-types\":[],\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Lures\"},{\"artist-credit\":[{\"name\":\"Lures\",\"joinphrase\":\"\",\"artist\":{\"id\":\"c8da2e40-bd28-4d4e-813a-bd2f51958ba8\",\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"disambiguation\":\"Seattle trio\",\"sort-name\":\"Lures\",\"name\":\"Lures\",\"type\":\"Group\"}}],\"disambiguation\":\"\",\"title\":\"Vacant\",\"secondary-types\":[],\"primary-type\":\"Single\",\"primary-type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"id\":\"f86eb0a9-fd04-48c9-810b-1ba0b006e7b4\",\"first-release-date\":\"2013-10-22\",\"secondary-type-ids\":[]}],\"release-group-count\":5,\"release-group-offset\":0}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "schema has a lookup query", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/artist/c8da2e40-bd28-4d4e-813a-bd2f51958ba8?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:56 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "457", + "X-RateLimit-Reset", + "1618477496", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"80f1f0e96231d62805a0ac7d54414c6f\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"life-span\":{\"end\":null,\"ended\":false,\"begin\":\"2013\"},\"id\":\"c8da2e40-bd28-4d4e-813a-bd2f51958ba8\",\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"begin_area\":{\"type-id\":null,\"id\":\"10adc6b5-63bf-4b4e-993e-ed83b05c22fc\",\"sort-name\":\"Seattle\",\"name\":\"Seattle\",\"type\":null,\"disambiguation\":\"\"},\"country\":null,\"gender-id\":null,\"disambiguation\":\"Seattle trio\",\"isnis\":[],\"gender\":null,\"sort-name\":\"Lures\",\"name\":\"Lures\",\"end-area\":null,\"begin-area\":{\"type-id\":null,\"id\":\"10adc6b5-63bf-4b4e-993e-ed83b05c22fc\",\"sort-name\":\"Seattle\",\"name\":\"Seattle\",\"type\":null,\"disambiguation\":\"\"},\"end_area\":null,\"ipis\":[],\"type\":\"Group\",\"area\":{\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"id\":\"10adc6b5-63bf-4b4e-993e-ed83b05c22fc\",\"name\":\"Seattle\",\"sort-name\":\"Seattle\"}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "schema has a node field", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/release-group/e37d2740-4503-4e3f-ab6d-e622a25e964d?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:55 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Content-Length", + "240", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "589", + "X-RateLimit-Reset", + "1618477496", + "Server", + "Plack::Handler::Starlet", + "ETag", + "\"a4bce36ca9c099ba08f72b4b9a7cdd44\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": { + "disambiguation": "", + "first-release-date": "2014-10-07", + "id": "e37d2740-4503-4e3f-ab6d-e622a25e964d", + "primary-type": "Album", + "primary-type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc", + "secondary-type-ids": [ + ], + "secondary-types": [ + ], + "title": "Lures" + }, + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "schema has a search query", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/recording?query=Burn+the+Witch&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:04:59 GMT", + "Content-Type", + "application/json", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1076", + "X-RateLimit-Reset", + "1618477498", + "Last-Modified", + "Thu, 15 Apr 2021 09:04:59 GMT", + "ETag", + "W/\"178d4c6c57d\"", + "Cache-Control", + "no-cache, no-store", + "Pragma", + "no-cache", + "Expires", + "Sat, 01 Jan 2000 01:00:00 GMT", + "X-Cache-Status", + "MISS", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"created\":\"2021-04-15T09:04:59.803Z\",\"count\":5202875,\"offset\":0,\"recordings\":[{\"id\":\"a236343a-3856-4f28-a5da-52e3ea9efab8\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":285546,\"video\":null,\"artist-credit\":[{\"name\":\"Stone Gods\",\"artist\":{\"id\":\"bff559b0-cc8f-40fd-b2bb-c85d99721f35\",\"name\":\"Stone Gods\",\"sort-name\":\"Stone Gods\",\"disambiguation\":\"Hard Rock, Power Pop, UK\"}}],\"first-release-date\":\"2008-05-28\",\"releases\":[{\"id\":\"f0e348f1-3478-4014-aa4b-9c88b12f865e\",\"status-id\":\"518ffc83-5cde-34df-8627-81bff5093d92\",\"count\":1,\"title\":\"Classic Rock #120: Feelgood Hits for the Summer\",\"status\":\"Promotion\",\"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\":\"2f1bce2e-f9ef-3b22-8833-0e1f43fe39c2\",\"type-id\":\"dd2a21e1-0c00-3729-a7a0-de60b84eb5d1\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Classic Rock #120: Feelgood Hits for the Summer\",\"primary-type\":\"Album\",\"secondary-types\":[\"Compilation\"],\"secondary-type-ids\":[\"dd2a21e1-0c00-3729-a7a0-de60b84eb5d1\"]},\"date\":\"2008-05-28\",\"country\":\"GB\",\"release-events\":[{\"date\":\"2008-05-28\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"]}}],\"track-count\":14,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"df927da0-bd6a-315c-adcd-e19b431462e5\",\"number\":\"2\",\"title\":\"Burn the Witch\",\"length\":285546}],\"track-count\":14,\"track-offset\":1}]}],\"tags\":[{\"count\":1,\"name\":\"rock\"}]},{\"id\":\"d23c3b81-2070-4775-a4de-f2fa037ba4b3\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":284000,\"video\":null,\"artist-credit\":[{\"name\":\"Stone Gods\",\"artist\":{\"id\":\"bff559b0-cc8f-40fd-b2bb-c85d99721f35\",\"name\":\"Stone Gods\",\"sort-name\":\"Stone Gods\",\"disambiguation\":\"Hard Rock, Power Pop, UK\"}}],\"first-release-date\":\"2008-02-25\",\"releases\":[{\"id\":\"aecb5603-2635-4545-93e2-1e129f9b57bf\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Silver Spoons & Broken Bones\",\"status\":\"Official\",\"release-group\":{\"id\":\"48780b20-645f-3c07-9823-d060295447dd\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Silver Spoons & Broken Bones\",\"primary-type\":\"Album\"},\"date\":\"2008-07-07\",\"country\":\"GB\",\"release-events\":[{\"date\":\"2008-07-07\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"]}}],\"track-count\":13,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"e593a44f-7069-346b-952b-4ac843c49844\",\"number\":\"1\",\"title\":\"Burn the Witch\",\"length\":284000}],\"track-count\":13,\"track-offset\":0}]},{\"id\":\"4ca4ab32-9dff-4f1d-a682-77f8695f7200\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Burn the Witch\",\"status\":\"Official\",\"release-group\":{\"id\":\"d594828c-e8a0-40c3-ba52-33bb7761978d\",\"type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"primary-type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"title\":\"Burn the Witch\",\"primary-type\":\"Single\"},\"date\":\"2008-02-25\",\"country\":\"GB\",\"release-events\":[{\"date\":\"2008-02-25\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"]}}],\"track-count\":4,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"f12cebe7-87e6-38a2-a736-d5c55a002b67\",\"number\":\"1\",\"title\":\"Burn the Witch\",\"length\":286000}],\"track-count\":4,\"track-offset\":0}]}]},{\"id\":\"e1bb8e99-c415-4373-ae93-c92df8bd106d\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":340000,\"video\":null,\"artist-credit\":[{\"name\":\"Dogma\",\"artist\":{\"id\":\"dfd4ed8a-5626-4826-97ba-22905a9e22ba\",\"name\":\"Dogma\",\"sort-name\":\"Dogma\",\"disambiguation\":\"Brazilian progressive rock band\"}}],\"first-release-date\":\"1995\",\"releases\":[{\"id\":\"fa1a210f-a52b-45ef-a813-2ab9ee7ddf5d\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Twin Sunrise\",\"status\":\"Official\",\"release-group\":{\"id\":\"446765e6-8fc2-3e00-a76f-45364f8cdb50\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Twin Sunrise\",\"primary-type\":\"Album\"},\"date\":\"1995\",\"country\":\"BR\",\"release-events\":[{\"date\":\"1995\",\"area\":{\"id\":\"f45b47f8-5796-386e-b172-6c31b009a5d8\",\"name\":\"Brazil\",\"sort-name\":\"Brazil\",\"iso-3166-1-codes\":[\"BR\"]}}],\"track-count\":7,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"251b4e77-a722-3482-8605-5974b3d3f1c7\",\"number\":\"3\",\"title\":\"Burn the Witch\",\"length\":340000}],\"track-count\":7,\"track-offset\":2}]}]},{\"id\":\"7569cf73-294b-4f30-b142-d22d58beb974\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":242213,\"video\":null,\"artist-credit\":[{\"name\":\"Deceiver\",\"artist\":{\"id\":\"33916f88-ef57-4390-a714-177a890d31f7\",\"name\":\"Deceiver\",\"sort-name\":\"Deceiver\"}}],\"first-release-date\":\"2006-03\",\"releases\":[{\"id\":\"83cc6697-c81d-4c87-bc91-5c0c19360f5b\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Holov Posen Tro May Trot\",\"status\":\"Official\",\"release-group\":{\"id\":\"25c35dfd-867f-3007-9c9c-09edc7948f20\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Holov Posen Tro May Trot\",\"primary-type\":\"Album\"},\"date\":\"2006-03\",\"country\":\"SE\",\"release-events\":[{\"date\":\"2006-03\",\"area\":{\"id\":\"23d10872-f5ae-3f0c-bf55-332788a16ecb\",\"name\":\"Sweden\",\"sort-name\":\"Sweden\",\"iso-3166-1-codes\":[\"SE\"]}}],\"track-count\":10,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"cdc751e9-85ea-39f8-b43d-ece41013715f\",\"number\":\"4\",\"title\":\"Burn the Witch\",\"length\":242213}],\"track-count\":10,\"track-offset\":3}]}]},{\"id\":\"44509fa4-5c41-456e-99b6-5ebb7447fb75\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":206000,\"disambiguation\":\"live, 2005-05-21\",\"video\":null,\"artist-credit\":[{\"name\":\"Queens of the Stone Age\",\"artist\":{\"id\":\"7dc8f5bd-9d0b-4087-9f73-dc164950bbd8\",\"name\":\"Queens of the Stone Age\",\"sort-name\":\"Queens of the Stone Age\",\"aliases\":[{\"sort-name\":\"QOTSA\",\"type-id\":\"894afba6-2816-3c24-8072-eadb66bd04bc\",\"name\":\"QOTSA\",\"locale\":null,\"type\":\"Artist name\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Queens Of The Stoneage\",\"name\":\"Queens Of The Stoneage\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Queen Of Stoneage\",\"name\":\"Queen Of Stoneage\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]}}],\"releases\":[{\"id\":\"bc6086cb-713f-4545-9e1d-ce91704c169c\",\"status-id\":\"1156806e-d06a-38bd-83f0-cf2284a808b9\",\"count\":1,\"title\":\"2005-05-21: KROQ Weenie Roast: Verizon Wireless Amphitheatre, Irvine, CA, USA\",\"status\":\"Bootleg\",\"artist-credit\":[{\"name\":\"Queens of the Stone Age\",\"artist\":{\"id\":\"7dc8f5bd-9d0b-4087-9f73-dc164950bbd8\",\"name\":\"Queens of the Stone Age\",\"sort-name\":\"Queens of the Stone Age\"}}],\"release-group\":{\"id\":\"20c9365c-d152-3acf-ade9-b2c6161ff352\",\"type-id\":\"6fd474e2-6b58-3102-9d17-d6f7eb7da0a0\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"2005-05-21: KROQ Weenie Roast: Verizon Wireless Amphitheatre, Irvine, CA, USA\",\"primary-type\":\"Album\",\"secondary-types\":[\"Live\"],\"secondary-type-ids\":[\"6fd474e2-6b58-3102-9d17-d6f7eb7da0a0\"]},\"track-count\":10,\"media\":[{\"position\":1,\"track\":[{\"id\":\"c77769ca-af25-38cb-8671-82e812a0bd57\",\"number\":\"8\",\"title\":\"Burn the Witch\",\"length\":206000}],\"track-count\":10,\"track-offset\":7}]}]},{\"id\":\"b0734b62-28e1-407f-ac67-6705038ed224\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":293000,\"video\":null,\"artist-credit\":[{\"name\":\"Troll\",\"artist\":{\"id\":\"e885fea3-0d26-4e8e-995f-612554380628\",\"name\":\"Troll\",\"sort-name\":\"Troll\",\"disambiguation\":\"Norwegian black-metal band\",\"aliases\":[{\"sort-name\":\"Troll\",\"type-id\":\"894afba6-2816-3c24-8072-eadb66bd04bc\",\"name\":\"Troll\",\"locale\":null,\"type\":\"Artist name\",\"primary\":null,\"begin-date\":\"1993\",\"end-date\":null},{\"sort-name\":\"Abbadon's Realm\",\"type-id\":\"894afba6-2816-3c24-8072-eadb66bd04bc\",\"name\":\"Abbadon's Realm\",\"locale\":null,\"type\":\"Artist name\",\"primary\":null,\"begin-date\":\"1992\",\"end-date\":\"1993\"}]}}],\"first-release-date\":\"2010-01-29\",\"releases\":[{\"id\":\"95846d05-e258-4591-97bf-98ad729fd57d\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Neo-Satanic Supremacy\",\"status\":\"Official\",\"artist-credit\":[{\"name\":\"Troll\",\"artist\":{\"id\":\"e885fea3-0d26-4e8e-995f-612554380628\",\"name\":\"Troll\",\"sort-name\":\"Troll\",\"disambiguation\":\"Norwegian black-metal band\"}}],\"release-group\":{\"id\":\"2c7d6432-d21c-4b9a-9b53-ab3e40b7096a\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Neo-Satanic Supremacy\",\"primary-type\":\"Album\"},\"date\":\"2010-01-29\",\"country\":\"DE\",\"release-events\":[{\"date\":\"2010-01-29\",\"area\":{\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"sort-name\":\"Germany\",\"iso-3166-1-codes\":[\"DE\"]}}],\"track-count\":10,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"b5753e8f-b54f-3f93-86ea-fc6993228195\",\"number\":\"4\",\"title\":\"Burn the Witch\",\"length\":293000}],\"track-count\":10,\"track-offset\":3}]}]},{\"id\":\"787f19fe-98a8-4da3-bdcc-920737523a8d\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":169346,\"video\":null,\"artist-credit\":[{\"name\":\"Witching Hour\",\"artist\":{\"id\":\"2380d2c3-3a2e-4a87-be28-ce15d922b760\",\"name\":\"Witching Hour\",\"sort-name\":\"Witching Hour\",\"disambiguation\":\"German black / thrash metal band\"}}],\"first-release-date\":\"2009\",\"releases\":[{\"id\":\"20183073-efdd-484c-8c20-7f2e5b794f7d\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Rise of the Desecrated\",\"status\":\"Official\",\"release-group\":{\"id\":\"105964ea-86c6-488a-b1fb-0c66bec7663a\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Rise of the Desecrated\",\"primary-type\":\"Album\"},\"date\":\"2009\",\"country\":\"DE\",\"release-events\":[{\"date\":\"2009\",\"area\":{\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"sort-name\":\"Germany\",\"iso-3166-1-codes\":[\"DE\"]}}],\"track-count\":8,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"8f5c1cb1-c18e-3978-9c1a-758469735eb8\",\"number\":\"3\",\"title\":\"Burn the Witch\",\"length\":169346}],\"track-count\":8,\"track-offset\":2}]}]},{\"id\":\"12319bfb-4f04-49ff-b7f0-efe26bcff4cc\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":239000,\"video\":true,\"artist-credit\":[{\"name\":\"Radiohead\",\"artist\":{\"id\":\"a74b1b7f-71a5-4011-9441-d0b5e4122711\",\"name\":\"Radiohead\",\"sort-name\":\"Radiohead\",\"aliases\":[{\"sort-name\":\"r/head\",\"name\":\"r/head\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Radio head\",\"name\":\"Radio head\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"レディオヘッド\",\"name\":\"レディオヘッド\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Radiohead & Thom Yorke\",\"name\":\"Radiohead & Thom Yorke\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]}}]},{\"id\":\"51db8163-9c0a-418d-bd96-09f81cae7328\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":174000,\"video\":null,\"artist-credit\":[{\"name\":\"Red Eagle's Noise\",\"artist\":{\"id\":\"db2af1ee-9ee8-486d-830e-20c5f4b63766\",\"name\":\"Red Eagle's Noise\",\"sort-name\":\"Red Eagle's Noise\"}}],\"first-release-date\":\"2020-02-25\",\"releases\":[{\"id\":\"9b5c94ee-e5bd-4eb6-8467-cecc13da2823\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Fire Rain\",\"status\":\"Official\",\"release-group\":{\"id\":\"30114d29-4051-4c86-b582-4472ec5b23b1\",\"type-id\":\"6d0c5bf6-7a33-3420-a519-44fc63eedebf\",\"primary-type-id\":\"6d0c5bf6-7a33-3420-a519-44fc63eedebf\",\"title\":\"Fire Rain\",\"primary-type\":\"EP\"},\"date\":\"2020-02-25\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2020-02-25\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"track-count\":5,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"4f49089b-4fa8-48f6-b588-ba23e43c92f2\",\"number\":\"1\",\"title\":\"Burn the Witch\",\"length\":174000}],\"track-count\":5,\"track-offset\":0}]}]},{\"id\":\"997578f8-0a5e-4415-8f84-729d71dc9f42\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":217984,\"video\":null,\"artist-credit\":[{\"name\":\"8-Bit Misfits\",\"artist\":{\"id\":\"e0438aeb-9793-404c-8618-eb751faf1c24\",\"name\":\"8-Bit Misfits\",\"sort-name\":\"8-Bit Misfits\"}}],\"first-release-date\":\"2017-07-28\",\"releases\":[{\"id\":\"bc790198-f5d8-47de-869e-0d57b28bd52c\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"8-Bit Versions of Radiohead\",\"status\":\"Official\",\"release-group\":{\"id\":\"d0094433-f02e-48e3-a0c0-4ee8afdf5047\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"8-Bit Versions of Radiohead\",\"primary-type\":\"Album\"},\"date\":\"2017-07-28\",\"country\":\"US\",\"release-events\":[{\"date\":\"2017-07-28\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\",\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"]}}],\"track-count\":8,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"4fb4da0f-0d15-4768-afd1-51427ebb5a78\",\"number\":\"8\",\"title\":\"Burn the Witch\",\"length\":217984}],\"track-count\":8,\"track-offset\":7}]}]},{\"id\":\"188d06df-644b-40d8-8f8d-c0eb4cf17708\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":201493,\"video\":null,\"artist-credit\":[{\"name\":\"Midnite String Quartet\",\"artist\":{\"id\":\"ad3c468d-a403-40bc-93c2-f99b74a81b9e\",\"name\":\"Midnite String Quartet\",\"sort-name\":\"Midnite String Quartet\"}}],\"first-release-date\":\"2016-07-22\",\"releases\":[{\"id\":\"0645175b-f30f-4e6f-94ee-a72aa29d2bec\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"MSQ Performs Radiohead\",\"status\":\"Official\",\"release-group\":{\"id\":\"45b739e4-42b0-4054-88df-e39c9883fe8e\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"MSQ Performs Radiohead\",\"primary-type\":\"Album\"},\"date\":\"2016-07-22\",\"country\":\"IT\",\"release-events\":[{\"date\":\"2016-07-22\",\"area\":{\"id\":\"c6500277-9a3d-349b-bf30-41afdbf42add\",\"name\":\"Italy\",\"sort-name\":\"Italy\",\"iso-3166-1-codes\":[\"IT\"]}}],\"track-count\":12,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"826ba9d4-0f2d-49c3-8ee0-61e764aca4f4\",\"number\":\"8\",\"title\":\"Burn the Witch\",\"length\":201493}],\"track-count\":12,\"track-offset\":7}]}]},{\"id\":\"6bc02725-abba-4354-ae88-7ccb5b8b0762\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":185945,\"video\":null,\"artist-credit\":[{\"name\":\"SXXXTER\",\"artist\":{\"id\":\"e5b306cc-0c75-4e38-9485-427fdbfde5e0\",\"name\":\"SXXXTER\",\"sort-name\":\"SXXXTER\",\"disambiguation\":\"Synthwave; Emil Öhman\"}}],\"first-release-date\":\"2018-10-19\",\"releases\":[{\"id\":\"7b8f276c-f001-4d0f-8b70-119f9d45a723\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"RetroSynth Horror Vol. 2\",\"status\":\"Official\",\"artist-credit\":[{\"name\":\"RetroSynth Records\",\"artist\":{\"id\":\"89ad4ac3-39f7-470e-963a-56509c546377\",\"name\":\"Various Artists\",\"sort-name\":\"Various Artists\",\"disambiguation\":\"add compilations to this artist\"}}],\"release-group\":{\"id\":\"1a1b9bf3-af5a-4464-b5f5-5acd2a75afa5\",\"type-id\":\"dd2a21e1-0c00-3729-a7a0-de60b84eb5d1\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"RetroSynth Horror Vol. 2\",\"primary-type\":\"Album\",\"secondary-types\":[\"Compilation\"],\"secondary-type-ids\":[\"dd2a21e1-0c00-3729-a7a0-de60b84eb5d1\"]},\"date\":\"2018-10-19\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2018-10-19\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"track-count\":42,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"61065f0f-b9c4-4804-b01f-10a95698d5ae\",\"number\":\"38\",\"title\":\"Burn the Witch\",\"length\":185945}],\"track-count\":42,\"track-offset\":37}]},{\"id\":\"c792f1a9-fdb2-44f9-bd33-a56fdae98158\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"RetroSynth Horror Vol. 2\",\"status\":\"Official\",\"disambiguation\":\"Original tracklist\",\"artist-credit\":[{\"name\":\"RetroSynth Records\",\"artist\":{\"id\":\"89ad4ac3-39f7-470e-963a-56509c546377\",\"name\":\"Various Artists\",\"sort-name\":\"Various Artists\",\"disambiguation\":\"add compilations to this artist\"}}],\"release-group\":{\"id\":\"1a1b9bf3-af5a-4464-b5f5-5acd2a75afa5\",\"type-id\":\"dd2a21e1-0c00-3729-a7a0-de60b84eb5d1\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"RetroSynth Horror Vol. 2\",\"primary-type\":\"Album\",\"secondary-types\":[\"Compilation\"],\"secondary-type-ids\":[\"dd2a21e1-0c00-3729-a7a0-de60b84eb5d1\"]},\"date\":\"2018-10-19\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2018-10-19\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"track-count\":43,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"8f284a67-595e-4822-a7c5-5fc29a471cb2\",\"number\":\"39\",\"title\":\"Burn The Witch\",\"length\":185945}],\"track-count\":43,\"track-offset\":38}]}]},{\"id\":\"0a8fe704-ea16-4458-966a-db3c358b7990\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":216000,\"video\":null,\"artist-credit\":[{\"name\":\"Transylvania Stud\",\"artist\":{\"id\":\"eb3bbc76-9f52-49cb-be9a-b570331af648\",\"name\":\"Transylvania Stud\",\"sort-name\":\"Transylvania Stud\"}}],\"first-release-date\":\"2020\",\"releases\":[{\"id\":\"0b7455df-8c8d-432e-b98b-b75fc8aa656f\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Burn the Witch\",\"status\":\"Official\",\"artist-credit\":[{\"joinphrase\":\", \",\"name\":\"Transylvania Stud\",\"artist\":{\"id\":\"eb3bbc76-9f52-49cb-be9a-b570331af648\",\"name\":\"Transylvania Stud\",\"sort-name\":\"Transylvania Stud\"}},{\"name\":\"The By Gods\",\"artist\":{\"id\":\"70648ca4-43ac-4af4-a0f3-99286f41ba4f\",\"name\":\"The By Gods\",\"sort-name\":\"By Gods, The\"}}],\"release-group\":{\"id\":\"38529459-7edd-4a51-a708-5afe907e68e2\",\"type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"primary-type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"title\":\"Burn the Witch\",\"primary-type\":\"Single\"},\"track-count\":1,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"29d97ff9-5612-4d27-bf36-a7c4505e7e51\",\"number\":\"1\",\"title\":\"Burn the Witch\",\"length\":216000}],\"track-count\":1,\"track-offset\":0}]}]},{\"id\":\"cf99b50a-bdfa-4f9b-8a88-aa33358c1033\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":402000,\"video\":null,\"artist-credit\":[{\"name\":\"Beneath the Storm\",\"artist\":{\"id\":\"0608225d-ee60-4642-97ac-c304aab59868\",\"name\":\"Beneath the Storm\",\"sort-name\":\"Beneath the Storm\"}}],\"first-release-date\":\"2015-09-01\",\"releases\":[{\"id\":\"ad918161-5692-4d76-971c-25f2b1c95cc9\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Devil’s Village\",\"status\":\"Official\",\"release-group\":{\"id\":\"a703a0c4-e69d-45d4-9891-332deb9a109b\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Devil’s Village\",\"primary-type\":\"Album\"},\"date\":\"2015-09-01\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2015-09-01\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"track-count\":8,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"d6280425-4747-4075-8e3d-5c871877fc48\",\"number\":\"6\",\"title\":\"Burn the Witch\",\"length\":402000}],\"track-count\":8,\"track-offset\":5}]}]},{\"id\":\"1bbaeecc-fe3f-48d3-9157-1906809bd854\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":168000,\"video\":null,\"artist-credit\":[{\"name\":\"Tristitia\",\"artist\":{\"id\":\"12c39133-181e-4aa6-ac2d-bd18f5f8cd0f\",\"name\":\"Tristitia\",\"sort-name\":\"Tristitia\"}}],\"first-release-date\":\"1995\",\"releases\":[{\"id\":\"08023ef8-4f83-44e5-8abc-d60e8d2eba27\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"One With Darkness\",\"status\":\"Official\",\"release-group\":{\"id\":\"50119a25-1052-369f-9e03-aa6cd33b7612\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"One With Darkness\",\"primary-type\":\"Album\"},\"date\":\"1995\",\"country\":\"FR\",\"release-events\":[{\"date\":\"1995\",\"area\":{\"id\":\"08310658-51eb-3801-80de-5a0739207115\",\"name\":\"France\",\"sort-name\":\"France\",\"iso-3166-1-codes\":[\"FR\"]}}],\"track-count\":11,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"bb97d08c-f3f7-3121-93ab-5528949e7d4c\",\"number\":\"5\",\"title\":\"Burn the Witch\",\"length\":168213}],\"track-count\":11,\"track-offset\":4}]},{\"id\":\"5056804a-5292-44fa-8aa5-93edd88e3298\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"One With Darkness\",\"status\":\"Official\",\"release-group\":{\"id\":\"50119a25-1052-369f-9e03-aa6cd33b7612\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"One With Darkness\",\"primary-type\":\"Album\"},\"date\":\"2005\",\"country\":\"FR\",\"release-events\":[{\"date\":\"2005\",\"area\":{\"id\":\"08310658-51eb-3801-80de-5a0739207115\",\"name\":\"France\",\"sort-name\":\"France\",\"iso-3166-1-codes\":[\"FR\"]}}],\"track-count\":15,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"7a98feb3-0e2f-3621-8b12-6086ab002eb5\",\"number\":\"5\",\"title\":\"Burn the Witch\",\"length\":168000}],\"track-count\":15,\"track-offset\":4}]}]},{\"id\":\"6cad4a0e-9bd9-427a-a81c-d3057de0cc7d\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":242786,\"video\":null,\"artist-credit\":[{\"name\":\"Leif Edling\",\"artist\":{\"id\":\"24dc87dc-9e19-4381-9845-520a303ca72c\",\"name\":\"Leif Edling\",\"sort-name\":\"Edling, Leif\"}}],\"first-release-date\":\"2003\",\"releases\":[{\"id\":\"8effc672-22b7-49f1-b989-b5f0cf860075\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":2,\"title\":\"The Black Heart of Candlemass: Demos & Outtakes '83-'99\",\"status\":\"Official\",\"release-group\":{\"id\":\"7783942f-5d06-331a-b6c4-0681129cbe4c\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"The Black Heart of Candlemass: Demos and Outtakes '83 - '99\",\"primary-type\":\"Album\"},\"date\":\"2003\",\"country\":\"SE\",\"release-events\":[{\"date\":\"2003\",\"area\":{\"id\":\"23d10872-f5ae-3f0c-bf55-332788a16ecb\",\"name\":\"Sweden\",\"sort-name\":\"Sweden\",\"iso-3166-1-codes\":[\"SE\"]}}],\"track-count\":22,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"d438be35-3998-30fc-b4e0-59e25562a920\",\"number\":\"2\",\"title\":\"Burn the Witch\",\"length\":242786}],\"track-count\":11,\"track-offset\":1}]}]},{\"id\":\"4fc8f380-55f2-4d85-aa6f-232cf3a2fcf9\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":204960,\"video\":null,\"artist-credit\":[{\"name\":\"My Ruin\",\"artist\":{\"id\":\"65e0e30d-ed23-4554-b545-6de77e86ce18\",\"name\":\"My Ruin\",\"sort-name\":\"My Ruin\"}}],\"first-release-date\":\"2003-10-20\",\"releases\":[{\"id\":\"c33ffd79-199e-47fd-b2b9-9d28df61fe37\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"The Horror of Beauty\",\"status\":\"Official\",\"release-group\":{\"id\":\"3664d994-1653-398f-b440-578ff3cbf893\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"The Horror of Beauty\",\"primary-type\":\"Album\"},\"date\":\"2003-10-20\",\"country\":\"DE\",\"release-events\":[{\"date\":\"2003-10-20\",\"area\":{\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"sort-name\":\"Germany\",\"iso-3166-1-codes\":[\"DE\"]}}],\"track-count\":16,\"media\":[{\"position\":1,\"format\":\"Enhanced CD\",\"track\":[{\"id\":\"24512999-4d05-39ac-946e-563c11040e8c\",\"number\":\"5\",\"title\":\"Burn the Witch\",\"length\":204960}],\"track-count\":16,\"track-offset\":4}]}],\"isrcs\":[\"GBDHC0304445\"]},{\"id\":\"23950e71-82ec-4446-ad63-a8d5252c9178\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":178973,\"video\":null,\"artist-credit\":[{\"name\":\"Demoniac\",\"artist\":{\"id\":\"2fc940fe-65e6-4c0b-a23a-43298a76f362\",\"name\":\"Demoniac\",\"sort-name\":\"Demoniac\",\"disambiguation\":\"New Zealand black / power metal\"}}],\"first-release-date\":\"1997-04-28\",\"releases\":[{\"id\":\"a7e71ecb-7165-38aa-b9fc-1620325727e3\",\"status-id\":\"518ffc83-5cde-34df-8627-81bff5093d92\",\"count\":2,\"title\":\"World Domination II\",\"status\":\"Promotion\",\"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\":\"e77f4bb4-1b6a-3084-848d-06aee5256623\",\"type-id\":\"dd2a21e1-0c00-3729-a7a0-de60b84eb5d1\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"World Domination II\",\"primary-type\":\"Album\",\"secondary-types\":[\"Compilation\"],\"secondary-type-ids\":[\"dd2a21e1-0c00-3729-a7a0-de60b84eb5d1\"]},\"date\":\"1997-04-28\",\"country\":\"DE\",\"release-events\":[{\"date\":\"1997-04-28\",\"area\":{\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"name\":\"Germany\",\"sort-name\":\"Germany\",\"iso-3166-1-codes\":[\"DE\"]}}],\"track-count\":28,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"97e4738f-0e48-3204-9ed0-70cc22e725b7\",\"number\":\"13\",\"title\":\"Burn the Witch\",\"length\":178973}],\"track-count\":14,\"track-offset\":12}]},{\"id\":\"dca40cd7-0471-40e9-855f-3f028701271d\",\"status-id\":\"518ffc83-5cde-34df-8627-81bff5093d92\",\"count\":2,\"title\":\"World Domination II\",\"status\":\"Promotion\",\"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\":\"e77f4bb4-1b6a-3084-848d-06aee5256623\",\"type-id\":\"dd2a21e1-0c00-3729-a7a0-de60b84eb5d1\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"World Domination II\",\"primary-type\":\"Album\",\"secondary-types\":[\"Compilation\"],\"secondary-type-ids\":[\"dd2a21e1-0c00-3729-a7a0-de60b84eb5d1\"]},\"date\":\"1997\",\"country\":\"FR\",\"release-events\":[{\"date\":\"1997\",\"area\":{\"id\":\"08310658-51eb-3801-80de-5a0739207115\",\"name\":\"France\",\"sort-name\":\"France\",\"iso-3166-1-codes\":[\"FR\"]}}],\"track-count\":28,\"media\":[{\"position\":1,\"track\":[{\"id\":\"b24d1f9e-e20e-3b59-8301-4fab0b981c6e\",\"number\":\"13\",\"title\":\"Burn the Witch\",\"length\":178973}],\"track-count\":14,\"track-offset\":12}]}]},{\"id\":\"1587e865-2498-4867-b27d-85280f8b5a9a\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":353893,\"video\":null,\"artist-credit\":[{\"name\":\"Orodruin\",\"artist\":{\"id\":\"b27f76af-faf8-4c06-b2a2-fc43663b4985\",\"name\":\"Orodruin\",\"sort-name\":\"Orodruin\",\"disambiguation\":\"Traditional Doom Metal band from U.S.A.\"}}],\"first-release-date\":\"2003\",\"releases\":[{\"id\":\"5880de19-6f03-4265-9e9f-1f0d2ddd5e65\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Epicurean Mass\",\"status\":\"Official\",\"release-group\":{\"id\":\"4b8945d4-99be-3c2d-ac85-dd15822e7d2d\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Epicurean Mass\",\"primary-type\":\"Album\"},\"date\":\"2003\",\"country\":\"HU\",\"release-events\":[{\"date\":\"2003\",\"area\":{\"id\":\"312bc5bb-7e43-3e63-81c6-b4d712b37b2c\",\"name\":\"Hungary\",\"sort-name\":\"Hungary\",\"iso-3166-1-codes\":[\"HU\"]}}],\"track-count\":9,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"27b3ac51-f01c-3cf7-b4d4-0f0179d68a84\",\"number\":\"5\",\"title\":\"Burn the Witch\",\"length\":353893}],\"track-count\":9,\"track-offset\":4}]}]},{\"id\":\"18f886b5-0ed3-4697-91e0-1c3741eee48a\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":183826,\"video\":null,\"artist-credit\":[{\"name\":\"The McCalmans\",\"artist\":{\"id\":\"7cdf4b71-b81f-4b2a-a9db-cd35f1e5f489\",\"name\":\"The McCalmans\",\"sort-name\":\"McCalmans, The\"}}],\"first-release-date\":\"1997\",\"releases\":[{\"id\":\"88bad8e8-330a-41e2-8adb-ae446cf3e47d\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Transatlantic Ticket\",\"status\":\"Official\",\"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\":\"2c6b9f2f-75a5-32db-82a3-fe0d99b42a73\",\"type-id\":\"dd2a21e1-0c00-3729-a7a0-de60b84eb5d1\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Transatlantic Ticket\",\"primary-type\":\"Album\",\"secondary-types\":[\"Compilation\"],\"secondary-type-ids\":[\"dd2a21e1-0c00-3729-a7a0-de60b84eb5d1\"]},\"date\":\"1997\",\"country\":\"GB\",\"release-events\":[{\"date\":\"1997\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"]}}],\"track-count\":21,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"23d48fe6-b338-300f-85a0-bd76398d67af\",\"number\":\"9\",\"title\":\"Burn the Witch\",\"length\":183826}],\"track-count\":21,\"track-offset\":8}]}]},{\"id\":\"1ba647df-97cc-4651-9b35-1164ff8fed1e\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":255000,\"video\":null,\"artist-credit\":[{\"joinphrase\":\" & \",\"name\":\"Mackned\",\"artist\":{\"id\":\"9fa9eb01-3133-4a0b-92fd-0253559026f5\",\"name\":\"Mackned\",\"sort-name\":\"Mackned\",\"disambiguation\":\"producer\"}},{\"joinphrase\":\" feat. \",\"name\":\"Key Nyata\",\"artist\":{\"id\":\"c935fa49-0d5d-4c3e-9800-e469b8fd657e\",\"name\":\"Key Nyata\",\"sort-name\":\"Key Nyata\",\"disambiguation\":\"Seattle rapper\",\"aliases\":[{\"sort-name\":\"Key-Nyata, KLVN\",\"name\":\"KLVN Key-Nyata\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]}},{\"name\":\"Wilt Gamberlin\",\"artist\":{\"id\":\"a57fb5f0-217d-42d9-bef4-8f265985eca9\",\"name\":\"Wilt Gamberlin\",\"sort-name\":\"Wilt Gamberlin\"}}],\"first-release-date\":\"2014-07-04\",\"releases\":[{\"id\":\"aa8728d8-894c-4528-b601-c76ebe1c5590\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Thraxxhouse Mixtape: Independence Day Edition\",\"status\":\"Official\",\"artist-credit\":[{\"joinphrase\":\" & \",\"name\":\"Mackned\",\"artist\":{\"id\":\"9fa9eb01-3133-4a0b-92fd-0253559026f5\",\"name\":\"Mackned\",\"sort-name\":\"Mackned\",\"disambiguation\":\"producer\"}},{\"name\":\"Key Nyata\",\"artist\":{\"id\":\"c935fa49-0d5d-4c3e-9800-e469b8fd657e\",\"name\":\"Key Nyata\",\"sort-name\":\"Key Nyata\",\"disambiguation\":\"Seattle rapper\"}}],\"release-group\":{\"id\":\"ebf5f0d7-d1af-4830-9afd-e1598b359ef3\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Thraxxhouse Mixtape: Independence Day Edition\",\"primary-type\":\"Album\",\"secondary-types\":[\"Mixtape/Street\"],\"secondary-type-ids\":[\"15c1b1f5-d893-3375-a1db-e180c5ae15ed\"]},\"date\":\"2014-07-04\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2014-07-04\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"track-count\":10,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"ced6ad87-2f54-4aba-8976-05061060a82f\",\"number\":\"4\",\"title\":\"Burn the Witch\",\"length\":255000}],\"track-count\":10,\"track-offset\":3}]}]},{\"id\":\"2b083167-3a55-4c8d-9169-993a3981ef67\",\"score\":100,\"title\":\"BURN THE WITCH\",\"length\":239000,\"video\":null,\"artist-credit\":[{\"name\":\"LSDXOXO\",\"artist\":{\"id\":\"c2710100-a9e9-46e9-bae7-4677333cd0eb\",\"name\":\"LSDXOXO\",\"sort-name\":\"LSDXOXO\",\"disambiguation\":\"RJ Glasgow\"}}],\"first-release-date\":\"2018-01-11\",\"releases\":[{\"id\":\"699c1e46-1187-4665-8187-fa5865d2cb64\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Body Mods\",\"status\":\"Official\",\"release-group\":{\"id\":\"3b31dabf-dbc6-4f63-b967-33104e405699\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Body Mods\",\"primary-type\":\"Album\",\"secondary-types\":[\"Mixtape/Street\"],\"secondary-type-ids\":[\"15c1b1f5-d893-3375-a1db-e180c5ae15ed\"]},\"date\":\"2018-01-11\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2018-01-11\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"track-count\":7,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"30385e27-e3e4-48e2-a42a-b0058315255e\",\"number\":\"3\",\"title\":\"Burn the Witch\",\"length\":239000}],\"track-count\":7,\"track-offset\":2}]}]},{\"id\":\"bced86f9-da69-4848-adb0-42c4b4216f93\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":110474,\"video\":null,\"artist-credit\":[{\"name\":\"Bahamut\",\"artist\":{\"id\":\"fb1fc147-e738-4a08-b57f-9ffd8de91aac\",\"name\":\"Bahamut\",\"sort-name\":\"Bahamut\",\"disambiguation\":\"Detroit progressive/heavy metal band\"}}],\"first-release-date\":\"2011-11-11\",\"releases\":[{\"id\":\"d70558cd-c405-429f-8b21-a7de14ba2b23\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"The Process\",\"status\":\"Official\",\"release-group\":{\"id\":\"356485c2-cd5a-46b6-a192-2ab6da1deae4\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"The Process\",\"primary-type\":\"Album\"},\"date\":\"2011-11-11\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2011-11-11\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"track-count\":14,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"376f1444-c13a-42bd-87a9-4ca2f3b8d008\",\"number\":\"2\",\"title\":\"Burn the Witch\",\"length\":110474}],\"track-count\":14,\"track-offset\":1}]}]},{\"id\":\"a5f76c43-e794-4d6d-aa89-aae4ded04dc4\",\"score\":100,\"title\":\"Burn the Witch\",\"length\":191000,\"video\":null,\"artist-credit\":[{\"name\":\"Emma Blackery\",\"artist\":{\"id\":\"84d54d8c-b352-49d6-989c-94e7fd1f8bb1\",\"name\":\"Emma Blackery\",\"sort-name\":\"Blackery, Emma\",\"aliases\":[{\"sort-name\":\"Blackery, Emma Louise\",\"type-id\":\"d4dcd0c0-b341-3612-a332-c0ce797b25cf\",\"name\":\"Emma Louise Blackery\",\"locale\":null,\"type\":\"Legal name\",\"primary\":null,\"begin-date\":null,\"end-date\":null}]}}],\"first-release-date\":\"2018-08-31\",\"releases\":[{\"id\":\"6b37a918-9e54-4d6a-a90f-dad2764885f6\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Villains\",\"status\":\"Official\",\"artist-credit\":[{\"name\":\"Emma Blackery\",\"artist\":{\"id\":\"84d54d8c-b352-49d6-989c-94e7fd1f8bb1\",\"name\":\"Emma Blackery\",\"sort-name\":\"Blackery, Emma\"}}],\"release-group\":{\"id\":\"c6c14bcf-9c71-45d1-82ed-f46559d9e5d1\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Villains\",\"primary-type\":\"Album\"},\"date\":\"2018-08-31\",\"country\":\"GB\",\"release-events\":[{\"date\":\"2018-08-31\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"]}}],\"track-count\":11,\"media\":[{\"position\":1,\"format\":\"Cassette\",\"track\":[{\"id\":\"3f0f5633-9846-4444-af71-3d76a818de69\",\"number\":\"10\",\"title\":\"Burn the Witch\",\"length\":191000}],\"track-count\":11,\"track-offset\":9}]},{\"id\":\"c72e3bf5-191b-4915-a53e-d276047bc42c\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Villains\",\"status\":\"Official\",\"artist-credit\":[{\"name\":\"Emma Blackery\",\"artist\":{\"id\":\"84d54d8c-b352-49d6-989c-94e7fd1f8bb1\",\"name\":\"Emma Blackery\",\"sort-name\":\"Blackery, Emma\"}}],\"release-group\":{\"id\":\"c6c14bcf-9c71-45d1-82ed-f46559d9e5d1\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Villains\",\"primary-type\":\"Album\"},\"date\":\"2018-08-31\",\"country\":\"GB\",\"release-events\":[{\"date\":\"2018-08-31\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"]}}],\"track-count\":11,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"d8e99e3d-b859-4af3-b8f9-3baee08f7f89\",\"number\":\"10\",\"title\":\"Burn the Witch\",\"length\":191000}],\"track-count\":11,\"track-offset\":9}]},{\"id\":\"e155408a-4526-43af-8066-368c9fa173fc\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Villains\",\"status\":\"Official\",\"artist-credit\":[{\"name\":\"Emma Blackery\",\"artist\":{\"id\":\"84d54d8c-b352-49d6-989c-94e7fd1f8bb1\",\"name\":\"Emma Blackery\",\"sort-name\":\"Blackery, Emma\"}}],\"release-group\":{\"id\":\"c6c14bcf-9c71-45d1-82ed-f46559d9e5d1\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Villains\",\"primary-type\":\"Album\"},\"date\":\"2018-08-31\",\"country\":\"XW\",\"release-events\":[{\"date\":\"2018-08-31\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"iso-3166-1-codes\":[\"XW\"]}}],\"track-count\":11,\"media\":[{\"position\":1,\"format\":\"Digital Media\",\"track\":[{\"id\":\"d2c6c1be-4929-42b5-96c9-3c410f221940\",\"number\":\"10\",\"title\":\"Burn the Witch\",\"length\":191000}],\"track-count\":11,\"track-offset\":9}]},{\"id\":\"ffbbacc4-c2a5-43b3-8ba5-6dd4d5f18bd9\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Villains\",\"status\":\"Official\",\"artist-credit\":[{\"name\":\"Emma Blackery\",\"artist\":{\"id\":\"84d54d8c-b352-49d6-989c-94e7fd1f8bb1\",\"name\":\"Emma Blackery\",\"sort-name\":\"Blackery, Emma\"}}],\"release-group\":{\"id\":\"c6c14bcf-9c71-45d1-82ed-f46559d9e5d1\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Villains\",\"primary-type\":\"Album\"},\"date\":\"2018-08-31\",\"country\":\"GB\",\"release-events\":[{\"date\":\"2018-08-31\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"]}}],\"track-count\":11,\"media\":[{\"position\":1,\"format\":\"Vinyl\",\"track\":[{\"id\":\"710224fb-0ad3-4dd5-b55b-6bc8c5766728\",\"number\":\"10\",\"title\":\"Burn the Witch\",\"length\":191000}],\"track-count\":11,\"track-offset\":9}]}]},{\"id\":\"207acf91-7906-4c36-8a00-eebaa308098b\",\"score\":100,\"title\":\"Burn the Witch\",\"video\":null,\"artist-credit\":[{\"name\":\"Serpent\",\"artist\":{\"id\":\"2e0c80e5-81fd-4659-be8f-2482f4fd9871\",\"name\":\"Serpent\",\"sort-name\":\"Serpent\",\"disambiguation\":\"Heavy metal, USA\"}}],\"first-release-date\":\"2008\",\"releases\":[{\"id\":\"6229686d-d979-4d6d-91a8-9ae128dcf165\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"count\":1,\"title\":\"Til Hell Freezes Over\",\"status\":\"Official\",\"release-group\":{\"id\":\"9eced33a-0323-4707-af69-11591860333a\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"title\":\"Til Hell Freezes Over\",\"primary-type\":\"Album\",\"secondary-types\":[\"Demo\"],\"secondary-type-ids\":[\"81598169-0d6c-3bce-b4be-866fa658eda3\"]},\"track-count\":10,\"media\":[{\"position\":1,\"format\":\"CD\",\"track\":[{\"id\":\"d67d8473-b404-45c1-9679-d18a19cfd2e5\",\"number\":\"9\",\"title\":\"Burn the Witch\"}],\"track-count\":10,\"track-offset\":8}]}]}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "some entities support ratings", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/event/eec75a81-8864-4cea-b8b4-e99cd08b29f1?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:46 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "306", + "X-RateLimit-Reset", + "1618477546", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"ea437e5b4799ca0f07304f423d19dffa\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"life-span\":{\"begin\":\"2015-03-13\",\"end\":\"2015-03-22\",\"ended\":true},\"cancelled\":false,\"type-id\":\"b6ded574-b592-3f0e-b56e-5b5f06aa0678\",\"time\":\"\",\"rating\":{\"value\":null,\"votes-count\":0},\"type\":\"Festival\",\"disambiguation\":\"\",\"id\":\"eec75a81-8864-4cea-b8b4-e99cd08b29f1\",\"name\":\"SXSW 2015\",\"setlist\":\"\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/recording?artist=c8da2e40-bd28-4d4e-813a-bd2f51958ba8&inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:51 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1144", + "X-RateLimit-Reset", + "1618477552", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"6316c16b68afb0c46c84d15685452f9b\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"recordings\":[{\"id\":\"09f43621-a992-4968-9a43-2b160d62bca0\",\"rating\":{\"votes-count\":0,\"value\":null},\"video\":false,\"disambiguation\":\"\",\"length\":125000,\"title\":\"Pearl\",\"first-release-date\":\"2014-10-07\"},{\"rating\":{\"value\":null,\"votes-count\":0},\"id\":\"20092084-f9e8-4b26-abc9-8df99c305167\",\"disambiguation\":\"\",\"video\":false,\"length\":135773,\"title\":\"Runaway\",\"first-release-date\":\"2017-02-03\"},{\"first-release-date\":\"2017-02-03\",\"title\":\"Hasta La Vista (Baby)\",\"video\":false,\"length\":282346,\"disambiguation\":\"\",\"rating\":{\"votes-count\":0,\"value\":null},\"id\":\"205ea98a-7b0d-4212-ace3-26f139ed6aea\"},{\"title\":\"For the Time Being\",\"first-release-date\":\"2014-10-07\",\"video\":false,\"disambiguation\":\"\",\"length\":271000,\"id\":\"21784d75-e3f1-40b0-a4a7-370aaa6152ea\",\"rating\":{\"votes-count\":0,\"value\":null}},{\"first-release-date\":\"2017-02-03\",\"title\":\"Passages\",\"rating\":{\"value\":null,\"votes-count\":0},\"id\":\"2eee2990-84b3-4922-801f-8b6f8570d380\",\"video\":false,\"disambiguation\":\"\",\"length\":232293},{\"disambiguation\":\"\",\"video\":false,\"length\":98786,\"id\":\"3eda3dec-5fa3-491d-9f22-e7fcf37fa0f5\",\"rating\":{\"value\":null,\"votes-count\":0},\"first-release-date\":\"2017-02-03\",\"title\":\"Shark Repellant Bat Spray\"},{\"id\":\"48658a6c-362b-4372-90ff-69f7c693e099\",\"rating\":{\"value\":null,\"votes-count\":0},\"length\":369000,\"video\":false,\"disambiguation\":\"\",\"first-release-date\":\"2013-10-22\",\"title\":\"On Tape\"},{\"title\":\"Dizzy\",\"first-release-date\":\"2013-06-18\",\"length\":235000,\"video\":false,\"disambiguation\":\"\",\"id\":\"52c4462d-e0e1-4a5f-8e8d-b2facefe8a74\",\"rating\":{\"value\":5,\"votes-count\":1}},{\"title\":\"There's No Pressure\",\"first-release-date\":\"2017-02-03\",\"rating\":{\"value\":null,\"votes-count\":0},\"id\":\"58480a85-1ca7-435f-bfe3-bed5a2087121\",\"disambiguation\":\"\",\"video\":false,\"length\":110813},{\"first-release-date\":\"2017-02-03\",\"title\":\"I'm With You\",\"length\":230093,\"video\":false,\"disambiguation\":\"\",\"id\":\"5c3d5254-5fc1-4edd-bbd7-3cb8ae3b8709\",\"rating\":{\"votes-count\":0,\"value\":null}},{\"rating\":{\"votes-count\":0,\"value\":null},\"id\":\"6e22d005-d521-4fb7-9993-20b01e63cf94\",\"length\":274053,\"video\":false,\"disambiguation\":\"\",\"title\":\"And then Nothing\",\"first-release-date\":\"2017-02-03\"},{\"title\":\"This is the End\",\"first-release-date\":\"2014-03-05\",\"rating\":{\"votes-count\":0,\"value\":null},\"id\":\"72d83982-a1da-4ac1-b773-263a5b714bc4\",\"video\":false,\"length\":170000,\"disambiguation\":\"\"},{\"rating\":{\"votes-count\":0,\"value\":null},\"id\":\"77aa2c85-0d51-4e49-bfaf-e1807b5936f3\",\"length\":651000,\"video\":false,\"disambiguation\":\"\",\"first-release-date\":\"2014-03-05\",\"title\":\"22nd\"},{\"first-release-date\":\"2013-06-18\",\"title\":\"Closer\",\"length\":261000,\"video\":false,\"disambiguation\":\"\",\"id\":\"87814378-d5f9-4adc-a37b-5ac71b2b0cf5\",\"rating\":{\"votes-count\":1,\"value\":5}},{\"id\":\"aa98ed16-dbeb-4b78-81bc-def3fd19bb6e\",\"rating\":{\"value\":null,\"votes-count\":0},\"video\":false,\"disambiguation\":\"\",\"length\":201000,\"title\":\"Control\",\"first-release-date\":\"2014-10-07\"},{\"rating\":{\"value\":4,\"votes-count\":1},\"id\":\"ac666386-bde0-4162-93d7-e8394d1a9fdb\",\"disambiguation\":\"\",\"video\":false,\"length\":235000,\"title\":\"Dizzy\",\"first-release-date\":\"2014-10-07\"},{\"rating\":{\"value\":null,\"votes-count\":0},\"id\":\"b0931c1c-d8ba-40a4-a3ac-3d1f239e0d4d\",\"disambiguation\":\"\",\"video\":false,\"length\":306533,\"title\":\"But In Dreams\",\"first-release-date\":\"2017-02-03\"},{\"id\":\"c9c7b7ae-640d-439e-b745-d94aa1abd7aa\",\"rating\":{\"value\":null,\"votes-count\":0},\"video\":false,\"length\":323000,\"disambiguation\":\"\",\"title\":\"Any Explanation\",\"first-release-date\":\"2014-10-07\"},{\"first-release-date\":\"2014-10-07\",\"title\":\"The Basics\",\"id\":\"ca179394-cfe7-45b2-9e6f-815e18e94686\",\"rating\":{\"votes-count\":0,\"value\":null},\"video\":false,\"disambiguation\":\"\",\"length\":222000},{\"title\":\"Louder\",\"first-release-date\":\"2014-03-05\",\"disambiguation\":\"\",\"video\":false,\"length\":275000,\"rating\":{\"value\":4,\"votes-count\":1},\"id\":\"cd9a90b7-abc8-4f35-863f-cd6d18a15db1\"},{\"disambiguation\":\"\",\"video\":false,\"length\":160053,\"rating\":{\"value\":null,\"votes-count\":0},\"id\":\"dfe79420-683b-4fc4-9caf-b6cbfc292f19\",\"first-release-date\":\"2017-02-03\",\"title\":\"Let's Go Away For A While\"},{\"disambiguation\":\"\",\"video\":false,\"length\":212000,\"rating\":{\"value\":null,\"votes-count\":0},\"id\":\"e52e47df-e5f3-4ae9-800a-ba76a6513a36\",\"title\":\"The Basics\",\"first-release-date\":\"2014-03-05\"},{\"rating\":{\"value\":null,\"votes-count\":0},\"id\":\"ecd0b4a4-fcc1-4004-941c-290afc29fbf6\",\"video\":false,\"disambiguation\":\"\",\"length\":383000,\"first-release-date\":\"2014-10-07\",\"title\":\"On Tape\"},{\"disambiguation\":\"\",\"video\":false,\"length\":174213,\"rating\":{\"votes-count\":0,\"value\":null},\"id\":\"ed6c97c8-4b75-4999-b0b1-29e81387aea4\",\"title\":\"This is the End.\",\"first-release-date\":\"2017-02-03\"},{\"title\":\"Lounge\",\"first-release-date\":\"2014-10-07\",\"id\":\"eecb9b1f-4aeb-4faf-b2f0-201d973c9542\",\"rating\":{\"value\":null,\"votes-count\":0},\"length\":132000,\"video\":false,\"disambiguation\":\"\"}],\"recording-count\":30,\"recording-offset\":0}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/artist?work=8a25ce1e-8695-42c0-b668-8f0aa057c72b&inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:51 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1142", + "X-RateLimit-Reset", + "1618477552", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"b6105f5c1c0092a517777af802bee8e9\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"artists\":[{\"gender\":null,\"rating\":{\"value\":4.25,\"votes-count\":4},\"sort-name\":\"First Aid Kit\",\"name\":\"First Aid Kit\",\"begin-area\":{\"type-id\":null,\"sort-name\":\"Stockholm\",\"id\":\"1127ddc2-eab3-4662-8718-6adbdeea3b10\",\"name\":\"Stockholm\",\"type\":null,\"disambiguation\":\"\"},\"end-area\":null,\"type\":\"Group\",\"ipis\":[],\"area\":{\"name\":\"Sweden\",\"type-id\":null,\"id\":\"23d10872-f5ae-3f0c-bf55-332788a16ecb\",\"sort-name\":\"Sweden\",\"type\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"SE\"]},\"end_area\":null,\"life-span\":{\"end\":null,\"begin\":\"2007\",\"ended\":false},\"id\":\"373faa02-74d7-4b1d-9b47-7574ad510f8d\",\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"country\":\"SE\",\"begin_area\":{\"type-id\":null,\"sort-name\":\"Stockholm\",\"id\":\"1127ddc2-eab3-4662-8718-6adbdeea3b10\",\"name\":\"Stockholm\",\"type\":null,\"disambiguation\":\"\"},\"isnis\":[],\"disambiguation\":\"Swedish folk band\",\"gender-id\":null},{\"life-span\":{\"ended\":false,\"begin\":\"1956-03-14\",\"end\":null},\"id\":\"47f1c600-2372-45f9-a228-3e9bcf64a083\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"begin_area\":{\"type\":null,\"type-id\":null,\"name\":\"Crystal Falls\",\"id\":\"c763fbae-8c2c-4438-a700-a0c85107dd7f\",\"sort-name\":\"Crystal Falls\",\"disambiguation\":\"\"},\"country\":\"US\",\"isnis\":[\"0000000079804773\"],\"disambiguation\":\"american producer, songwriter and pianist\",\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"gender\":\"Male\",\"sort-name\":\"Leonard, Patrick\",\"name\":\"Patrick Leonard\",\"rating\":{\"votes-count\":0,\"value\":null},\"begin-area\":{\"type\":null,\"type-id\":null,\"name\":\"Crystal Falls\",\"id\":\"c763fbae-8c2c-4438-a700-a0c85107dd7f\",\"sort-name\":\"Crystal Falls\",\"disambiguation\":\"\"},\"end-area\":null,\"area\":{\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"sort-name\":\"United States\"},\"ipis\":[\"00046214011\",\"00141746483\"],\"type\":\"Person\",\"end_area\":null},{\"name\":\"Leonard Cohen\",\"sort-name\":\"Cohen, Leonard\",\"rating\":{\"votes-count\":12,\"value\":4.65},\"gender\":\"Male\",\"area\":{\"iso-3166-1-codes\":[\"CA\"],\"disambiguation\":\"\",\"type\":null,\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"type-id\":null,\"sort-name\":\"Canada\",\"name\":\"Canada\"},\"ipis\":[\"00006457004\"],\"type\":\"Person\",\"end_area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"1f40c6e1-47ba-4e35-996f-fe6ee5840e62\",\"sort-name\":\"Los Angeles\",\"name\":\"Los Angeles\",\"type\":null},\"begin-area\":{\"disambiguation\":\"\",\"name\":\"Westmount\",\"type-id\":null,\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"sort-name\":\"Westmount\",\"type\":null},\"end-area\":{\"disambiguation\":\"\",\"type-id\":null,\"id\":\"1f40c6e1-47ba-4e35-996f-fe6ee5840e62\",\"sort-name\":\"Los Angeles\",\"name\":\"Los Angeles\",\"type\":null},\"id\":\"65314b12-0e08-43fa-ba33-baaa7b874c15\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"life-span\":{\"end\":\"2016-11-07\",\"begin\":\"1934-09-21\",\"ended\":true},\"isnis\":[\"0000000110273481\"],\"gender-id\":\"36d3d30a-839d-3eda-8cb3-29be4384e4a9\",\"disambiguation\":\"\",\"country\":\"CA\",\"begin_area\":{\"disambiguation\":\"\",\"name\":\"Westmount\",\"type-id\":null,\"id\":\"3f504d54-c40c-487d-bc16-c1990eac887f\",\"sort-name\":\"Westmount\",\"type\":null}},{\"country\":null,\"begin_area\":null,\"isnis\":[],\"gender-id\":null,\"disambiguation\":\"\",\"life-span\":{\"ended\":false,\"begin\":null,\"end\":null},\"type-id\":null,\"id\":\"6b4ac0a9-0130-4908-a327-cefb284d60e1\",\"begin-area\":null,\"end-area\":null,\"area\":null,\"type\":null,\"ipis\":[],\"end_area\":null,\"gender\":null,\"name\":\"Nina Zanjani\",\"sort-name\":\"Zanjani, Nina\",\"rating\":{\"value\":null,\"votes-count\":0}},{\"name\":\"Maia Hansson Bergqvist\",\"sort-name\":\"Hansson Bergqvist, Maia\",\"rating\":{\"value\":null,\"votes-count\":0},\"gender\":\"Female\",\"end_area\":null,\"area\":null,\"type\":\"Person\",\"ipis\":[],\"end-area\":null,\"begin-area\":null,\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"70574d4a-b5e4-4360-ad88-eaa1acc05e0d\",\"life-span\":{\"ended\":false,\"begin\":null,\"end\":null},\"disambiguation\":\"\",\"gender-id\":\"93452b5a-a947-30c8-934f-6a4056b151c2\",\"isnis\":[],\"country\":null,\"begin_area\":null}],\"artist-offset\":0,\"artist-count\":5}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/release-group?inc=ratings&query=arid%3Ac8da2e40-bd28-4d4e-813a-bd2f51958ba8&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:51 GMT", + "Content-Type", + "application/json", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1145", + "X-RateLimit-Reset", + "1618477552", + "Last-Modified", + "Thu, 15 Apr 2021 09:03:04 GMT", + "ETag", + "\"ODE4ODg2MDAwMDAwMDAwMFNvbHI=\"", + "Vary", + "Accept-Encoding", + "X-Cache-Status", + "STALE", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"created\":\"2021-04-15T09:03:42.600Z\",\"count\":5,\"offset\":0,\"release-groups\":[{\"id\":\"14b8ff46-3b93-403b-9e35-018f02eb3a05\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"score\":100,\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"count\":1,\"title\":\"There's No Pressure\",\"first-release-date\":\"2017-02-03\",\"primary-type\":\"Album\",\"artist-credit\":[{\"name\":\"Lures\",\"artist\":{\"id\":\"c8da2e40-bd28-4d4e-813a-bd2f51958ba8\",\"name\":\"Lures\",\"sort-name\":\"Lures\",\"disambiguation\":\"Seattle trio\"}}],\"releases\":[{\"id\":\"5e23704d-8c93-4389-bd2a-affe3600ddde\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"There's No Pressure\",\"status\":\"Official\"}]},{\"id\":\"f86eb0a9-fd04-48c9-810b-1ba0b006e7b4\",\"type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"score\":100,\"primary-type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"count\":1,\"title\":\"Vacant\",\"first-release-date\":\"2013-10-22\",\"primary-type\":\"Single\",\"artist-credit\":[{\"name\":\"Lures\",\"artist\":{\"id\":\"c8da2e40-bd28-4d4e-813a-bd2f51958ba8\",\"name\":\"Lures\",\"sort-name\":\"Lures\",\"disambiguation\":\"Seattle trio\"}}],\"releases\":[{\"id\":\"797ad821-4dc3-486d-95bb-710d2bf049e4\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"Vacant\",\"status\":\"Official\"}]},{\"id\":\"25193cc2-b39a-4a55-9aa6-d1a0fa3ba858\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"score\":100,\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"count\":1,\"title\":\"Tape\",\"first-release-date\":\"2014-03-05\",\"primary-type\":\"Album\",\"artist-credit\":[{\"name\":\"Lures\",\"artist\":{\"id\":\"c8da2e40-bd28-4d4e-813a-bd2f51958ba8\",\"name\":\"Lures\",\"sort-name\":\"Lures\",\"disambiguation\":\"Seattle trio\"}}],\"releases\":[{\"id\":\"c57896e2-a378-4e96-a523-06bc382d1b14\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"Tape\",\"status\":\"Official\"}],\"tags\":[{\"count\":1,\"name\":\"rock\"},{\"count\":1,\"name\":\"pop\"}]},{\"id\":\"e37d2740-4503-4e3f-ab6d-e622a25e964d\",\"type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"score\":100,\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"count\":2,\"title\":\"Lures\",\"first-release-date\":\"2014-10-07\",\"primary-type\":\"Album\",\"artist-credit\":[{\"name\":\"Lures\",\"artist\":{\"id\":\"c8da2e40-bd28-4d4e-813a-bd2f51958ba8\",\"name\":\"Lures\",\"sort-name\":\"Lures\",\"disambiguation\":\"Seattle trio\"}}],\"releases\":[{\"id\":\"698adbcb-930d-45a2-939e-e24c6b3ce37c\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"Lures\",\"status\":\"Official\"},{\"id\":\"4743fd81-8b65-4e79-a844-7296c5af7e4a\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"Lures\",\"status\":\"Official\"}],\"tags\":[{\"count\":1,\"name\":\"rock\"},{\"count\":1,\"name\":\"pop\"}]},{\"id\":\"abd672ff-6c87-44b5-8606-5b763215cbe7\",\"type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"score\":100,\"primary-type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"count\":2,\"title\":\"Dizzy\",\"first-release-date\":\"2013-06-18\",\"primary-type\":\"Single\",\"artist-credit\":[{\"name\":\"Lures\",\"artist\":{\"id\":\"c8da2e40-bd28-4d4e-813a-bd2f51958ba8\",\"name\":\"Lures\",\"sort-name\":\"Lures\",\"disambiguation\":\"Seattle trio\"}}],\"releases\":[{\"id\":\"9e475ba6-4928-4b27-a0b2-7c933a0d2353\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"Dizzy\",\"status\":\"Official\"},{\"id\":\"37e9d433-2031-4a12-b0e7-71d9c6636337\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\",\"title\":\"Dizzy\",\"status\":\"Official\"}],\"tags\":[{\"count\":1,\"name\":\"rock\"},{\"count\":1,\"name\":\"pop\"}]}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label?inc=ratings&query=Fin+Records&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:51 GMT", + "Content-Type", + "application/json", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1135", + "X-RateLimit-Reset", + "1618477552", + "Last-Modified", + "Thu, 15 Apr 2021 08:47:38 GMT", + "ETag", + "\"NjQ2ZWEwMDAwMDAwMDAwMFNvbHI=\"", + "Vary", + "Accept-Encoding", + "X-Cache-Status", + "STALE", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"created\":\"2021-04-15T09:03:42.719Z\",\"count\":57410,\"offset\":0,\"labels\":[{\"id\":\"9d36ba13-e56a-47b7-9148-23f846374736\",\"score\":100,\"name\":\"Fin Records\",\"sort-name\":\"Fin Records\",\"life-span\":{\"begin\":\"2010\",\"end\":\"2014-07-22\",\"ended\":true}},{\"id\":\"70513ce9-894a-4488-9803-d4cbe9ccad04\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":80,\"name\":\"Silver Fin Records\",\"sort-name\":\"Silver Fin Records\",\"area\":{\"id\":\"29a709d8-0320-493e-8d0c-f2c386662b7f\",\"type\":\"City\",\"type-id\":\"6fd8f29a-3d0a-32fc-980d-ea697b69da78\",\"name\":\"Chicago\",\"sort-name\":\"Chicago\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1985\",\"end\":\"1990\",\"ended\":true}},{\"id\":\"34c7b9a8-361f-415b-9c62-52ce5bca9d0d\",\"score\":68,\"name\":\"Shark Fin Records Ltd.\",\"sort-name\":\"Shark Fin Records Ltd.\",\"life-span\":{\"ended\":null}},{\"id\":\"e1404b13-dc91-4d7e-ab05-932995207bc3\",\"score\":51,\"name\":\"Blu Fin\",\"sort-name\":\"Blu Fin\",\"country\":\"DE\",\"area\":{\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Germany\",\"sort-name\":\"Germany\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null}},{\"id\":\"d81c44d0-e486-4db4-b128-e070a2b720f0\",\"type\":\"Production\",\"type-id\":\"a2426aab-2dd4-339c-b47d-b4923a241678\",\"score\":43,\"name\":\"Fin de Siècle\",\"sort-name\":\"Fin de Siècle\",\"country\":\"FR\",\"area\":{\"id\":\"08310658-51eb-3801-80de-5a0739207115\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"France\",\"sort-name\":\"France\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"2011-01\",\"ended\":null}},{\"id\":\"600f2b3a-ca69-469b-b5fa-d7e926e55779\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":42,\"name\":\"Música Sin Fin\",\"sort-name\":\"Música Sin Fin\",\"country\":\"ES\",\"area\":{\"id\":\"471c46a7-afc5-31c4-923c-d0444f5053a4\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Spain\",\"sort-name\":\"Spain\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null}},{\"id\":\"c2c769a9-473a-44d2-a8ab-2048e91bbbd2\",\"score\":42,\"name\":\"Blue Fin Recordings\",\"sort-name\":\"Blue Fin Recordings\",\"life-span\":{\"ended\":null}},{\"id\":\"f736efca-c021-4c87-999d-82d47279f29e\",\"score\":41,\"name\":\"Fin du Monde Records\",\"sort-name\":\"Fin du Monde Records\",\"life-span\":{\"ended\":null}},{\"id\":\"156fa9e1-1385-41c5-9403-54effeeab69c\",\"type\":\"Production\",\"type-id\":\"a2426aab-2dd4-339c-b47d-b4923a241678\",\"score\":39,\"name\":\"Fin de Siècle Media\",\"sort-name\":\"Fin de Siècle Media\",\"country\":\"SE\",\"area\":{\"id\":\"23d10872-f5ae-3f0c-bf55-332788a16ecb\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Sweden\",\"sort-name\":\"Sweden\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null}},{\"id\":\"2b4025d3-8046-489e-a1eb-5adee4131e8e\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":38,\"name\":\"Finlandia Records\",\"sort-name\":\"Finlandia Records\",\"label-code\":1169,\"disambiguation\":\"classical music\",\"country\":\"FI\",\"area\":{\"id\":\"6a264f94-6ff1-30b1-9a81-41f7bfabd616\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Finland\",\"sort-name\":\"Finland\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1979\",\"ended\":null},\"aliases\":[{\"sort-name\":\"Findlandia Records\",\"name\":\"Findlandia Records\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":1,\"name\":\"classical\"}]},{\"id\":\"dd10cb9b-f1cd-4d9c-8b6c-1a5082fe6d43\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":38,\"name\":\"Big Finish Productions\",\"sort-name\":\"Big Finish Productions\",\"country\":\"GB\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1996\",\"ended\":null},\"aliases\":[{\"sort-name\":\"BF\",\"type-id\":\"829662f2-a781-3ec8-8b46-fbcea6196f81\",\"name\":\"BF\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Big Finish Productions\",\"type-id\":\"3a1a0c48-d885-3b89-87b2-9e8a483c5675\",\"name\":\"Big Finish Productions\",\"locale\":\"en\",\"type\":\"Label name\",\"primary\":true,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Big Finish\",\"type-id\":\"829662f2-a781-3ec8-8b46-fbcea6196f81\",\"name\":\"Big Finish\",\"locale\":null,\"type\":\"Search hint\",\"primary\":null,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"52825091-69b0-47bb-8b28-9612b69ddc21\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":36,\"name\":\"Warner Music Finland\",\"sort-name\":\"Warner Music Finland\",\"country\":\"FI\",\"area\":{\"id\":\"6a264f94-6ff1-30b1-9a81-41f7bfabd616\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Finland\",\"sort-name\":\"Finland\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1993\",\"ended\":null},\"aliases\":[{\"sort-name\":\"WM Finland\",\"name\":\"WM Finland\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"fbfe8cf0-7085-4c09-96b7-aa005131b1a3\",\"type\":\"Reissue Production\",\"type-id\":\"88ee6ae7-f413-3490-a1d2-54f6a9f0838c\",\"score\":36,\"name\":\"Definitive Records\",\"sort-name\":\"Definitive Records\",\"disambiguation\":\"jazz reissues\",\"life-span\":{\"ended\":null},\"aliases\":[{\"sort-name\":\"Definitive Records / Discoforme\",\"name\":\"Definitive Records / Discoforme\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Definitive Classics\",\"name\":\"Definitive Classics\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"9b4b2233-6ef8-455f-9abc-2bacc68dba4b\",\"score\":36,\"name\":\"La Fin du Monde\",\"sort-name\":\"La Fin du Monde\",\"country\":\"FR\",\"area\":{\"id\":\"08310658-51eb-3801-80de-5a0739207115\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"France\",\"sort-name\":\"France\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null}},{\"id\":\"8e2866e7-2df9-4193-886f-f5b9ae52009c\",\"type\":\"Production\",\"type-id\":\"a2426aab-2dd4-339c-b47d-b4923a241678\",\"score\":35,\"name\":\"Finders Keepers\",\"sort-name\":\"Finders Keepers\",\"country\":\"GB\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null},\"aliases\":[{\"sort-name\":\"Finders Keepers Records\",\"name\":\"Finders Keepers Records\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"caa7d1f9-c37d-4550-a8d9-6fd78ed7047b\",\"score\":35,\"name\":\"Griffin Music\",\"sort-name\":\"Griffin Music\",\"disambiguation\":\"US label\",\"country\":\"US\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"United States\",\"sort-name\":\"United States\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null},\"aliases\":[{\"sort-name\":\"Griffin Records\",\"name\":\"Griffin Records\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"4c418bbc-9e5a-442f-876c-eb40126b772d\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":35,\"name\":\"EMI Finland\",\"sort-name\":\"EMI Finland\",\"country\":\"FI\",\"area\":{\"id\":\"6a264f94-6ff1-30b1-9a81-41f7bfabd616\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Finland\",\"sort-name\":\"Finland\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1972\",\"ended\":null},\"aliases\":[{\"sort-name\":\"Oy EMI Finland Ab\",\"name\":\"Oy EMI Finland Ab\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"EMI Music Finland\",\"name\":\"EMI Music Finland\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"7bbb7278-2af1-4f17-9cf3-5c90a1b4c4f2\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":34,\"name\":\"Infinity\",\"sort-name\":\"Infinity\",\"disambiguation\":\"Australian, division of Festival Records\",\"country\":\"AU\",\"area\":{\"id\":\"106e0bec-b638-3b37-b731-f53d507dc00e\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Australia\",\"sort-name\":\"Australia\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null},\"aliases\":[{\"sort-name\":\"Infinity Records\",\"name\":\"Infinity Records\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"1de42bd6-00c7-4c8a-b4bc-b6b6d4b0baef\",\"type\":\"Publisher\",\"type-id\":\"e9ad53b0-e3d0-3885-a10b-8193d501338c\",\"score\":34,\"name\":\"Fin de Siècle Musique\",\"sort-name\":\"Fin de Siècle Musique\",\"ipis\":[\"00125641983\"],\"disambiguation\":\"US work publisher\",\"country\":\"US\",\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"United States\",\"sort-name\":\"United States\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null}},{\"id\":\"995428e7-81b6-41dd-bd38-5a7a0ece8ad6\",\"type\":\"Imprint\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"score\":34,\"name\":\"Mercury Records\",\"sort-name\":\"Mercury Records\",\"label-code\":268,\"disambiguation\":\"or just “Mercury”. A UMG imprint, do not use it for ©/℗ credits\",\"country\":\"XW\",\"area\":{\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"name\":\"[Worldwide]\",\"sort-name\":\"[Worldwide]\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1945\",\"ended\":null},\"aliases\":[{\"sort-name\":\"Mercury NZ\",\"name\":\"Mercury NZ\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records\",\"name\":\"Mercury Records\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records BV\",\"name\":\"Mercury Records BV\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records (Belgium)\",\"name\":\"Mercury Records (Belgium)\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records Ltd.\",\"name\":\"Mercury Records Ltd.\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records (Australia)\",\"name\":\"Mercury Records (Australia)\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury US\",\"name\":\"Mercury US\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records B.V.\",\"name\":\"Mercury Records B.V.\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records (Norway)\",\"name\":\"Mercury Records (Norway)\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury (Universal)\",\"name\":\"Mercury (Universal)\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records (Europe)\",\"name\":\"Mercury Records (Europe)\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records (Germany)\",\"name\":\"Mercury Records (Germany)\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records (Canada)\",\"name\":\"Mercury Records (Canada)\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records (Finland)\",\"name\":\"Mercury Records (Finland)\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records (New Zealand)\",\"name\":\"Mercury Records (New Zealand)\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records (Japan)\",\"name\":\"Mercury Records (Japan)\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury Records Limited\",\"name\":\"Mercury Records Limited\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Mercury\",\"name\":\"Mercury\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":0,\"name\":\"pop\"},{\"count\":0,\"name\":\"folk\"},{\"count\":0,\"name\":\"francophone\"},{\"count\":0,\"name\":\"chanson française\"},{\"count\":0,\"name\":\"hip hop\"},{\"count\":0,\"name\":\"indie\"},{\"count\":0,\"name\":\"indie pop\"},{\"count\":0,\"name\":\"chanson\"},{\"count\":0,\"name\":\"label by lytron\"},{\"count\":0,\"name\":\"rap rock\"}]},{\"id\":\"d4ecac47-05f2-4ad1-8324-2aa56d461b0e\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":33,\"name\":\"fine.\",\"sort-name\":\"fine.\",\"label-code\":144,\"disambiguation\":\"London and Berlin-based sublabel of Four Music\",\"country\":\"DE\",\"area\":{\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Germany\",\"sort-name\":\"Germany\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null},\"aliases\":[{\"sort-name\":\"Fine Records\",\"name\":\"Fine Records\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null},{\"sort-name\":\"Fine.\",\"name\":\"Fine.\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"b2fc8bdc-1b49-4c08-aadf-cdf12775461f\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":33,\"name\":\"Finnlevy\",\"sort-name\":\"Finnlevy\",\"country\":\"FI\",\"area\":{\"id\":\"6a264f94-6ff1-30b1-9a81-41f7bfabd616\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Finland\",\"sort-name\":\"Finland\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1965\",\"end\":\"1993\",\"ended\":true},\"aliases\":[{\"sort-name\":\"Fazer Finnlevy\",\"name\":\"Fazer Finnlevy\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]},{\"id\":\"cd19e1f8-1c5f-4723-9fa3-d3def765bf4b\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":33,\"name\":\"Edel Records Finland\",\"sort-name\":\"Edel Records Finland\",\"country\":\"FI\",\"area\":{\"id\":\"6a264f94-6ff1-30b1-9a81-41f7bfabd616\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Finland\",\"sort-name\":\"Finland\",\"life-span\":{\"ended\":null}},\"life-span\":{\"end\":\"2010\",\"ended\":true}},{\"id\":\"b5f51b6d-3304-459f-9c03-9a71a87a6877\",\"score\":33,\"name\":\"Redefinition Records\",\"sort-name\":\"Redefinition Records\",\"area\":{\"id\":\"a36544c1-cb40-4f44-9e0e-7a5a69e403a8\",\"type\":\"Subdivision\",\"type-id\":\"fd3d44c5-80a1-3842-9745-2c4972d35afa\",\"name\":\"New Jersey\",\"sort-name\":\"New Jersey\",\"life-span\":{\"ended\":null}},\"life-span\":{\"ended\":null}},{\"id\":\"e2a13cfb-82e3-4d87-89ef-3eb6c15bef52\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":33,\"name\":\"Hype Records\",\"sort-name\":\"Hype Records\",\"disambiguation\":\"Finland\",\"country\":\"FI\",\"area\":{\"id\":\"6a264f94-6ff1-30b1-9a81-41f7bfabd616\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"Finland\",\"sort-name\":\"Finland\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"2003\",\"ended\":null},\"aliases\":[{\"sort-name\":\"Hype Records Finland\",\"name\":\"Hype Records Finland\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}]}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/work/12b53203-64af-3a94-b3ec-11fad7c7d809?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:51 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1149", + "X-RateLimit-Reset", + "1618477552", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"42c25c348a0bb115d4232bc6d78db11f\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"rating\":{\"value\":4,\"votes-count\":1},\"type-id\":\"f061270a-2fd6-32f1-a641-f0f8676d14e6\",\"iswcs\":[\"T-070.202.324-2\"],\"disambiguation\":\"\",\"id\":\"12b53203-64af-3a94-b3ec-11fad7c7d809\",\"type\":\"Song\",\"title\":\"War Pigs\",\"languages\":[\"eng\"],\"language\":\"eng\",\"attributes\":[{\"type-id\":\"31048fcc-3dbb-3979-8f85-805afb933e0c\",\"value\":\"0W1-4716-0\",\"type\":\"JASRAC ID\"},{\"type\":\"ASCAP ID\",\"value\":\"530169167\",\"type-id\":\"d833318c-6c6a-370e-8b16-9cb15873ba76\"}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/release-group/e37d2740-4503-4e3f-ab6d-e622a25e964d?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:56 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "615", + "X-RateLimit-Reset", + "1618477556", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"56ecceb18ca54e375bc130ef066cbfe9\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"e37d2740-4503-4e3f-ab6d-e622a25e964d\",\"secondary-type-ids\":[],\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"disambiguation\":\"\",\"first-release-date\":\"2014-10-07\",\"secondary-types\":[],\"title\":\"Lures\",\"rating\":{\"value\":4,\"votes-count\":1},\"primary-type\":\"Album\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/release-group/f86eb0a9-fd04-48c9-810b-1ba0b006e7b4?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:56 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "609", + "X-RateLimit-Reset", + "1618477556", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"60823207f15bebcda382b76069d923c0\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"primary-type\":\"Single\",\"rating\":{\"value\":null,\"votes-count\":0},\"title\":\"Vacant\",\"secondary-types\":[],\"first-release-date\":\"2013-10-22\",\"disambiguation\":\"\",\"secondary-type-ids\":[],\"primary-type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"id\":\"f86eb0a9-fd04-48c9-810b-1ba0b006e7b4\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/release-group/14b8ff46-3b93-403b-9e35-018f02eb3a05?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:56 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "616", + "X-RateLimit-Reset", + "1618477556", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"8daa326e3aa72f773e0a47e229f0eaa9\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"title\":\"There's No Pressure\",\"primary-type\":\"Album\",\"rating\":{\"votes-count\":0,\"value\":null},\"id\":\"14b8ff46-3b93-403b-9e35-018f02eb3a05\",\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"first-release-date\":\"2017-02-03\",\"secondary-type-ids\":[],\"disambiguation\":\"\",\"secondary-types\":[]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/release-group/abd672ff-6c87-44b5-8606-5b763215cbe7?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:56 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "613", + "X-RateLimit-Reset", + "1618477556", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"f353b10d01666f790bd7642f2d601601\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"abd672ff-6c87-44b5-8606-5b763215cbe7\",\"primary-type-id\":\"d6038452-8ee0-3f68-affc-2de9a1ede0b9\",\"secondary-type-ids\":[],\"disambiguation\":\"\",\"first-release-date\":\"2013-06-18\",\"secondary-types\":[],\"title\":\"Dizzy\",\"rating\":{\"votes-count\":1,\"value\":5},\"primary-type\":\"Single\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/release-group/25193cc2-b39a-4a55-9aa6-d1a0fa3ba858?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:56 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "612", + "X-RateLimit-Reset", + "1618477556", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"a70bb629fd0c5fb302145ee70aa75305\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"title\":\"Tape\",\"primary-type\":\"Album\",\"rating\":{\"value\":null,\"votes-count\":0},\"primary-type-id\":\"f529b476-6e62-324f-b0aa-1f3e33d313fc\",\"id\":\"25193cc2-b39a-4a55-9aa6-d1a0fa3ba858\",\"first-release-date\":\"2014-03-05\",\"secondary-type-ids\":[],\"disambiguation\":\"\",\"secondary-types\":[]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/d81c44d0-e486-4db4-b128-e070a2b720f0?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:02 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "859", + "X-RateLimit-Reset", + "1618477562", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"063a1c540185f8fb36eecd38cfff1e89\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"disambiguation\":\"\",\"id\":\"d81c44d0-e486-4db4-b128-e070a2b720f0\",\"label-code\":null,\"area\":{\"disambiguation\":\"\",\"id\":\"08310658-51eb-3801-80de-5a0739207115\",\"iso-3166-1-codes\":[\"FR\"],\"type-id\":null,\"type\":null,\"name\":\"France\",\"sort-name\":\"France\"},\"rating\":{\"value\":null,\"votes-count\":0},\"country\":\"FR\",\"name\":\"Fin de Siècle\",\"ipis\":[],\"type-id\":\"a2426aab-2dd4-339c-b47d-b4923a241678\",\"isnis\":[],\"life-span\":{\"begin\":\"2011-01\",\"ended\":false,\"end\":null},\"sort-name\":\"Fin de Siècle\",\"type\":\"Production\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/e1404b13-dc91-4d7e-ab05-932995207bc3?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:02 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "856", + "X-RateLimit-Reset", + "1618477562", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"be5fe28a40fcac2624717ee01a676db7\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"sort-name\":\"Blu Fin\",\"label-code\":null,\"type\":null,\"type-id\":null,\"rating\":{\"value\":null,\"votes-count\":0},\"life-span\":{\"ended\":false,\"end\":null,\"begin\":null},\"country\":\"DE\",\"isnis\":[],\"id\":\"e1404b13-dc91-4d7e-ab05-932995207bc3\",\"area\":{\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\",\"disambiguation\":\"\",\"type-id\":null,\"iso-3166-1-codes\":[\"DE\"],\"sort-name\":\"Germany\",\"name\":\"Germany\",\"type\":null},\"ipis\":[],\"name\":\"Blu Fin\",\"disambiguation\":\"\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/9d36ba13-e56a-47b7-9148-23f846374736?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:02 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "850", + "X-RateLimit-Reset", + "1618477562", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"c899359d6e8771ddbb718462b1af895b\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"id\":\"9d36ba13-e56a-47b7-9148-23f846374736\",\"name\":\"Fin Records\",\"ipis\":[],\"disambiguation\":\"\",\"area\":null,\"type\":null,\"label-code\":null,\"sort-name\":\"Fin Records\",\"rating\":{\"votes-count\":1,\"value\":5},\"country\":null,\"type-id\":null,\"life-span\":{\"begin\":\"2010\",\"end\":\"2014-07-22\",\"ended\":true},\"isnis\":[]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/70513ce9-894a-4488-9803-d4cbe9ccad04?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:02 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "852", + "X-RateLimit-Reset", + "1618477562", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"896ca3ee7c069a3366226ae25d79e57a\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"life-span\":{\"end\":\"1990\",\"begin\":\"1985\",\"ended\":true},\"rating\":{\"votes-count\":0,\"value\":null},\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"sort-name\":\"Silver Fin Records\",\"name\":\"Silver Fin Records\",\"id\":\"70513ce9-894a-4488-9803-d4cbe9ccad04\",\"country\":null,\"ipis\":[],\"type\":\"Original Production\",\"isnis\":[],\"area\":{\"disambiguation\":\"\",\"name\":\"Chicago\",\"type-id\":null,\"id\":\"29a709d8-0320-493e-8d0c-f2c386662b7f\",\"sort-name\":\"Chicago\",\"type\":null},\"disambiguation\":\"\",\"label-code\":null}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/34c7b9a8-361f-415b-9c62-52ce5bca9d0d?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:02 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "848", + "X-RateLimit-Reset", + "1618477562", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"f30d095bcd9425d9f6aa2a8e26b0797d\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"type\":null,\"area\":null,\"ipis\":[],\"country\":null,\"rating\":{\"value\":null,\"votes-count\":0},\"name\":\"Shark Fin Records Ltd.\",\"type-id\":null,\"isnis\":[],\"sort-name\":\"Shark Fin Records Ltd.\",\"id\":\"34c7b9a8-361f-415b-9c62-52ce5bca9d0d\",\"life-span\":{\"ended\":false,\"end\":null,\"begin\":null},\"disambiguation\":\"\",\"label-code\":null}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/2b4025d3-8046-489e-a1eb-5adee4131e8e?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:07 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1014", + "X-RateLimit-Reset", + "1618477568", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"6c096a0a0d61b78b3638bc3c5c1a339a\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"sort-name\":\"Finlandia Records\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"name\":\"Finland\",\"sort-name\":\"Finland\",\"iso-3166-1-codes\":[\"FI\"],\"type\":null,\"id\":\"6a264f94-6ff1-30b1-9a81-41f7bfabd616\"},\"rating\":{\"value\":null,\"votes-count\":0},\"life-span\":{\"end\":null,\"ended\":false,\"begin\":\"1979\"},\"disambiguation\":\"classical music\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"name\":\"Finlandia Records\",\"label-code\":1169,\"country\":\"FI\",\"isnis\":[],\"type\":\"Original Production\",\"id\":\"2b4025d3-8046-489e-a1eb-5adee4131e8e\",\"ipis\":[]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/600f2b3a-ca69-469b-b5fa-d7e926e55779?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:07 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1016", + "X-RateLimit-Reset", + "1618477568", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"beb01ca48812b4f0c7196c412b617f8e\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"sort-name\":\"Música Sin Fin\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"id\":\"471c46a7-afc5-31c4-923c-d0444f5053a4\",\"iso-3166-1-codes\":[\"ES\"],\"name\":\"Spain\",\"sort-name\":\"Spain\"},\"label-code\":null,\"name\":\"Música Sin Fin\",\"country\":\"ES\",\"isnis\":[],\"id\":\"600f2b3a-ca69-469b-b5fa-d7e926e55779\",\"type\":\"Original Production\",\"ipis\":[],\"rating\":{\"value\":null,\"votes-count\":0},\"life-span\":{\"end\":null,\"begin\":null,\"ended\":false},\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"disambiguation\":\"\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/c2c769a9-473a-44d2-a8ab-2048e91bbbd2?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:07 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1012", + "X-RateLimit-Reset", + "1618477568", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"e18159d3b17a4c09ca563315139da62c\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"disambiguation\":\"\",\"name\":\"Blue Fin Recordings\",\"id\":\"c2c769a9-473a-44d2-a8ab-2048e91bbbd2\",\"area\":null,\"ipis\":[],\"isnis\":[],\"country\":null,\"rating\":{\"value\":null,\"votes-count\":0},\"life-span\":{\"ended\":false,\"end\":null,\"begin\":null},\"type-id\":null,\"label-code\":null,\"type\":null,\"sort-name\":\"Blue Fin Recordings\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/f736efca-c021-4c87-999d-82d47279f29e?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:07 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1017", + "X-RateLimit-Reset", + "1618477568", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"61e2abfdb1eaabbd816e047ed9efdbde\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"area\":null,\"id\":\"f736efca-c021-4c87-999d-82d47279f29e\",\"country\":null,\"name\":\"Fin du Monde Records\",\"isnis\":[],\"sort-name\":\"Fin du Monde Records\",\"label-code\":null,\"type\":null,\"life-span\":{\"end\":null,\"ended\":false,\"begin\":null},\"type-id\":null,\"rating\":{\"votes-count\":0,\"value\":null},\"ipis\":[],\"disambiguation\":\"\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/156fa9e1-1385-41c5-9403-54effeeab69c?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:07 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1015", + "X-RateLimit-Reset", + "1618477568", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"0bcb25c3f5899ebc73c225ef37e3cd83\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"disambiguation\":\"\",\"name\":\"Fin de Siècle Media\",\"id\":\"156fa9e1-1385-41c5-9403-54effeeab69c\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"iso-3166-1-codes\":[\"SE\"],\"sort-name\":\"Sweden\",\"name\":\"Sweden\",\"type\":null,\"id\":\"23d10872-f5ae-3f0c-bf55-332788a16ecb\"},\"ipis\":[],\"isnis\":[],\"country\":\"SE\",\"rating\":{\"votes-count\":0,\"value\":null},\"life-span\":{\"end\":null,\"begin\":null,\"ended\":false},\"type-id\":\"a2426aab-2dd4-339c-b47d-b4923a241678\",\"label-code\":null,\"type\":\"Production\",\"sort-name\":\"Fin de Siècle Media\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/9b4b2233-6ef8-455f-9abc-2bacc68dba4b?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:13 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1170", + "X-RateLimit-Reset", + "1618477574", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"86d65a1816bfca116e2ea28284662979\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"sort-name\":\"La Fin du Monde\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"iso-3166-1-codes\":[\"FR\"],\"id\":\"08310658-51eb-3801-80de-5a0739207115\",\"name\":\"France\",\"sort-name\":\"France\"},\"rating\":{\"value\":null,\"votes-count\":0},\"life-span\":{\"end\":null,\"ended\":false,\"begin\":null},\"type-id\":null,\"disambiguation\":\"\",\"label-code\":null,\"name\":\"La Fin du Monde\",\"country\":\"FR\",\"isnis\":[],\"type\":null,\"ipis\":[],\"id\":\"9b4b2233-6ef8-455f-9abc-2bacc68dba4b\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/52825091-69b0-47bb-8b28-9612b69ddc21?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:13 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1169", + "X-RateLimit-Reset", + "1618477574", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"6bb203f863b49e9077f35ab3b7c6fa2a\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"sort-name\":\"Warner Music Finland\",\"type\":\"Original Production\",\"label-code\":null,\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"rating\":{\"votes-count\":0,\"value\":null},\"life-span\":{\"ended\":false,\"end\":null,\"begin\":\"1993\"},\"country\":\"FI\",\"isnis\":[],\"area\":{\"id\":\"6a264f94-6ff1-30b1-9a81-41f7bfabd616\",\"type-id\":null,\"disambiguation\":\"\",\"type\":null,\"name\":\"Finland\",\"iso-3166-1-codes\":[\"FI\"],\"sort-name\":\"Finland\"},\"id\":\"52825091-69b0-47bb-8b28-9612b69ddc21\",\"ipis\":[],\"name\":\"Warner Music Finland\",\"disambiguation\":\"\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/dd10cb9b-f1cd-4d9c-8b6c-1a5082fe6d43?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:13 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1162", + "X-RateLimit-Reset", + "1618477574", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"a77d1c4c4ed71145c7492a6a8b097904\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"disambiguation\":\"\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"life-span\":{\"ended\":false,\"begin\":\"1996\",\"end\":null},\"rating\":{\"votes-count\":0,\"value\":null},\"type\":\"Original Production\",\"ipis\":[],\"id\":\"dd10cb9b-f1cd-4d9c-8b6c-1a5082fe6d43\",\"isnis\":[],\"label-code\":null,\"country\":\"GB\",\"name\":\"Big Finish Productions\",\"area\":{\"disambiguation\":\"\",\"type-id\":null,\"type\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"iso-3166-1-codes\":[\"GB\"],\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\"},\"sort-name\":\"Big Finish Productions\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/8e2866e7-2df9-4193-886f-f5b9ae52009c?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:13 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1163", + "X-RateLimit-Reset", + "1618477574", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"2b2c6318b5ed5b6056536f203e52492d\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"ipis\":[],\"isnis\":[],\"type-id\":\"a2426aab-2dd4-339c-b47d-b4923a241678\",\"type\":\"Production\",\"sort-name\":\"Finders Keepers\",\"life-span\":{\"end\":null,\"ended\":false,\"begin\":null},\"disambiguation\":\"\",\"label-code\":null,\"area\":{\"iso-3166-1-codes\":[\"GB\"],\"type-id\":null,\"type\":null,\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"disambiguation\":\"\",\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\"},\"id\":\"8e2866e7-2df9-4193-886f-f5b9ae52009c\",\"rating\":{\"value\":5,\"votes-count\":1},\"name\":\"Finders Keepers\",\"country\":\"GB\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/fbfe8cf0-7085-4c09-96b7-aa005131b1a3?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:13 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1167", + "X-RateLimit-Reset", + "1618477574", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"67fd7d72adb6f3253fb9ae3171b61233\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"life-span\":{\"end\":null,\"begin\":null,\"ended\":false},\"type-id\":\"88ee6ae7-f413-3490-a1d2-54f6a9f0838c\",\"disambiguation\":\"jazz reissues\",\"rating\":{\"value\":null,\"votes-count\":0},\"isnis\":[],\"type\":\"Reissue Production\",\"ipis\":[],\"id\":\"fbfe8cf0-7085-4c09-96b7-aa005131b1a3\",\"name\":\"Definitive Records\",\"label-code\":null,\"country\":null,\"area\":null,\"sort-name\":\"Definitive Records\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/caa7d1f9-c37d-4550-a8d9-6fd78ed7047b?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:18 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "685", + "X-RateLimit-Reset", + "1618477578", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"98257772d0fb474bc5b83a25a13b40bf\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"ipis\":[],\"isnis\":[],\"type-id\":null,\"sort-name\":\"Griffin Music\",\"life-span\":{\"end\":null,\"ended\":false,\"begin\":null},\"type\":null,\"disambiguation\":\"US label\",\"id\":\"caa7d1f9-c37d-4550-a8d9-6fd78ed7047b\",\"label-code\":null,\"area\":{\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"disambiguation\":\"\",\"name\":\"United States\",\"type\":null,\"sort-name\":\"United States\",\"iso-3166-1-codes\":[\"US\"],\"type-id\":null},\"rating\":{\"value\":null,\"votes-count\":0},\"country\":\"US\",\"name\":\"Griffin Music\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/7bbb7278-2af1-4f17-9cf3-5c90a1b4c4f2?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:18 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "686", + "X-RateLimit-Reset", + "1618477578", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"1c97a16021870cb0e6e19e20a764c085\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"area\":{\"disambiguation\":\"\",\"name\":\"Australia\",\"type-id\":null,\"id\":\"106e0bec-b638-3b37-b731-f53d507dc00e\",\"iso-3166-1-codes\":[\"AU\"],\"type\":null,\"sort-name\":\"Australia\"},\"name\":\"Infinity\",\"country\":\"AU\",\"id\":\"7bbb7278-2af1-4f17-9cf3-5c90a1b4c4f2\",\"sort-name\":\"Infinity\",\"type\":\"Original Production\",\"label-code\":null,\"isnis\":[],\"ipis\":[],\"rating\":{\"value\":null,\"votes-count\":0},\"disambiguation\":\"Australian, division of Festival Records\",\"life-span\":{\"end\":null,\"ended\":false,\"begin\":null},\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/995428e7-81b6-41dd-bd38-5a7a0ece8ad6?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:18 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "682", + "X-RateLimit-Reset", + "1618477578", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"7a323d4175a89a3a9bc2c4fa7f814b8e\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"rating\":{\"value\":null,\"votes-count\":0},\"id\":\"995428e7-81b6-41dd-bd38-5a7a0ece8ad6\",\"type-id\":\"b6285b2a-3514-3d43-80df-fcf528824ded\",\"name\":\"Mercury Records\",\"sort-name\":\"Mercury Records\",\"life-span\":{\"end\":null,\"begin\":\"1945\",\"ended\":false},\"disambiguation\":\"or just “Mercury”. A UMG imprint, do not use it for ©/℗ credits\",\"label-code\":268,\"type\":\"Imprint\",\"isnis\":[],\"ipis\":[],\"area\":{\"iso-3166-1-codes\":[\"XW\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"name\":\"[Worldwide]\",\"id\":\"525d4e18-3d00-31b9-a58b-a146a916de8f\",\"sort-name\":\"[Worldwide]\"},\"country\":\"XW\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/4c418bbc-9e5a-442f-876c-eb40126b772d?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:18 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "681", + "X-RateLimit-Reset", + "1618477578", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"8faaf678ced38c162702edde6ce27f8f\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"label-code\":null,\"type\":\"Original Production\",\"sort-name\":\"EMI Finland\",\"country\":\"FI\",\"rating\":{\"value\":null,\"votes-count\":0},\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"life-span\":{\"begin\":\"1972\",\"end\":null,\"ended\":false},\"isnis\":[],\"id\":\"4c418bbc-9e5a-442f-876c-eb40126b772d\",\"name\":\"EMI Finland\",\"ipis\":[],\"disambiguation\":\"\",\"area\":{\"id\":\"6a264f94-6ff1-30b1-9a81-41f7bfabd616\",\"name\":\"Finland\",\"sort-name\":\"Finland\",\"type\":null,\"iso-3166-1-codes\":[\"FI\"],\"type-id\":null,\"disambiguation\":\"\"}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/1de42bd6-00c7-4c8a-b4bc-b6b6d4b0baef?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:18 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "680", + "X-RateLimit-Reset", + "1618477578", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"3ce5e02ae12455f740ca4a016cee4712\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"country\":\"US\",\"area\":{\"iso-3166-1-codes\":[\"US\"],\"disambiguation\":\"\",\"type\":null,\"type-id\":null,\"sort-name\":\"United States\",\"id\":\"489ce91b-6658-3307-9877-795b68554c98\",\"name\":\"United States\"},\"type\":\"Publisher\",\"isnis\":[],\"ipis\":[\"00125641983\"],\"label-code\":null,\"disambiguation\":\"US work publisher\",\"life-span\":{\"end\":null,\"begin\":null,\"ended\":false},\"type-id\":\"e9ad53b0-e3d0-3885-a10b-8193d501338c\",\"sort-name\":\"Fin de Siècle Musique\",\"name\":\"Fin de Siècle Musique\",\"id\":\"1de42bd6-00c7-4c8a-b4bc-b6b6d4b0baef\",\"rating\":{\"votes-count\":0,\"value\":null}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/d4ecac47-05f2-4ad1-8324-2aa56d461b0e?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:24 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "877", + "X-RateLimit-Reset", + "1618477584", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"11dcbf0a132194fdd2053b06d829bb55\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"isnis\":[],\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"sort-name\":\"fine.\",\"life-span\":{\"ended\":false,\"begin\":null,\"end\":null},\"type\":\"Original Production\",\"ipis\":[],\"rating\":{\"votes-count\":0,\"value\":null},\"country\":\"DE\",\"name\":\"fine.\",\"disambiguation\":\"London and Berlin-based sublabel of Four Music\",\"id\":\"d4ecac47-05f2-4ad1-8324-2aa56d461b0e\",\"label-code\":144,\"area\":{\"iso-3166-1-codes\":[\"DE\"],\"type-id\":null,\"type\":null,\"name\":\"Germany\",\"sort-name\":\"Germany\",\"disambiguation\":\"\",\"id\":\"85752fda-13c4-31a3-bee5-0e5cb1f51dad\"}}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/b5f51b6d-3304-459f-9c03-9a71a87a6877?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:24 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "876", + "X-RateLimit-Reset", + "1618477584", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"9812815a59019ccb70bf0208a54400cd\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"country\":null,\"ipis\":[],\"area\":{\"disambiguation\":\"\",\"id\":\"a36544c1-cb40-4f44-9e0e-7a5a69e403a8\",\"type-id\":null,\"name\":\"New Jersey\",\"type\":null,\"sort-name\":\"New Jersey\",\"iso-3166-2-codes\":[\"US-NJ\"]},\"type\":null,\"rating\":{\"votes-count\":0,\"value\":null},\"sort-name\":\"Redefinition Records\",\"isnis\":[],\"type-id\":null,\"name\":\"Redefinition Records\",\"label-code\":null,\"disambiguation\":\"\",\"life-span\":{\"begin\":null,\"ended\":false,\"end\":null},\"id\":\"b5f51b6d-3304-459f-9c03-9a71a87a6877\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/b2fc8bdc-1b49-4c08-aadf-cdf12775461f?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:24 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "870", + "X-RateLimit-Reset", + "1618477584", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"fe5c6d69337d6852e9fb2ee62c873b1e\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"isnis\":[],\"type\":\"Original Production\",\"label-code\":null,\"sort-name\":\"Finnlevy\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"life-span\":{\"ended\":true,\"begin\":\"1965\",\"end\":\"1993\"},\"disambiguation\":\"\",\"rating\":{\"value\":null,\"votes-count\":0},\"ipis\":[],\"area\":{\"name\":\"Finland\",\"disambiguation\":\"\",\"type-id\":null,\"id\":\"6a264f94-6ff1-30b1-9a81-41f7bfabd616\",\"iso-3166-1-codes\":[\"FI\"],\"type\":null,\"sort-name\":\"Finland\"},\"country\":\"FI\",\"id\":\"b2fc8bdc-1b49-4c08-aadf-cdf12775461f\",\"name\":\"Finnlevy\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/cd19e1f8-1c5f-4723-9fa3-d3def765bf4b?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:24 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "875", + "X-RateLimit-Reset", + "1618477584", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"0f8f58338cfc9e3fe2760a4e8afe7070\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"sort-name\":\"Edel Records Finland\",\"area\":{\"type-id\":null,\"disambiguation\":\"\",\"sort-name\":\"Finland\",\"name\":\"Finland\",\"type\":null,\"iso-3166-1-codes\":[\"FI\"],\"id\":\"6a264f94-6ff1-30b1-9a81-41f7bfabd616\"},\"rating\":{\"votes-count\":0,\"value\":null},\"life-span\":{\"ended\":true,\"begin\":null,\"end\":\"2010\"},\"disambiguation\":\"\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"label-code\":null,\"name\":\"Edel Records Finland\",\"country\":\"FI\",\"isnis\":[],\"ipis\":[],\"type\":\"Original Production\",\"id\":\"cd19e1f8-1c5f-4723-9fa3-d3def765bf4b\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/label/e2a13cfb-82e3-4d87-89ef-3eb6c15bef52?inc=ratings&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:06:24 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "874", + "X-RateLimit-Reset", + "1618477584", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"1f04385598a0dbd85bde5a86c9fe1d3d\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"rating\":{\"value\":null,\"votes-count\":0},\"id\":\"e2a13cfb-82e3-4d87-89ef-3eb6c15bef52\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"name\":\"Hype Records\",\"sort-name\":\"Hype Records\",\"life-span\":{\"ended\":false,\"begin\":\"2003\",\"end\":null},\"label-code\":null,\"disambiguation\":\"Finland\",\"type\":\"Original Production\",\"ipis\":[],\"isnis\":[],\"area\":{\"iso-3166-1-codes\":[\"FI\"],\"disambiguation\":\"\",\"type\":null,\"id\":\"6a264f94-6ff1-30b1-9a81-41f7bfabd616\",\"type-id\":null,\"name\":\"Finland\",\"sort-name\":\"Finland\"},\"country\":\"FI\"}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "supports deeply nested queries", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/label?limit=1&query=Apple+Records&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:00 GMT", + "Content-Type", + "application/json", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "1163", + "X-RateLimit-Reset", + "1618477502", + "Last-Modified", + "Thu, 15 Apr 2021 08:47:38 GMT", + "ETag", + "\"Y2M2ZWEwMDAwMDAwMDAwMFNvbHI=\"", + "Vary", + "Accept-Encoding", + "X-Cache-Status", + "STALE", + "Access-Control-Allow-Origin", + "*" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"created\":\"2021-04-15T09:02:52.371Z\",\"count\":56957,\"offset\":0,\"labels\":[{\"id\":\"cf7fc5cf-e011-4ef4-b511-cd0188537910\",\"type\":\"Original Production\",\"type-id\":\"7aaa37fe-2def-3476-b359-80245850062d\",\"score\":100,\"name\":\"Apple Records\",\"sort-name\":\"Apple Records\",\"label-code\":1074,\"country\":\"GB\",\"area\":{\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"type\":\"Country\",\"type-id\":\"06dd0ae4-8c74-30bb-b43d-95dcedf961de\",\"name\":\"United Kingdom\",\"sort-name\":\"United Kingdom\",\"life-span\":{\"ended\":null}},\"life-span\":{\"begin\":\"1968\",\"ended\":null},\"aliases\":[{\"sort-name\":\"Apple\",\"name\":\"Apple\",\"locale\":null,\"type\":null,\"primary\":null,\"begin-date\":null,\"end-date\":null}],\"tags\":[{\"count\":1,\"name\":\"badfinger\"}]}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/release?label=cf7fc5cf-e011-4ef4-b511-cd0188537910&limit=1&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:01 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "929", + "X-RateLimit-Reset", + "1618477502", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"c6455533bef2641e81b0e024e9bf4abf\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"releases\":[{\"quality\":\"normal\",\"release-events\":[{\"area\":{\"sort-name\":\"Canada\",\"type\":null,\"iso-3166-1-codes\":[\"CA\"],\"id\":\"71bbafaa-e825-3e15-8ca9-017dcad1748b\",\"type-id\":null,\"name\":\"Canada\",\"disambiguation\":\"\"},\"date\":\"1968-08-26\"}],\"packaging\":\"Cardboard/Paper Sleeve\",\"date\":\"1968-08-26\",\"status\":\"Official\",\"id\":\"8aeb6be9-743f-456e-a576-1476f53f756f\",\"asin\":null,\"packaging-id\":\"f7101ce3-0384-39ce-9fde-fbbd0044d35f\",\"country\":\"CA\",\"text-representation\":{\"language\":\"eng\",\"script\":\"Latn\"},\"title\":\"Those Were the Days\",\"cover-art-archive\":{\"front\":false,\"count\":2,\"back\":false,\"artwork\":true,\"darkened\":false},\"barcode\":null,\"disambiguation\":\"\",\"status-id\":\"4e304316-386d-3409-af2e-78857eec5cfe\"}],\"release-offset\":0,\"release-count\":806}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/artist?release=8aeb6be9-743f-456e-a576-1476f53f756f&inc=artist-rels&fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:02 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "821", + "X-RateLimit-Reset", + "1618477502", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"2fd012eedf43061e1b4893fe283ad15a\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"artists\":[{\"gender\":\"Female\",\"name\":\"Mary Hopkin\",\"sort-name\":\"Hopkin, Mary\",\"end-area\":null,\"begin-area\":{\"type\":null,\"type-id\":null,\"id\":\"26f3c05e-55dc-4a6c-a8e7-035aff018f74\",\"sort-name\":\"Pontardawe\",\"name\":\"Pontardawe\",\"disambiguation\":\"\"},\"end_area\":null,\"type\":\"Person\",\"ipis\":[],\"area\":{\"type\":null,\"sort-name\":\"United Kingdom\",\"type-id\":null,\"id\":\"8a754a16-0027-3a29-b6d7-2b40ea0481ed\",\"name\":\"United Kingdom\",\"iso-3166-1-codes\":[\"GB\"],\"disambiguation\":\"\"},\"life-span\":{\"ended\":false,\"begin\":\"1950-05-03\",\"end\":null},\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"f6596571-9ce2-4d79-8e92-fa8cfc181b91\",\"country\":\"GB\",\"begin_area\":{\"type\":null,\"type-id\":null,\"id\":\"26f3c05e-55dc-4a6c-a8e7-035aff018f74\",\"sort-name\":\"Pontardawe\",\"name\":\"Pontardawe\",\"disambiguation\":\"\"},\"relations\":[{\"artist\":{\"type\":\"Person\",\"id\":\"9472e6e4-3e13-430a-900d-6f075720a5c6\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"name\":\"Tony Visconti\",\"sort-name\":\"Visconti, Tony\",\"disambiguation\":\"\"},\"source-credit\":\"\",\"ended\":true,\"type\":\"married\",\"attribute-values\":{},\"begin\":\"1971\",\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"type-id\":\"b2bf7a5d-2da6-4742-baf4-e38d8a7ad029\",\"target-type\":\"artist\",\"end\":\"1981\",\"target-credit\":\"\"},{\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"source-credit\":\"\",\"type\":\"member of band\",\"ended\":false,\"artist\":{\"type\":\"Group\",\"type-id\":\"e431f5f6-b5d2-343d-8b36-72607fffb74b\",\"sort-name\":\"Sundance\",\"id\":\"1b8debd6-ef8f-4437-9d97-321d8dad4bee\",\"name\":\"Sundance\",\"disambiguation\":\"UK pop group of early 80s\"},\"begin\":null,\"attribute-values\":{},\"end\":null,\"target-credit\":\"\",\"type-id\":\"5be4c609-9afa-4ea0-910b-12ffb71e3821\",\"target-type\":\"artist\"},{\"target-type\":\"artist\",\"type-id\":\"9421ca84-934f-49fe-9e66-dea242430406\",\"target-credit\":\"\",\"end\":null,\"begin\":null,\"attribute-values\":{},\"ended\":false,\"source-credit\":\"\",\"type\":\"parent\",\"artist\":{\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"id\":\"7f7bc689-c745-4b17-859f-e96297dc0b87\",\"sort-name\":\"Morgan, Jessica Lee\",\"name\":\"Jessica Lee Morgan\",\"type\":\"Person\",\"disambiguation\":\"\"},\"direction\":\"forward\",\"attributes\":[],\"attribute-ids\":{}},{\"attributes\":[],\"attribute-ids\":{},\"direction\":\"forward\",\"ended\":false,\"source-credit\":\"\",\"type\":\"parent\",\"artist\":{\"type\":\"Person\",\"type-id\":\"b6e035f4-3ce9-331c-97df-83397230b0df\",\"name\":\"Morgan Visconti\",\"id\":\"5542f87a-3b97-4dca-b29f-19c85b21f665\",\"sort-name\":\"Visconti, Morgan\",\"disambiguation\":\"\"},\"attribute-values\":{},\"begin\":null,\"end\":null,\"target-credit\":\"\",\"type-id\":\"9421ca84-934f-49fe-9e66-dea242430406\",\"target-type\":\"artist\"}],\"disambiguation\":\"\",\"gender-id\":\"93452b5a-a947-30c8-934f-6a4056b151c2\",\"isnis\":[\"0000000078391516\"]}],\"artist-count\":1,\"artist-offset\":0}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "throws an error if given a malformed MBID", + [ + ] + ], + [ + "throws an error if given a malformed resource URL", + [ + ] + ], + [ + "throws an error if looking up a URL without an argument", + [ + ] + ], + [ + "work ISWCs use the ISWC scalar", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/work/ef7d0814-da6a-32f5-a600-ff81cffd1aed?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:24 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Content-Length", + "238", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "778", + "X-RateLimit-Reset", + "1618477524", + "Server", + "Plack::Handler::Starlet", + "ETag", + "\"e3b3d0e3cf9fece78e57bb8ee2aee988\"", + "Location", + "http://musicbrainz.org/ws/2/work/895da07b-9d85-3f03-b1c5-0ea2bd8bb959?fmt=json", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": { + "attributes": [ + ], + "disambiguation": "", + "id": "895da07b-9d85-3f03-b1c5-0ea2bd8bb959", + "iswcs": [ + "T-900.755.682-3" + ], + "language": "mul", + "languages": [ + "eng", + "fra" + ], + "title": "The Partisan", + "type": "Song", + "type-id": "f061270a-2fd6-32f1-a641-f0f8676d14e6" + }, + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 301 + }, + { + "body": "", + "method": "GET", + "path": "/ws/2/work/895da07b-9d85-3f03-b1c5-0ea2bd8bb959?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:24 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Content-Length", + "238", + "Connection", + "close", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "676", + "X-RateLimit-Reset", + "1618477524", + "Server", + "Plack::Handler::Starlet", + "ETag", + "\"3ce1745e5ce48f8f8fea318d2c67b9e1\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": { + "attributes": [ + ], + "disambiguation": "", + "id": "895da07b-9d85-3f03-b1c5-0ea2bd8bb959", + "iswcs": [ + "T-900.755.682-3" + ], + "language": "mul", + "languages": [ + "eng", + "fra" + ], + "title": "The Partisan", + "type": "Song", + "type-id": "f061270a-2fd6-32f1-a641-f0f8676d14e6" + }, + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ], + [ + "works can be browsed by ISWC", + [ + { + "body": "", + "method": "GET", + "path": "/ws/2/iswc/T-900.755.682-3?fmt=json", + "rawHeaders": [ + "Date", + "Thu, 15 Apr 2021 09:05:35 GMT", + "Content-Type", + "application/json; charset=utf-8", + "Transfer-Encoding", + "chunked", + "Connection", + "close", + "Vary", + "Accept-Encoding", + "X-RateLimit-Limit", + "1200", + "X-RateLimit-Remaining", + "946", + "X-RateLimit-Reset", + "1618477536", + "Server", + "Plack::Handler::Starlet", + "ETag", + "W/\"2aa1e2d65c04ae112f07e811bf94bff6\"", + "Access-Control-Allow-Origin", + "*", + "X-Cache-Status", + "MISS" + ], + "reqheaders": { + "accept": "application/json", + "accept-encoding": "gzip, deflate, br", + "host": "musicbrainz.org" + }, + "response": "{\"work-offset\":0,\"work-count\":1,\"works\":[{\"title\":\"The Partisan\",\"type\":\"Song\",\"type-id\":\"f061270a-2fd6-32f1-a641-f0f8676d14e6\",\"attributes\":[],\"iswcs\":[\"T-900.755.682-3\"],\"id\":\"895da07b-9d85-3f03-b1c5-0ea2bd8bb959\",\"language\":\"mul\",\"disambiguation\":\"\",\"languages\":[\"eng\",\"fra\"]}]}", + "responseIsBinary": false, + "scope": "http://musicbrainz.org:80", + "status": 200 + } + ] + ] +] diff --git a/test/fixtures/f033f64fae76312c039674d345f8f8d3 b/test/fixtures/f033f64fae76312c039674d345f8f8d3 deleted file mode 100644 index fb7d10a..0000000 --- a/test/fixtures/f033f64fae76312c039674d345f8f8d3 +++ /dev/null @@ -1 +0,0 @@ -{"label-code":12723,"type":"Imprint","country":"GB","relations":[{"type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","end":null,"attribute-values":{},"direction":"forward","target-credit":"","begin":null,"ended":false,"type":"discogs","attributes":[],"source-credit":"","url":{"id":"5873db72-ea79-4aa6-8fd4-5b06345dac43","resource":"https://www.discogs.com/label/79067"},"target-type":"url"},{"url":{"resource":"http://oi43.tinypic.com/14vpe85.jpg","id":"ceebc0eb-0f65-46bf-9dc0-7d15b989c534"},"source-credit":"","attributes":[],"target-type":"url","ended":false,"type":"logo","begin":null,"target-credit":"","attribute-values":{},"direction":"forward","type-id":"b35f7822-bf3c-4148-b306-fb723c63ee8b","end":null}],"name":"Sony Music UK","disambiguation":"~2002-2006","ipis":[],"life-span":{"ended":false,"end":null,"begin":"2002-09-30"},"area":{"iso-3166-1-codes":["GB"],"disambiguation":"","name":"United Kingdom","sort-name":"United Kingdom","id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed"},"id":"4029defc-63b1-4071-a49f-3f826f92ef71","isnis":[],"sort-name":"Sony Music UK","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded"} \ No newline at end of file diff --git a/test/fixtures/f033f64fae76312c039674d345f8f8d3.headers b/test/fixtures/f033f64fae76312c039674d345f8f8d3.headers deleted file mode 100644 index e7b3fe4..0000000 --- a/test/fixtures/f033f64fae76312c039674d345f8f8d3.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:07 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1021", - "x-ratelimit-reset": "1537138748", - "server": "Plack::Handler::Starlet", - "etag": "W/\"b73b8c738c26ed70dbc9aba8cc2299a4\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/4029defc-63b1-4071-a49f-3f826f92ef71?inc=url-rels&fmt=json", - "time": 400, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/f1bf005705caefc7fce66be2c5f3b0a6 b/test/fixtures/f1bf005705caefc7fce66be2c5f3b0a6 deleted file mode 100644 index 3533422..0000000 --- a/test/fixtures/f1bf005705caefc7fce66be2c5f3b0a6 +++ /dev/null @@ -1 +0,0 @@ -{"label-code":null,"type":"Original Production","isnis":[],"rating":{"value":null,"votes-count":0},"sort-name":"Hype Records","country":"FI","name":"Hype Records","ipis":[],"life-span":{"begin":"2003","end":null,"ended":false},"id":"e2a13cfb-82e3-4d87-89ef-3eb6c15bef52","disambiguation":"Finland","type-id":"7aaa37fe-2def-3476-b359-80245850062d","area":{"iso-3166-1-codes":["FI"],"id":"6a264f94-6ff1-30b1-9a81-41f7bfabd616","sort-name":"Finland","disambiguation":"","name":"Finland"}} \ No newline at end of file diff --git a/test/fixtures/f1bf005705caefc7fce66be2c5f3b0a6.headers b/test/fixtures/f1bf005705caefc7fce66be2c5f3b0a6.headers deleted file mode 100644 index 1d88027..0000000 --- a/test/fixtures/f1bf005705caefc7fce66be2c5f3b0a6.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:30 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1172", - "x-ratelimit-reset": "1537138772", - "server": "Plack::Handler::Starlet", - "etag": "W/\"cb3a03d8b8148cd59dc29913a3d3251d\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/e2a13cfb-82e3-4d87-89ef-3eb6c15bef52?inc=ratings&fmt=json", - "time": 400, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/f1c9f6c82f89c707775231cb50c1170e b/test/fixtures/f1c9f6c82f89c707775231cb50c1170e deleted file mode 100644 index 4d3c051..0000000 --- a/test/fixtures/f1c9f6c82f89c707775231cb50c1170e +++ /dev/null @@ -1 +0,0 @@ -{"life-span":{"end":null,"ended":false,"begin":null},"ipis":[],"name":"Sony Jazz","country":null,"type":null,"label-code":null,"isnis":[],"sort-name":"Sony Jazz","relations":[],"type-id":null,"area":null,"disambiguation":"","id":"55464638-3451-45e9-ac28-18c6838a786f"} \ No newline at end of file diff --git a/test/fixtures/f1c9f6c82f89c707775231cb50c1170e.headers b/test/fixtures/f1c9f6c82f89c707775231cb50c1170e.headers deleted file mode 100644 index 02c7e15..0000000 --- a/test/fixtures/f1c9f6c82f89c707775231cb50c1170e.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:34 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "741", - "x-ratelimit-reset": "1537138714", - "server": "Plack::Handler::Starlet", - "etag": "W/\"777950952d0e67d99af62d2d4e8c2fd3\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/55464638-3451-45e9-ac28-18c6838a786f?inc=url-rels&fmt=json", - "time": 396, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/f2a7af3e3a39e31ee0d9d74b5820ebff b/test/fixtures/f2a7af3e3a39e31ee0d9d74b5820ebff deleted file mode 100644 index 6b917ee..0000000 --- a/test/fixtures/f2a7af3e3a39e31ee0d9d74b5820ebff +++ /dev/null @@ -1 +0,0 @@ -{"gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","life-span":{"begin":"1943-02-24","end":"2001-11-29","ended":true},"sort-name":"Harrison, George","type":"Person","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","area":{"id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","iso-3166-1-codes":["GB"],"sort-name":"United Kingdom","name":"United Kingdom","disambiguation":""},"end_area":{"disambiguation":"","name":"Los Angeles","id":"1f40c6e1-47ba-4e35-996f-fe6ee5840e62","sort-name":"Los Angeles"},"relations":[{"type-id":"ed6a7891-ce70-4e08-9839-1f2f62270497","attribute-values":{},"end":"1987","begin":"1987","direction":"backward","target-credit":"","source-credit":"","artist":{"disambiguation":"Alexander Kok","name":"Bobby Kok","sort-name":"Kok, Bobby","id":"2cdcbffa-cc17-42da-920c-fd503d62ea65"},"ended":true,"target-type":"artist","attribute-credits":{},"attributes":["cello"],"type":"instrumental supporting musician"},{"attributes":[],"type":"is person","target-type":"artist","ended":true,"target-credit":"","artist":{"disambiguation":"","name":"Nelson Wilbury","id":"89797d2c-606f-42ad-ba56-74e31f589d34","sort-name":"Wilbury, Nelson"},"source-credit":"","direction":"forward","begin":"1988","end":"1990","type-id":"dd9886f2-1dfe-4270-97db-283f6839a666","attribute-values":{}},{"end":"1990","begin":"1988","direction":"forward","attribute-values":{},"type-id":"dd9886f2-1dfe-4270-97db-283f6839a666","target-type":"artist","ended":true,"type":"is person","attributes":[],"source-credit":"","artist":{"sort-name":"Wilbury, Spike","id":"b3908014-c9be-416f-8d69-d72d1309cdbc","name":"Spike Wilbury","disambiguation":""},"target-credit":""},{"begin":"1966-01-21","direction":"backward","end":"1974-06","attribute-values":{},"type-id":"b2bf7a5d-2da6-4742-baf4-e38d8a7ad029","attributes":[],"type":"married","ended":true,"target-type":"artist","artist":{"sort-name":"Boyd, Pattie","id":"301bd202-5a57-49d5-b719-8012eef480d4","disambiguation":"","name":"Pattie Boyd"},"source-credit":"","target-credit":""},{"attribute-values":{},"type-id":"b2bf7a5d-2da6-4742-baf4-e38d8a7ad029","begin":"1978-09-02","direction":"forward","end":null,"artist":{"name":"Olivia Harrison","disambiguation":"","sort-name":"Harrison, Olivia","id":"d53fc0b4-351c-49ed-b532-297082d40a36"},"source-credit":"","target-credit":"","attributes":[],"type":"married","ended":false,"target-type":"artist"},{"target-type":"artist","ended":false,"type":"member of band","attributes":[],"target-credit":"","source-credit":"","artist":{"disambiguation":"","name":"Delaney & Bonnie","sort-name":"Delaney & Bonnie","id":"1d0e964a-2b91-4dd9-8100-a5a184870382"},"end":null,"direction":"forward","begin":null,"type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","attribute-values":{}},{"type":"member of band","attributes":["guitar"],"target-type":"artist","attribute-credits":{},"ended":true,"artist":{"id":"9fcc463b-7cfc-4ea4-a65e-bab77fc78e9a","sort-name":"Quarrymen, The","disambiguation":"British group that evolved into The Beatles","name":"The Quarrymen"},"source-credit":"","target-credit":"","begin":"1958","direction":"forward","end":"1960","attribute-values":{},"type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821"},{"source-credit":"","artist":{"id":"b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d","sort-name":"Beatles, The","name":"The Beatles","disambiguation":""},"target-credit":"","target-type":"artist","attribute-credits":{},"ended":true,"type":"member of band","attributes":["guitar","lead vocals","original"],"attribute-values":{},"type-id":"5be4c609-9afa-4ea0-910b-12ffb71e3821","end":"1970-04-10","begin":"1958-04","direction":"forward"},{"attribute-values":{},"type-id":"9421ca84-934f-49fe-9e66-dea242430406","begin":null,"direction":"forward","end":null,"artist":{"disambiguation":"","name":"Dhani Harrison","id":"f75b39e7-05b3-40d7-892c-a1f14592adcb","sort-name":"Harrison, Dhani"},"source-credit":"","target-credit":"","type":"parent","attributes":[],"ended":false,"target-type":"artist"}],"id":"42a8f507-8412-4611-854f-926571049fa0","disambiguation":"The Beatles","begin_area":{"iso-3166-2-codes":["GB-LIV"],"id":"c249c30e-88ab-4b2f-a745-96a25bd7afee","sort-name":"Liverpool","name":"Liverpool","disambiguation":""},"ipis":["00013482508"],"gender":"Male","isnis":["0000000121283634"],"name":"George Harrison","country":"GB"} \ No newline at end of file diff --git a/test/fixtures/f2a7af3e3a39e31ee0d9d74b5820ebff.headers b/test/fixtures/f2a7af3e3a39e31ee0d9d74b5820ebff.headers deleted file mode 100644 index 46bf8a2..0000000 --- a/test/fixtures/f2a7af3e3a39e31ee0d9d74b5820ebff.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:58 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "807", - "x-ratelimit-reset": "1537138798", - "server": "Plack::Handler::Starlet", - "etag": "W/\"b0bb97d40cf2310dff9472ffc5ed7166\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/artist/42a8f507-8412-4611-854f-926571049fa0?inc=artist-rels&fmt=json", - "time": 446, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/f3745cfb05ddfda57ec715ce6e752f4e b/test/fixtures/f3745cfb05ddfda57ec715ce6e752f4e deleted file mode 100644 index fdaefaa..0000000 --- a/test/fixtures/f3745cfb05ddfda57ec715ce6e752f4e +++ /dev/null @@ -1 +0,0 @@ -See: http://archive.org/download/mbid-fb98043c-7ac8-4505-ba87-28576836a8d5/index.json diff --git a/test/fixtures/f3745cfb05ddfda57ec715ce6e752f4e.headers b/test/fixtures/f3745cfb05ddfda57ec715ce6e752f4e.headers deleted file mode 100644 index 2c8eae6..0000000 --- a/test/fixtures/f3745cfb05ddfda57ec715ce6e752f4e.headers +++ /dev/null @@ -1,23 +0,0 @@ -{ - "statusCode": 307, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:20 GMT", - "content-type": "text/plain; charset=utf-8", - "content-length": "86", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "location": "http://archive.org/download/mbid-fb98043c-7ac8-4505-ba87-28576836a8d5/index.json", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/fb98043c-7ac8-4505-ba87-28576836a8d5", - "time": 346, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/f3c7a5a4d0fbaf81b0a721a0fea245ea b/test/fixtures/f3c7a5a4d0fbaf81b0a721a0fea245ea deleted file mode 100644 index e0aacda..0000000 --- a/test/fixtures/f3c7a5a4d0fbaf81b0a721a0fea245ea +++ /dev/null @@ -1,4 +0,0 @@ - -404 Not Found -

Not Found

-

No cover art found for release 060dc665-af64-4e75-8e51-d74eda2ec957

diff --git a/test/fixtures/f3c7a5a4d0fbaf81b0a721a0fea245ea.headers b/test/fixtures/f3c7a5a4d0fbaf81b0a721a0fea245ea.headers deleted file mode 100644 index 2ddd456..0000000 --- a/test/fixtures/f3c7a5a4d0fbaf81b0a721a0fea245ea.headers +++ /dev/null @@ -1,22 +0,0 @@ -{ - "statusCode": 404, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "text/html", - "content-length": "179", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "access-control-allow-origin": "*" - }, - "url": "http://coverartarchive.org:80/release/060dc665-af64-4e75-8e51-d74eda2ec957", - "time": 356, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "coverartarchive.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/f509f61188e6d9fd8647d8ce1b1e8a9f b/test/fixtures/f509f61188e6d9fd8647d8ce1b1e8a9f deleted file mode 100644 index a39c5ab..0000000 --- a/test/fixtures/f509f61188e6d9fd8647d8ce1b1e8a9f +++ /dev/null @@ -1 +0,0 @@ -{"isnis":[],"sort-name":"Redefinition Records","id":"b5f51b6d-3304-459f-9c03-9a71a87a6877","type-id":null,"rating":{"value":null,"votes-count":0},"name":"Redefinition Records","country":null,"type":null,"label-code":null,"area":{"id":"a36544c1-cb40-4f44-9e0e-7a5a69e403a8","name":"New Jersey","sort-name":"New Jersey","disambiguation":"","iso-3166-2-codes":["US-NJ"]},"ipis":[],"life-span":{"ended":false,"begin":null,"end":null},"disambiguation":""} \ No newline at end of file diff --git a/test/fixtures/f509f61188e6d9fd8647d8ce1b1e8a9f.headers b/test/fixtures/f509f61188e6d9fd8647d8ce1b1e8a9f.headers deleted file mode 100644 index a97a32c..0000000 --- a/test/fixtures/f509f61188e6d9fd8647d8ce1b1e8a9f.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:30 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1087", - "x-ratelimit-reset": "1537138772", - "server": "Plack::Handler::Starlet", - "etag": "W/\"02f469c2e15bbaec8f2a7022ecffb3f1\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/b5f51b6d-3304-459f-9c03-9a71a87a6877?inc=ratings&fmt=json", - "time": 401, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/f5cc4554214e4421714ea8f4650632b5 b/test/fixtures/f5cc4554214e4421714ea8f4650632b5 deleted file mode 100644 index 9b7f4ba..0000000 --- a/test/fixtures/f5cc4554214e4421714ea8f4650632b5 +++ /dev/null @@ -1 +0,0 @@ -{"area":{"name":"Canada","sort-name":"Canada","iso-3166-1-codes":["CA"],"id":"71bbafaa-e825-3e15-8ca9-017dcad1748b","disambiguation":""},"disambiguation":"","type":"Person","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","life-span":{"begin":"1934-09-21","end":"2016-11-07","ended":true},"sort-name":"Cohen, Leonard","relations":[{"begin":null,"type":"arranger","type-id":"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d","recording":{"disambiguation":"","id":"06cf07c0-b739-4ce7-92c4-56424ee061cc","video":false,"title":"The Future","length":402000},"target-type":"recording","direction":"forward","target-credit":"","end":null,"ended":false,"attribute-values":{},"source-credit":"","attributes":[]},{"recording":{"length":245000,"title":"Different Sides","video":false,"id":"1f82bd0e-1e14-4601-976a-3fa9993ff9db","disambiguation":""},"target-type":"recording","type":"arranger","begin":null,"type-id":"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d","ended":false,"target-credit":"","end":null,"direction":"forward","attribute-values":{},"attributes":[],"source-credit":""},{"direction":"forward","ended":false,"target-credit":"","end":null,"recording":{"length":336426,"title":"Everybody Knows","video":false,"disambiguation":"","id":"30f52995-5567-4254-8f5d-7a46ac9b2cfb"},"target-type":"recording","type-id":"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d","begin":null,"type":"arranger","attributes":[],"source-credit":"","attribute-values":{}},{"source-credit":"","attributes":[],"attribute-values":{},"direction":"forward","target-credit":"","end":null,"ended":false,"begin":null,"type-id":"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d","type":"arranger","recording":{"disambiguation":"","id":"34b3b2fc-fe08-429c-90fc-da7929f62846","video":false,"title":"Anthem","length":366933},"target-type":"recording"},{"type":"arranger","begin":null,"type-id":"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d","recording":{"title":"Waiting for the Miracle","length":462506,"disambiguation":"","id":"3a824c74-8ed4-4963-aa92-2ea0a173eeeb","video":false},"target-type":"recording","target-credit":"","end":null,"ended":false,"direction":"forward","attribute-values":{},"source-credit":"","attributes":[]},{"attribute-values":{},"source-credit":"","attributes":[],"begin":null,"type-id":"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d","type":"arranger","target-type":"recording","recording":{"id":"3c4bb6b1-d488-4f8a-bbb5-9e721b5f593a","disambiguation":"","video":false,"title":"Because Of","length":185000},"target-credit":"","end":null,"ended":false,"direction":"forward"},{"recording":{"title":"I’m Your Man","length":266000,"id":"4150b2a5-1dfb-4781-afd1-c3f887804277","disambiguation":"","video":false},"target-type":"recording","type-id":"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d","begin":null,"type":"arranger","direction":"forward","ended":false,"end":null,"target-credit":"","attribute-values":{},"attributes":[],"source-credit":""},{"target-credit":"","end":null,"ended":false,"direction":"forward","begin":null,"type":"arranger","type-id":"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d","target-type":"recording","recording":{"title":"Lullaby","length":286000,"id":"4696bdb9-8643-4723-886e-12754456b0f5","disambiguation":"","video":false},"source-credit":"","attributes":[],"attribute-values":{}},{"attributes":[],"source-credit":"","attribute-values":{},"direction":"forward","ended":false,"target-credit":"","end":null,"recording":{"title":"Tacoma Trailer","length":356706,"id":"579927d8-3ef4-479a-9142-2723fe7f55c5","disambiguation":"","video":false},"target-type":"recording","begin":null,"type":"arranger","type-id":"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d"},{"source-credit":"","attributes":[],"attribute-values":{},"direction":"forward","end":null,"target-credit":"","ended":false,"type-id":"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d","begin":null,"type":"arranger","recording":{"id":"60094d22-2e2f-46fd-8e42-a290929687b4","disambiguation":"","video":false,"title":"Dear Heather","length":223333},"target-type":"recording"},{"attribute-values":{},"source-credit":"","attributes":[],"type-id":"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d","begin":null,"type":"arranger","target-type":"recording","recording":{"title":"Undertow","length":262333,"id":"63457012-014b-4ad8-83bf-b4cbfcbcccae","disambiguation":"","video":false},"direction":"forward","target-credit":"","end":null,"ended":false},{"direction":"forward","ended":false,"end":null,"target-credit":"","recording":{"video":false,"disambiguation":"","id":"650c92ba-a9eb-40ec-83dd-30148fc1679a","length":280666,"title":"The Lost Canadian (Un Canadien errant)"},"target-type":"recording","type-id":"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d","begin":null,"type":"arranger","attributes":[],"source-credit":"","attribute-values":{}},{"source-credit":"","attributes":[],"attribute-values":{},"direction":"forward","end":null,"target-credit":"","ended":false,"type":"arranger","begin":null,"type-id":"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d","target-type":"recording","recording":{"video":false,"disambiguation":"","id":"8be14815-92d2-4307-a16f-f47c3a0feeb6","length":359693,"title":"Closing Time"}},{"source-credit":"","attributes":[],"attribute-values":{},"target-credit":"","end":null,"ended":false,"direction":"forward","begin":null,"type":"arranger","type-id":"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d","recording":{"title":"Passing Through","length":248106,"id":"bc808e21-cfaa-42db-9937-958a988a8bc4","disambiguation":"live, 1972: London","video":false},"target-type":"recording"},{"target-credit":"","end":null,"ended":false,"direction":"forward","type":"arranger","begin":null,"type-id":"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d","recording":{"video":false,"id":"c43a75af-4212-4bd0-a9b7-06c0ef319dd7","disambiguation":"","length":216306,"title":"Morning Glory"},"target-type":"recording","source-credit":"","attributes":[],"attribute-values":{}},{"begin":null,"type":"arranger","type-id":"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d","target-type":"recording","recording":{"title":"Democracy","length":434800,"disambiguation":"","id":"cb970ecf-215f-43d4-8b2c-24ff99a72194","video":false},"end":null,"target-credit":"","ended":false,"direction":"forward","attribute-values":{},"source-credit":"","attributes":["additional"]},{"direction":"forward","target-credit":"","end":null,"ended":false,"type-id":"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d","begin":null,"type":"arranger","target-type":"recording","recording":{"length":87000,"title":"Whither Thou Goest","video":false,"disambiguation":"","id":"d8ab1423-610e-4505-801b-07719812a11e"},"source-credit":"","attributes":[],"attribute-values":{}},{"target-type":"recording","recording":{"disambiguation":"","id":"e867bfa9-fd8f-49e9-a87d-f00480369844","video":false,"title":"To a Teacher","length":155493},"type":"arranger","begin":null,"type-id":"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d","direction":"forward","ended":false,"target-credit":"","end":null,"attribute-values":{},"attributes":[],"source-credit":""},{"attribute-values":{},"attributes":[],"source-credit":"","target-type":"recording","recording":{"id":"ed670fc8-0c90-4e95-9b7f-a5764aeb56f6","disambiguation":"","video":false,"title":"Tower of Song","length":337493},"type":"arranger","begin":null,"type-id":"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d","ended":false,"target-credit":"","end":null,"direction":"forward"},{"attribute-values":{},"source-credit":"","attributes":[],"begin":null,"type":"arranger","type-id":"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d","recording":{"video":false,"id":"f388dcca-0e73-4ff8-b065-5e3477c63196","disambiguation":"","length":455000,"title":"Amen"},"target-type":"recording","direction":"forward","target-credit":"","end":null,"ended":false},{"ended":false,"target-credit":"","end":null,"direction":"forward","recording":{"disambiguation":"","id":"fae69095-3cde-4156-a91c-99f4d985dcb2","video":false,"title":"I Can’t Forget","length":271973},"target-type":"recording","type-id":"22661fb8-cdb7-4f67-8385-b2a8be6c9f0d","begin":null,"type":"arranger","attributes":[],"source-credit":"","attribute-values":{}},{"begin":null,"type-id":"307e95dd-88b5-419b-8223-b146d4a0d439","type":"design/illustration","target-type":"release","end":null,"target-credit":"","ended":false,"direction":"forward","attribute-values":{},"release":{"date":"2012-01-31","country":"US","quality":"normal","status":null,"release-events":[{"date":"2012-01-31","area":{"iso-3166-1-codes":["US"],"disambiguation":"","id":"489ce91b-6658-3307-9877-795b68554c98","name":"United States","sort-name":"United States"}}],"packaging-id":null,"barcode":"886979867123","id":"b02dd44e-2b35-44f1-8001-768fc94f5d14","text-representation":{"language":"eng","script":"Latn"},"title":"Old Ideas","packaging":null,"disambiguation":"","status-id":null},"source-credit":"","attributes":[]},{"target-type":"release","type":"design/illustration","begin":null,"type-id":"307e95dd-88b5-419b-8223-b146d4a0d439","direction":"forward","ended":false,"end":null,"target-credit":"","release":{"id":"ffcf8508-1589-4f4f-ad6e-a55d530730be","barcode":"696998688421","release-events":[{"area":{"sort-name":"United States","name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98","disambiguation":"","iso-3166-1-codes":["US"]},"date":"2002-10"}],"packaging-id":null,"status":null,"country":"US","quality":"normal","date":"2002-10","status-id":null,"disambiguation":"","packaging":null,"title":"The Essential Leonard Cohen","text-representation":{"script":"Latn","language":"eng"}},"attribute-values":{},"attributes":[],"source-credit":""},{"target-type":"release","begin":null,"type-id":"cf43b79e-3299-4b0c-9244-59ea06337107","type":"graphic design","ended":false,"target-credit":"","end":null,"direction":"forward","attribute-values":{},"release":{"title":"Old Ideas","text-representation":{"script":"Latn","language":"eng"},"disambiguation":"","status-id":null,"packaging":null,"quality":"normal","country":"US","status":null,"date":"2012-01-31","id":"b02dd44e-2b35-44f1-8001-768fc94f5d14","release-events":[{"date":"2012-01-31","area":{"name":"United States","sort-name":"United States","iso-3166-1-codes":["US"],"disambiguation":"","id":"489ce91b-6658-3307-9877-795b68554c98"}}],"packaging-id":null,"barcode":"886979867123"},"attributes":[],"source-credit":""},{"attributes":[],"source-credit":"","attribute-values":{},"release":{"release-events":[{"area":{"id":"89a675c2-3e37-3518-b83c-418bad59a85a","disambiguation":"","iso-3166-1-codes":["XE"],"sort-name":"Europe","name":"Europe"},"date":"1999-03-04"}],"packaging-id":null,"barcode":"5099747717123","id":"edb177a0-6748-3607-8b91-6a335e3532a7","date":"1999-03-04","country":"XE","quality":"normal","status":null,"packaging":null,"disambiguation":"","status-id":null,"text-representation":{"language":"eng","script":"Latn"},"title":"Live in Concert"},"ended":false,"target-credit":"","end":null,"direction":"forward","target-type":"release","begin":null,"type-id":"cf43b79e-3299-4b0c-9244-59ea06337107","type":"graphic design"},{"attribute-credits":{},"attributes":["acoustic guitar"],"source-credit":"","attribute-values":{},"direction":"forward","ended":false,"end":null,"target-credit":"","recording":{"title":"The Window","length":355240,"id":"1c54de7c-069a-4023-a8a3-b0cd55400609","disambiguation":"","video":false},"target-type":"recording","type":"instrument","begin":null,"type-id":"59054b12-01ac-43ee-a618-285fd397e461"},{"attribute-values":{},"release":{"release-events":[{"date":"2002-08-12","area":{"sort-name":"United Kingdom","name":"United Kingdom","disambiguation":"","id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","iso-3166-1-codes":["GB"]}}],"packaging-id":null,"barcode":"5099750122525","id":"1c91bfb8-19d2-4ccf-85ab-aaf7a15159ac","date":"2002-08-12","country":"GB","quality":"normal","status":null,"packaging":null,"disambiguation":"","status-id":null,"text-representation":{"script":"Latn","language":"eng"},"title":"Field Commander Cohen: Tour of 1979"},"attributes":["guitar"],"source-credit":"","attribute-credits":{},"target-type":"release","begin":null,"type-id":"67555849-61e5-455b-96e3-29733f0115f5","type":"instrument","ended":false,"target-credit":"","end":null,"direction":"forward"},{"target-type":"release","type-id":"67555849-61e5-455b-96e3-29733f0115f5","begin":null,"type":"instrument","ended":false,"target-credit":"","end":null,"direction":"forward","attribute-values":{},"release":{"id":"1eb1c9ac-52e0-4e12-8ca3-69d85082a0ed","packaging-id":null,"release-events":[{"area":{"name":"[Worldwide]","sort-name":"[Worldwide]","iso-3166-1-codes":["XW"],"disambiguation":"","id":"525d4e18-3d00-31b9-a58b-a146a916de8f"},"date":"2009-10-20"}],"barcode":"886975791620","quality":"normal","country":"XW","status":null,"date":"2009-10-20","status-id":null,"disambiguation":"","packaging":null,"title":"Live at the Isle of Wight 1970","text-representation":{"language":"eng","script":"Latn"}},"attributes":["acoustic guitar"],"source-credit":"","attribute-credits":{}},{"release":{"packaging":null,"disambiguation":"","status-id":null,"text-representation":{"language":"eng","script":"Latn"},"title":"The Collection","release-events":[{"area":{"iso-3166-1-codes":["GB"],"id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","disambiguation":"","name":"United Kingdom","sort-name":"United Kingdom"},"date":"2008-06-30"}],"packaging-id":null,"barcode":"886973127223","id":"1f092fb8-5267-3b80-939b-6002600d380c","date":"2008-06-30","country":"GB","quality":"normal","status":null},"attribute-values":{},"attribute-credits":{},"source-credit":"","attributes":["guitar"],"begin":null,"type-id":"67555849-61e5-455b-96e3-29733f0115f5","type":"instrument","target-type":"release","direction":"forward","target-credit":"","end":null,"ended":false},{"type":"instrument","begin":null,"type-id":"67555849-61e5-455b-96e3-29733f0115f5","target-type":"release","direction":"forward","target-credit":"","end":null,"ended":false,"release":{"date":"1990","status":null,"quality":"normal","country":"XE","barcode":"5099746556921","packaging-id":null,"release-events":[{"date":"1990","area":{"sort-name":"Europe","name":"Europe","id":"89a675c2-3e37-3518-b83c-418bad59a85a","disambiguation":"","iso-3166-1-codes":["XE"]}}],"id":"236d8559-3f34-4cae-8763-14fcb98d8fe1","text-representation":{"language":"eng","script":"Latn"},"title":"Various Positions","packaging":null,"disambiguation":"","status-id":null},"attribute-values":{},"attribute-credits":{},"source-credit":"","attributes":["guitar"]},{"direction":"forward","ended":false,"target-credit":"","end":null,"target-type":"release","type":"instrument","begin":null,"type-id":"67555849-61e5-455b-96e3-29733f0115f5","attribute-credits":{},"attributes":["acoustic guitar"],"source-credit":"","release":{"packaging":null,"disambiguation":"","status-id":null,"text-representation":{"language":"eng","script":"Latn"},"title":"Songs of Love and Hate","barcode":null,"packaging-id":null,"release-events":[{"date":"1971","area":{"disambiguation":"","id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","iso-3166-1-codes":["GB"],"sort-name":"United Kingdom","name":"United Kingdom"}}],"id":"28e1dddf-af36-3f55-a840-1ad283cc925a","date":"1971","status":null,"country":"GB","quality":"normal"},"attribute-values":{}},{"direction":"forward","ended":false,"target-credit":"","end":null,"recording":{"video":false,"id":"2ed281d2-a440-4a65-ab52-0d88a30ebe1a","disambiguation":"","length":436893,"title":"Light as the Breeze"},"target-type":"recording","type-id":"59054b12-01ac-43ee-a618-285fd397e461","begin":null,"type":"instrument","attribute-credits":{},"attributes":["violin"],"source-credit":"","attribute-values":{}},{"direction":"forward","target-credit":"","end":null,"ended":false,"type-id":"59054b12-01ac-43ee-a618-285fd397e461","begin":null,"type":"instrument","recording":{"title":"Light as the Breeze","length":436893,"disambiguation":"","id":"2ed281d2-a440-4a65-ab52-0d88a30ebe1a","video":false},"target-type":"recording","attribute-credits":{},"source-credit":"","attributes":["saxophone"],"attribute-values":{}},{"ended":false,"target-credit":"","end":null,"direction":"forward","target-type":"recording","recording":{"video":false,"id":"30f52995-5567-4254-8f5d-7a46ac9b2cfb","disambiguation":"","length":336426,"title":"Everybody Knows"},"type-id":"59054b12-01ac-43ee-a618-285fd397e461","begin":null,"type":"instrument","attributes":["keyboard"],"source-credit":"","attribute-credits":{},"attribute-values":{}},{"attribute-values":{},"source-credit":"","attributes":["guitar"],"attribute-credits":{},"begin":null,"type-id":"59054b12-01ac-43ee-a618-285fd397e461","type":"instrument","target-type":"recording","recording":{"title":"Ballad of the Absent Mare","length":381893,"disambiguation":"","id":"38e88e6e-16e3-4f7a-8156-db319e0508cd","video":false},"end":null,"target-credit":"","ended":false,"direction":"forward"},{"attribute-values":{},"attribute-credits":{},"source-credit":"","attributes":["keyboard"],"begin":null,"type-id":"59054b12-01ac-43ee-a618-285fd397e461","type":"instrument","recording":{"title":"I’m Your Man","length":266000,"id":"4150b2a5-1dfb-4781-afd1-c3f887804277","disambiguation":"","video":false},"target-type":"recording","direction":"forward","end":null,"target-credit":"","ended":false},{"attribute-credits":{},"attributes":["guitar"],"source-credit":"","attribute-values":{},"direction":"forward","ended":false,"end":null,"target-credit":"","target-type":"recording","recording":{"title":"Lullaby","length":286000,"id":"4696bdb9-8643-4723-886e-12754456b0f5","disambiguation":"","video":false},"begin":null,"type":"instrument","type-id":"59054b12-01ac-43ee-a618-285fd397e461"},{"begin":null,"type":"instrument","type-id":"67555849-61e5-455b-96e3-29733f0115f5","target-type":"release","direction":"forward","end":null,"target-credit":"","ended":false,"release":{"status-id":null,"disambiguation":"","packaging":null,"title":"Live in London","text-representation":{"script":"Latn","language":"eng"},"id":"47069cc8-b2bf-4033-aa30-239f33dd551a","release-events":[{"date":"2009-03-31","area":{"sort-name":"United States","name":"United States","disambiguation":"","id":"489ce91b-6658-3307-9877-795b68554c98","iso-3166-1-codes":["US"]}}],"packaging-id":null,"barcode":"0886974050223","quality":"normal","country":"US","status":null,"date":"2009-03-31"},"attribute-values":{},"attribute-credits":{},"source-credit":"","attributes":["guitar","keyboard"]},{"source-credit":"","attributes":["guitar"],"attribute-credits":{},"attribute-values":{},"release":{"title":"Various Positions","text-representation":{"script":"Latn","language":"eng"},"disambiguation":"","status-id":null,"packaging":null,"country":"US","quality":"normal","status":null,"date":"1995-02-07","id":"4c07f596-4963-33df-adb1-55d01dab800d","packaging-id":null,"release-events":[{"area":{"sort-name":"United States","name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98","disambiguation":"","iso-3166-1-codes":["US"]},"date":"1995-02-07"}],"barcode":"074646695029"},"end":null,"target-credit":"","ended":false,"direction":"forward","type-id":"67555849-61e5-455b-96e3-29733f0115f5","begin":null,"type":"instrument","target-type":"release"},{"release":{"quality":"normal","country":"DE","status":null,"date":"1997-11-10","id":"4d27a9be-57b6-3376-bea3-a677412239f8","release-events":[{"area":{"name":"Germany","sort-name":"Germany","iso-3166-1-codes":["DE"],"id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad","disambiguation":""},"date":"1997-11-10"}],"packaging-id":null,"barcode":"5099747679926","title":"Songs of Love and Hate","text-representation":{"language":"eng","script":"Latn"},"disambiguation":"","status-id":null,"packaging":null},"attribute-values":{},"attribute-credits":{},"attributes":["acoustic guitar"],"source-credit":"","target-type":"release","type":"instrument","begin":null,"type-id":"67555849-61e5-455b-96e3-29733f0115f5","direction":"forward","ended":false,"target-credit":"","end":null},{"ended":false,"target-credit":"","end":null,"direction":"forward","recording":{"disambiguation":"","id":"52784e4b-f82b-4fdc-b7b6-c74467b0997a","video":false,"title":"On That Day","length":130906},"target-type":"recording","type":"instrument","begin":null,"type-id":"59054b12-01ac-43ee-a618-285fd397e461","attributes":["jew's harp"],"source-credit":"","attribute-credits":{},"attribute-values":{}},{"ended":false,"end":null,"target-credit":"","direction":"forward","target-type":"release","type-id":"67555849-61e5-455b-96e3-29733f0115f5","begin":null,"type":"instrument","attributes":["acoustic guitar"],"source-credit":"","attribute-credits":{},"attribute-values":{},"release":{"packaging":null,"disambiguation":"","status-id":null,"text-representation":{"language":"eng","script":"Latn"},"title":"Songs of Love and Hate","packaging-id":null,"release-events":[{"date":"1970","area":{"sort-name":"United States","name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98","disambiguation":"","iso-3166-1-codes":["US"]}}],"barcode":null,"id":"535bf80d-bde6-4a8c-b89a-45f69e56a025","date":"1970","quality":"normal","country":"US","status":null}},{"release":{"release-events":[{"area":{"iso-3166-1-codes":["XE"],"id":"89a675c2-3e37-3518-b83c-418bad59a85a","disambiguation":"","name":"Europe","sort-name":"Europe"},"date":"1988-03-04"}],"packaging-id":null,"barcode":"5099703221923","id":"66c652dd-1702-37a3-85fd-4697cfd0813e","date":"1988-03-04","country":"XE","quality":"normal","status":null,"packaging":null,"disambiguation":"","status-id":null,"text-representation":{"script":"Latn","language":"eng"},"title":"Songs of Love and Hate"},"attribute-values":{},"attribute-credits":{},"attributes":["acoustic guitar"],"source-credit":"","target-type":"release","begin":null,"type":"instrument","type-id":"67555849-61e5-455b-96e3-29733f0115f5","direction":"forward","ended":false,"target-credit":"","end":null},{"attribute-values":{},"attribute-credits":{},"attributes":["guitar"],"source-credit":"","recording":{"length":186000,"title":"Crazy to Love You","video":false,"id":"6a295f6a-2676-4bd8-97fa-99ec7d5a8235","disambiguation":""},"target-type":"recording","begin":null,"type-id":"59054b12-01ac-43ee-a618-285fd397e461","type":"instrument","direction":"forward","ended":false,"target-credit":"","end":null},{"attribute-credits":{},"attributes":["guitar","jew's harp"],"source-credit":"","release":{"country":"XW","quality":"normal","status":null,"date":"1995-02-07","id":"6e4212d3-5399-4da6-917b-a4ee3a579876","release-events":[{"date":"1995-02-07","area":{"sort-name":"[Worldwide]","name":"[Worldwide]","disambiguation":"","id":"525d4e18-3d00-31b9-a58b-a146a916de8f","iso-3166-1-codes":["XW"]}}],"packaging-id":null,"barcode":"5099703266023","title":"New Skin for the Old Ceremony","text-representation":{"language":"eng","script":"Latn"},"disambiguation":"","status-id":null,"packaging":null},"attribute-values":{},"direction":"forward","ended":false,"target-credit":"","end":null,"target-type":"release","type":"instrument","begin":null,"type-id":"67555849-61e5-455b-96e3-29733f0115f5"},{"attribute-values":{},"attribute-credits":{},"attributes":["acoustic guitar"],"source-credit":"","target-type":"recording","recording":{"title":"The Traitor","length":374600,"disambiguation":"","id":"7d644bc4-e70d-46d9-a3e0-4f47315e5e03","video":false},"type":"instrument","begin":null,"type-id":"59054b12-01ac-43ee-a618-285fd397e461","direction":"forward","ended":false,"target-credit":"","end":null},{"target-credit":"","end":null,"ended":false,"direction":"forward","type":"instrument","begin":null,"type-id":"67555849-61e5-455b-96e3-29733f0115f5","target-type":"release","source-credit":"","attributes":["guitar","keyboard"],"attribute-credits":{},"attribute-values":{},"release":{"packaging-id":null,"release-events":[{"area":{"name":"[Worldwide]","sort-name":"[Worldwide]","iso-3166-1-codes":["XW"],"disambiguation":"","id":"525d4e18-3d00-31b9-a58b-a146a916de8f"},"date":"2010-09-13"}],"barcode":"886977683923","id":"81d4fa2c-c7ed-4bcf-b1a9-a291b418d998","date":"2010-09-13","quality":"normal","country":"XW","status":null,"packaging":null,"status-id":null,"disambiguation":"","text-representation":{"language":"eng","script":"Latn"},"title":"Songs From the Road"}},{"target-credit":"","end":null,"ended":false,"direction":"forward","type":"instrument","begin":null,"type-id":"59054b12-01ac-43ee-a618-285fd397e461","target-type":"recording","recording":{"disambiguation":"","id":"90977aa4-eead-4245-9413-92a635cbb4a6","video":false,"title":"The Smokey Life","length":318040},"source-credit":"","attributes":["acoustic guitar"],"attribute-credits":{},"attribute-values":{}},{"attribute-values":{},"release":{"text-representation":{"script":"Latn","language":"eng"},"title":"New Skin for the Old Ceremony","packaging":null,"disambiguation":"","status-id":null,"date":"1974-08","quality":"normal","country":"US","status":null,"release-events":[{"area":{"disambiguation":"","id":"489ce91b-6658-3307-9877-795b68554c98","iso-3166-1-codes":["US"],"sort-name":"United States","name":"United States"},"date":"1974-08"}],"packaging-id":null,"barcode":null,"id":"90ad5a1e-2142-3d58-9b81-c4d1a198d3d9"},"source-credit":"","attributes":["guitar","jew's harp"],"attribute-credits":{},"begin":null,"type-id":"67555849-61e5-455b-96e3-29733f0115f5","type":"instrument","target-type":"release","target-credit":"","end":null,"ended":false,"direction":"forward"},{"attribute-credits":{},"source-credit":"","attributes":["acoustic guitar"],"attribute-values":{},"direction":"forward","target-credit":"","end":null,"ended":false,"type-id":"59054b12-01ac-43ee-a618-285fd397e461","begin":null,"type":"instrument","target-type":"recording","recording":{"title":"The Guests","length":400880,"disambiguation":"","id":"9ab9cba8-dc25-4c71-abca-12b879284123","video":false}},{"release":{"title":"Live Songs","text-representation":{"script":"Latn","language":"eng"},"disambiguation":"","status-id":null,"packaging":null,"status":null,"quality":"normal","country":"XE","date":"1996","id":"ab1d5e25-a3d9-3a40-9718-9709e4d4f15d","barcode":"5099748445421","release-events":[{"date":"1996","area":{"sort-name":"Europe","name":"Europe","disambiguation":"","id":"89a675c2-3e37-3518-b83c-418bad59a85a","iso-3166-1-codes":["XE"]}}],"packaging-id":null},"attribute-values":{},"attribute-credits":{},"attributes":["acoustic guitar"],"source-credit":"","target-type":"release","begin":null,"type-id":"67555849-61e5-455b-96e3-29733f0115f5","type":"instrument","direction":"forward","ended":false,"end":null,"target-credit":""},{"type-id":"67555849-61e5-455b-96e3-29733f0115f5","begin":null,"type":"instrument","target-type":"release","direction":"forward","end":null,"target-credit":"","ended":false,"release":{"date":"2007-04-24","status":null,"country":"US","quality":"normal","barcode":"886970474122","packaging-id":null,"release-events":[{"date":"2007-04-24","area":{"iso-3166-1-codes":["US"],"disambiguation":"","id":"489ce91b-6658-3307-9877-795b68554c98","name":"United States","sort-name":"United States"}}],"id":"afd3e16a-aabd-4c93-b93a-dc43ec370e84","text-representation":{"script":"Latn","language":"eng"},"title":"Songs of Love and Hate","packaging":null,"status-id":null,"disambiguation":""},"attribute-values":{},"attribute-credits":{},"source-credit":"","attributes":["acoustic guitar"]},{"attribute-values":{},"attributes":["guitar family","jew's harp"],"source-credit":"","attribute-credits":{},"recording":{"title":"Nightingale","length":151000,"id":"b782ea5b-f15a-463f-87c2-5378a472e51c","disambiguation":"","video":false},"target-type":"recording","type-id":"59054b12-01ac-43ee-a618-285fd397e461","begin":null,"type":"instrument","ended":false,"target-credit":"","end":null,"direction":"forward"},{"direction":"forward","ended":false,"end":null,"target-credit":"","target-type":"recording","recording":{"length":312693,"title":"The Gypsy’s Wife","video":false,"disambiguation":"","id":"bfe0b37d-fe45-4a5c-9857-386092b5396e"},"begin":null,"type-id":"59054b12-01ac-43ee-a618-285fd397e461","type":"instrument","attribute-credits":{},"attributes":["acoustic guitar"],"source-credit":"","attribute-values":{}},{"target-type":"release","type":"instrument","begin":null,"type-id":"67555849-61e5-455b-96e3-29733f0115f5","direction":"forward","ended":false,"end":null,"target-credit":"","release":{"status-id":null,"disambiguation":"","packaging":null,"title":"Various Positions","text-representation":{"language":"eng","script":"Latn"},"id":"c3b8f35e-5392-446c-a957-ca1fc08d9a4c","barcode":"","release-events":[{"date":"1984","area":{"sort-name":"United Kingdom","name":"United Kingdom","id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","disambiguation":"","iso-3166-1-codes":["GB"]}}],"packaging-id":null,"status":null,"country":"GB","quality":"normal","date":"1984"},"attribute-values":{},"attribute-credits":{},"attributes":["guitar"],"source-credit":""},{"attribute-values":{},"attributes":["guitar"],"source-credit":"","attribute-credits":{},"target-type":"recording","recording":{"video":false,"disambiguation":"","id":"d2835e45-c9f4-4107-8aed-1286616053b9","length":269000,"title":"Darkness"},"type-id":"59054b12-01ac-43ee-a618-285fd397e461","begin":null,"type":"instrument","ended":false,"target-credit":"","end":null,"direction":"forward"},{"source-credit":"","attributes":["guitar"],"attribute-credits":{},"attribute-values":{},"release":{"packaging":null,"disambiguation":"","status-id":null,"text-representation":{"script":"Latn","language":"eng"},"title":"Various Positions","barcode":"0612139072801","release-events":[{"date":"1984-12","area":{"id":"71bbafaa-e825-3e15-8ca9-017dcad1748b","disambiguation":"","iso-3166-1-codes":["CA"],"sort-name":"Canada","name":"Canada"}}],"packaging-id":null,"id":"d601bc88-1372-3566-a650-2cbe74205d1e","date":"1984-12","status":null,"quality":"normal","country":"CA"},"end":null,"target-credit":"","ended":false,"direction":"forward","type":"instrument","begin":null,"type-id":"67555849-61e5-455b-96e3-29733f0115f5","target-type":"release"},{"end":null,"target-credit":"","ended":false,"direction":"forward","type-id":"67555849-61e5-455b-96e3-29733f0115f5","begin":null,"type":"instrument","target-type":"release","source-credit":"","attributes":["guitar","keyboard"],"attribute-credits":{},"attribute-values":{},"release":{"title":"Live in Concert","text-representation":{"language":"eng","script":"Latn"},"status-id":null,"disambiguation":"","packaging":null,"quality":"normal","country":"XE","status":null,"date":"1999-03-04","id":"edb177a0-6748-3607-8b91-6a335e3532a7","release-events":[{"date":"1999-03-04","area":{"sort-name":"Europe","name":"Europe","disambiguation":"","id":"89a675c2-3e37-3518-b83c-418bad59a85a","iso-3166-1-codes":["XE"]}}],"packaging-id":null,"barcode":"5099747717123"}},{"recording":{"video":false,"id":"f388dcca-0e73-4ff8-b065-5e3477c63196","disambiguation":"","length":455000,"title":"Amen"},"target-type":"recording","type-id":"59054b12-01ac-43ee-a618-285fd397e461","begin":null,"type":"instrument","direction":"forward","ended":false,"target-credit":"","end":null,"attribute-values":{},"attribute-credits":{},"attributes":["guitar"],"source-credit":""},{"attributes":["guitar"],"source-credit":"","attribute-credits":{},"attribute-values":{},"release":{"packaging":null,"status-id":null,"disambiguation":"","text-representation":{"language":"eng","script":"Latn"},"title":"Various Positions","barcode":"","release-events":[{"date":"1985-02","area":{"iso-3166-1-codes":["US"],"disambiguation":"","id":"489ce91b-6658-3307-9877-795b68554c98","name":"United States","sort-name":"United States"}}],"packaging-id":null,"id":"f9363b3d-3f03-38f0-96d5-156e95064f0f","date":"1985-02","status":null,"country":"US","quality":"normal"},"ended":false,"end":null,"target-credit":"","direction":"forward","target-type":"release","type-id":"67555849-61e5-455b-96e3-29733f0115f5","begin":null,"type":"instrument"},{"begin":null,"type":"instrument","type-id":"59054b12-01ac-43ee-a618-285fd397e461","recording":{"length":271973,"title":"I Can’t Forget","video":false,"disambiguation":"","id":"fae69095-3cde-4156-a91c-99f4d985dcb2"},"target-type":"recording","direction":"forward","end":null,"target-credit":"","ended":false,"attribute-values":{},"attribute-credits":{},"source-credit":"","attributes":["piano"]},{"begin":"1967","type-id":"fd3927ba-fd51-4fa9-bcc2-e83637896fe8","type":"involved with","target-type":"artist","direction":"backward","artist":{"sort-name":"Mitchell, Joni","name":"Joni Mitchell","id":"a6de8ef9-b1a1-4756-97aa-481bbb8a4069","disambiguation":""},"target-credit":"","end":"1967","ended":true,"attribute-values":{},"source-credit":"","attributes":[]},{"release":{"text-representation":{"script":"Latn","language":"eng"},"title":"Night Magic","packaging":null,"disambiguation":"remastered","status-id":null,"date":"2004-02","status":null,"country":"CA","quality":"normal","barcode":"777078910042","release-events":[{"date":"2004-02","area":{"iso-3166-1-codes":["CA"],"disambiguation":"","id":"71bbafaa-e825-3e15-8ca9-017dcad1748b","name":"Canada","sort-name":"Canada"}}],"packaging-id":null,"id":"00765652-da1f-4c12-877e-4fe77eaab839"},"attribute-values":{},"source-credit":"","attributes":[],"type":"lyricist","begin":null,"type-id":"a2af367a-b040-46f8-af21-310f92dfe97b","target-type":"release","direction":"forward","end":null,"target-credit":"","ended":false},{"attribute-values":{},"source-credit":"","attributes":[],"begin":null,"type":"mix","type-id":"3e3102e1-1896-4f50-b5b2-dd9824e46efe","recording":{"length":268106,"title":"That Don't Make It Junk","video":false,"disambiguation":"","id":"03d237a6-50b0-4d97-9272-6cda1789aa58"},"target-type":"recording","direction":"forward","target-credit":"","end":null,"ended":false},{"type":"mix","begin":null,"type-id":"3e3102e1-1896-4f50-b5b2-dd9824e46efe","target-type":"recording","recording":{"id":"03f720ba-4f36-4f61-808c-04774705b6f1","disambiguation":"","video":false,"title":"Love Itself","length":326000},"direction":"forward","end":null,"target-credit":"","ended":false,"attribute-values":{},"source-credit":"","attributes":[]},{"attribute-values":{},"source-credit":"","attributes":[],"type":"mix","begin":null,"type-id":"3e3102e1-1896-4f50-b5b2-dd9824e46efe","recording":{"disambiguation":"","id":"07d39109-cec9-4cec-9678-34041f86e441","video":false,"title":"Alexandra Leaving","length":325840},"target-type":"recording","direction":"forward","end":null,"target-credit":"","ended":false},{"begin":null,"type-id":"3e3102e1-1896-4f50-b5b2-dd9824e46efe","type":"mix","recording":{"title":"A Thousand Kisses Deep","length":388200,"id":"36497e8d-1d2e-4621-bc9c-0d85de60b42d","disambiguation":"","video":false},"target-type":"recording","direction":"forward","end":null,"target-credit":"","ended":false,"attribute-values":{},"source-credit":"","attributes":[]},{"recording":{"id":"3b26072c-426e-41d8-8498-037a4e95bfb7","disambiguation":"","video":false,"title":"In My Secret Life","length":295866},"target-type":"recording","type":"mix","begin":null,"type-id":"3e3102e1-1896-4f50-b5b2-dd9824e46efe","ended":false,"target-credit":"","end":null,"direction":"forward","attribute-values":{},"attributes":[],"source-credit":""},{"source-credit":"","attributes":[],"attribute-values":{},"target-credit":"","end":null,"ended":false,"direction":"forward","type-id":"3e3102e1-1896-4f50-b5b2-dd9824e46efe","begin":null,"type":"mix","recording":{"title":"Boogie Street","length":364866,"disambiguation":"","id":"46a307fa-16ba-4ca1-8ae2-6b7b4694e21e","video":false},"target-type":"recording"},{"attribute-values":{},"source-credit":"","attributes":[],"type-id":"3e3102e1-1896-4f50-b5b2-dd9824e46efe","begin":null,"type":"mix","target-type":"recording","recording":{"title":"The Land of Plenty","length":275866,"id":"846fedd4-3852-46e7-a71b-d0bfd45d96ff","disambiguation":"","video":false},"target-credit":"","end":null,"ended":false,"direction":"forward"},{"ended":false,"end":null,"target-credit":"","direction":"forward","target-type":"release","type":"mix","begin":null,"type-id":"6cc958c0-533b-4540-a281-058fbb941890","attributes":[],"source-credit":"","attribute-values":{},"release":{"text-representation":{"script":"Latn","language":"eng"},"title":"Old Ideas","packaging":null,"disambiguation":"","status-id":null,"date":"2012-01-31","quality":"normal","country":"US","status":null,"packaging-id":null,"release-events":[{"area":{"iso-3166-1-codes":["US"],"id":"489ce91b-6658-3307-9877-795b68554c98","disambiguation":"","name":"United States","sort-name":"United States"},"date":"2012-01-31"}],"barcode":"886979867123","id":"b02dd44e-2b35-44f1-8001-768fc94f5d14"}},{"attribute-values":{},"attributes":[],"source-credit":"","target-type":"recording","recording":{"video":false,"id":"c3122495-ce76-40ce-ab37-8213d5ec1735","disambiguation":"","length":258933,"title":"Here It Is"},"begin":null,"type-id":"3e3102e1-1896-4f50-b5b2-dd9824e46efe","type":"mix","ended":false,"target-credit":"","end":null,"direction":"forward"},{"attribute-values":{},"source-credit":"","attributes":[],"type":"mix","begin":null,"type-id":"3e3102e1-1896-4f50-b5b2-dd9824e46efe","recording":{"title":"By the Rivers Dark","length":320693,"id":"cfcf38f3-b8f5-4cf2-bb15-e839e89a1ea9","disambiguation":"","video":false},"target-type":"recording","direction":"forward","target-credit":"","end":null,"ended":false},{"attributes":[],"source-credit":"","attribute-values":{},"ended":false,"end":null,"target-credit":"","direction":"forward","recording":{"video":false,"id":"e14acf57-24cc-4e7c-83ef-de3a55eb9104","disambiguation":"","length":341693,"title":"You Have Loved Enough"},"target-type":"recording","begin":null,"type":"mix","type-id":"3e3102e1-1896-4f50-b5b2-dd9824e46efe"},{"attributes":[],"source-credit":"","attribute-values":{},"ended":false,"target-credit":"","end":null,"direction":"forward","artist":{"disambiguation":"Canadian singer-songwriter","id":"32812b1f-c62e-4625-be28-812c190e5219","sort-name":"Cohen, Adam","name":"Adam Cohen"},"target-type":"artist","begin":null,"type-id":"9421ca84-934f-49fe-9e66-dea242430406","type":"parent"},{"attributes":[],"source-credit":"","attribute-values":{},"artist":{"sort-name":"Cohen, Lorca","name":"Lorca Cohen","id":"ebbdd5f9-dec6-45c1-a4f4-3794a59ae7f2","disambiguation":""},"direction":"forward","ended":false,"end":null,"target-credit":"","target-type":"artist","begin":null,"type-id":"9421ca84-934f-49fe-9e66-dea242430406","type":"parent"},{"target-credit":"","end":null,"ended":false,"direction":"forward","type":"performer","begin":null,"type-id":"628a9658-f54c-4142-b0c0-95f031b544da","target-type":"recording","recording":{"video":false,"id":"06cf07c0-b739-4ce7-92c4-56424ee061cc","disambiguation":"","length":402000,"title":"The Future"},"source-credit":"","attributes":[],"attribute-values":{}},{"attributes":[],"source-credit":"","attribute-values":{},"direction":"forward","ended":false,"target-credit":"","end":null,"recording":{"length":245000,"title":"Different Sides","video":false,"id":"1f82bd0e-1e14-4601-976a-3fa9993ff9db","disambiguation":""},"target-type":"recording","type-id":"628a9658-f54c-4142-b0c0-95f031b544da","begin":null,"type":"performer"},{"target-credit":"","end":null,"ended":false,"direction":"forward","type":"performer","begin":null,"type-id":"628a9658-f54c-4142-b0c0-95f031b544da","target-type":"recording","recording":{"disambiguation":"","id":"3a824c74-8ed4-4963-aa92-2ea0a173eeeb","video":false,"title":"Waiting for the Miracle","length":462506},"source-credit":"","attributes":[],"attribute-values":{}},{"type-id":"628a9658-f54c-4142-b0c0-95f031b544da","begin":null,"type":"performer","target-type":"recording","recording":{"length":185000,"title":"Because Of","video":false,"disambiguation":"","id":"3c4bb6b1-d488-4f8a-bbb5-9e721b5f593a"},"target-credit":"","end":null,"ended":false,"direction":"forward","attribute-values":{},"source-credit":"","attributes":[]},{"attribute-values":{},"source-credit":"","attributes":[],"type-id":"628a9658-f54c-4142-b0c0-95f031b544da","begin":null,"type":"performer","target-type":"recording","recording":{"video":false,"disambiguation":"","id":"4150b2a5-1dfb-4781-afd1-c3f887804277","length":266000,"title":"I’m Your Man"},"target-credit":"","end":null,"ended":false,"direction":"forward"},{"attribute-values":{},"source-credit":"","attributes":[],"type":"performer","begin":null,"type-id":"628a9658-f54c-4142-b0c0-95f031b544da","recording":{"id":"4696bdb9-8643-4723-886e-12754456b0f5","disambiguation":"","video":false,"title":"Lullaby","length":286000},"target-type":"recording","end":null,"target-credit":"","ended":false,"direction":"forward"},{"end":null,"target-credit":"","ended":false,"direction":"forward","begin":null,"type-id":"628a9658-f54c-4142-b0c0-95f031b544da","type":"performer","target-type":"recording","recording":{"disambiguation":"","id":"539ed9d6-5620-41e3-8abe-45da45f8ddd9","video":false,"title":"Born to Lose","length":272000},"source-credit":"","attributes":[],"attribute-values":{}},{"source-credit":"","attributes":[],"attribute-values":{},"end":null,"target-credit":"","ended":false,"direction":"forward","type-id":"628a9658-f54c-4142-b0c0-95f031b544da","begin":null,"type":"performer","recording":{"video":false,"disambiguation":"","id":"60094d22-2e2f-46fd-8e42-a290929687b4","length":223333,"title":"Dear Heather"},"target-type":"recording"},{"target-type":"recording","recording":{"video":false,"id":"63457012-014b-4ad8-83bf-b4cbfcbcccae","disambiguation":"","length":262333,"title":"Undertow"},"type-id":"628a9658-f54c-4142-b0c0-95f031b544da","begin":null,"type":"performer","ended":false,"end":null,"target-credit":"","direction":"forward","attribute-values":{},"attributes":[],"source-credit":""},{"attribute-values":{},"attributes":[],"source-credit":"","recording":{"video":false,"id":"8be14815-92d2-4307-a16f-f47c3a0feeb6","disambiguation":"","length":359693,"title":"Closing Time"},"target-type":"recording","begin":null,"type":"performer","type-id":"628a9658-f54c-4142-b0c0-95f031b544da","ended":false,"end":null,"target-credit":"","direction":"forward"},{"attribute-values":{},"source-credit":"","attributes":[],"begin":null,"type-id":"628a9658-f54c-4142-b0c0-95f031b544da","type":"performer","recording":{"disambiguation":"","id":"c43a75af-4212-4bd0-a9b7-06c0ef319dd7","video":false,"title":"Morning Glory","length":216306},"target-type":"recording","target-credit":"","end":null,"ended":false,"direction":"forward"},{"attribute-values":{},"source-credit":"","attributes":[],"begin":null,"type-id":"628a9658-f54c-4142-b0c0-95f031b544da","type":"performer","target-type":"recording","recording":{"video":false,"id":"e867bfa9-fd8f-49e9-a87d-f00480369844","disambiguation":"","length":155493,"title":"To a Teacher"},"target-credit":"","end":null,"ended":false,"direction":"forward"},{"attributes":[],"source-credit":"","attribute-values":{},"direction":"forward","ended":false,"end":null,"target-credit":"","recording":{"length":337493,"title":"Tower of Song","video":false,"disambiguation":"","id":"ed670fc8-0c90-4e95-9b7f-a5764aeb56f6"},"target-type":"recording","type-id":"628a9658-f54c-4142-b0c0-95f031b544da","begin":null,"type":"performer"},{"attribute-values":{},"source-credit":"","attributes":[],"type-id":"628a9658-f54c-4142-b0c0-95f031b544da","begin":null,"type":"performer","recording":{"length":455000,"title":"Amen","video":false,"id":"f388dcca-0e73-4ff8-b065-5e3477c63196","disambiguation":""},"target-type":"recording","direction":"forward","target-credit":"","end":null,"ended":false},{"direction":"forward","end":null,"target-credit":"","ended":false,"begin":null,"type":"photography","type-id":"0b58dc9b-9c49-4b19-bb58-9c06d41c8fbf","target-type":"release","source-credit":"","attributes":[],"release":{"status":null,"country":"GB","quality":"normal","date":"2008-06-30","id":"1f092fb8-5267-3b80-939b-6002600d380c","barcode":"886973127223","packaging-id":null,"release-events":[{"area":{"sort-name":"United Kingdom","name":"United Kingdom","disambiguation":"","id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","iso-3166-1-codes":["GB"]},"date":"2008-06-30"}],"title":"The Collection","text-representation":{"language":"eng","script":"Latn"},"status-id":null,"disambiguation":"","packaging":null},"attribute-values":{}},{"source-credit":"","attributes":[],"release":{"title":"Various Positions","text-representation":{"language":"eng","script":"Latn"},"status-id":null,"disambiguation":"","packaging":null,"quality":"normal","country":"XE","status":null,"date":"1990","id":"236d8559-3f34-4cae-8763-14fcb98d8fe1","release-events":[{"date":"1990","area":{"iso-3166-1-codes":["XE"],"disambiguation":"","id":"89a675c2-3e37-3518-b83c-418bad59a85a","name":"Europe","sort-name":"Europe"}}],"packaging-id":null,"barcode":"5099746556921"},"attribute-values":{},"direction":"forward","end":null,"target-credit":"","ended":false,"type-id":"0b58dc9b-9c49-4b19-bb58-9c06d41c8fbf","begin":null,"type":"photography","target-type":"release"},{"begin":null,"type":"photography","type-id":"0b58dc9b-9c49-4b19-bb58-9c06d41c8fbf","target-type":"release","direction":"forward","target-credit":"","end":null,"ended":false,"release":{"title":"Various Positions","text-representation":{"script":"Latn","language":"eng"},"status-id":null,"disambiguation":"","packaging":null,"quality":"normal","country":"US","status":null,"date":"1995-02-07","id":"4c07f596-4963-33df-adb1-55d01dab800d","packaging-id":null,"release-events":[{"area":{"name":"United States","sort-name":"United States","iso-3166-1-codes":["US"],"id":"489ce91b-6658-3307-9877-795b68554c98","disambiguation":""},"date":"1995-02-07"}],"barcode":"074646695029"},"attribute-values":{},"source-credit":"","attributes":[]},{"direction":"forward","ended":false,"target-credit":"","end":null,"target-type":"release","type-id":"0b58dc9b-9c49-4b19-bb58-9c06d41c8fbf","begin":null,"type":"photography","attributes":[],"source-credit":"","release":{"date":"1984","status":null,"quality":"normal","country":"GB","barcode":"","packaging-id":null,"release-events":[{"area":{"id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","disambiguation":"","iso-3166-1-codes":["GB"],"sort-name":"United Kingdom","name":"United Kingdom"},"date":"1984"}],"id":"c3b8f35e-5392-446c-a957-ca1fc08d9a4c","text-representation":{"language":"eng","script":"Latn"},"title":"Various Positions","packaging":null,"disambiguation":"","status-id":null},"attribute-values":{}},{"attribute-values":{},"release":{"packaging-id":null,"release-events":[{"area":{"disambiguation":"","id":"71bbafaa-e825-3e15-8ca9-017dcad1748b","iso-3166-1-codes":["CA"],"sort-name":"Canada","name":"Canada"},"date":"1984-12"}],"barcode":"0612139072801","id":"d601bc88-1372-3566-a650-2cbe74205d1e","date":"1984-12","quality":"normal","country":"CA","status":null,"packaging":null,"disambiguation":"","status-id":null,"text-representation":{"script":"Latn","language":"eng"},"title":"Various Positions"},"attributes":[],"source-credit":"","target-type":"release","type":"photography","begin":null,"type-id":"0b58dc9b-9c49-4b19-bb58-9c06d41c8fbf","ended":false,"target-credit":"","end":null,"direction":"forward"},{"direction":"forward","ended":false,"target-credit":"","end":null,"target-type":"release","begin":null,"type-id":"0b58dc9b-9c49-4b19-bb58-9c06d41c8fbf","type":"photography","attributes":[],"source-credit":"","release":{"text-representation":{"language":"eng","script":"Latn"},"title":"Various Positions","packaging":null,"status-id":null,"disambiguation":"","date":"1985-02","status":null,"quality":"normal","country":"US","barcode":"","release-events":[{"date":"1985-02","area":{"iso-3166-1-codes":["US"],"disambiguation":"","id":"489ce91b-6658-3307-9877-795b68554c98","name":"United States","sort-name":"United States"}}],"packaging-id":null,"id":"f9363b3d-3f03-38f0-96d5-156e95064f0f"},"attribute-values":{}},{"ended":false,"target-credit":"","end":null,"direction":"forward","recording":{"video":false,"disambiguation":"","id":"04360542-ef02-4eae-9826-ee8870e70321","length":243360,"title":"Came So Far for Beauty"},"target-type":"recording","type-id":"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0","begin":null,"type":"producer","attributes":[],"source-credit":"","attribute-values":{}},{"target-credit":"","end":null,"ended":false,"direction":"forward","type":"producer","begin":null,"type-id":"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0","target-type":"recording","recording":{"id":"06cf07c0-b739-4ce7-92c4-56424ee061cc","disambiguation":"","video":false,"title":"The Future","length":402000},"source-credit":"","attributes":[],"attribute-values":{}},{"ended":false,"target-credit":"","end":null,"direction":"forward","target-type":"recording","recording":{"disambiguation":"","id":"0eaf0546-0a86-419d-b7cb-fac6a77eb55a","video":false,"title":"Ain’t No Cure for Love","length":290933},"begin":null,"type":"producer","type-id":"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0","attributes":[],"source-credit":"","attribute-values":{}},{"type":"producer","begin":null,"type-id":"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f","target-type":"release","direction":"forward","target-credit":"","end":null,"ended":false,"release":{"text-representation":{"language":"eng","script":"Latn"},"title":"Recent Songs","packaging":null,"status-id":null,"disambiguation":"","date":"2008-02-01","quality":"normal","country":"US","status":null,"release-events":[{"area":{"name":"United States","sort-name":"United States","iso-3166-1-codes":["US"],"disambiguation":"","id":"489ce91b-6658-3307-9877-795b68554c98"},"date":"2008-02-01"}],"packaging-id":null,"barcode":null,"id":"134ac08f-ab69-308e-96ba-47a9696cc27d"},"attribute-values":{},"source-credit":"","attributes":[]},{"source-credit":"","attributes":[],"release":{"barcode":"074644419122","release-events":[{"area":{"name":"Canada","sort-name":"Canada","iso-3166-1-codes":["CA"],"disambiguation":"","id":"71bbafaa-e825-3e15-8ca9-017dcad1748b"},"date":"1988"}],"packaging-id":null,"id":"1c20f8cc-7b31-32de-8c44-2d28d1c07b9f","date":"1988","status":null,"quality":"normal","country":"CA","packaging":null,"status-id":null,"disambiguation":"","text-representation":{"script":"Latn","language":"eng"},"title":"I'm Your Man"},"attribute-values":{},"direction":"forward","target-credit":"","end":null,"ended":false,"type":"producer","begin":null,"type-id":"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f","target-type":"release"},{"attributes":[],"source-credit":"","attribute-values":{},"direction":"forward","ended":false,"end":null,"target-credit":"","recording":{"title":"The Window","length":355240,"disambiguation":"","id":"1c54de7c-069a-4023-a8a3-b0cd55400609","video":false},"target-type":"recording","type":"producer","begin":null,"type-id":"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0"},{"direction":"forward","target-credit":"","end":null,"ended":false,"type":"producer","begin":null,"type-id":"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f","target-type":"release","source-credit":"","attributes":[],"release":{"packaging":null,"disambiguation":"","status-id":null,"text-representation":{"language":"eng","script":"Latn"},"title":"The Collection","barcode":"886973127223","packaging-id":null,"release-events":[{"date":"2008-06-30","area":{"iso-3166-1-codes":["GB"],"id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","disambiguation":"","name":"United Kingdom","sort-name":"United Kingdom"}}],"id":"1f092fb8-5267-3b80-939b-6002600d380c","date":"2008-06-30","status":null,"country":"GB","quality":"normal"},"attribute-values":{}},{"attributes":[],"source-credit":"","attribute-values":{},"direction":"forward","ended":true,"end":"1985","target-credit":"","target-type":"recording","recording":{"video":false,"disambiguation":"","id":"2eaf629b-4ef4-480a-a646-640865b2a1d5","length":245040,"title":"Tennessee Waltz (live)"},"type-id":"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0","begin":"1985","type":"producer"},{"attribute-values":{},"attributes":[],"source-credit":"","recording":{"video":false,"id":"2ed281d2-a440-4a65-ab52-0d88a30ebe1a","disambiguation":"","length":436893,"title":"Light as the Breeze"},"target-type":"recording","type-id":"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0","begin":null,"type":"producer","direction":"forward","ended":false,"target-credit":"","end":null},{"type-id":"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0","begin":null,"type":"producer","target-type":"recording","recording":{"id":"30f52995-5567-4254-8f5d-7a46ac9b2cfb","disambiguation":"","video":false,"title":"Everybody Knows","length":336426},"target-credit":"","end":null,"ended":false,"direction":"forward","attribute-values":{},"source-credit":"","attributes":[]},{"attributes":[],"source-credit":"","attribute-values":{},"direction":"forward","ended":false,"end":null,"target-credit":"","recording":{"id":"34b3b2fc-fe08-429c-90fc-da7929f62846","disambiguation":"","video":false,"title":"Anthem","length":366933},"target-type":"recording","type-id":"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0","begin":null,"type":"producer"},{"type-id":"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0","begin":null,"type":"producer","recording":{"id":"38e88e6e-16e3-4f7a-8156-db319e0508cd","disambiguation":"","video":false,"title":"Ballad of the Absent Mare","length":381893},"target-type":"recording","direction":"forward","target-credit":"","end":null,"ended":false,"attribute-values":{},"source-credit":"","attributes":[]},{"target-type":"recording","recording":{"title":"Waiting for the Miracle","length":462506,"disambiguation":"","id":"3a824c74-8ed4-4963-aa92-2ea0a173eeeb","video":false},"begin":null,"type-id":"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0","type":"producer","direction":"forward","ended":false,"end":null,"target-credit":"","attribute-values":{},"attributes":[],"source-credit":""},{"direction":"forward","end":null,"target-credit":"","ended":false,"type-id":"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0","begin":null,"type":"producer","target-type":"recording","recording":{"title":"Humbled in Love","length":315066,"disambiguation":"","id":"40ba62d5-3fc8-4570-9fc0-6bd741551551","video":false},"source-credit":"","attributes":[],"attribute-values":{}},{"attribute-values":{},"source-credit":"","attributes":[],"type-id":"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0","begin":null,"type":"producer","target-type":"recording","recording":{"length":266000,"title":"I’m Your Man","video":false,"disambiguation":"","id":"4150b2a5-1dfb-4781-afd1-c3f887804277"},"direction":"forward","end":null,"target-credit":"","ended":false},{"direction":"forward","ended":false,"target-credit":"","end":null,"recording":{"title":"Our Lady of Solitude","length":193173,"id":"5b2cc354-3abb-477d-8143-46394f7c9242","disambiguation":"","video":false},"target-type":"recording","type":"producer","begin":null,"type-id":"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0","attributes":[],"source-credit":"","attribute-values":{}},{"attributes":[],"source-credit":"","attribute-values":{},"ended":false,"target-credit":"","end":null,"direction":"forward","target-type":"recording","recording":{"title":"The Lost Canadian (Un Canadien errant)","length":280666,"id":"650c92ba-a9eb-40ec-83dd-30148fc1679a","disambiguation":"","video":false},"type":"producer","begin":null,"type-id":"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0"},{"target-credit":"","end":null,"ended":false,"direction":"forward","type":"producer","begin":null,"type-id":"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0","recording":{"length":204466,"title":"Waiting for the Miracle","video":false,"disambiguation":"","id":"6b69bf19-931b-4896-9d30-9239c6451452"},"target-type":"recording","source-credit":"","attributes":[],"attribute-values":{}},{"attribute-values":{},"release":{"barcode":"","release-events":[{"date":"1979","area":{"id":"ef1b7cc0-cd26-36f4-8ea0-04d9623786c7","disambiguation":"","iso-3166-1-codes":["NL"],"sort-name":"Netherlands","name":"Netherlands"}}],"packaging-id":null,"id":"72854a57-88e6-33e2-b899-f0777a83e3b3","date":"1979","status":null,"quality":"normal","country":"NL","packaging":null,"status-id":null,"disambiguation":"","text-representation":{"script":"Latn","language":"eng"},"title":"Recent Songs"},"source-credit":"","attributes":[],"begin":null,"type":"producer","type-id":"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f","target-type":"release","end":null,"target-credit":"","ended":false,"direction":"forward"},{"attribute-values":{},"attributes":[],"source-credit":"","target-type":"recording","recording":{"length":359173,"title":"Take This Waltz","video":false,"disambiguation":"","id":"7404f68c-94aa-4088-ad98-50b92c260819"},"begin":null,"type":"producer","type-id":"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0","ended":false,"target-credit":"","end":null,"direction":"forward"},{"ended":false,"end":null,"target-credit":"","direction":"forward","target-type":"recording","recording":{"disambiguation":"","id":"7d644bc4-e70d-46d9-a3e0-4f47315e5e03","video":false,"title":"The Traitor","length":374600},"type":"producer","begin":null,"type-id":"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0","attributes":[],"source-credit":"","attribute-values":{}},{"attribute-values":{},"release":{"date":"1979-09","quality":"normal","country":"US","status":null,"packaging-id":null,"release-events":[{"area":{"iso-3166-1-codes":["US"],"disambiguation":"","id":"489ce91b-6658-3307-9877-795b68554c98","name":"United States","sort-name":"United States"},"date":"1979-09"}],"barcode":null,"id":"80ca9a6c-3c70-43dd-b757-66647ad58b25","text-representation":{"language":"eng","script":"Latn"},"title":"Recent Songs","packaging":null,"status-id":null,"disambiguation":""},"attributes":[],"source-credit":"","target-type":"release","type":"producer","begin":null,"type-id":"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f","ended":false,"target-credit":"","end":null,"direction":"forward"},{"attributes":[],"source-credit":"","attribute-values":{},"direction":"forward","ended":false,"end":null,"target-credit":"","recording":{"disambiguation":"","id":"8be14815-92d2-4307-a16f-f47c3a0feeb6","video":false,"title":"Closing Time","length":359693},"target-type":"recording","begin":null,"type":"producer","type-id":"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0"},{"attribute-values":{},"source-credit":"","attributes":[],"type":"producer","begin":null,"type-id":"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0","target-type":"recording","recording":{"title":"The Smokey Life","length":318040,"id":"90977aa4-eead-4245-9413-92a635cbb4a6","disambiguation":"","video":false},"target-credit":"","end":null,"ended":false,"direction":"forward"},{"target-type":"recording","recording":{"id":"9ab9cba8-dc25-4c71-abca-12b879284123","disambiguation":"","video":false,"title":"The Guests","length":400880},"begin":null,"type-id":"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0","type":"producer","direction":"forward","ended":false,"target-credit":"","end":null,"attribute-values":{},"attributes":[],"source-credit":""},{"begin":null,"type-id":"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f","type":"producer","target-type":"release","target-credit":"","end":null,"ended":false,"direction":"forward","attribute-values":{},"release":{"text-representation":{"script":"Latn","language":"eng"},"title":"Recent Songs","packaging":null,"status-id":null,"disambiguation":"","date":"1979","status":null,"country":"ES","quality":"normal","barcode":null,"release-events":[{"area":{"iso-3166-1-codes":["ES"],"id":"471c46a7-afc5-31c4-923c-d0444f5053a4","disambiguation":"","name":"Spain","sort-name":"Spain"},"date":"1979"}],"packaging-id":null,"id":"a41c6a35-78f1-3521-b35a-071be25df5f6"},"source-credit":"","attributes":[]},{"begin":null,"type":"producer","type-id":"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f","target-type":"release","direction":"forward","end":null,"target-credit":"","ended":false,"release":{"packaging":null,"disambiguation":"","status-id":null,"text-representation":{"script":"Latn","language":"eng"},"title":"I'm Your Man","release-events":[{"area":{"sort-name":"Europe","name":"Europe","disambiguation":"","id":"89a675c2-3e37-3518-b83c-418bad59a85a","iso-3166-1-codes":["XE"]},"date":"1990"}],"packaging-id":null,"barcode":"5099746064228","id":"b2b84a65-2d7f-38da-a49f-40ccfcafb4e5","date":"1990","country":"XE","quality":"normal","status":null},"attribute-values":{},"source-credit":"","attributes":[]},{"ended":false,"end":null,"target-credit":"","direction":"forward","target-type":"recording","recording":{"disambiguation":"","id":"bfe0b37d-fe45-4a5c-9857-386092b5396e","video":false,"title":"The Gypsy’s Wife","length":312693},"begin":null,"type-id":"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0","type":"producer","attributes":[],"source-credit":"","attribute-values":{}},{"attribute-values":{},"release":{"packaging-id":null,"release-events":[{"date":"1988-02","area":{"iso-3166-1-codes":["XE"],"disambiguation":"","id":"89a675c2-3e37-3518-b83c-418bad59a85a","name":"Europe","sort-name":"Europe"}}],"barcode":"5099746064211","id":"c604126a-975b-43bf-8765-167598057eb0","date":"1988-02","quality":"normal","country":"XE","status":null,"packaging":null,"status-id":null,"disambiguation":"","text-representation":{"script":"Latn","language":"eng"},"title":"I'm Your Man"},"attributes":[],"source-credit":"","target-type":"release","begin":null,"type-id":"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f","type":"producer","ended":false,"target-credit":"","end":null,"direction":"forward"},{"type":"producer","begin":null,"type-id":"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0","target-type":"recording","recording":{"id":"cb970ecf-215f-43d4-8b2c-24ff99a72194","disambiguation":"","video":false,"title":"Democracy","length":434800},"target-credit":"","end":null,"ended":false,"direction":"forward","attribute-values":{},"source-credit":"","attributes":[]},{"direction":"forward","ended":false,"end":null,"target-credit":"","target-type":"release","type-id":"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f","begin":null,"type":"producer","attributes":[],"source-credit":"","release":{"status-id":null,"disambiguation":"","packaging":null,"title":"Blue Alert","text-representation":{"language":"eng","script":"Latn"},"id":"ce7558e9-b1f9-48c2-b01b-86f1206249f4","packaging-id":null,"release-events":[{"date":"2006-05-02","area":{"id":"71bbafaa-e825-3e15-8ca9-017dcad1748b","disambiguation":"","iso-3166-1-codes":["CA"],"sort-name":"Canada","name":"Canada"}}],"barcode":"828767694627","country":"CA","quality":"normal","status":null,"date":"2006-05-02"},"attribute-values":{}},{"source-credit":"","attributes":[],"attribute-values":{},"target-credit":"","end":null,"ended":false,"direction":"forward","type-id":"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0","begin":null,"type":"producer","recording":{"length":233666,"title":"Jazz Police","video":false,"disambiguation":"","id":"d9352e0c-40a7-4639-9b52-f61ee654560d"},"target-type":"recording"},{"begin":null,"type":"producer","type-id":"8bf377ba-8d71-4ecc-97f2-7bb2d8a2a75f","target-type":"release","end":null,"target-credit":"","ended":false,"direction":"forward","attribute-values":{},"release":{"id":"db5e947b-0b73-315f-9912-5ad8616b4bea","barcode":"5099747475023","packaging-id":null,"release-events":[{"date":"1995","area":{"iso-3166-1-codes":["XE"],"disambiguation":"","id":"89a675c2-3e37-3518-b83c-418bad59a85a","name":"Europe","sort-name":"Europe"}}],"status":null,"country":"XE","quality":"normal","date":"1995","status-id":null,"disambiguation":"","packaging":null,"title":"Recent Songs","text-representation":{"script":"Latn","language":"eng"}},"source-credit":"","attributes":[]},{"attribute-values":{},"attributes":[],"source-credit":"","recording":{"length":358400,"title":"First We Take Manhattan","video":false,"disambiguation":"","id":"ec927de1-530e-422a-bff6-664233d93af6"},"target-type":"recording","begin":null,"type":"producer","type-id":"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0","direction":"forward","ended":false,"end":null,"target-credit":""},{"source-credit":"","attributes":[],"attribute-values":{},"end":null,"target-credit":"","ended":false,"direction":"forward","type-id":"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0","begin":null,"type":"producer","target-type":"recording","recording":{"title":"Tower of Song","length":337493,"id":"ed670fc8-0c90-4e95-9b7f-a5764aeb56f6","disambiguation":"","video":false}},{"target-type":"recording","recording":{"video":false,"disambiguation":"","id":"fb0bd539-2b99-4169-a79e-a7929392d84c","length":425026,"title":"Democracy"},"type-id":"5c0ceac3-feb4-41f0-868d-dc06f6e27fc0","begin":null,"type":"producer","ended":false,"target-credit":"","end":null,"direction":"forward","attribute-values":{},"attributes":[],"source-credit":""},{"target-type":"recording","recording":{"video":false,"id":"06cf07c0-b739-4ce7-92c4-56424ee061cc","disambiguation":"","length":402000,"title":"The Future"},"type-id":"36c50022-44e0-488d-994b-33f11d20301e","begin":null,"type":"programming","direction":"forward","ended":false,"target-credit":"","end":null,"attribute-values":{},"attributes":[],"source-credit":""},{"type":"programming","begin":null,"type-id":"36c50022-44e0-488d-994b-33f11d20301e","target-type":"recording","recording":{"title":"Different Sides","length":245000,"disambiguation":"","id":"1f82bd0e-1e14-4601-976a-3fa9993ff9db","video":false},"direction":"forward","target-credit":"","end":null,"ended":false,"attribute-values":{},"source-credit":"","attributes":[]},{"recording":{"length":462506,"title":"Waiting for the Miracle","video":false,"id":"3a824c74-8ed4-4963-aa92-2ea0a173eeeb","disambiguation":""},"target-type":"recording","type":"programming","begin":null,"type-id":"36c50022-44e0-488d-994b-33f11d20301e","direction":"forward","ended":false,"target-credit":"","end":null,"attribute-values":{},"attributes":[],"source-credit":""},{"attribute-values":{},"source-credit":"","attributes":[],"type":"programming","begin":null,"type-id":"36c50022-44e0-488d-994b-33f11d20301e","recording":{"video":false,"id":"4696bdb9-8643-4723-886e-12754456b0f5","disambiguation":"","length":286000,"title":"Lullaby"},"target-type":"recording","end":null,"target-credit":"","ended":false,"direction":"forward"},{"direction":"forward","ended":false,"end":null,"target-credit":"","recording":{"video":false,"disambiguation":"","id":"8be14815-92d2-4307-a16f-f47c3a0feeb6","length":359693,"title":"Closing Time"},"target-type":"recording","begin":null,"type-id":"36c50022-44e0-488d-994b-33f11d20301e","type":"programming","attributes":[],"source-credit":"","attribute-values":{}},{"recording":{"disambiguation":"","id":"f388dcca-0e73-4ff8-b065-5e3477c63196","video":false,"title":"Amen","length":455000},"target-type":"recording","type-id":"36c50022-44e0-488d-994b-33f11d20301e","begin":null,"type":"programming","direction":"forward","ended":false,"target-credit":"","end":null,"attribute-values":{},"attributes":[],"source-credit":""},{"direction":"backward","artist":{"disambiguation":"","id":"a7b5b5ec-9a6a-47f7-ae01-9f708c448a52","sort-name":"Conspiracy of Beards","name":"Conspiracy of Beards"},"ended":false,"target-credit":"","end":null,"target-type":"artist","begin":null,"type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f","type":"tribute","attributes":[],"source-credit":"","attribute-values":{}},{"attributes":[],"source-credit":"","attribute-values":{},"artist":{"id":"cad3e621-6951-42ca-88c9-ad1a3e5fb97c","disambiguation":"","name":"Avalanche Quartet","sort-name":"Avalanche Quartet"},"direction":"backward","ended":false,"end":null,"target-credit":"","target-type":"artist","begin":null,"type":"tribute","type-id":"a6f62641-2f58-470e-b02b-88d7b984dc9f"},{"attributes":[],"source-credit":"","attribute-values":{},"ended":false,"end":null,"target-credit":"","direction":"forward","recording":{"length":89000,"title":"Introduction","video":false,"id":"02166d2b-e0cb-47da-8ee3-55887c975fc8","disambiguation":""},"target-type":"recording","begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa"},{"direction":"forward","ended":false,"end":null,"target-credit":"","target-type":"recording","recording":{"title":"So Long, Marianne","length":339533,"disambiguation":"","id":"03324c96-733a-4f07-8d63-da47d8285294","video":false},"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","attribute-credits":{},"attributes":["lead vocals"],"source-credit":"","attribute-values":{}},{"recording":{"video":false,"disambiguation":"","id":"03d237a6-50b0-4d97-9272-6cda1789aa58","length":268106,"title":"That Don't Make It Junk"},"target-type":"recording","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","ended":false,"end":null,"target-credit":"","direction":"forward","attribute-values":{},"attributes":[],"source-credit":""},{"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"video":false,"disambiguation":"","id":"03f720ba-4f36-4f61-808c-04774705b6f1","length":326000,"title":"Love Itself"},"direction":"forward","end":null,"target-credit":"","ended":false,"attribute-values":{},"source-credit":"","attributes":[]},{"recording":{"title":"Came So Far for Beauty","length":243360,"id":"04360542-ef02-4eae-9826-ee8870e70321","disambiguation":"","video":false},"target-type":"recording","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","direction":"forward","ended":false,"target-credit":"","end":null,"attribute-values":{},"attribute-credits":{},"attributes":["lead vocals"],"source-credit":""},{"direction":"forward","ended":false,"target-credit":"","end":null,"target-type":"recording","recording":{"title":"Go No More A-Roving","length":223293,"id":"04aaf388-a91b-4606-bd95-c7258c738656","disambiguation":"","video":false},"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","attributes":[],"source-credit":"","attribute-values":{}},{"direction":"forward","end":null,"target-credit":"","ended":false,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","recording":{"disambiguation":"live, 1970-08-31: Isle of Wight Festival, UK","id":"04b6eecc-1dae-4156-b30f-ca44106faa1f","video":false,"title":"The Stranger Song","length":407000},"target-type":"recording","source-credit":"","attributes":[],"attribute-values":{}},{"end":null,"target-credit":"","ended":false,"direction":"forward","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","recording":{"video":false,"id":"054beded-fc1d-48b7-9189-2ecf46bd4d5c","disambiguation":"","length":395000,"title":"Who by Fire"},"target-type":"recording","source-credit":"","attributes":[],"attribute-values":{}},{"attribute-credits":{},"source-credit":"","attributes":["lead vocals"],"attribute-values":{},"direction":"forward","end":null,"target-credit":"","ended":false,"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"video":false,"id":"06cf07c0-b739-4ce7-92c4-56424ee061cc","disambiguation":"","length":402000,"title":"The Future"},"target-type":"recording"},{"attributes":[],"source-credit":"","attribute-values":{},"ended":false,"target-credit":"","end":null,"direction":"forward","recording":{"id":"077ebea7-5879-4f4f-b6b0-81a4b44d0570","disambiguation":"live, 1970: London","video":false,"title":"Please Don't Pass Me By (A Disgrace)","length":782666},"target-type":"recording","begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa"},{"attribute-values":{},"attributes":[],"source-credit":"","recording":{"disambiguation":"","id":"07d39109-cec9-4cec-9678-34041f86e441","video":false,"title":"Alexandra Leaving","length":325840},"target-type":"recording","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","ended":false,"end":null,"target-credit":"","direction":"forward"},{"recording":{"disambiguation":"live, 1988-05-20: Velódromo de Anoeta, San Sebastián, Guipúzcoa, Spain","id":"088af934-9029-49c1-8dbb-9e5d6c11f3d0","video":false,"title":"One of Us Cannot Be Wrong","length":321533},"target-type":"recording","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","direction":"forward","ended":false,"end":null,"target-credit":"","attribute-values":{},"attributes":[],"source-credit":""},{"end":null,"target-credit":"","ended":false,"direction":"forward","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","recording":{"length":205346,"title":"Slow","video":false,"id":"08ab5ef8-abe8-4462-9459-9f09ec8d5e89","disambiguation":""},"target-type":"recording","source-credit":"","attributes":[],"attribute-values":{}},{"recording":{"video":false,"disambiguation":"live, 1970-08-31: Isle of Wight Festival, UK","id":"0a8be2f8-c741-44f4-9814-dc4523b078a3","length":427000,"title":"So Long, Marianne"},"target-type":"recording","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","ended":false,"target-credit":"","end":null,"direction":"forward","attribute-values":{},"attributes":[],"source-credit":""},{"attribute-values":{},"source-credit":"","attributes":[],"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"id":"0b17cae6-651e-488c-9ca3-221348561ad3","disambiguation":"","video":false,"title":"The Future","length":440000},"direction":"forward","target-credit":"","end":null,"ended":false},{"source-credit":"","attributes":[],"attribute-values":{},"end":null,"target-credit":"","ended":false,"direction":"forward","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","target-type":"recording","recording":{"id":"0c276747-72d4-4f53-824f-ff82858aba97","disambiguation":"","video":false,"title":"The Letters","length":288000}},{"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"video":true,"disambiguation":"","id":"0c9b7d85-0551-4cf9-aaa9-9d643fe5ebbd","length":311000,"title":"The Partisan"},"direction":"forward","end":null,"target-credit":"","ended":false,"attribute-values":{},"source-credit":"","attributes":[]},{"attributes":[],"source-credit":"","attribute-values":{},"direction":"forward","ended":false,"target-credit":"","end":null,"recording":{"length":227000,"title":"Leaving the Table","video":false,"disambiguation":"","id":"0cbde80d-798c-481d-b9da-0d53d0e9407b"},"target-type":"recording","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal"},{"attribute-values":{},"attributes":["lead vocals"],"source-credit":"","attribute-credits":{},"recording":{"disambiguation":"","id":"0cceb0d1-a0d0-456b-9557-ff879ee1326d","video":false,"title":"Don’t Go Home With Your Hard-On","length":336266},"target-type":"recording","begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","ended":false,"end":null,"target-credit":"","direction":"forward"},{"direction":"forward","ended":false,"end":null,"target-credit":"","recording":{"video":false,"id":"0e33d9dc-703f-4df9-8c43-ca298ed54e74","disambiguation":"live, 2008-11-30: MEN Arena, Manchester, UK","length":221266,"title":"Suzanne"},"target-type":"recording","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","attributes":[],"source-credit":"","attribute-values":{}},{"attribute-credits":{},"attributes":["lead vocals"],"source-credit":"","attribute-values":{},"direction":"forward","ended":false,"end":null,"target-credit":"","recording":{"title":"Ain’t No Cure for Love","length":290933,"disambiguation":"","id":"0eaf0546-0a86-419d-b7cb-fac6a77eb55a","video":false},"target-type":"recording","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa"},{"direction":"forward","ended":false,"end":null,"target-credit":"","target-type":"recording","recording":{"title":"Hallelujah","length":278560,"id":"0ef6d5e2-78e3-43e8-a32c-36e28fed4834","disambiguation":"","video":false},"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","attribute-credits":{},"attributes":["lead vocals"],"source-credit":"","attribute-values":{}},{"attribute-values":{},"attributes":["lead vocals"],"source-credit":"","attribute-credits":{},"target-type":"recording","recording":{"id":"119c417d-c944-4dee-a5a3-91ee8b7d2624","disambiguation":"","video":false,"title":"Iodine","length":303573},"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","ended":false,"end":null,"target-credit":"","direction":"forward"},{"direction":"forward","ended":false,"end":null,"target-credit":"","recording":{"title":"Sing Another Song, Boys","length":372373,"disambiguation":"","id":"12879ba5-6dcb-4279-aafa-8ad0fa91d331","video":false},"target-type":"recording","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","attribute-credits":{},"attributes":["lead vocals"],"source-credit":"","attribute-values":{}},{"ended":false,"end":null,"target-credit":"","direction":"forward","recording":{"video":true,"disambiguation":"","id":"14e3a510-efa8-478c-8089-80dc99f6ae48","length":null,"title":"Suzanne"},"target-type":"recording","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","attributes":[],"source-credit":"","attribute-values":{}},{"attribute-values":{},"source-credit":"","attributes":[],"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"title":"Tower of Song","length":427000,"id":"15df4ce1-9f4d-48a4-9942-cd9295565ce7","disambiguation":"","video":false},"direction":"forward","end":null,"target-credit":"","ended":false},{"end":null,"target-credit":"","ended":false,"direction":"forward","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","target-type":"recording","recording":{"video":false,"disambiguation":"","id":"1690172a-0715-420a-a64c-f6308ad29ae7","length":183146,"title":"Blessed Is the Memory"},"source-credit":"","attributes":["lead vocals"],"attribute-credits":{},"attribute-values":{}},{"attribute-values":{},"attribute-credits":{},"source-credit":"","attributes":["lead vocals"],"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"disambiguation":"","id":"174546b8-28bd-4d61-b1f1-9f7ffd57963e","video":false,"title":"A Singer Must Die","length":200493},"direction":"forward","target-credit":"","end":null,"ended":false},{"direction":"forward","target-credit":"","end":null,"ended":false,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","recording":{"video":true,"disambiguation":"","id":"17c2c7bb-a874-43de-8a11-16090d227417","length":null,"title":"Bird on a Wire"},"target-type":"recording","source-credit":"","attributes":[],"attribute-values":{}},{"direction":"forward","ended":false,"target-credit":"","end":null,"target-type":"recording","recording":{"id":"1a56e761-cf91-4fcd-b38a-b2f3b6ad84a6","disambiguation":"","video":false,"title":"If It Be Your Will (feat. Leonard Cohen)","length":316000},"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","attribute-credits":{},"attributes":["guest","lead vocals"],"source-credit":"","attribute-values":{}},{"target-credit":"","end":null,"ended":false,"direction":"forward","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","recording":{"length":440000,"title":"Anthem","video":false,"id":"1b88c034-75a2-49a7-9c3d-42134f60fe51","disambiguation":"live, 2008-07-17: London"},"target-type":"recording","source-credit":"","attributes":[],"attribute-values":{}},{"attribute-values":{},"source-credit":"","attributes":["lead vocals"],"attribute-credits":{},"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","recording":{"disambiguation":"","id":"1c54de7c-069a-4023-a8a3-b0cd55400609","video":false,"title":"The Window","length":355240},"target-type":"recording","end":null,"target-credit":"","ended":false,"direction":"forward"},{"attributes":[],"source-credit":"","attribute-values":{},"ended":false,"end":null,"target-credit":"","direction":"forward","target-type":"recording","recording":{"title":"Boogie Street","length":417000,"disambiguation":"","id":"1dcc89c7-3e26-4b85-bca7-3efc0e68fbac","video":false},"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa"},{"target-type":"recording","recording":{"id":"1dfbe751-83d3-4a9e-820e-b8f7c46213ba","disambiguation":"","video":false,"title":"Sisters of Mercy","length":214533},"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","direction":"forward","ended":false,"target-credit":"","end":null,"attribute-values":{},"attribute-credits":{},"attributes":["lead vocals"],"source-credit":""},{"ended":false,"target-credit":"","end":null,"direction":"forward","target-type":"release","begin":null,"type-id":"eb10f8a0-0f4c-4dce-aa47-87bcb2bc42f3","type":"vocal","attributes":["lead vocals"],"source-credit":"","attribute-credits":{},"attribute-values":{},"release":{"packaging":null,"disambiguation":"","status-id":null,"text-representation":{"language":"eng","script":"Latn"},"title":"The Collection","packaging-id":null,"release-events":[{"area":{"iso-3166-1-codes":["GB"],"disambiguation":"","id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed","name":"United Kingdom","sort-name":"United Kingdom"},"date":"2008-06-30"}],"barcode":"886973127223","id":"1f092fb8-5267-3b80-939b-6002600d380c","date":"2008-06-30","country":"GB","quality":"normal","status":null}},{"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","recording":{"video":false,"disambiguation":"live, 1993-06-17: O'Keefe Center, Toronto, Ontario, Canada","id":"1f342348-0c99-402a-a8ec-35e26732ab08","length":374400,"title":"Joan of Arc"},"target-type":"recording","direction":"forward","end":null,"target-credit":"","ended":false,"attribute-values":{},"source-credit":"","attributes":[]},{"source-credit":"","attributes":[],"attribute-values":{},"direction":"forward","end":null,"target-credit":"","ended":false,"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"video":false,"id":"1f82bd0e-1e14-4601-976a-3fa9993ff9db","disambiguation":"","length":245000,"title":"Different Sides"}},{"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"video":false,"id":"1fc1c58c-d05d-43f6-b92f-446d328cea8f","disambiguation":"live, 2009-04-17: Coachella Music Festival, Indio, CA, USA","length":452040,"title":"Hallelujah"},"direction":"forward","target-credit":"","end":null,"ended":false,"attribute-values":{},"source-credit":"","attributes":[]},{"target-type":"recording","recording":{"title":"Intro: “Let’s Renew Ourselves Now…”","length":51000,"disambiguation":"","id":"20223d9e-0406-4d1b-b146-4fd36e7bdac3","video":false},"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","direction":"forward","ended":false,"end":null,"target-credit":"","attribute-values":{},"attribute-credits":{},"attributes":["spoken vocals"],"source-credit":""},{"ended":false,"target-credit":"","end":null,"direction":"forward","recording":{"title":"You Want It Darker","length":284000,"id":"206feb71-4841-4abe-85ca-8e0c622d308c","disambiguation":"","video":false},"target-type":"recording","begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","attributes":[],"source-credit":"","attribute-values":{}},{"attribute-values":{},"attributes":["spoken vocals"],"source-credit":"","attribute-credits":{},"recording":{"length":120000,"title":"They Locked Up a Man (poem) / A Person Who Eats Meat / Intro","video":false,"id":"2180f6ab-d151-40c2-8baa-a56f5d673fce","disambiguation":""},"target-type":"recording","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","ended":false,"target-credit":"","end":null,"direction":"forward"},{"source-credit":"","attributes":[],"attribute-values":{},"target-credit":"","end":null,"ended":false,"direction":"forward","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"length":392000,"title":"Heart With No Companion","video":true,"disambiguation":"","id":"22216ff2-9a1b-44b2-9770-a29876bed6be"},"target-type":"recording"},{"attributes":[],"source-credit":"","attribute-values":{},"ended":false,"end":null,"target-credit":"","direction":"forward","target-type":"recording","recording":{"video":false,"disambiguation":"","id":"224c1533-f467-4895-95fa-e0b4cf679a48","length":203000,"title":"Banjo"},"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa"},{"source-credit":"","attributes":["lead vocals"],"attribute-credits":{},"attribute-values":{},"release":{"packaging":null,"disambiguation":"","status-id":null,"text-representation":{"language":"eng","script":"Latn"},"title":"Various Positions","barcode":"5099746556921","release-events":[{"area":{"iso-3166-1-codes":["XE"],"disambiguation":"","id":"89a675c2-3e37-3518-b83c-418bad59a85a","name":"Europe","sort-name":"Europe"},"date":"1990"}],"packaging-id":null,"id":"236d8559-3f34-4cae-8763-14fcb98d8fe1","date":"1990","status":null,"quality":"normal","country":"XE"},"target-credit":"","end":null,"ended":false,"direction":"forward","type-id":"eb10f8a0-0f4c-4dce-aa47-87bcb2bc42f3","begin":null,"type":"vocal","target-type":"release"},{"recording":{"disambiguation":"live, 1979-12: UK","id":"246c7711-14c7-4c54-80c9-f8be0ca6e802","video":false,"title":"The Guests","length":365826},"target-type":"recording","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","ended":false,"target-credit":"","end":null,"direction":"forward","attribute-values":{},"attributes":[],"source-credit":""},{"end":null,"target-credit":"","ended":false,"direction":"forward","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"id":"2583aade-4757-4570-ad2f-a78b59598a55","disambiguation":"","video":false,"title":"The Captain","length":250226},"source-credit":"","attributes":["lead vocals"],"attribute-credits":{},"attribute-values":{}},{"target-credit":"","end":null,"ended":false,"direction":"forward","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","recording":{"id":"25e0aba3-4737-4ae2-b9e3-5f5b9979115d","disambiguation":"","video":false,"title":"You Know Who I Am","length":208533},"target-type":"recording","source-credit":"","attributes":["lead vocals"],"attribute-credits":{},"attribute-values":{}},{"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","recording":{"length":306093,"title":"Store Room","video":false,"disambiguation":"","id":"292d638b-338c-4a64-9555-e4eb7ead0f55"},"target-type":"recording","direction":"forward","target-credit":"","end":null,"ended":false,"attribute-values":{},"attribute-credits":{},"source-credit":"","attributes":["lead vocals"]},{"source-credit":"","attributes":["lead vocals"],"attribute-credits":{},"attribute-values":{},"end":null,"target-credit":"","ended":false,"direction":"forward","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"title":"The Partisan","length":205426,"id":"298af3c5-74b0-4308-8b94-c11415fc6ebe","disambiguation":"","video":false},"target-type":"recording"},{"attribute-credits":{},"attributes":["spoken vocals"],"source-credit":"","attribute-values":{},"direction":"forward","ended":false,"end":null,"target-credit":"","target-type":"recording","recording":{"length":29000,"title":"Intro to Poems","video":false,"disambiguation":"","id":"2cab93a1-2235-4857-b42f-bfa67aa7aec6"},"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal"},{"attributes":[],"source-credit":"","attribute-values":{},"direction":"forward","ended":false,"target-credit":"","end":null,"recording":{"video":false,"disambiguation":"live, 1979-12: UK","id":"2cf51823-ff32-4373-8766-fefc9dda2aec","length":266160,"title":"Field Commander Cohen"},"target-type":"recording","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa"},{"attribute-values":{},"source-credit":"","attributes":[],"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","recording":{"length":260440,"title":"Suzanne","video":false,"id":"2e86e34c-b3c7-478b-848b-b78102fc99bd","disambiguation":"live, 1993-07-29: Orpheum Theatre, Vancouver, British Columbia, Canada"},"target-type":"recording","end":null,"target-credit":"","ended":false,"direction":"forward"},{"attribute-values":{},"source-credit":"","attributes":[],"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"id":"2eaf629b-4ef4-480a-a646-640865b2a1d5","disambiguation":"","video":false,"title":"Tennessee Waltz (live)","length":245040},"direction":"forward","target-credit":"","end":null,"ended":false},{"recording":{"video":false,"disambiguation":"","id":"2ed281d2-a440-4a65-ab52-0d88a30ebe1a","length":436893,"title":"Light as the Breeze"},"target-type":"recording","begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","ended":false,"end":null,"target-credit":"","direction":"forward","attribute-values":{},"attributes":["lead vocals"],"source-credit":"","attribute-credits":{}},{"attribute-values":{},"attribute-credits":{},"source-credit":"","attributes":["lead vocals"],"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"id":"2f90cf1d-e28d-4523-a6f5-037259072178","disambiguation":"","video":false,"title":"The Butcher","length":197333},"direction":"forward","target-credit":"","end":null,"ended":false},{"recording":{"video":false,"disambiguation":"","id":"30f52995-5567-4254-8f5d-7a46ac9b2cfb","length":336426,"title":"Everybody Knows"},"target-type":"recording","begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","ended":false,"target-credit":"","end":null,"direction":"forward","attribute-values":{},"attributes":["lead vocals"],"source-credit":"","attribute-credits":{}},{"attribute-values":{},"source-credit":"","attributes":["lead vocals"],"attribute-credits":{},"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"title":"Anthem","length":366933,"id":"34b3b2fc-fe08-429c-90fc-da7929f62846","disambiguation":"","video":false},"end":null,"target-credit":"","ended":false,"direction":"forward"},{"attribute-values":{},"attributes":[],"source-credit":"","target-type":"recording","recording":{"title":"The Stranger Song","length":295506,"id":"351cfb55-654d-4a1a-811d-040f7b7ab7f6","disambiguation":"live, 1979-12: UK","video":false},"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","ended":false,"end":null,"target-credit":"","direction":"forward"},{"attributes":[],"source-credit":"","attribute-values":{},"direction":"forward","ended":false,"target-credit":"","end":null,"target-type":"recording","recording":{"id":"35cf9f3f-cdda-492d-a079-a14e534359da","disambiguation":"","video":false,"title":"Democracy","length":433733},"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal"},{"direction":"forward","end":null,"target-credit":"","ended":false,"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","recording":{"video":false,"disambiguation":"","id":"36497e8d-1d2e-4621-bc9c-0d85de60b42d","length":388200,"title":"A Thousand Kisses Deep"},"target-type":"recording","source-credit":"","attributes":[],"attribute-values":{}},{"direction":"forward","target-credit":"","end":null,"ended":false,"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"length":413466,"title":"Bird on the Wire","video":false,"disambiguation":"live, 1993-06-17: O'Keefe Center, Toronto, Ontario, Canada","id":"36d59fbe-bae9-44e9-bc42-d4934e8f7466"},"source-credit":"","attributes":[],"attribute-values":{}},{"attribute-values":{},"source-credit":"","attributes":["lead vocals"],"attribute-credits":{},"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"title":"Ballad of the Absent Mare","length":381893,"id":"38e88e6e-16e3-4f7a-8156-db319e0508cd","disambiguation":"","video":false},"target-credit":"","end":null,"ended":false,"direction":"forward"},{"attribute-values":{},"attributes":[],"source-credit":"","target-type":"recording","recording":{"length":257333,"title":"Avalanche","video":false,"disambiguation":"live, 2008-10-12: Scandinavium, Gothenburg, Sweden","id":"39a96053-5d19-4144-8923-2261acc7ad0a"},"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","ended":false,"end":null,"target-credit":"","direction":"forward"},{"recording":{"video":true,"disambiguation":"","id":"39c2bba1-aa4e-469d-a57f-fe18166d99e0","length":null,"title":"Hey, That’s No Way to Say Goodbye"},"target-type":"recording","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","direction":"forward","ended":false,"end":null,"target-credit":"","attribute-values":{},"attributes":[],"source-credit":""},{"attribute-credits":{},"source-credit":"","attributes":["lead vocals"],"attribute-values":{},"direction":"forward","end":null,"target-credit":"","ended":false,"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"video":false,"disambiguation":"","id":"3a824c74-8ed4-4963-aa92-2ea0a173eeeb","length":462506,"title":"Waiting for the Miracle"}},{"attribute-values":{},"attributes":["lead vocals"],"source-credit":"","attribute-credits":{},"target-type":"recording","recording":{"length":280226,"title":"Dance Me to the End of Love","video":false,"disambiguation":"","id":"3aa00e9d-e2be-4c3b-a6ac-66193f2a938f"},"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","ended":false,"end":null,"target-credit":"","direction":"forward"},{"source-credit":"","attributes":[],"attribute-values":{},"end":null,"target-credit":"","ended":false,"direction":"forward","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","recording":{"id":"3ac46cb2-1d02-410a-80a8-a55925b915e3","disambiguation":"","video":false,"title":"If I Didn’t Have Your Love","length":216000},"target-type":"recording"},{"attributes":[],"source-credit":"","attribute-values":{},"ended":false,"end":null,"target-credit":"","direction":"forward","target-type":"recording","recording":{"id":"3b26072c-426e-41d8-8498-037a4e95bfb7","disambiguation":"","video":false,"title":"In My Secret Life","length":295866},"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa"},{"attributes":["lead vocals"],"source-credit":"","attribute-credits":{},"attribute-values":{},"ended":false,"end":null,"target-credit":"","direction":"forward","recording":{"title":"The Old Revolution","length":286360,"disambiguation":"","id":"3b6dd603-b0c5-4765-97a3-cd859eae82e6","video":false},"target-type":"recording","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa"},{"attribute-values":{},"source-credit":"","attributes":[],"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"length":185000,"title":"Because Of","video":false,"disambiguation":"","id":"3c4bb6b1-d488-4f8a-bbb5-9e721b5f593a"},"target-credit":"","end":null,"ended":false,"direction":"forward"},{"attribute-values":{},"source-credit":"","attributes":["lead vocals"],"attribute-credits":{},"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"video":false,"disambiguation":"","id":"3d5b07a8-a641-4cda-a988-c1b5aa4d7aff","length":359866,"title":"Last Year’s Man"},"target-type":"recording","target-credit":"","end":null,"ended":false,"direction":"forward"},{"source-credit":"","attributes":[],"attribute-values":{},"end":null,"target-credit":"","ended":false,"direction":"forward","begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"video":false,"disambiguation":"live, 1970-08-31: Isle of Wight Festival, UK","id":"3d9d4d65-6340-4038-8160-5626f9685dd6","length":255000,"title":"Bird on the Wire"}},{"target-credit":"","end":null,"ended":false,"direction":"forward","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","recording":{"video":false,"id":"3ead5a5f-e9ce-4aa6-8d59-a3ba4d551573","disambiguation":"live, 2009-11-13: HP Pavilion, San Jose, CA, USA","length":481786,"title":"Waiting for the Miracle"},"target-type":"recording","source-credit":"","attributes":[],"attribute-values":{}},{"attribute-values":{},"source-credit":"","attributes":[],"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","recording":{"length":341000,"title":"I’m Your Man","video":false,"disambiguation":"","id":"3f141575-6489-46f9-b879-1e676d52529b"},"target-type":"recording","direction":"forward","target-credit":"","end":null,"ended":false},{"attribute-values":{},"attribute-credits":{},"attributes":["lead vocals"],"source-credit":"","recording":{"disambiguation":"","id":"40ba62d5-3fc8-4570-9fc0-6bd741551551","video":false,"title":"Humbled in Love","length":315066},"target-type":"recording","begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","direction":"forward","ended":false,"end":null,"target-credit":""},{"recording":{"length":266000,"title":"I’m Your Man","video":false,"disambiguation":"","id":"4150b2a5-1dfb-4781-afd1-c3f887804277"},"target-type":"recording","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","ended":false,"end":null,"target-credit":"","direction":"forward","attribute-values":{},"attributes":["lead vocals"],"source-credit":"","attribute-credits":{}},{"attribute-values":{},"source-credit":"","attributes":["lead vocals"],"attribute-credits":{},"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"title":"Night Comes On","length":281573,"id":"4326e410-94d6-4047-b137-734aa9a40f1d","disambiguation":"","video":false},"end":null,"target-credit":"","ended":false,"direction":"forward"},{"attribute-credits":{},"attributes":["lead vocals"],"source-credit":"","attribute-values":{},"direction":"forward","ended":false,"target-credit":"","end":null,"target-type":"recording","recording":{"title":"Why Don’t You Try","length":233000,"disambiguation":"","id":"446e2240-a8e7-4756-b35e-bc4ffdf5b610","video":false},"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal"},{"attribute-values":{},"attributes":["lead vocals"],"source-credit":"","attribute-credits":{},"recording":{"length":300466,"title":"The Stranger Song","video":false,"id":"44fae494-0cc6-4a03-92f6-3cd89b94eb25","disambiguation":""},"target-type":"recording","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","ended":false,"end":null,"target-credit":"","direction":"forward"},{"attribute-values":{},"attribute-credits":{},"source-credit":"","attributes":["lead vocals"],"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"title":"I Tried to Leave You","length":161666,"disambiguation":"","id":"456ebc49-9a54-45f8-a3ab-b50bfafeee79","video":false},"direction":"forward","end":null,"target-credit":"","ended":false},{"attribute-values":{},"source-credit":"","attributes":[],"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"length":286000,"title":"Lullaby","video":false,"id":"4696bdb9-8643-4723-886e-12754456b0f5","disambiguation":""},"target-type":"recording","direction":"forward","end":null,"target-credit":"","ended":false},{"attribute-values":{},"source-credit":"","attributes":[],"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"length":364866,"title":"Boogie Street","video":false,"id":"46a307fa-16ba-4ca1-8ae2-6b7b4694e21e","disambiguation":""},"target-type":"recording","end":null,"target-credit":"","ended":false,"direction":"forward"},{"release":{"packaging":null,"status-id":null,"disambiguation":"","text-representation":{"script":"Latn","language":"eng"},"title":"Live in London","barcode":"0886974050223","packaging-id":null,"release-events":[{"area":{"iso-3166-1-codes":["US"],"id":"489ce91b-6658-3307-9877-795b68554c98","disambiguation":"","name":"United States","sort-name":"United States"},"date":"2009-03-31"}],"id":"47069cc8-b2bf-4033-aa30-239f33dd551a","date":"2009-03-31","status":null,"country":"US","quality":"normal"},"attribute-values":{},"attribute-credits":{},"source-credit":"","attributes":["lead vocals"],"type-id":"eb10f8a0-0f4c-4dce-aa47-87bcb2bc42f3","begin":null,"type":"vocal","target-type":"release","direction":"forward","target-credit":"","end":null,"ended":false},{"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"length":309240,"title":"Who By Fire?","video":false,"id":"4868854f-90fd-43dc-bccd-94d66ffed73f","disambiguation":"live, 1988-10-31: Austin City Limits, Austin, Texas, USA"},"direction":"forward","target-credit":"","end":null,"ended":false,"attribute-values":{},"source-credit":"","attributes":[]},{"source-credit":"","attributes":[],"attribute-values":{},"direction":"forward","target-credit":"","end":null,"ended":false,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"title":"Lover, Lover, Lover","length":463840,"disambiguation":"live, 2009-09-24: Ramat Gan Stadium, Tel Aviv, Israel","id":"4ac19175-eec9-4644-b13d-e10f381d4f6d","video":false}},{"direction":"forward","target-credit":"","end":null,"ended":false,"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"disambiguation":"","id":"4ad4ea7e-bfff-49e3-95ec-cc1da1df4e4a","video":true,"title":"Avalanche","length":257000},"target-type":"recording","source-credit":"","attributes":[],"attribute-values":{}},{"direction":"forward","ended":false,"target-credit":"","end":null,"target-type":"release","type-id":"eb10f8a0-0f4c-4dce-aa47-87bcb2bc42f3","begin":null,"type":"vocal","attribute-credits":{},"attributes":["lead vocals"],"source-credit":"","release":{"id":"4c07f596-4963-33df-adb1-55d01dab800d","barcode":"074646695029","packaging-id":null,"release-events":[{"area":{"name":"United States","sort-name":"United States","iso-3166-1-codes":["US"],"id":"489ce91b-6658-3307-9877-795b68554c98","disambiguation":""},"date":"1995-02-07"}],"status":null,"quality":"normal","country":"US","date":"1995-02-07","status-id":null,"disambiguation":"","packaging":null,"title":"Various Positions","text-representation":{"language":"eng","script":"Latn"}},"attribute-values":{}},{"source-credit":"","attributes":[],"attribute-values":{},"direction":"forward","end":null,"target-credit":"","ended":false,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"id":"4c41b647-7779-4331-83a1-655f42087e87","disambiguation":"","video":false,"title":"Dance Me to the End of Love","length":380000}},{"attributes":["guest"],"source-credit":"","attribute-values":{},"ended":false,"target-credit":"","end":null,"direction":"forward","recording":{"length":481573,"title":"Joan of Arc","video":false,"disambiguation":"","id":"4cd403c8-b31f-4b7b-8660-83f9c54953c1"},"target-type":"recording","begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa"},{"attribute-values":{},"attributes":["additional","guest"],"source-credit":"","recording":{"title":"Joan of Arc","length":481573,"disambiguation":"","id":"4cd403c8-b31f-4b7b-8660-83f9c54953c1","video":false},"target-type":"recording","begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","direction":"forward","ended":false,"target-credit":"","end":null},{"end":null,"target-credit":"","ended":false,"direction":"forward","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"id":"4d5541b2-9531-4a73-b0f2-83f61b57ad30","disambiguation":"live, 1970-08-31: Isle of Wight Festival, UK","video":false,"title":"The Partisan","length":313000},"target-type":"recording","source-credit":"","attributes":[],"attribute-values":{}},{"direction":"forward","ended":false,"end":null,"target-credit":"","target-type":"recording","recording":{"length":294000,"title":"One of Us Cannot Be Wrong","video":false,"disambiguation":"live, 1970-08-31: Isle of Wight Festival, UK","id":"4fff4055-e14f-4110-9075-233ad06c52be"},"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","attributes":[],"source-credit":"","attribute-values":{}},{"direction":"forward","ended":false,"target-credit":"","end":null,"target-type":"recording","recording":{"length":null,"title":"Seems So Long Ago, Nancy","video":true,"id":"51933134-49a5-4b96-a73f-b70be00d4d41","disambiguation":""},"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","attributes":[],"source-credit":"","attribute-values":{}},{"attributes":[],"source-credit":"","attribute-values":{},"direction":"forward","ended":false,"end":null,"target-credit":"","recording":{"video":false,"disambiguation":"","id":"524819cc-ca3a-440e-8b2d-579d586731fc","length":231000,"title":"Going Home"},"target-type":"recording","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa"},{"recording":{"video":false,"disambiguation":"","id":"52784e4b-f82b-4fdc-b7b6-c74467b0997a","length":130906,"title":"On That Day"},"target-type":"recording","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","ended":false,"end":null,"target-credit":"","direction":"forward","attribute-values":{},"attributes":[],"source-credit":""},{"recording":{"id":"535e76ac-d195-4346-bff5-ca044d2bcdcd","disambiguation":"live, 2008-10-10: Hartwall Arena, Helsinki, Finland","video":false,"title":"The Partisan","length":318640},"target-type":"recording","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","ended":false,"target-credit":"","end":null,"direction":"forward","attribute-values":{},"attributes":[],"source-credit":""},{"attribute-values":{},"attributes":[],"source-credit":"","target-type":"recording","recording":{"video":false,"disambiguation":"live, 1979-12: UK","id":"5433d8f1-cf1c-41af-b651-6b789da125bb","length":320666,"title":"The Gypsy's Wife"},"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","direction":"forward","ended":false,"end":null,"target-credit":""},{"ended":false,"target-credit":"","end":null,"direction":"forward","target-type":"recording","recording":{"title":"Hey, That’s No Way to Say Goodbye","length":214000,"id":"549cbe2c-0bc2-48ab-b3bd-81f255a6609b","disambiguation":"live, 1970-08-31: Isle of Wight Festival, UK","video":false},"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","attributes":[],"source-credit":"","attribute-values":{}},{"attribute-values":{},"source-credit":"","attributes":[],"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","target-type":"recording","recording":{"id":"54a0b7c4-26b4-43fe-af7c-717e70ba3d68","disambiguation":"","video":false,"title":"He Ain't Heavy, He's My Brother","length":275586},"direction":"forward","end":null,"target-credit":"","ended":false},{"ended":false,"end":null,"target-credit":"","direction":"forward","target-type":"recording","recording":{"id":"551e280d-a975-4d3c-a102-5cf1b9ba73b0","disambiguation":"live, 1970-08-31: Isle of Wight Festival, UK","video":false,"title":"Seems So Long Ago, Nancy","length":259000},"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","attributes":[],"source-credit":"","attribute-values":{}},{"ended":false,"end":null,"target-credit":"","direction":"forward","recording":{"title":"Coming Back to You","length":276906,"disambiguation":"","id":"57754a8b-7bfd-467b-87d3-d44b636a49ef","video":false},"target-type":"recording","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","attributes":[],"source-credit":"","attribute-values":{}},{"direction":"forward","target-credit":"","end":null,"ended":false,"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","recording":{"title":"Field Commander Cohen","length":242466,"disambiguation":"","id":"5a0ea8c2-f34d-423e-b022-37b4e9803d7c","video":false},"target-type":"recording","attribute-credits":{},"source-credit":"","attributes":["lead vocals"],"attribute-values":{}},{"target-type":"recording","recording":{"title":"The Stranger Song","length":null,"id":"5b1d6488-f58d-48c2-8873-7ad4073c18ab","disambiguation":"","video":true},"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","direction":"forward","ended":false,"end":null,"target-credit":"","attribute-values":{},"attributes":[],"source-credit":""},{"direction":"forward","ended":false,"target-credit":"","end":null,"target-type":"recording","recording":{"length":193173,"title":"Our Lady of Solitude","video":false,"id":"5b2cc354-3abb-477d-8143-46394f7c9242","disambiguation":""},"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","attribute-credits":{},"attributes":["lead vocals"],"source-credit":"","attribute-values":{}},{"attribute-values":{},"source-credit":"","attributes":[],"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"disambiguation":"live, 1979-12: UK","id":"5e2469e1-a428-48c4-8514-ec996f81892b","video":false,"title":"Bird on the Wire","length":310600},"direction":"forward","target-credit":"","end":null,"ended":false},{"target-type":"recording","recording":{"video":false,"disambiguation":"","id":"5ed31323-306e-4286-877c-52873b98275c","length":248000,"title":"Show Me the Place"},"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","ended":false,"target-credit":"","end":null,"direction":"forward","attribute-values":{},"attributes":[],"source-credit":""},{"direction":"forward","ended":false,"end":null,"target-credit":"","target-type":"recording","recording":{"id":"60094d22-2e2f-46fd-8e42-a290929687b4","disambiguation":"","video":false,"title":"Dear Heather","length":223333},"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","attributes":[],"source-credit":"","attribute-values":{}},{"source-credit":"","attributes":[],"attribute-values":{},"direction":"forward","target-credit":"","end":null,"ended":false,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"length":343480,"title":"Tower of Song","video":false,"disambiguation":"","id":"606a4ccd-d03b-4d75-8e85-62134ec257d0"}},{"direction":"forward","ended":false,"end":null,"target-credit":"","target-type":"recording","recording":{"length":262333,"title":"Undertow","video":false,"id":"63457012-014b-4ad8-83bf-b4cbfcbcccae","disambiguation":""},"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","attributes":[],"source-credit":"","attribute-values":{}},{"source-credit":"","attributes":[],"attribute-values":{},"direction":"forward","target-credit":"","end":null,"ended":false,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","recording":{"video":false,"id":"64b6af0c-2863-411e-9fb8-16e5ffef238c","disambiguation":"","length":446666,"title":"Waiting for the Miracle"},"target-type":"recording"},{"direction":"forward","ended":false,"end":null,"target-credit":"","recording":{"video":false,"id":"650c92ba-a9eb-40ec-83dd-30148fc1679a","disambiguation":"","length":280666,"title":"The Lost Canadian (Un Canadien errant)"},"target-type":"recording","begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","attribute-credits":{},"attributes":["lead vocals"],"source-credit":"","attribute-values":{}},{"target-type":"recording","recording":{"id":"6562553c-3a2a-45bd-826a-c0f959fa5ac6","disambiguation":"live, 2008-11-13: O2 Arena, London, UK","video":false,"title":"Famous Blue Raincoat","length":323880},"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","ended":false,"target-credit":"","end":null,"direction":"forward","attribute-values":{},"attributes":[],"source-credit":""},{"recording":{"disambiguation":"","id":"65b0fe30-7059-42a5-99c5-dbf4ee89d809","video":false,"title":"There for You","length":281000},"target-type":"recording","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","direction":"forward","ended":false,"target-credit":"","end":null,"attribute-values":{},"attributes":[],"source-credit":""},{"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","recording":{"title":"Intro to So Long, Marianne","length":16000,"disambiguation":"","id":"65dc24af-4b46-42f7-bf45-b9c64e279dc3","video":false},"target-type":"recording","target-credit":"","end":null,"ended":false,"direction":"forward","attribute-values":{},"source-credit":"","attributes":["spoken vocals"],"attribute-credits":{}},{"recording":{"video":false,"id":"66533e64-326d-421e-a52d-6c0fa4a05335","disambiguation":"live, 1979-12: UK","length":351933,"title":"The Window"},"target-type":"recording","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","ended":false,"end":null,"target-credit":"","direction":"forward","attribute-values":{},"attributes":[],"source-credit":""},{"attribute-values":{},"attributes":["spoken vocals"],"source-credit":"","attribute-credits":{},"recording":{"length":null,"title":"“They’ve Surrounded the Island”","video":true,"disambiguation":"","id":"6918e249-3181-4ab5-98ca-d4227f783aca"},"target-type":"recording","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","ended":false,"target-credit":"","end":null,"direction":"forward"},{"attribute-values":{},"source-credit":"","attributes":[],"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"length":186000,"title":"Crazy to Love You","video":false,"disambiguation":"","id":"6a295f6a-2676-4bd8-97fa-99ec7d5a8235"},"target-credit":"","end":null,"ended":false,"direction":"forward"},{"direction":"forward","ended":false,"end":null,"target-credit":"","target-type":"recording","recording":{"video":false,"id":"6a9f24c6-28de-40cf-973d-b95a4fb2fbdd","disambiguation":"live, 1970-08-31: Isle of Wight Festival, UK","length":266000,"title":"Suzanne"},"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","attributes":[],"source-credit":"","attribute-values":{}},{"attributes":[],"source-credit":"","attribute-values":{},"direction":"forward","ended":false,"end":null,"target-credit":"","target-type":"recording","recording":{"disambiguation":"","id":"6ab224f1-84f5-4eec-b4d4-e68e1eb70f4e","video":true,"title":"The Partisan","length":null},"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa"},{"attribute-values":{},"source-credit":"","attributes":["lead vocals"],"attribute-credits":{},"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"video":false,"id":"6adaca9d-d8a1-4f63-b4b9-dbec59c4fcf1","disambiguation":"","length":359333,"title":"Memories"},"end":null,"target-credit":"","ended":false,"direction":"forward"},{"target-type":"recording","recording":{"id":"6b4cc35a-16fd-4d70-b294-44fd2991afb0","disambiguation":"","video":false,"title":"Suzanne","length":226000},"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","direction":"forward","ended":false,"end":null,"target-credit":"","attribute-values":{},"attributes":[],"source-credit":""},{"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","recording":{"disambiguation":"","id":"6df65969-fe42-46fa-b167-7f3abd47ee90","video":false,"title":"A Bunch of Lonesome Heroes","length":192906},"target-type":"recording","end":null,"target-credit":"","ended":false,"direction":"forward","attribute-values":{},"source-credit":"","attributes":["lead vocals"],"attribute-credits":{}},{"ended":false,"target-credit":"","end":null,"direction":"forward","target-type":"recording","recording":{"id":"6ea0a938-b4a1-4323-9c7b-d8eb3be043a3","disambiguation":"","video":false,"title":"Is This What You Wanted","length":257160},"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","attributes":["lead vocals"],"source-credit":"","attribute-credits":{},"attribute-values":{}},{"recording":{"length":239000,"title":"Story of Isaac","video":false,"disambiguation":"live, 1972: Berlin","id":"6fd5df1c-4bed-47be-9ef4-96cb0940edcf"},"target-type":"recording","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","ended":false,"target-credit":"","end":null,"direction":"forward","attribute-values":{},"attributes":[],"source-credit":""},{"source-credit":"","attributes":[],"attribute-values":{},"target-credit":"","end":null,"ended":false,"direction":"forward","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","recording":{"title":"Traveling Light","length":262000,"id":"710b0069-36f8-4156-ac5f-5aede2466dcf","disambiguation":"","video":false},"target-type":"recording"},{"attribute-values":{},"source-credit":"","attributes":[],"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","target-type":"recording","recording":{"length":411800,"title":"The Future","video":false,"disambiguation":"","id":"72ac5b78-f500-44d5-9d58-b15fd40942b0"},"direction":"forward","target-credit":"","end":null,"ended":false},{"attribute-values":{},"attributes":["lead vocals"],"source-credit":"","attribute-credits":{},"target-type":"recording","recording":{"video":false,"id":"72b9031b-cc00-4013-ace5-e4eebd745b77","disambiguation":"live, 1979-12: UK","length":245333,"title":"Hey, That's No Way to Say Goodbye"},"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","ended":false,"target-credit":"","end":null,"direction":"forward"},{"attributes":[],"source-credit":"","attribute-values":{},"direction":"forward","ended":false,"target-credit":"","end":null,"recording":{"video":false,"disambiguation":"live, 1979-12: UK","id":"72b9031b-cc00-4013-ace5-e4eebd745b77","length":245333,"title":"Hey, That's No Way to Say Goodbye"},"target-type":"recording","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal"},{"attribute-values":{},"source-credit":"","attributes":[],"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"length":333906,"title":"The Smokey Life","video":false,"disambiguation":"live, 1979-12: UK","id":"73bbb870-2151-4fd6-9cea-94bd0f15d385"},"direction":"forward","target-credit":"","end":null,"ended":false},{"recording":{"video":false,"id":"7404f68c-94aa-4088-ad98-50b92c260819","disambiguation":"","length":359173,"title":"Take This Waltz"},"target-type":"recording","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","ended":false,"end":null,"target-credit":"","direction":"forward","attribute-values":{},"attributes":["lead vocals"],"source-credit":"","attribute-credits":{}},{"target-type":"recording","recording":{"video":false,"id":"750f20c1-4f6a-4da4-818d-29d98eb21276","disambiguation":"","length":279933,"title":"Nevermind"},"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","direction":"forward","ended":false,"end":null,"target-credit":"","attribute-values":{},"attributes":[],"source-credit":""},{"attribute-values":{},"source-credit":"","attributes":[],"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"video":true,"disambiguation":"","id":"7520f71a-ae10-4a60-bf3a-66c92f2ee215","length":379000,"title":"Closing Time"},"direction":"forward","end":null,"target-credit":"","ended":false},{"ended":false,"target-credit":"","end":null,"direction":"forward","recording":{"disambiguation":"","id":"7578e206-534a-4985-a7b1-2d268ae6d073","video":false,"title":"The Law","length":268720},"target-type":"recording","begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","attributes":["lead vocals"],"source-credit":"","attribute-credits":{},"attribute-values":{}},{"attributes":[],"source-credit":"","attribute-values":{},"direction":"forward","ended":false,"end":null,"target-credit":"","target-type":"recording","recording":{"length":279506,"title":"Memories","video":false,"disambiguation":"live, 1979-12: UK","id":"75ec20d0-9896-4d4c-892d-93bc544e5eca"},"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa"},{"attributes":["spoken vocals"],"source-credit":"","attribute-credits":{},"attribute-values":{},"ended":false,"end":null,"target-credit":"","direction":"forward","recording":{"id":"7636087e-5c15-4307-b92b-8955ec9d258e","disambiguation":"","video":false,"title":"Introduction","length":186000},"target-type":"recording","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal"},{"target-type":"recording","recording":{"title":"So Long, Marianne","length":404000,"id":"774ea815-88b2-46ed-abac-1ddfd32ebf17","disambiguation":"live, 1979-12: UK","video":false},"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","direction":"forward","ended":false,"target-credit":"","end":null,"attribute-values":{},"attributes":[],"source-credit":""},{"attributes":[],"source-credit":"","attribute-values":{},"ended":false,"end":null,"target-credit":"","direction":"forward","recording":{"disambiguation":"","id":"7929239b-43da-4d92-a731-bcc61c61be46","video":true,"title":"Sing Another Song, Boys","length":null},"target-type":"recording","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal"},{"attribute-values":{},"source-credit":"","attributes":[],"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"video":false,"disambiguation":"live, 1993-06-17: O'Keefe Center, Toronto, Ontario, Canada","id":"7ad67ca3-cc7d-41cb-a99b-b2feb6a9ebb8","length":370866,"title":"Dance Me to the End of Love"},"target-type":"recording","end":null,"target-credit":"","ended":false,"direction":"forward"},{"source-credit":"","attributes":[],"attribute-values":{},"end":null,"target-credit":"","ended":false,"direction":"forward","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"video":false,"disambiguation":"","id":"7b347aa7-4d4c-4acd-bc6c-5c7b9321d470","length":428000,"title":"Democracy"}},{"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"id":"7b828c72-503a-4dde-91de-ad87f1e78159","disambiguation":"live, 1972: Brussels","video":false,"title":"You Know Who I Am","length":324960},"end":null,"target-credit":"","ended":false,"direction":"forward","attribute-values":{},"source-credit":"","attributes":[]},{"direction":"forward","target-credit":"","end":null,"ended":false,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"video":false,"disambiguation":"","id":"7ce96582-4cb0-42f0-9d98-253e1fe36f33","length":182000,"title":"There Is a War"},"attribute-credits":{},"source-credit":"","attributes":["lead vocals"],"attribute-values":{}},{"ended":false,"end":null,"target-credit":"","direction":"forward","recording":{"title":"The Traitor","length":374600,"id":"7d644bc4-e70d-46d9-a3e0-4f47315e5e03","disambiguation":"","video":false},"target-type":"recording","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","attributes":["lead vocals"],"source-credit":"","attribute-credits":{},"attribute-values":{}},{"recording":{"length":365560,"title":"Dress Rehearsal Rag","video":false,"disambiguation":"","id":"7e032abc-c653-43f2-9de8-982cf62e3688"},"target-type":"recording","begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","direction":"forward","ended":false,"target-credit":"","end":null,"attribute-values":{},"attribute-credits":{},"attributes":["lead vocals"],"source-credit":""},{"attribute-values":{},"attributes":["lead vocals"],"source-credit":"","attribute-credits":{},"target-type":"recording","recording":{"id":"7eff29b8-0773-4159-bae8-4d6bdf0a3dc1","disambiguation":"","video":false,"title":"Seems So Long Ago, Nancy","length":219786},"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","ended":false,"end":null,"target-credit":"","direction":"forward"},{"end":null,"target-credit":"","ended":false,"direction":"forward","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"video":false,"id":"8077f9cf-ce84-4fca-a162-c9addcb31551","disambiguation":"","length":559560,"title":"Death of a Ladies’ Man"},"source-credit":"","attributes":["lead vocals"],"attribute-credits":{},"attribute-values":{}},{"end":null,"target-credit":"","ended":false,"direction":"forward","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"id":"81a597de-9bc7-4f79-8bee-7f8fbb7044fb","disambiguation":"","video":true,"title":"That Don't Make It Junk","length":292000},"source-credit":"","attributes":[],"attribute-values":{}},{"attribute-values":{},"attributes":[],"source-credit":"","target-type":"recording","recording":{"video":false,"disambiguation":"live, 2009-05-24: John Labatt Centre, London, ON, Canada","id":"81acefe8-8a49-451a-b3d8-43af606cb006","length":367306,"title":"Closing Time"},"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","direction":"forward","ended":false,"target-credit":"","end":null},{"source-credit":"","attributes":[],"attribute-values":{},"target-credit":"","end":null,"ended":false,"direction":"forward","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","recording":{"id":"846fedd4-3852-46e7-a71b-d0bfd45d96ff","disambiguation":"","video":false,"title":"The Land of Plenty","length":275866},"target-type":"recording"},{"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"title":"Love Calls You by Your Name","length":340040,"id":"89006e1c-3466-4606-80c9-448c5dc64007","disambiguation":"","video":false},"target-type":"recording","direction":"forward","target-credit":"","end":null,"ended":false,"attribute-values":{},"attribute-credits":{},"source-credit":"","attributes":["lead vocals"]},{"target-type":"recording","recording":{"title":"Sisters of Mercy","length":428360,"disambiguation":"","id":"8948bdbd-eadd-4967-8334-0d6062e5107e","video":false},"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","direction":"forward","ended":false,"target-credit":"","end":null,"attribute-values":{},"attributes":[],"source-credit":""},{"recording":{"length":371866,"title":"Tonight Will Be Fine","video":false,"id":"8a075bb6-30f0-4fda-a56f-f7e5c5ecf976","disambiguation":"live, 1970-08-31: Isle of Wight Festival, UK"},"target-type":"recording","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","ended":false,"target-credit":"","end":null,"direction":"forward","attribute-values":{},"attributes":[],"source-credit":""},{"ended":false,"end":null,"target-credit":"","direction":"forward","recording":{"title":"Credits: So Long, Marianne","length":null,"disambiguation":"","id":"8bda2126-a7c3-4d26-ad3b-79b26d788ab7","video":true},"target-type":"recording","begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","attributes":[],"source-credit":"","attribute-values":{}},{"attribute-values":{},"attribute-credits":{},"attributes":["lead vocals"],"source-credit":"","target-type":"recording","recording":{"title":"Closing Time","length":359693,"disambiguation":"","id":"8be14815-92d2-4307-a16f-f47c3a0feeb6","video":false},"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","direction":"forward","ended":false,"target-credit":"","end":null},{"target-credit":"","end":null,"ended":false,"direction":"forward","begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"video":false,"id":"8c3f1e33-ce21-4c64-813a-24c10f572d2c","disambiguation":"","length":381000,"title":"Joan of Arc"},"source-credit":"","attributes":["lead vocals"],"attribute-credits":{},"attribute-values":{}},{"direction":"forward","target-credit":"","end":null,"ended":false,"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"id":"8c5bff88-d7b1-4bc0-bcc4-4a7c0edd83ba","disambiguation":"live, 1972: London","video":false,"title":"Nancy","length":230973},"source-credit":"","attributes":[],"attribute-values":{}},{"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"video":false,"disambiguation":"","id":"8ce71e88-3050-4db0-9e19-4e13d95ded96","length":332933,"title":"I’m Your Man"},"end":null,"target-credit":"","ended":false,"direction":"forward","attribute-values":{},"source-credit":"","attributes":[]},{"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"title":"Dress Rehearsal Rag (early version)","length":337200,"id":"8d41b524-4f8f-4814-afd3-551681cae8ed","disambiguation":"","video":false},"target-credit":"","end":null,"ended":false,"direction":"forward","attribute-values":{},"source-credit":"","attributes":["lead vocals"],"attribute-credits":{}},{"attribute-values":{},"source-credit":"","attributes":["lead vocals"],"attribute-credits":{},"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"id":"8dbbc1e7-41cb-46cc-bd86-d8a6a926264c","disambiguation":"","video":false,"title":"Winter Lady","length":136026},"target-credit":"","end":null,"ended":false,"direction":"forward"},{"direction":"forward","ended":false,"end":null,"target-credit":"","recording":{"id":"8dc75c5e-6385-4a62-b507-5a0a81fd8e2d","disambiguation":"","video":true,"title":"Lover, Lover, Lover","length":513000},"target-type":"recording","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","attributes":[],"source-credit":"","attribute-values":{}},{"attributes":[],"source-credit":"","attribute-values":{},"ended":false,"target-credit":"","end":null,"direction":"forward","target-type":"recording","recording":{"video":false,"id":"8e3a1190-1e4c-4052-bcec-0f3776687a61","disambiguation":"live, 2008-11-17: The Royal Albert Hall, London, UK","length":211506,"title":"Chelsea Hotel"},"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa"},{"attribute-values":{},"attributes":[],"source-credit":"","recording":{"id":"8e76e7ca-c093-47e3-aac1-f3da385f9601","disambiguation":"","video":true,"title":"Suzanne","length":228000},"target-type":"recording","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","ended":false,"end":null,"target-credit":"","direction":"forward"},{"direction":"forward","ended":false,"end":null,"target-credit":"","target-type":"recording","recording":{"id":"90977aa4-eead-4245-9413-92a635cbb4a6","disambiguation":"","video":false,"title":"The Smokey Life","length":318040},"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","attribute-credits":{},"attributes":["lead vocals"],"source-credit":"","attribute-values":{}},{"attribute-credits":{},"attributes":["lead vocals"],"source-credit":"","attribute-values":{},"direction":"forward","ended":false,"target-credit":"","end":null,"target-type":"recording","recording":{"title":"Who by Fire","length":154000,"disambiguation":"","id":"9313208d-480f-49fc-8616-ad13273e80a3","video":false},"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal"},{"attributes":[],"source-credit":"","attribute-values":{},"ended":false,"end":null,"target-credit":"","direction":"forward","target-type":"recording","recording":{"video":true,"id":"9392d139-6eb3-445f-9ac7-10444533adae","disambiguation":"","length":517000,"title":"Hallelujah"},"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa"},{"direction":"forward","target-credit":"","end":null,"ended":false,"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"video":false,"disambiguation":"","id":"93b29043-59f5-4092-b74d-32c267dadaf7","length":272373,"title":"Be for Real"},"target-type":"recording","attribute-credits":{},"source-credit":"","attributes":["lead vocals"],"attribute-values":{}},{"attribute-credits":{},"source-credit":"","attributes":["lead vocals"],"attribute-values":{},"direction":"forward","target-credit":"","end":null,"ended":false,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","recording":{"title":"Lady Midnight","length":178360,"disambiguation":"","id":"943f918e-946e-47e6-9092-ab284cc72784","video":false},"target-type":"recording"},{"direction":"forward","end":null,"target-credit":"","ended":false,"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"title":"Tonight Will Be Fine","length":228600,"disambiguation":"","id":"9650115c-487f-4973-addc-d8047ace294a","video":false},"attribute-credits":{},"source-credit":"","attributes":["lead vocals"],"attribute-values":{}},{"attribute-values":{},"attribute-credits":{},"source-credit":"","attributes":["lead vocals"],"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","target-type":"recording","recording":{"video":false,"id":"98fd912c-49e7-4f9c-b3c4-25f7b28052ce","disambiguation":"","length":301826,"title":"Avalanche"},"direction":"forward","target-credit":"","end":null,"ended":false},{"attribute-values":{},"source-credit":"","attributes":[],"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"title":"Born in Chains","length":295586,"disambiguation":"","id":"998e8ed8-9d50-4c21-8a05-d98205c8723a","video":false},"direction":"forward","end":null,"target-credit":"","ended":false},{"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"length":400880,"title":"The Guests","video":false,"id":"9ab9cba8-dc25-4c71-abca-12b879284123","disambiguation":""},"end":null,"target-credit":"","ended":false,"direction":"forward","attribute-values":{},"source-credit":"","attributes":["lead vocals"],"attribute-credits":{}},{"end":null,"target-credit":"","ended":false,"direction":"forward","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"title":"Lady Midnight","length":218000,"disambiguation":"live, 1970-08-31: Isle of Wight Festival, UK","id":"9ad69d07-0ac3-417a-abae-7531ad845883","video":false},"source-credit":"","attributes":[],"attribute-values":{}},{"direction":"forward","ended":false,"target-credit":"","end":null,"target-type":"recording","recording":{"video":true,"disambiguation":"","id":"9c07634e-b139-4004-86c6-98f0748ceda9","length":478000,"title":"Waiting for the Miracle"},"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","attributes":[],"source-credit":"","attribute-values":{}},{"source-credit":"","attributes":["lead vocals"],"attribute-credits":{},"attribute-values":{},"target-credit":"","end":null,"ended":false,"direction":"forward","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","recording":{"length":187093,"title":"Chelsea Hotel #2","video":false,"id":"9c4da7e7-d936-43f4-84d3-b06f5f5843b2","disambiguation":""},"target-type":"recording"},{"recording":{"video":false,"disambiguation":"","id":"9d6a550c-3cb2-440f-81d1-5237d35558ef","length":181666,"title":"Teachers"},"target-type":"recording","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","ended":false,"target-credit":"","end":null,"direction":"forward","attribute-values":{},"attributes":["lead vocals"],"source-credit":"","attribute-credits":{}},{"target-type":"recording","recording":{"length":334000,"title":"Famous Blue Raincoat","video":true,"id":"9e025099-afa4-4ddb-b92c-ea027ab3a16d","disambiguation":""},"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","direction":"forward","ended":false,"target-credit":"","end":null,"attribute-values":{},"attributes":[],"source-credit":""},{"direction":"forward","ended":false,"target-credit":"","end":null,"recording":{"video":false,"disambiguation":"","id":"9e632ee6-a2b3-461d-8b82-d28c99f73fa9","length":355106,"title":"Master Song"},"target-type":"recording","begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","attribute-credits":{},"attributes":["lead vocals"],"source-credit":"","attribute-values":{}},{"attribute-values":{},"attributes":[],"source-credit":"","target-type":"recording","recording":{"title":"First We Take Manhattan","length":376000,"disambiguation":"","id":"9efeec47-b13b-4f38-879a-3ad1ff4576b7","video":false},"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","direction":"forward","ended":false,"target-credit":"","end":null},{"attribute-values":{},"attribute-credits":{},"attributes":["spoken vocals"],"source-credit":"","recording":{"length":null,"title":"“It’s a Large Nation”","video":true,"id":"a03172e3-1373-456b-b591-b0391068721c","disambiguation":""},"target-type":"recording","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","direction":"forward","ended":false,"end":null,"target-credit":""},{"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"length":484066,"title":"Always","video":false,"id":"a39d2625-9fc7-4c0a-b44c-d0fa4b955055","disambiguation":""},"target-credit":"","end":null,"ended":false,"direction":"forward","attribute-values":{},"source-credit":"","attributes":["lead vocals"],"attribute-credits":{}},{"target-type":"recording","recording":{"title":"One of Us Cannot Be Wrong","length":263800,"id":"a4bb8b08-9a6a-4405-b023-84675169bafa","disambiguation":"","video":false},"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","direction":"forward","ended":false,"target-credit":"","end":null,"attribute-values":{},"attribute-credits":{},"attributes":["lead vocals"],"source-credit":""},{"attribute-values":{},"attribute-credits":{},"attributes":["lead vocals"],"source-credit":"","recording":{"length":146640,"title":"Hunter’s Lullaby","video":false,"id":"a514d6c9-11be-4ed4-9702-ec09fbad7df2","disambiguation":""},"target-type":"recording","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","direction":"forward","ended":false,"end":null,"target-credit":""},{"attribute-values":{},"source-credit":"","attributes":[],"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"length":322000,"title":"Diamonds in the Mine","video":false,"disambiguation":"live, 1970-08-31: Isle of Wight Festival, UK","id":"a518dff7-7602-407f-af66-15efe1a3554c"},"target-type":"recording","target-credit":"","end":null,"ended":false,"direction":"forward"},{"attributes":[],"source-credit":"","attribute-values":{},"ended":false,"target-credit":"","end":null,"direction":"forward","target-type":"recording","recording":{"disambiguation":"live, 1970-08-31: Isle of Wight Festival, UK","id":"a587db50-4814-403f-a2b0-48d4911dadd4","video":false,"title":"You Know Who I Am","length":238000},"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal"},{"attributes":["lead vocals"],"source-credit":"","attribute-credits":{},"attribute-values":{},"ended":false,"end":null,"target-credit":"","direction":"forward","target-type":"recording","recording":{"video":false,"id":"a77d295d-8fc1-4092-995d-79f4cd9ee03d","disambiguation":"","length":266426,"title":"True Love Leaves No Traces"},"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal"},{"attribute-values":{},"attribute-credits":{},"source-credit":"","attributes":["lead vocals"],"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"video":false,"disambiguation":"","id":"a7e15f12-ea5c-4f4a-85e8-22d7eb7fad2c","length":206360,"title":"Bird on the Wire"},"direction":"forward","end":null,"target-credit":"","ended":false},{"end":null,"target-credit":"","ended":false,"direction":"forward","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","target-type":"recording","recording":{"video":false,"disambiguation":"","id":"a7fd3d26-b750-4ec2-a53e-bd8b31c41bc3","length":517000,"title":"Take This Waltz"},"source-credit":"","attributes":[],"attribute-values":{}},{"attribute-values":{},"attributes":[],"source-credit":"","recording":{"video":true,"disambiguation":"","id":"aa8c5bdd-f112-4b76-a37b-73975caa4543","length":null,"title":"One of Us Cannot Be Wrong"},"target-type":"recording","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","direction":"forward","ended":false,"end":null,"target-credit":""},{"end":null,"target-credit":"","ended":false,"direction":"forward","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"length":199933,"title":"Improvisation","video":false,"disambiguation":"live, 1972: Paris","id":"ab08a4ff-28f7-48d5-ac2a-cf3d89bba86b"},"source-credit":"","attributes":[],"attribute-values":{}},{"source-credit":"","attributes":[],"attribute-values":{},"end":null,"target-credit":"","ended":false,"direction":"forward","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","target-type":"recording","recording":{"length":306506,"title":"Heart With No Companion","video":false,"id":"ab4fd70b-4eb2-4774-b062-a9720440dd44","disambiguation":"live, 2008-11-02: König Pilsener Arena, Oberhausen, Germany"}},{"attribute-values":{},"attributes":[],"source-credit":"","target-type":"recording","recording":{"length":233000,"title":"Recitation w/ N.L.","video":false,"disambiguation":"","id":"ac6ff6fa-eb5b-4d73-bc2e-dd6e9d40faa3"},"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","ended":false,"target-credit":"","end":null,"direction":"forward"},{"source-credit":"","attributes":[],"attribute-values":{},"direction":"forward","end":null,"target-credit":"","ended":false,"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"video":true,"id":"acabffc6-1747-4e0f-91e0-dae7a3222257","disambiguation":"","length":224000,"title":"Chelsea Hotel"}},{"attribute-values":{},"source-credit":"","attributes":[],"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"length":260000,"title":"The Faith","video":false,"disambiguation":"","id":"af8cbdca-bbb1-41de-bc4f-19f65d5a7fb0"},"target-credit":"","end":null,"ended":false,"direction":"forward"},{"attribute-values":{},"source-credit":"","attributes":[],"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","recording":{"disambiguation":"","id":"afa179f2-7fa0-4ac6-aea2-33aa96163cfb","video":false,"title":"The Gypsy’s Wife","length":402000},"target-type":"recording","direction":"forward","target-credit":"","end":null,"ended":false},{"attributes":[],"source-credit":"","attribute-values":{},"ended":false,"target-credit":"","end":null,"direction":"forward","recording":{"video":false,"disambiguation":"live, 1970-08-31: Isle of Wight Festival, UK","id":"b125561c-4bed-4b46-8fdf-5c54109fe68c","length":375000,"title":"Famous Blue Raincoat"},"target-type":"recording","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa"},{"source-credit":"","attributes":[],"attribute-values":{},"end":null,"target-credit":"","ended":false,"direction":"forward","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","target-type":"recording","recording":{"video":false,"disambiguation":"","id":"b192a39a-fdad-4290-90a8-a250ab26c436","length":352000,"title":"Everybody Knows"}},{"source-credit":"","attributes":["lead vocals"],"attribute-credits":{},"attribute-values":{},"end":null,"target-credit":"","ended":false,"direction":"forward","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","target-type":"recording","recording":{"title":"Leaving Green Sleeves","length":159000,"id":"b45b3886-b5f6-4a33-a9ee-5dd3307552f6","disambiguation":"","video":false}},{"attribute-values":{},"source-credit":"","attributes":[],"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"id":"b679a149-f0de-49df-879a-b2bb9b85aba9","disambiguation":"live, 1993-06-17: O'Keefe Center, Toronto, Ontario, Canada","video":false,"title":"There Is a War","length":287866},"target-type":"recording","end":null,"target-credit":"","ended":false,"direction":"forward"},{"direction":"forward","end":null,"target-credit":"","ended":false,"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"length":151000,"title":"Nightingale","video":false,"disambiguation":"","id":"b782ea5b-f15a-463f-87c2-5378a472e51c"},"target-type":"recording","source-credit":"","attributes":[],"attribute-values":{}},{"attribute-values":{},"source-credit":"","attributes":[],"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","recording":{"id":"b7d9fb6f-e8ed-4fb7-9c12-92c0b50e4a77","disambiguation":"","video":false,"title":"Come Healing","length":173000},"target-type":"recording","direction":"forward","end":null,"target-credit":"","ended":false},{"attribute-values":{},"source-credit":"","attributes":[],"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","target-type":"recording","recording":{"video":false,"id":"b84797f7-7955-4082-8eb8-285c44758ef1","disambiguation":"","length":263000,"title":"Steer Your Way"},"direction":"forward","target-credit":"","end":null,"ended":false},{"direction":"forward","ended":false,"end":null,"target-credit":"","recording":{"video":false,"id":"b9c3c813-b57c-47cb-996f-a2cf47c98639","disambiguation":"live, 1970-08-31: Isle of Wight Festival, UK","length":391000,"title":"Sing Another Song, Boys"},"target-type":"recording","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","attributes":[],"source-credit":"","attribute-values":{}},{"attribute-values":{},"attributes":[],"source-credit":"","target-type":"recording","recording":{"video":false,"disambiguation":"","id":"bb652c33-6d90-4458-bc99-e61afd825cdc","length":207000,"title":"String Reprise / Treaty"},"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","direction":"forward","ended":false,"end":null,"target-credit":""},{"source-credit":"","attributes":[],"attribute-values":{},"direction":"forward","target-credit":"","end":null,"ended":false,"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"id":"bbd80283-0ceb-4480-b9d0-937703f396b9","disambiguation":"","video":false,"title":"Ain’t No Cure for Love","length":311200},"target-type":"recording"},{"attribute-values":{},"attributes":["lead vocals"],"source-credit":"","attribute-credits":{},"recording":{"video":false,"id":"bc07db48-3846-4447-bfa6-0629b86db45e","disambiguation":"","length":230666,"title":"Diamonds in the Mine"},"target-type":"recording","begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","ended":false,"target-credit":"","end":null,"direction":"forward"},{"source-credit":"","attributes":[],"attribute-values":{},"target-credit":"","end":null,"ended":false,"direction":"forward","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","recording":{"id":"bc2fe433-83bf-4b5d-ad45-ec9d214c2d4a","disambiguation":"","video":false,"title":"There Is a War","length":289026},"target-type":"recording"},{"recording":{"video":false,"disambiguation":"","id":"bc5add1e-6e6c-4543-bd12-1da13dceecb1","length":208000,"title":"On the Level"},"target-type":"recording","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","ended":false,"end":null,"target-credit":"","direction":"forward","attribute-values":{},"attributes":[],"source-credit":""},{"attribute-values":{},"attributes":[],"source-credit":"","target-type":"recording","recording":{"title":"Passing Through","length":248106,"id":"bc808e21-cfaa-42db-9937-958a988a8bc4","disambiguation":"live, 1972: London","video":false},"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","ended":false,"end":null,"target-credit":"","direction":"forward"},{"attributes":[],"source-credit":"","attribute-values":{},"ended":false,"target-credit":"","end":null,"direction":"forward","recording":{"disambiguation":"live, 2008-11-13: O2 Arena, London, UK","id":"bd561c3d-e1e1-44ad-92ae-a8d2a8942904","video":false,"title":"That Don't Make It Junk","length":262866},"target-type":"recording","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal"},{"direction":"forward","ended":false,"end":null,"target-credit":"","recording":{"length":200000,"title":"Lover Lover Lover","video":false,"id":"bdc69de7-c35d-473a-9a32-3143b5cf6c3d","disambiguation":""},"target-type":"recording","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","attribute-credits":{},"attributes":["lead vocals"],"source-credit":"","attribute-values":{}},{"attribute-values":{},"source-credit":"","attributes":[],"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"length":270733,"title":"Bird on the Wire","video":false,"disambiguation":"live, 1972: Paris","id":"be9e65da-5f15-4ca4-8d32-80c565f68e6f"},"direction":"forward","end":null,"target-credit":"","ended":false},{"direction":"forward","end":null,"target-credit":"","ended":false,"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"title":"Like a Bird (Bird on the Wire)","length":201400,"id":"bea58538-1b98-4e1b-9e9a-242b490e4cf6","disambiguation":"","video":false},"target-type":"recording","attribute-credits":{},"source-credit":"","attributes":["lead vocals"],"attribute-values":{}},{"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"length":137946,"title":"Nothing to One (You Know Who I Am)","video":false,"id":"bfab97b7-67c3-4b39-a700-30446bc84264","disambiguation":""},"target-credit":"","end":null,"ended":false,"direction":"forward","attribute-values":{},"source-credit":"","attributes":["lead vocals"],"attribute-credits":{}},{"direction":"forward","target-credit":"","end":null,"ended":false,"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"title":"The Gypsy’s Wife","length":312693,"id":"bfe0b37d-fe45-4a5c-9857-386092b5396e","disambiguation":"","video":false},"target-type":"recording","attribute-credits":{},"source-credit":"","attributes":["lead vocals"],"attribute-values":{}},{"attribute-values":{},"attribute-credits":{},"attributes":["lead vocals"],"source-credit":"","target-type":"recording","recording":{"length":215466,"title":"Story of Isaac","video":false,"id":"c122eb1a-532e-4e19-8762-000009d04270","disambiguation":""},"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","direction":"forward","ended":false,"target-credit":"","end":null},{"recording":{"title":"Elvis' Rolls Royce","length":209733,"disambiguation":"","id":"c2235974-093d-464a-8fb9-3f753485fbab","video":false},"target-type":"recording","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","ended":false,"end":null,"target-credit":"","direction":"forward","attribute-values":{},"attributes":["guest","lead vocals"],"source-credit":"","attribute-credits":{}},{"recording":{"length":258933,"title":"Here It Is","video":false,"disambiguation":"","id":"c3122495-ce76-40ce-ab37-8213d5ec1735"},"target-type":"recording","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","direction":"forward","ended":false,"end":null,"target-credit":"","attribute-values":{},"attributes":[],"source-credit":""},{"attribute-values":{},"source-credit":"","attributes":[],"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"video":false,"id":"c43a75af-4212-4bd0-a9b7-06c0ef319dd7","disambiguation":"","length":216306,"title":"Morning Glory"},"target-type":"recording","end":null,"target-credit":"","ended":false,"direction":"forward"},{"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"length":376000,"title":"Sisters of Mercy","video":false,"disambiguation":"live, 1993-06-18: O'Keefe Center, Toronto, Ontario, Canada","id":"c471c1e5-93d4-4884-9ebf-5a92c1559622"},"direction":"forward","end":null,"target-credit":"","ended":false,"attribute-values":{},"source-credit":"","attributes":[]},{"attributes":[],"source-credit":"","attribute-values":{},"ended":false,"end":null,"target-credit":"","direction":"forward","recording":{"title":"First We Take Manhattan","length":358973,"disambiguation":"","id":"c7472afe-890a-4995-ac25-c995ec604556","video":false},"target-type":"recording","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa"},{"source-credit":"","attributes":[],"attribute-values":{},"direction":"forward","end":null,"target-credit":"","ended":false,"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"video":false,"disambiguation":"","id":"ca0f8aa8-264e-4ec2-8476-d8560d104a50","length":212773,"title":"A Street"},"target-type":"recording"},{"attribute-values":{},"source-credit":"","attributes":[],"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"disambiguation":"","id":"ca32cdc5-785e-4780-9cd9-91ec2828086d","video":false,"title":"Samson in New Orleans","length":279026},"target-credit":"","end":null,"ended":false,"direction":"forward"},{"attribute-values":{},"source-credit":"","attributes":[],"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"title":"Sisters of Mercy","length":296000,"id":"caaa76d4-77c4-47fd-8405-0ae46d6fb742","disambiguation":"","video":false},"target-type":"recording","target-credit":"","end":null,"ended":false,"direction":"forward"},{"source-credit":"","attributes":["lead vocals"],"attribute-credits":{},"attribute-values":{},"end":null,"target-credit":"","ended":false,"direction":"forward","begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"id":"cb970ecf-215f-43d4-8b2c-24ff99a72194","disambiguation":"","video":false,"title":"Democracy","length":434800}},{"attribute-credits":{},"attributes":["lead vocals"],"source-credit":"","attribute-values":{},"direction":"forward","ended":false,"end":null,"target-credit":"","target-type":"recording","recording":{"length":208293,"title":"I Left a Woman Waiting","video":false,"id":"cbc9208f-c14e-4b5a-8319-6c9750da829e","disambiguation":""},"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa"},{"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"disambiguation":"","id":"ce3e1ff5-628e-4692-aa32-a3b08039bd9b","video":true,"title":"Famous Blue Raincoat","length":null},"target-type":"recording","end":null,"target-credit":"","ended":false,"direction":"forward","attribute-values":{},"source-credit":"","attributes":[]},{"attribute-values":{},"source-credit":"","attributes":[],"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"disambiguation":"","id":"ce913779-7ae0-4da2-8492-3d1336215728","video":false,"title":"Ain’t No Cure for Love","length":376000},"target-type":"recording","target-credit":"","end":null,"ended":false,"direction":"forward"},{"recording":{"video":false,"id":"cfcf38f3-b8f5-4cf2-bb15-e839e89a1ea9","disambiguation":"","length":320693,"title":"By the Rivers Dark"},"target-type":"recording","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","direction":"forward","ended":false,"target-credit":"","end":null,"attribute-values":{},"attributes":[],"source-credit":""},{"direction":"forward","target-credit":"","end":null,"ended":false,"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"length":513000,"title":"I Tried to Leave You","video":false,"disambiguation":"","id":"d094f4f2-68b6-48a8-abb3-1adaddff572e"},"source-credit":"","attributes":[],"attribute-values":{}},{"ended":false,"end":null,"target-credit":"","direction":"forward","recording":{"length":null,"title":"Intro: Diamonds in the Mine","video":true,"disambiguation":"","id":"d178b396-063b-438d-9d79-426c39172660"},"target-type":"recording","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","attributes":[],"source-credit":"","attribute-values":{}},{"ended":false,"end":null,"target-credit":"","direction":"forward","target-type":"recording","recording":{"video":false,"disambiguation":"","id":"d199627e-fcdb-4d59-8ac2-6a801a417e4f","length":357000,"title":"Villanelle for Our Time"},"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","attributes":[],"source-credit":"","attribute-values":{}},{"direction":"forward","end":null,"target-credit":"","ended":false,"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","target-type":"recording","recording":{"video":false,"disambiguation":"","id":"d2835e45-c9f4-4107-8aed-1286616053b9","length":269000,"title":"Darkness"},"source-credit":"","attributes":[],"attribute-values":{}},{"direction":"forward","ended":false,"end":null,"target-credit":"","target-type":"recording","recording":{"video":false,"id":"d3e64784-a191-4aca-8bb5-315157be1484","disambiguation":"live, 1988-04-19: Muziek Theatre, Amsterdam, Netherlands","length":291133,"title":"Heart With No Companion"},"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","attributes":[],"source-credit":"","attribute-values":{}},{"target-credit":"","end":null,"ended":false,"direction":"forward","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"video":false,"id":"d48c3939-b2a0-4e65-a717-e88859403b07","disambiguation":"","length":184426,"title":"Heart With No Companion"},"source-credit":"","attributes":["lead vocals"],"attribute-credits":{},"attribute-values":{}},{"direction":"forward","ended":false,"end":null,"target-credit":"","target-type":"release","type-id":"eb10f8a0-0f4c-4dce-aa47-87bcb2bc42f3","begin":null,"type":"vocal","attribute-credits":{},"attributes":["lead vocals"],"source-credit":"","release":{"packaging":null,"status-id":null,"disambiguation":"","text-representation":{"language":"eng","script":"Latn"},"title":"Various Positions","release-events":[{"date":"1984-12","area":{"disambiguation":"","id":"71bbafaa-e825-3e15-8ca9-017dcad1748b","iso-3166-1-codes":["CA"],"sort-name":"Canada","name":"Canada"}}],"packaging-id":null,"barcode":"0612139072801","id":"d601bc88-1372-3566-a650-2cbe74205d1e","date":"1984-12","quality":"normal","country":"CA","status":null},"attribute-values":{}},{"source-credit":"","attributes":[],"attribute-values":{},"direction":"forward","end":null,"target-credit":"","ended":false,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"id":"d63cbbdb-9e64-4d9e-a011-00c631d82873","disambiguation":"","video":false,"title":"Treaty","length":242000}},{"ended":false,"target-credit":"","end":null,"direction":"forward","recording":{"disambiguation":"","id":"d7f943c6-987c-421b-aa54-cca03d8118ca","video":false,"title":"Bird on the Wire","length":411106},"target-type":"recording","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","attributes":[],"source-credit":"","attribute-values":{}},{"attributes":[],"source-credit":"","attribute-values":{},"direction":"forward","ended":false,"target-credit":"","end":null,"target-type":"recording","recording":{"disambiguation":"","id":"d8ab1423-610e-4505-801b-07719812a11e","video":false,"title":"Whither Thou Goest","length":87000},"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal"},{"ended":false,"target-credit":"","end":null,"direction":"forward","target-type":"recording","recording":{"title":"Bird on the Wire","length":369333,"disambiguation":"live, 2008-11-06: Clyde Auditorium, Glasgow, UK","id":"d8e06736-c4d3-4159-ac70-06eff5ebaeee","video":false},"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","attributes":[],"source-credit":"","attribute-values":{}},{"attribute-values":{},"attributes":["lead vocals"],"source-credit":"","attribute-credits":{},"recording":{"length":233666,"title":"Jazz Police","video":false,"disambiguation":"","id":"d9352e0c-40a7-4639-9b52-f61ee654560d"},"target-type":"recording","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","ended":false,"end":null,"target-credit":"","direction":"forward"},{"attributes":[],"source-credit":"","attribute-values":{},"ended":false,"end":null,"target-credit":"","direction":"forward","recording":{"length":222893,"title":"Why Don't You Try","video":false,"disambiguation":"live, 1979-12: UK","id":"d948e13b-d25c-4254-949a-ec9ca6c373fc"},"target-type":"recording","begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa"},{"attribute-values":{},"source-credit":"","attributes":["lead vocals"],"attribute-credits":{},"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","target-type":"recording","recording":{"length":228960,"title":"Suzanne","video":false,"disambiguation":"","id":"dabf85e1-ce84-467b-a267-1e6a36b600ed"},"end":null,"target-credit":"","ended":false,"direction":"forward"},{"target-type":"recording","recording":{"length":391160,"title":"Lover Lover Lover","video":false,"id":"dde16338-3e16-419b-bccd-fbd98e010cfe","disambiguation":"live, 1979-12: UK"},"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","direction":"forward","ended":false,"target-credit":"","end":null,"attribute-values":{},"attributes":[],"source-credit":""},{"target-type":"recording","recording":{"length":211960,"title":"You Got Me Singing","video":false,"id":"df6b40da-2d5f-45be-b587-1c3fe9fd2269","disambiguation":""},"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","ended":false,"target-credit":"","end":null,"direction":"forward","attribute-values":{},"attributes":[],"source-credit":""},{"end":null,"target-credit":"","ended":false,"direction":"forward","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"disambiguation":"","id":"df750d80-8b8d-4da4-8171-d94eeca7c247","video":false,"title":"My Oh My","length":216813},"source-credit":"","attributes":[],"attribute-values":{}},{"target-type":"recording","recording":{"disambiguation":"","id":"e070786b-7f7d-430c-aa3f-e3cabf6f1b9f","video":false,"title":"Almost Like the Blues","length":208080},"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","ended":false,"end":null,"target-credit":"","direction":"forward","attribute-values":{},"attributes":[],"source-credit":""},{"attribute-values":{},"source-credit":"","attributes":[],"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","recording":{"video":false,"disambiguation":"","id":"e14acf57-24cc-4e7c-83ef-de3a55eb9104","length":341693,"title":"You Have Loved Enough"},"target-type":"recording","target-credit":"","end":null,"ended":false,"direction":"forward"},{"ended":false,"end":null,"target-credit":"","direction":"forward","recording":{"title":"Queen Victoria","length":207133,"id":"e184f568-803c-45e5-a6a7-6c57544a945f","disambiguation":"live, 1972: TN, USA","video":false},"target-type":"recording","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","attributes":[],"source-credit":"","attribute-values":{}},{"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"id":"e208aa92-4c0e-462c-a737-c85e9209d217","disambiguation":"","video":false,"title":"Famous Blue Raincoat","length":309866},"target-type":"recording","direction":"forward","end":null,"target-credit":"","ended":false,"attribute-values":{},"attribute-credits":{},"source-credit":"","attributes":["lead vocals"]},{"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","recording":{"title":"Tonight Will Be Fine","length":399000,"id":"e53f03ed-77a4-4291-bd10-d8b8df23e45e","disambiguation":"live, 1970-08-31: Isle of Wight Festival, UK","video":false},"target-type":"recording","end":null,"target-credit":"","ended":false,"direction":"forward","attribute-values":{},"source-credit":"","attributes":[]},{"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"length":178706,"title":"Fingerprints","video":false,"disambiguation":"","id":"e63199ee-f5c9-4cd4-8c0b-ad3af3c175f2"},"target-type":"recording","end":null,"target-credit":"","ended":false,"direction":"forward","attribute-values":{},"source-credit":"","attributes":["lead vocals"],"attribute-credits":{}},{"recording":{"video":false,"id":"e68f1283-5675-485c-b840-8bb9202a7145","disambiguation":"","length":246000,"title":"Take This Longing"},"target-type":"recording","begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","direction":"forward","ended":false,"target-credit":"","end":null,"attribute-values":{},"attribute-credits":{},"attributes":["lead vocals"],"source-credit":""},{"source-credit":"","attributes":[],"attribute-values":{},"direction":"forward","target-credit":"","end":null,"ended":false,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","recording":{"length":375000,"title":"Closing Time","video":false,"disambiguation":"","id":"e6d5517c-ca59-4891-b9d2-e4ef27667cca"},"target-type":"recording"},{"direction":"forward","ended":false,"end":null,"target-credit":"","recording":{"length":155493,"title":"To a Teacher","video":false,"disambiguation":"","id":"e867bfa9-fd8f-49e9-a87d-f00480369844"},"target-type":"recording","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","attributes":[],"source-credit":"","attribute-values":{}},{"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"disambiguation":"live, 1988-10-31: Austin City Limits, Austin, Texas, USA","id":"ea930127-d06a-4d3b-af94-8cd79e62e837","video":false,"title":"Hallelujah","length":414493},"direction":"forward","target-credit":"","end":null,"ended":false,"attribute-values":{},"source-credit":"","attributes":[]},{"attribute-values":{},"source-credit":"","attributes":[],"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"video":false,"disambiguation":"live, 1993-07-29: Orpheum Theatre, Vancouver, British Columbia, Canada","id":"ec05d797-bf8f-41c9-8ade-217d45d69ff9","length":369333,"title":"Everybody Knows"},"direction":"forward","target-credit":"","end":null,"ended":false},{"begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"title":"Coming Back to You","length":215906,"disambiguation":"","id":"ec432f41-4de2-4238-83d3-d3267f1e1d64","video":false},"target-credit":"","end":null,"ended":false,"direction":"forward","attribute-values":{},"source-credit":"","attributes":["lead vocals"],"attribute-credits":{}},{"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","target-type":"recording","recording":{"title":"First We Take Manhattan","length":358400,"id":"ec927de1-530e-422a-bff6-664233d93af6","disambiguation":"","video":false},"direction":"forward","target-credit":"","end":null,"ended":false,"attribute-values":{},"attribute-credits":{},"source-credit":"","attributes":["lead vocals"]},{"ended":false,"end":null,"target-credit":"","direction":"forward","recording":{"title":"Tower of Song","length":337493,"disambiguation":"","id":"ed670fc8-0c90-4e95-9b7f-a5764aeb56f6","video":false},"target-type":"recording","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","attributes":["lead vocals"],"source-credit":"","attribute-credits":{},"attribute-values":{}},{"attribute-values":{},"source-credit":"","attributes":[],"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","recording":{"length":367293,"title":"Dance Me to the End of Love","video":false,"id":"ee3d2ffd-5563-4b5c-b313-15dac4667d8c","disambiguation":""},"target-type":"recording","direction":"forward","target-credit":"","end":null,"ended":false},{"ended":false,"target-credit":"","end":null,"direction":"forward","target-type":"recording","recording":{"disambiguation":"","id":"ee7ffed7-9f17-48b9-a289-c168925eed45","video":true,"title":"Tonight Will Be Fine","length":null},"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","attributes":[],"source-credit":"","attribute-values":{}},{"source-credit":"","attributes":["lead vocals"],"attribute-credits":{},"attribute-values":{},"target-credit":"","end":null,"ended":false,"direction":"forward","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","recording":{"title":"Stories of the Street","length":275706,"disambiguation":"","id":"ef095d10-ceb5-4ff0-8e32-e33ae176e374","video":false},"target-type":"recording"},{"direction":"forward","target-credit":"","end":null,"ended":false,"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","recording":{"title":"Hey, That's No Way to Say Goodbye","length":175973,"id":"f01d27f7-5080-48fe-877a-0176e217cce7","disambiguation":"","video":false},"target-type":"recording","attribute-credits":{},"source-credit":"","attributes":["lead vocals"],"attribute-values":{}},{"direction":"forward","ended":false,"end":null,"target-credit":"","recording":{"video":false,"disambiguation":"live, 1988-10-31: Austin City Limits, Austin, Texas, USA","id":"f0a2e15d-95c3-454a-9f92-0102b43bd001","length":198760,"title":"If It Be Your Will"},"target-type":"recording","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","attributes":[],"source-credit":"","attribute-values":{}},{"source-credit":"","attributes":[],"attribute-values":{},"target-credit":"","end":null,"ended":false,"direction":"forward","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"length":324000,"title":"So Long, Marianne","video":false,"disambiguation":"","id":"f11618f2-0926-4a9c-8ca1-0fe4749c5976"},"target-type":"recording"},{"attribute-values":{},"source-credit":"","attributes":["lead vocals"],"attribute-credits":{},"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"disambiguation":"","id":"f2b77f10-0e9b-4151-93a5-63a8f19b5e98","video":false,"title":"Paper-Thin Hotel","length":342000},"target-type":"recording","target-credit":"","end":null,"ended":false,"direction":"forward"},{"attribute-values":{},"attributes":[],"source-credit":"","recording":{"title":"Amen","length":455000,"id":"f388dcca-0e73-4ff8-b065-5e3477c63196","disambiguation":"","video":false},"target-type":"recording","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","ended":false,"end":null,"target-credit":"","direction":"forward"},{"target-type":"recording","recording":{"video":false,"id":"f4d3cf38-e14a-4006-94b3-b5b6611f9c77","disambiguation":"","length":262000,"title":"It Seemed the Better Way"},"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","ended":false,"end":null,"target-credit":"","direction":"forward","attribute-values":{},"attributes":[],"source-credit":""},{"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","target-type":"recording","recording":{"length":188000,"title":"Anyhow","video":false,"disambiguation":"","id":"f56ce16d-642c-4bcc-b2da-c3392a27c8f4"},"direction":"forward","end":null,"target-credit":"","ended":false,"attribute-values":{},"source-credit":"","attributes":[]},{"attribute-values":{},"attributes":[],"source-credit":"","target-type":"recording","recording":{"video":false,"id":"f6d76488-55ac-4b37-8a1f-bd4425c5a603","disambiguation":"live, 1993-06-17: O'Keefe Center, Toronto, Ontario, Canada","length":330466,"title":"I'm Your Man"},"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","ended":false,"end":null,"target-credit":"","direction":"forward"},{"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","recording":{"title":"Bird on the Wire","length":374000,"id":"f70b58d4-4a00-4fbf-872d-5a7c0ce191c6","disambiguation":"","video":false},"target-type":"recording","target-credit":"","end":null,"ended":false,"direction":"forward","attribute-values":{},"source-credit":"","attributes":[]},{"recording":{"title":"Did I Ever Love You","length":250520,"id":"f830095a-ad2d-4afb-a239-0b8ff4a2fdb9","disambiguation":"","video":false},"target-type":"recording","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","direction":"forward","ended":false,"end":null,"target-credit":"","attribute-values":{},"attributes":[],"source-credit":""},{"attribute-values":{},"attributes":[],"source-credit":"","recording":{"video":false,"id":"f8c8344e-27f0-4ebd-bcc3-6ebaef30108f","disambiguation":"","length":440000,"title":"Hallelujah"},"target-type":"recording","begin":null,"type":"vocal","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","direction":"forward","ended":false,"end":null,"target-credit":""},{"attribute-credits":{},"attributes":["lead vocals"],"source-credit":"","release":{"quality":"normal","country":"US","status":null,"date":"1985-02","id":"f9363b3d-3f03-38f0-96d5-156e95064f0f","packaging-id":null,"release-events":[{"date":"1985-02","area":{"sort-name":"United States","name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98","disambiguation":"","iso-3166-1-codes":["US"]}}],"barcode":"","title":"Various Positions","text-representation":{"script":"Latn","language":"eng"},"disambiguation":"","status-id":null,"packaging":null},"attribute-values":{},"direction":"forward","ended":false,"target-credit":"","end":null,"target-type":"release","type":"vocal","begin":null,"type-id":"eb10f8a0-0f4c-4dce-aa47-87bcb2bc42f3"},{"target-type":"recording","recording":{"length":271973,"title":"I Can’t Forget","video":false,"disambiguation":"","id":"fae69095-3cde-4156-a91c-99f4d985dcb2"},"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","ended":false,"target-credit":"","end":null,"direction":"forward","attribute-values":{},"attributes":["lead vocals"],"source-credit":"","attribute-credits":{}},{"source-credit":"","attributes":[],"attribute-values":{},"direction":"forward","end":null,"target-credit":"","ended":false,"type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","recording":{"video":true,"id":"fb5671c7-310f-4fcf-8ab4-3f03096de312","disambiguation":"","length":382000,"title":"Bird on the Wire"},"target-type":"recording"},{"ended":true,"end":"2007","target-credit":"","direction":"forward","recording":{"title":"The Jungle Line","length":302000,"disambiguation":"","id":"fcd949c3-1351-47d8-aa94-371428511724","video":false},"target-type":"recording","begin":"2006","type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","attributes":[],"source-credit":"","attribute-values":{}},{"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","target-type":"recording","recording":{"length":223333,"title":"If It Be Your Will","video":false,"disambiguation":"","id":"fd8ad4d2-3ad6-48c7-90da-7975a18bec96"},"direction":"forward","target-credit":"","end":null,"ended":false,"attribute-values":{},"attribute-credits":{},"source-credit":"","attributes":["lead vocals"]},{"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","begin":null,"type":"vocal","recording":{"length":227000,"title":"Hey, That’s No Way to Say Goodbye","video":false,"disambiguation":"","id":"fde8fb47-223c-4d8f-b2fd-353f2725d38c"},"target-type":"recording","target-credit":"","end":null,"ended":false,"direction":"forward","attribute-values":{},"source-credit":"","attributes":[]},{"ended":false,"end":null,"target-credit":"","direction":"forward","recording":{"video":false,"disambiguation":"","id":"ff58f3a6-c885-45a0-a641-f57abeec97db","length":302000,"title":"In My Secret Life"},"target-type":"recording","type":"vocal","begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","attributes":[],"source-credit":"","attribute-values":{}},{"direction":"forward","target-credit":"","end":null,"ended":false,"begin":null,"type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa","type":"vocal","recording":{"length":74960,"title":"Minute Prologue","video":false,"id":"ff940193-e36b-4bda-b320-4349a5e108eb","disambiguation":"live, 1972: London"},"target-type":"recording","source-credit":"","attributes":[],"attribute-values":{}},{"target-type":"release","begin":null,"type":"writer","type-id":"ca7a474a-a1cd-4431-9230-56a17f553090","ended":false,"target-credit":"","end":null,"direction":"forward","attribute-values":{},"release":{"quality":"normal","country":"IL","status":null,"date":"2004","id":"ebe39022-08c7-413c-b2fd-9ec776e68f0f","packaging-id":null,"release-events":[{"area":{"name":"Israel","sort-name":"Israel","iso-3166-1-codes":["IL"],"id":"03691455-bb46-37e3-91d2-cb064a35ffcc","disambiguation":""},"date":"2004"}],"barcode":null,"title":"שיר זר","text-representation":{"script":"Hebr","language":"heb"},"status-id":null,"disambiguation":"","packaging":null},"attributes":[],"source-credit":""}],"id":"65314b12-0e08-43fa-ba33-baaa7b874c15","gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","isnis":["0000000110273481"],"gender":"Male","end_area":{"name":"Los Angeles","sort-name":"Los Angeles","id":"1f40c6e1-47ba-4e35-996f-fe6ee5840e62","disambiguation":""},"ipis":["00006457004"],"name":"Leonard Cohen","country":"CA","begin_area":{"disambiguation":"","id":"3f504d54-c40c-487d-bc16-c1990eac887f","name":"Westmount","sort-name":"Westmount"}} \ No newline at end of file diff --git a/test/fixtures/f5cc4554214e4421714ea8f4650632b5.headers b/test/fixtures/f5cc4554214e4421714ea8f4650632b5.headers deleted file mode 100644 index 6f6f942..0000000 --- a/test/fixtures/f5cc4554214e4421714ea8f4650632b5.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:56:56 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1005", - "x-ratelimit-reset": "1537138617", - "server": "Plack::Handler::Starlet", - "etag": "W/\"9364f4ada3e119e8cf36f66c80525173\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/artist/65314b12-0e08-43fa-ba33-baaa7b874c15?inc=artist-rels%2Brecording-rels%2Brelease-rels&fmt=json", - "time": 753, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/f5ffb63dd277e0613abff268b0a194ff b/test/fixtures/f5ffb63dd277e0613abff268b0a194ff deleted file mode 100644 index 34e0458..0000000 --- a/test/fixtures/f5ffb63dd277e0613abff268b0a194ff +++ /dev/null @@ -1 +0,0 @@ -{"label-code":null,"id":"127f9b62-f048-4b24-a403-15d421ffad7f","sort-name":"Sony Music Direct","life-span":{"begin":null,"end":null,"ended":false},"country":"JP","relations":[{"begin":null,"attribute-values":{},"end":null,"source-credit":"","target-credit":"","direction":"forward","url":{"id":"750b2586-d379-4e31-9fdb-06f480c19be2","resource":"https://www.discogs.com/label/1215527"},"attributes":[],"target-type":"url","type":"discogs","type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","ended":false}],"area":{"name":"Japan","iso-3166-1-codes":["JP"],"disambiguation":"","sort-name":"Japan","id":"2db42837-c832-3c27-b4a3-08198f75693c"},"ipis":[],"type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","type":"Imprint","name":"Sony Music Direct","isnis":[],"disambiguation":"Japanese walking eye imprint that says \"Sony Music Direct\""} \ No newline at end of file diff --git a/test/fixtures/f5ffb63dd277e0613abff268b0a194ff.headers b/test/fixtures/f5ffb63dd277e0613abff268b0a194ff.headers deleted file mode 100644 index d8c8e57..0000000 --- a/test/fixtures/f5ffb63dd277e0613abff268b0a194ff.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:18 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "791", - "x-ratelimit-reset": "1537138758", - "server": "Plack::Handler::Starlet", - "etag": "W/\"da804df35c33f31dd614c1fb26b3ef94\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/127f9b62-f048-4b24-a403-15d421ffad7f?inc=url-rels&fmt=json", - "time": 443, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/f64d96e2f100bde683ffde19d156218d b/test/fixtures/f64d96e2f100bde683ffde19d156218d deleted file mode 100644 index e69de29..0000000 diff --git a/test/fixtures/f64d96e2f100bde683ffde19d156218d.headers b/test/fixtures/f64d96e2f100bde683ffde19d156218d.headers deleted file mode 100644 index 3df871c..0000000 --- a/test/fixtures/f64d96e2f100bde683ffde19d156218d.headers +++ /dev/null @@ -1,26 +0,0 @@ -{ - "statusCode": 302, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "text/html; charset=UTF-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "access-control-allow-origin": "*", - "accept-ranges": "bytes", - "location": "http://ia801204.us.archive.org/9/items/mbid-3d354599-d9d4-44a8-9584-37e3b0238871/index.json", - "strict-transport-security": "max-age=2592000" - }, - "url": "http://archive.org:80/download/mbid-3d354599-d9d4-44a8-9584-37e3b0238871/index.json", - "time": 95, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://coverartarchive.org/release/3d354599-d9d4-44a8-9584-37e3b0238871", - "host": "archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/f6caffcca77a59bed412ade30680356a b/test/fixtures/f6caffcca77a59bed412ade30680356a deleted file mode 100644 index 2a45654..0000000 --- a/test/fixtures/f6caffcca77a59bed412ade30680356a +++ /dev/null @@ -1 +0,0 @@ -{"images":[{"approved":true,"back":false,"comment":"","edit":55379965,"front":true,"id":20726785796,"image":"http://coverartarchive.org/release/37f7caad-13ef-4cbb-b8b0-cad771c8daff/20726785796.jpg","thumbnails":{"1200":"http://coverartarchive.org/release/37f7caad-13ef-4cbb-b8b0-cad771c8daff/20726785796-1200.jpg","250":"http://coverartarchive.org/release/37f7caad-13ef-4cbb-b8b0-cad771c8daff/20726785796-250.jpg","500":"http://coverartarchive.org/release/37f7caad-13ef-4cbb-b8b0-cad771c8daff/20726785796-500.jpg","large":"http://coverartarchive.org/release/37f7caad-13ef-4cbb-b8b0-cad771c8daff/20726785796-500.jpg","small":"http://coverartarchive.org/release/37f7caad-13ef-4cbb-b8b0-cad771c8daff/20726785796-250.jpg"},"types":["Front"]},{"approved":true,"back":false,"comment":"","edit":55380079,"front":false,"id":20726835928,"image":"http://coverartarchive.org/release/37f7caad-13ef-4cbb-b8b0-cad771c8daff/20726835928.jpg","thumbnails":{"1200":"http://coverartarchive.org/release/37f7caad-13ef-4cbb-b8b0-cad771c8daff/20726835928-1200.jpg","250":"http://coverartarchive.org/release/37f7caad-13ef-4cbb-b8b0-cad771c8daff/20726835928-250.jpg","500":"http://coverartarchive.org/release/37f7caad-13ef-4cbb-b8b0-cad771c8daff/20726835928-500.jpg","large":"http://coverartarchive.org/release/37f7caad-13ef-4cbb-b8b0-cad771c8daff/20726835928-500.jpg","small":"http://coverartarchive.org/release/37f7caad-13ef-4cbb-b8b0-cad771c8daff/20726835928-250.jpg"},"types":["Front"]}],"release":"https://musicbrainz.org/release/37f7caad-13ef-4cbb-b8b0-cad771c8daff"} \ No newline at end of file diff --git a/test/fixtures/f6caffcca77a59bed412ade30680356a.headers b/test/fixtures/f6caffcca77a59bed412ade30680356a.headers deleted file mode 100644 index d065538..0000000 --- a/test/fixtures/f6caffcca77a59bed412ade30680356a.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:21 GMT", - "content-type": "application/json", - "content-length": "1548", - "last-modified": "Thu, 30 Aug 2018 04:58:41 GMT", - "connection": "keep-alive", - "etag": "\"5b877981-60c\"", - "expires": "Mon, 17 Sep 2018 04:59:21 GMT", - "cache-control": "max-age=21600", - "access-control-allow-origin": "*", - "accept-ranges": "bytes" - }, - "url": "http://ia801509.us.archive.org:80/30/items/mbid-37f7caad-13ef-4cbb-b8b0-cad771c8daff/index.json", - "time": 73, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://archive.org/download/mbid-37f7caad-13ef-4cbb-b8b0-cad771c8daff/index.json", - "host": "ia801509.us.archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/f70e148191e1ebbc95eb12ddc2d85be2 b/test/fixtures/f70e148191e1ebbc95eb12ddc2d85be2 deleted file mode 100644 index 835de11..0000000 --- a/test/fixtures/f70e148191e1ebbc95eb12ddc2d85be2 +++ /dev/null @@ -1 +0,0 @@ -{"disambiguation":"","barcode":"606949047320","media":[{"track-count":12,"format":"CD","position":1,"title":"Left","format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31"},{"format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31","title":"Right","track-count":11,"position":2,"format":"CD"}],"country":"US","release-events":[{"area":{"name":"United States","sort-name":"United States","disambiguation":"","id":"489ce91b-6658-3307-9877-795b68554c98","iso-3166-1-codes":["US"]},"date":"1999-09-21"}],"status":"Official","date":"1999-09-21","packaging":"Digipak","asin":"B00001P4TH","status-id":"4e304316-386d-3409-af2e-78857eec5cfe","id":"a4864e94-6d75-4ade-bc93-0dabf3521453","cover-art-archive":{"front":true,"artwork":true,"count":2,"darkened":false,"back":true},"title":"The Fragile","text-representation":{"script":"Latn","language":"eng"},"packaging-id":"8f931351-d2e2-310f-afc6-37b89ddba246","quality":"normal"} \ No newline at end of file diff --git a/test/fixtures/f70e148191e1ebbc95eb12ddc2d85be2.headers b/test/fixtures/f70e148191e1ebbc95eb12ddc2d85be2.headers deleted file mode 100644 index 5bf046b..0000000 --- a/test/fixtures/f70e148191e1ebbc95eb12ddc2d85be2.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Mon, 17 Sep 2018 04:11:56 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1151", - "x-ratelimit-reset": "1537157517", - "server": "Plack::Handler::Starlet", - "etag": "W/\"dc6ae505140f505a493e772ea6af4426\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/release/a4864e94-6d75-4ade-bc93-0dabf3521453?inc=media&fmt=json", - "time": 408, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.4 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/f71ea9601bb094d68114cdfa9da584ac b/test/fixtures/f71ea9601bb094d68114cdfa9da584ac deleted file mode 100644 index a4060cc..0000000 --- a/test/fixtures/f71ea9601bb094d68114cdfa9da584ac +++ /dev/null @@ -1 +0,0 @@ -{"area":null,"relations":[{"ended":false,"target-type":"url","target-credit":"","begin":null,"url":{"resource":"https://www.discogs.com/label/19882","id":"d6290595-f151-4db9-800d-ecd2953fe90f"},"source-credit":"","end":null,"type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","direction":"forward","attribute-values":{},"type":"discogs","attributes":[]}],"disambiguation":"logo contains only the SONY® wordmark! do not use if there is a more specific label","life-span":{"end":null,"ended":false,"begin":null},"label-code":null,"isnis":[],"country":null,"id":"93abac35-42d9-4c55-a9f4-3aae018eb899","ipis":[],"type":null,"sort-name":"Sony","name":"Sony","type-id":null} \ No newline at end of file diff --git a/test/fixtures/f71ea9601bb094d68114cdfa9da584ac.headers b/test/fixtures/f71ea9601bb094d68114cdfa9da584ac.headers deleted file mode 100644 index 8bd2517..0000000 --- a/test/fixtures/f71ea9601bb094d68114cdfa9da584ac.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:01 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "933", - "x-ratelimit-reset": "1537138682", - "server": "Plack::Handler::Starlet", - "etag": "W/\"5dea273c524abac1ecc7fb20561b0bac\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/93abac35-42d9-4c55-a9f4-3aae018eb899?inc=url-rels&fmt=json", - "time": 369, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/fa82576d5b7a7fc3ae596f5543219b2d b/test/fixtures/fa82576d5b7a7fc3ae596f5543219b2d deleted file mode 100644 index aa3ce95..0000000 --- a/test/fixtures/fa82576d5b7a7fc3ae596f5543219b2d +++ /dev/null @@ -1 +0,0 @@ -{"release-group-offset":0,"release-groups":[{"primary-type-id":"6d0c5bf6-7a33-3420-a519-44fc63eedebf","primary-type":"EP","secondary-types":[],"disambiguation":"","id":"25a1b56e-24a4-3bd7-aca7-2c4bb4923585","first-release-date":"","secondary-type-ids":[],"title":"Pack of 4"},{"disambiguation":"","primary-type-id":"6d0c5bf6-7a33-3420-a519-44fc63eedebf","secondary-types":[],"primary-type":"EP","title":"Hormoaning","id":"4fcc5ec2-d177-396b-b810-9439031b3c3a","secondary-type-ids":[],"first-release-date":"1992-01-27"},{"primary-type-id":"6d0c5bf6-7a33-3420-a519-44fc63eedebf","primary-type":"EP","secondary-types":[],"disambiguation":"","id":"6845dde4-c39d-34ac-8d5a-7c0a1fd3a5d4","secondary-type-ids":[],"first-release-date":"","title":"The Ghost of Seattle: The TV EP, Volume 1"},{"secondary-types":[],"primary-type":"EP","primary-type-id":"6d0c5bf6-7a33-3420-a519-44fc63eedebf","disambiguation":"","first-release-date":"","secondary-type-ids":[],"id":"adf9397c-fa5c-3cc5-9095-c3246d8ccf81","title":"The Triple Platinum EP"},{"disambiguation":"","secondary-types":[],"primary-type":"EP","primary-type-id":"6d0c5bf6-7a33-3420-a519-44fc63eedebf","title":"Coming Down Heavy","first-release-date":"","secondary-type-ids":[],"id":"bbf8ddc0-5155-3b39-a0c4-f7f0b1fcec0e"},{"secondary-type-ids":[],"first-release-date":"","id":"c65f56db-6124-3b6a-a527-3cdb6dd63596","title":"Beauty and Power EP","secondary-types":[],"primary-type":"EP","primary-type-id":"6d0c5bf6-7a33-3420-a519-44fc63eedebf","disambiguation":""},{"title":"Blew","id":"f4704ade-d0d8-3015-a9f9-a4972df288fc","secondary-type-ids":[],"first-release-date":"1989-12","disambiguation":"","primary-type-id":"6d0c5bf6-7a33-3420-a519-44fc63eedebf","secondary-types":[],"primary-type":"EP"},{"primary-type-id":"6d0c5bf6-7a33-3420-a519-44fc63eedebf","secondary-types":[],"primary-type":"EP","disambiguation":"","id":"f8cf49f9-439e-3bed-8657-8645dfe4fae3","first-release-date":"","secondary-type-ids":[],"title":"Acoustic EP"}],"release-group-count":8} \ No newline at end of file diff --git a/test/fixtures/fa82576d5b7a7fc3ae596f5543219b2d.headers b/test/fixtures/fa82576d5b7a7fc3ae596f5543219b2d.headers deleted file mode 100644 index eea80d9..0000000 --- a/test/fixtures/fa82576d5b7a7fc3ae596f5543219b2d.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:29 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "836", - "x-ratelimit-reset": "1537138649", - "server": "Plack::Handler::Starlet", - "etag": "W/\"59a8a16599032f01e4ead89ef12e1fee\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/release-group?artist=5b11f4ce-a62d-471e-81fc-a69a8278c7da&type=ep&fmt=json", - "time": 379, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/fc596f09fa140d2b3c80fe698d8f9602 b/test/fixtures/fc596f09fa140d2b3c80fe698d8f9602 deleted file mode 100644 index f49f798..0000000 --- a/test/fixtures/fc596f09fa140d2b3c80fe698d8f9602 +++ /dev/null @@ -1 +0,0 @@ -{"type-id":null,"type":null,"label-code":null,"sort-name":"Sony U.S. Latin","isnis":[],"id":"885f3efd-cc41-4b3e-914f-a7da1176a79f","disambiguation":"bogus label, do not use!","area":null,"relations":[],"ipis":[],"life-span":{"begin":null,"ended":false,"end":null},"name":"Sony U.S. Latin","country":null} \ No newline at end of file diff --git a/test/fixtures/fc596f09fa140d2b3c80fe698d8f9602.headers b/test/fixtures/fc596f09fa140d2b3c80fe698d8f9602.headers deleted file mode 100644 index e6c955d..0000000 --- a/test/fixtures/fc596f09fa140d2b3c80fe698d8f9602.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:59:29 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "1025", - "x-ratelimit-reset": "1537138770", - "server": "Plack::Handler::Starlet", - "etag": "W/\"821b3e9298a43088cfbf5caa483ca1fc\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/885f3efd-cc41-4b3e-914f-a7da1176a79f?inc=url-rels&fmt=json", - "time": 369, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/fd0374199eb1a486b9539b0cb4c31437 b/test/fixtures/fd0374199eb1a486b9539b0cb4c31437 deleted file mode 100644 index 302592c..0000000 --- a/test/fixtures/fd0374199eb1a486b9539b0cb4c31437 +++ /dev/null @@ -1 +0,0 @@ -{"disambiguation":"","area":{"iso-3166-1-codes":["US"],"name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98","disambiguation":"","sort-name":"United States"},"name":"Sony Music | Latin","country":"US","relations":[{"attributes":[],"target-type":"url","end":null,"source-credit":"","url":{"id":"495898fe-1d45-457d-93ff-100cc74dc240","resource":"https://www.discogs.com/label/212396"},"type":"discogs","target-credit":"","ended":false,"type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","attribute-values":{},"begin":null,"direction":"forward"},{"end":null,"source-credit":"","target-type":"url","url":{"resource":"https://upload.wikimedia.org/wikipedia/en/d/dc/Sony_Music_Latin.jpg","id":"2bd4dfd8-4e42-4073-879a-e72e40e2866a"},"ended":false,"type":"logo","target-credit":"","begin":null,"direction":"forward","type-id":"b35f7822-bf3c-4148-b306-fb723c63ee8b","attribute-values":{},"attributes":[]},{"begin":null,"direction":"forward","type-id":"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6","attribute-values":{},"ended":false,"type":"official site","target-credit":"","url":{"resource":"http://www.sonymusiclatin.com/","id":"7a4c54ca-b349-449d-9830-f99bfd6ad552"},"source-credit":"","end":null,"target-type":"url","attributes":[]},{"attributes":[],"url":{"id":"d91db0bf-db29-418f-a653-cbe318af772e","resource":"https://twitter.com/SonyMusicLatin"},"target-type":"url","end":null,"source-credit":"","type-id":"5d217d99-bc05-4a76-836d-c91eec4ba818","attribute-values":{},"direction":"forward","begin":null,"target-credit":"","type":"social network","ended":false},{"type-id":"5d217d99-bc05-4a76-836d-c91eec4ba818","attribute-values":{},"begin":null,"direction":"forward","target-credit":"","type":"social network","ended":false,"url":{"resource":"https://www.facebook.com/sonymusiclatin","id":"71298c13-8e65-4788-a424-510c65cad7d7"},"target-type":"url","source-credit":"","end":null,"attributes":[]},{"attributes":[],"type-id":"75d87e83-d927-4580-ba63-44dc76256f98","attribute-values":{},"direction":"forward","begin":null,"type":"wikidata","target-credit":"","ended":false,"url":{"id":"873e093a-c2b2-4803-b983-7e8ae93cdfcd","resource":"https://www.wikidata.org/wiki/Q3244698"},"target-type":"url","end":null,"source-credit":""}],"ipis":[],"life-span":{"begin":"1980","ended":false,"end":null},"type":"Imprint","label-code":null,"sort-name":"Sony Music | Latin","type-id":"b6285b2a-3514-3d43-80df-fcf528824ded","id":"99962abe-c219-4031-9c6c-c61fc3885944","isnis":[]} \ No newline at end of file diff --git a/test/fixtures/fd0374199eb1a486b9539b0cb4c31437.headers b/test/fixtures/fd0374199eb1a486b9539b0cb4c31437.headers deleted file mode 100644 index 820728f..0000000 --- a/test/fixtures/fd0374199eb1a486b9539b0cb4c31437.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:56 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "777", - "x-ratelimit-reset": "1537138736", - "server": "Plack::Handler::Starlet", - "etag": "W/\"7c18738521b9f55ef66102b9df4b6c10\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/99962abe-c219-4031-9c6c-c61fc3885944?inc=url-rels&fmt=json", - "time": 375, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/fd213f6dd613d91b8c059cad39261cb8 b/test/fixtures/fd213f6dd613d91b8c059cad39261cb8 deleted file mode 100644 index a1877e9..0000000 --- a/test/fixtures/fd213f6dd613d91b8c059cad39261cb8 +++ /dev/null @@ -1 +0,0 @@ -{"name":"acoustic guitar","type-id":"cc00f97f-cf3d-3ae2-9163-041cb1a0d726","description":"","relations":[{"target-credit":"","target-type":"url","begin":null,"ended":false,"end":null,"source-credit":"","url":{"resource":"https://www.wikidata.org/wiki/Q31561","id":"1de7b22e-5146-4207-8d67-5d75e5f6db0d"},"attribute-values":{},"direction":"forward","type-id":"1486fccd-cf59-35e4-9399-b50e2b255877","attributes":[],"type":"wikidata"}],"type":"String instrument","disambiguation":"","id":"00beaf8e-a781-431c-8130-7c2871696b7d"} \ No newline at end of file diff --git a/test/fixtures/fd213f6dd613d91b8c059cad39261cb8.headers b/test/fixtures/fd213f6dd613d91b8c059cad39261cb8.headers deleted file mode 100644 index 251c886..0000000 --- a/test/fixtures/fd213f6dd613d91b8c059cad39261cb8.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:57:17 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "931", - "x-ratelimit-reset": "1537138637", - "server": "Plack::Handler::Starlet", - "etag": "W/\"de9e93454601905dc08247d501fef4cd\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/instrument/00beaf8e-a781-431c-8130-7c2871696b7d?inc=url-rels&fmt=json", - "time": 397, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/fixtures/fd48eb2a7c834a80a4cf3f589b1d9688 b/test/fixtures/fd48eb2a7c834a80a4cf3f589b1d9688 deleted file mode 100644 index e69de29..0000000 diff --git a/test/fixtures/fd48eb2a7c834a80a4cf3f589b1d9688.headers b/test/fixtures/fd48eb2a7c834a80a4cf3f589b1d9688.headers deleted file mode 100644 index 259283c..0000000 --- a/test/fixtures/fd48eb2a7c834a80a4cf3f589b1d9688.headers +++ /dev/null @@ -1,26 +0,0 @@ -{ - "statusCode": 302, - "headers": { - "server": "nginx/1.4.6 (Ubuntu)", - "date": "Sun, 16 Sep 2018 22:59:19 GMT", - "content-type": "text/html; charset=UTF-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "access-control-allow-origin": "*", - "accept-ranges": "bytes", - "location": "http://ia600604.us.archive.org/7/items/mbid-25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27/index.json", - "strict-transport-security": "max-age=2592000" - }, - "url": "http://archive.org:80/download/mbid-25fbfbb4-b1ee-4448-aadf-ae3bc2e2dd27/index.json", - "time": 98, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "accept-encoding": "gzip, deflate", - "accept": "application/json", - "referer": "http://coverartarchive.org/release-group/f5093c06-23e3-404f-aeaa-40f72885ee3a", - "host": "archive.org" - } - } -} \ No newline at end of file diff --git a/test/fixtures/fe7ae6a28ea389d2f3235b0cf1306681 b/test/fixtures/fe7ae6a28ea389d2f3235b0cf1306681 deleted file mode 100644 index d1f1164..0000000 --- a/test/fixtures/fe7ae6a28ea389d2f3235b0cf1306681 +++ /dev/null @@ -1 +0,0 @@ -{"isnis":[],"country":"US","label-code":null,"area":{"name":"United States","sort-name":"United States","disambiguation":"","id":"489ce91b-6658-3307-9877-795b68554c98","iso-3166-1-codes":["US"]},"disambiguation":"formerly an imprint since circa 1990s, label group since 2009; see annotation for imprints it manages","life-span":{"end":null,"begin":"2009","ended":false},"relations":[{"target-credit":"","target-type":"url","begin":null,"ended":false,"url":{"id":"052c77de-2cb0-4e01-a644-ca9e97f27926","resource":"https://www.discogs.com/label/89064"},"source-credit":"","end":null,"type-id":"5b987f87-25bc-4a2d-b3f1-3618795b8207","attribute-values":{},"direction":"forward","type":"discogs","attributes":[]},{"attributes":[],"type":"myspace","attribute-values":{},"direction":"forward","type-id":"240ba9dc-9898-4505-9bf7-32a53a695612","source-credit":"","end":null,"url":{"resource":"https://myspace.com/sonymasterworks","id":"054d8173-20de-423c-83aa-acd77bd12482"},"target-credit":"","target-type":"url","begin":null,"ended":false},{"url":{"resource":"http://www.sonymasterworks.com/","id":"0d46f53c-37c6-44e1-b907-1f23dceef20e"},"source-credit":"","end":null,"target-type":"url","target-credit":"","begin":null,"ended":false,"type":"official site","attributes":[],"type-id":"fe108f43-acb9-4ad1-8be3-57e6ec5b17b6","attribute-values":{},"direction":"forward"},{"target-credit":"","begin":null,"target-type":"url","ended":false,"url":{"id":"d4906cf3-aafe-4b18-aa66-5b083a649840","resource":"https://www.facebook.com/SonyMasterworks"},"end":null,"source-credit":"","type-id":"5d217d99-bc05-4a76-836d-c91eec4ba818","attribute-values":{},"direction":"forward","type":"social network","attributes":[]},{"begin":null,"target-credit":"","target-type":"url","ended":false,"url":{"id":"20bdfc2c-9270-442e-ad40-fce42b4dba4d","resource":"https://vgmdb.net/org/1313"},"end":null,"source-credit":"","type-id":"8a2d3e55-d291-4b99-87a0-c59c6b121762","attribute-values":{},"direction":"forward","type":"vgmdb","attributes":[]},{"target-type":"url","target-credit":"","begin":null,"ended":false,"end":null,"source-credit":"","url":{"resource":"https://www.wikidata.org/wiki/Q7562494","id":"627e0258-3bda-4b8c-a3b1-02af530a4133"},"attribute-values":{},"direction":"forward","type-id":"75d87e83-d927-4580-ba63-44dc76256f98","attributes":[],"type":"wikidata"},{"begin":null,"target-credit":"","target-type":"url","ended":false,"source-credit":"","end":null,"url":{"resource":"https://www.youtube.com/sonymasterworks","id":"631aab30-000f-47f7-bc55-166a1a2c7734"},"attribute-values":{},"direction":"forward","type-id":"d9c71059-ba9d-4135-b909-481d12cf84e3","attributes":[],"type":"youtube"}],"sort-name":"Sony Masterworks","type-id":"7aaa37fe-2def-3476-b359-80245850062d","name":"Sony Masterworks","ipis":[],"id":"99e91ff7-9bd9-45f0-ae3a-6853fefaea5c","type":"Original Production"} \ No newline at end of file diff --git a/test/fixtures/fe7ae6a28ea389d2f3235b0cf1306681.headers b/test/fixtures/fe7ae6a28ea389d2f3235b0cf1306681.headers deleted file mode 100644 index 44afdab..0000000 --- a/test/fixtures/fe7ae6a28ea389d2f3235b0cf1306681.headers +++ /dev/null @@ -1,28 +0,0 @@ -{ - "statusCode": 200, - "headers": { - "date": "Sun, 16 Sep 2018 22:58:23 GMT", - "content-type": "application/json; charset=utf-8", - "transfer-encoding": "chunked", - "connection": "keep-alive", - "keep-alive": "timeout=15", - "vary": "Accept-Encoding", - "x-ratelimit-limit": "1200", - "x-ratelimit-remaining": "968", - "x-ratelimit-reset": "1537138704", - "server": "Plack::Handler::Starlet", - "etag": "W/\"cca6216f4bfd205a8e91667718d40f98\"", - "access-control-allow-origin": "*" - }, - "url": "http://musicbrainz.org:80/ws/2/label/99e91ff7-9bd9-45f0-ae3a-6853fefaea5c?inc=url-rels&fmt=json", - "time": 429, - "request": { - "method": "GET", - "headers": { - "User-Agent": "graphbrainz/8.0.3 ( https://github.com/exogen/graphbrainz )", - "host": "musicbrainz.org", - "accept-encoding": "gzip, deflate", - "accept": "application/json" - } - } -} \ No newline at end of file diff --git a/test/helpers/client/cover-art-archive.js b/test/helpers/client/cover-art-archive.js index 7548b32..be014fc 100644 --- a/test/helpers/client/cover-art-archive.js +++ b/test/helpers/client/cover-art-archive.js @@ -1,10 +1,9 @@ -import path from 'path' -import replayer from 'replayer' -import CoverArtArchiveClient from '../../../src/extensions/cover-art-archive/client' +import AvaNock from 'ava-nock'; +import CoverArtArchiveClient from '../../../src/extensions/cover-art-archive/client.js'; -replayer.fixtureDir(path.join(__dirname, '..', '..', 'fixtures')) +AvaNock.setupTests(); const options = - process.env.VCR_MODE === 'playback' ? { limit: Infinity, period: 0 } : {} + process.env.NOCK_MODE === 'play' ? { limit: Infinity, period: 0 } : {}; -export default new CoverArtArchiveClient(options) +export default new CoverArtArchiveClient(options); diff --git a/test/helpers/client/musicbrainz.js b/test/helpers/client/musicbrainz.js index 83be0f9..45cfa4c 100644 --- a/test/helpers/client/musicbrainz.js +++ b/test/helpers/client/musicbrainz.js @@ -1,10 +1,9 @@ -import path from 'path' -import replayer from 'replayer' -import MusicBrainz from '../../../src/api' +import AvaNock from 'ava-nock'; +import MusicBrainz from '../../../src/api/index.js'; -replayer.fixtureDir(path.join(__dirname, '..', '..', 'fixtures')) +AvaNock.setupTests(); const options = - process.env.VCR_MODE === 'playback' ? { limit: Infinity, period: 0 } : {} + process.env.NOCK_MODE === 'play' ? { limit: Infinity, period: 0 } : {}; -export default new MusicBrainz(options) +export default new MusicBrainz(options); diff --git a/test/helpers/context.js b/test/helpers/context.js index 6e32613..154ebb8 100644 --- a/test/helpers/context.js +++ b/test/helpers/context.js @@ -1,4 +1,4 @@ -import { createContext } from '../../src/context' -import client from './client/musicbrainz' +import { createContext } from '../../src/context.js'; +import client from './client/musicbrainz.js'; -export default createContext({ client }) +export default createContext({ client }); diff --git a/test/helpers/schema.js b/test/helpers/schema.js deleted file mode 100644 index a632ef1..0000000 --- a/test/helpers/schema.js +++ /dev/null @@ -1,7 +0,0 @@ -import schema, { createSchema } from '../../src/schema' -import { defaultExtensions } from '../../src' - -export default { - baseSchema: schema, - extendedSchema: createSchema(schema, { extensions: defaultExtensions }) -} diff --git a/test/rate-limit.js b/test/rate-limit.js index 282a56e..658de3e 100644 --- a/test/rate-limit.js +++ b/test/rate-limit.js @@ -1,15 +1,15 @@ -import test from 'ava' -import RateLimit from '../src/rate-limit' +import test from 'ava'; +import RateLimit from '../src/rate-limit.js'; -test('defaults to 1 request per second', t => { - const limiter = new RateLimit() - t.is(limiter.limit, 1) - t.is(limiter.period, 1000) -}) +test('defaults to 1 request per second', (t) => { + const limiter = new RateLimit(); + t.is(limiter.limit, 1); + t.is(limiter.period, 1000); +}); -test('concurrency defaults to limit', t => { - let limiter = new RateLimit() - t.is(limiter.concurrency, 1) - limiter = new RateLimit({ limit: 5 }) - t.is(limiter.concurrency, 5) -}) +test('concurrency defaults to limit', (t) => { + let limiter = new RateLimit(); + t.is(limiter.concurrency, 1); + limiter = new RateLimit({ limit: 5 }); + t.is(limiter.concurrency, 5); +}); diff --git a/test/snapshots/base-schema.js.md b/test/snapshots/base-schema.js.md index 4865302..bde5b3a 100644 --- a/test/snapshots/base-schema.js.md +++ b/test/snapshots/base-schema.js.md @@ -2,7 +2,7 @@ The actual snapshot is saved in `base-schema.js.snap`. -Generated by [AVA](https://ava.li). +Generated by [AVA](https://avajs.dev). ## areas have a type and typeID diff --git a/test/snapshots/base-schema.js.snap b/test/snapshots/base-schema.js.snap index 5db1aeaa1890617d8015c1dd0711d864fb95b8d2..56437cba1372ca429eb18b96fb640e30e9a6f2a1 100644 GIT binary patch literal 520 zcmV+j0{8tvRzV{;<(g?L!T->PMx~70ssg%zCC}^e|PwG@Zgd$ezP}5 zsK2%iU_z_$IETh%{)epd=q#agFWXdkh4|C9+ik$JfCzXF@iv3YXad>{3>B66MiVmR z{gEDGoD%Z#M2JnLqG6M9%-gT@4D*zXk0&#VfmBU~GtYN)Sr=KWtShXm_#@N4R+cnE zYvNqj1w6wMfD4H0&3I~8v8#_^dstheu^(z{HkNk)t@=RAV;iv^u?`Hay#0H5#$Pk? zmi2|TY-+eOg+FBEG3y2ENXJ`K_$Nj_vo2TwiKXFlQ}{k3&sbyDdmW#j8a&_KWyY9{ z-708XO%|=2s@$exq%+lM=NGd!*e$A3XPlb3b$zm2^&%-fQlUulI23`GWg-g$DblXY zmF%TaN2=L{7T0N5t^8}P7VfI2e^bg@>sPZHMLn7H{FFq%#YEuua*-yU6pErW&Z1OO zocxcCocpw~rHVh5S-i7b^z;4>ZOty#iTyANyP@b(&JPz+M`THdL>PAimHCn~-}?@I KlGu4L1pojJ7y3W| literal 527 zcmV+q0`UDoRzV>rB=00000000x! zQOjx+K@`2WpC%b)Mv{dHl7+6MuwT;;TuC${qA~gf)m=4YV$u_OdeF%x3;l+GkVU}! zf@^i5D?dRuZglGpsJ9D8LpgC=YQv#V73Z8fw`v&x5LUlFeb|5Z{LA3}1>@+=?h!)s zUA6%Xa1}=v4WIrAVG-T4=&a?NvZxV%(oUyieA@$T0V3dO#5K|`p$TY_W+-`8Y^aqMR$8v05Nj_9DuW0+N9%G&y^Wk_*IS^9CI7>9_dBP=vN4QE@#UHWuwW{J{ zZMsw@>WO>nxh48qHSXv|z3%xvN zc@zqkbwwdXFN=L4XBTSS;KO?PUu(5+S3dfiQr1epp4BMsiL@7FoP|`3g+Z@iS?UQU zd7LGAoC%(!|6?QP9^crK<)6y5?u^QQ(cj@)vrG9&5XDh9VqIR)!^PZZdFpc(CEZZw Rf#7-IeFtUavWiOu008!i`#Asr diff --git a/test/snapshots/extended-schema.js.md b/test/snapshots/extended-schema.js.md index 59af961..df226cc 100644 --- a/test/snapshots/extended-schema.js.md +++ b/test/snapshots/extended-schema.js.md @@ -2,7 +2,7 @@ The actual snapshot is saved in `extended-schema.js.snap`. -Generated by [AVA](https://ava.li). +Generated by [AVA](https://avajs.dev). ## areas have a type and typeID diff --git a/test/snapshots/extended-schema.js.snap b/test/snapshots/extended-schema.js.snap index 5db1aeaa1890617d8015c1dd0711d864fb95b8d2..56437cba1372ca429eb18b96fb640e30e9a6f2a1 100644 GIT binary patch literal 520 zcmV+j0{8tvRzV{;<(g?L!T->PMx~70ssg%zCC}^e|PwG@Zgd$ezP}5 zsK2%iU_z_$IETh%{)epd=q#agFWXdkh4|C9+ik$JfCzXF@iv3YXad>{3>B66MiVmR z{gEDGoD%Z#M2JnLqG6M9%-gT@4D*zXk0&#VfmBU~GtYN)Sr=KWtShXm_#@N4R+cnE zYvNqj1w6wMfD4H0&3I~8v8#_^dstheu^(z{HkNk)t@=RAV;iv^u?`Hay#0H5#$Pk? zmi2|TY-+eOg+FBEG3y2ENXJ`K_$Nj_vo2TwiKXFlQ}{k3&sbyDdmW#j8a&_KWyY9{ z-708XO%|=2s@$exq%+lM=NGd!*e$A3XPlb3b$zm2^&%-fQlUulI23`GWg-g$DblXY zmF%TaN2=L{7T0N5t^8}P7VfI2e^bg@>sPZHMLn7H{FFq%#YEuua*-yU6pErW&Z1OO zocxcCocpw~rHVh5S-i7b^z;4>ZOty#iTyANyP@b(&JPz+M`THdL>PAimHCn~-}?@I KlGu4L1pojJ7y3W| literal 527 zcmV+q0`UDoRzV>rB=00000000x! zQOjx+K@`2WpC%b)Mv{dHl7+6MuwT;;TuC${qA~gf)m=4YV$u_OdeF%x3;l+GkVU}! zf@^i5D?dRuZglGpsJ9D8LpgC=YQv#V73Z8fw`v&x5LUlFeb|5Z{LA3}1>@+=?h!)s zUA6%Xa1}=v4WIrAVG-T4=&a?NvZxV%(oUyieA@$T0V3dO#5K|`p$TY_W+-`8Y^aqMR$8v05Nj_9DuW0+N9%G&y^Wk_*IS^9CI7>9_dBP=vN4QE@#UHWuwW{J{ zZMsw@>WO>nxh48qHSXv|z3%xvN zc@zqkbwwdXFN=L4XBTSS;KO?PUu(5+S3dfiQr1epp4BMsiL@7FoP|`3g+Z@iS?UQU zd7LGAoC%(!|6?QP9^crK<)6y5?u^QQ(cj@)vrG9&5XDh9VqIR)!^PZZdFpc(CEZZw Rf#7-IeFtUavWiOu008!i`#Asr diff --git a/test/types/node.js b/test/types/node.js index d3f3ba3..5c06221 100644 --- a/test/types/node.js +++ b/test/types/node.js @@ -1,15 +1,15 @@ -import test from 'ava' -import Node from '../../src/types/node' -import ReleaseGroup from '../../src/types/release-group' -import schema from '../../src/schema' +import test from 'ava'; +import { Node } from '../../src/types/node.js'; +import { ReleaseGroup } from '../../src/types/release-group.js'; +import { baseSchema as schema } from '../../src/schema.js'; -test('loads types from their module', t => { +test('loads types from their module', (t) => { t.is( Node.resolveType({ _type: 'release-group' }, {}, { schema }), ReleaseGroup - ) -}) + ); +}); -test('returns undefined for unknown types', t => { - t.is(Node.resolveType({ _type: 'foo' }, {}, { schema }), undefined) -}) +test('returns undefined for unknown types', (t) => { + t.is(Node.resolveType({ _type: 'foo' }, {}, { schema }), undefined); +}); diff --git a/test/types/scalars.js b/test/types/scalars.js index 21d78a2..3a0bd12 100644 --- a/test/types/scalars.js +++ b/test/types/scalars.js @@ -1,166 +1,159 @@ -import test from 'ava' -import { Kind } from 'graphql/language' +import test from 'ava'; +import GraphQL from 'graphql'; import { Duration, Locale, MBID, ISWC, - URLString -} from '../../src/types/scalars' + URLString, +} from '../../src/types/scalars.js'; -test('Locale scalar allows language code', t => { - t.is(Locale.parseLiteral({ kind: Kind.STRING, value: 'en' }), 'en') - t.is(Locale.parseLiteral({ kind: Kind.STRING, value: 'jp' }), 'jp') - t.is(Locale.parseLiteral({ kind: Kind.STRING, value: 'es' }), 'es') -}) +const { Kind } = GraphQL; -test('Locale scalar allows language and country code', t => { - t.is(Locale.parseLiteral({ kind: Kind.STRING, value: 'en_US' }), 'en_US') - t.is(Locale.parseLiteral({ kind: Kind.STRING, value: 'en_GB' }), 'en_GB') - t.is(Locale.parseLiteral({ kind: Kind.STRING, value: 'fr_FR' }), 'fr_FR') -}) +test('Locale scalar allows language code', (t) => { + t.is(Locale.parseLiteral({ kind: Kind.STRING, value: 'en' }), 'en'); + t.is(Locale.parseLiteral({ kind: Kind.STRING, value: 'jp' }), 'jp'); + t.is(Locale.parseLiteral({ kind: Kind.STRING, value: 'es' }), 'es'); +}); -test('Locale scalar allows language, country, and encoding', t => { +test('Locale scalar allows language and country code', (t) => { + t.is(Locale.parseLiteral({ kind: Kind.STRING, value: 'en_US' }), 'en_US'); + t.is(Locale.parseLiteral({ kind: Kind.STRING, value: 'en_GB' }), 'en_GB'); + t.is(Locale.parseLiteral({ kind: Kind.STRING, value: 'fr_FR' }), 'fr_FR'); +}); + +test('Locale scalar allows language, country, and encoding', (t) => { t.is( Locale.parseLiteral({ kind: Kind.STRING, value: 'en_US.UTF-8' }), 'en_US.UTF-8' - ) + ); t.is( Locale.parseLiteral({ kind: Kind.STRING, value: 'de_CH.utf8' }), 'de_CH.utf8' - ) + ); t.is( Locale.parseLiteral({ kind: Kind.STRING, value: 'zh_TW.Big5' }), 'zh_TW.Big5' - ) -}) + ); +}); -test('Locale scalar only accepts strings', t => { - t.is(Locale.parseLiteral({ kind: Kind.INT, value: 5 }), undefined) - t.is(Locale.parseLiteral({ kind: Kind.ENUM, value: 'xx' }), undefined) -}) +test('Locale scalar only accepts strings', (t) => { + t.is(Locale.parseLiteral({ kind: Kind.INT, value: 5 }), undefined); + t.is(Locale.parseLiteral({ kind: Kind.ENUM, value: 'xx' }), undefined); +}); -test('Locale scalar rejects malformed locales', t => { - t.throws( - () => Locale.parseLiteral({ kind: Kind.STRING, value: 'en_' }), - TypeError - ) - t.throws( - () => Locale.parseLiteral({ kind: Kind.STRING, value: 'en_USA' }), - TypeError - ) - t.throws( - () => Locale.parseLiteral({ kind: Kind.STRING, value: 'EN' }), - TypeError - ) - t.throws( - () => Locale.parseLiteral({ kind: Kind.STRING, value: 'en_us' }), - TypeError - ) - t.throws( - () => Locale.parseLiteral({ kind: Kind.STRING, value: 'en-US' }), - TypeError - ) +test('Locale scalar rejects malformed locales', (t) => { + t.throws(() => Locale.parseLiteral({ kind: Kind.STRING, value: 'en_' }), { + instanceOf: TypeError, + }); + t.throws(() => Locale.parseLiteral({ kind: Kind.STRING, value: 'en_USA' }), { + instanceOf: TypeError, + }); + t.throws(() => Locale.parseLiteral({ kind: Kind.STRING, value: 'EN' }), { + instanceOf: TypeError, + }); + t.throws(() => Locale.parseLiteral({ kind: Kind.STRING, value: 'en_us' }), { + instanceOf: TypeError, + }); + t.throws(() => Locale.parseLiteral({ kind: Kind.STRING, value: 'en-US' }), { + instanceOf: TypeError, + }); t.throws( () => Locale.parseLiteral({ kind: Kind.STRING, value: 'en_US_foo' }), - TypeError - ) + { instanceOf: TypeError } + ); t.throws( () => Locale.parseLiteral({ kind: Kind.STRING, value: 'en_US-utf8' }), - TypeError - ) - t.throws( - () => Locale.parseLiteral({ kind: Kind.STRING, value: '12_US' }), - TypeError - ) - t.throws( - () => Locale.parseLiteral({ kind: Kind.STRING, value: 'en_US.' }), - TypeError - ) + { instanceOf: TypeError } + ); + t.throws(() => Locale.parseLiteral({ kind: Kind.STRING, value: '12_US' }), { + instanceOf: TypeError, + }); + t.throws(() => Locale.parseLiteral({ kind: Kind.STRING, value: 'en_US.' }), { + instanceOf: TypeError, + }); t.throws( () => Locale.parseLiteral({ kind: Kind.STRING, value: 'en_US.utf!' }), - TypeError - ) -}) + { instanceOf: TypeError } + ); +}); -test('Duration scalar must be a positive integer', t => { - t.is(Duration.parseLiteral({ kind: Kind.INT, value: 0 }), 0) - t.is(Duration.parseLiteral({ kind: Kind.INT, value: 1 }), 1) - t.is(Duration.parseLiteral({ kind: Kind.INT, value: 3000 }), 3000) - t.is(Duration.parseLiteral({ kind: Kind.STRING, value: '1000' }), undefined) - t.throws( - () => Duration.parseLiteral({ kind: Kind.INT, value: -1 }), - TypeError - ) - t.throws( - () => Duration.parseLiteral({ kind: Kind.INT, value: -1000 }), - TypeError - ) - t.is(Duration.parseValue(0), 0) - t.is(Duration.parseValue(1), 1) - t.is(Duration.parseValue(3000), 3000) - t.throws(() => Duration.parseValue(-1), TypeError) - t.throws(() => Duration.parseValue(-1000), TypeError) -}) +test('Duration scalar must be a positive integer', (t) => { + t.is(Duration.parseLiteral({ kind: Kind.INT, value: 0 }), 0); + t.is(Duration.parseLiteral({ kind: Kind.INT, value: 1 }), 1); + t.is(Duration.parseLiteral({ kind: Kind.INT, value: 3000 }), 3000); + t.is(Duration.parseLiteral({ kind: Kind.STRING, value: '1000' }), undefined); + t.throws(() => Duration.parseLiteral({ kind: Kind.INT, value: -1 }), { + instanceOf: TypeError, + }); + t.throws(() => Duration.parseLiteral({ kind: Kind.INT, value: -1000 }), { + instanceOf: TypeError, + }); + t.is(Duration.parseValue(0), 0); + t.is(Duration.parseValue(1), 1); + t.is(Duration.parseValue(3000), 3000); + t.throws(() => Duration.parseValue(-1), { instanceOf: TypeError }); + t.throws(() => Duration.parseValue(-1000), { instanceOf: TypeError }); +}); -test('URLString scalar must be a valid URL', t => { - t.is(URLString.parseLiteral({ kind: Kind.INT, value: 1000 }), undefined) +test('URLString scalar must be a valid URL', (t) => { + t.is(URLString.parseLiteral({ kind: Kind.INT, value: 1000 }), undefined); t.is( URLString.parseLiteral({ kind: Kind.STRING, - value: 'http://www.google.com' + value: 'http://www.google.com', }), 'http://www.google.com' - ) + ); t.throws( () => URLString.parseLiteral({ kind: Kind.STRING, value: 'foo:bar' }), - TypeError - ) + { instanceOf: TypeError } + ); t.throws( () => URLString.parseLiteral({ kind: Kind.STRING, value: 'foo:/bar' }), - TypeError - ) + { instanceOf: TypeError } + ); t.throws( () => URLString.parseLiteral({ kind: Kind.STRING, value: 'foo://bar' }), - TypeError - ) + { instanceOf: TypeError } + ); t.throws( () => URLString.parseLiteral({ kind: Kind.STRING, value: 'foo://bar.' }), - TypeError - ) -}) + { instanceOf: TypeError } + ); +}); -test('ISWC scalar only accepts strings', t => { - t.is(ISWC.parseLiteral({ kind: Kind.STRING, value: 'foo' }), 'foo') - t.is(ISWC.parseLiteral({ kind: Kind.INT, value: 5 }), undefined) - t.is(ISWC.parseLiteral({ kind: Kind.ENUM, value: 'xx' }), undefined) -}) +test('ISWC scalar only accepts strings', (t) => { + t.is(ISWC.parseLiteral({ kind: Kind.STRING, value: 'foo' }), 'foo'); + t.is(ISWC.parseLiteral({ kind: Kind.INT, value: 5 }), undefined); + t.is(ISWC.parseLiteral({ kind: Kind.ENUM, value: 'xx' }), undefined); +}); -test('ISWC scalar can be any string', t => { - t.is(ISWC.parseValue('foo'), 'foo') - t.is(ISWC.parseValue('123-456'), '123-456') - t.is(ISWC.parseValue('!@#$%^&*'), '!@#$%^&*') -}) +test('ISWC scalar can be any string', (t) => { + t.is(ISWC.parseValue('foo'), 'foo'); + t.is(ISWC.parseValue('123-456'), '123-456'); + t.is(ISWC.parseValue('!@#$%^&*'), '!@#$%^&*'); +}); -test('MBID scalar only accepts strings', t => { - t.is(MBID.parseLiteral({ kind: Kind.INT, value: 12345 }), undefined) - t.is(MBID.parseLiteral({ kind: Kind.ENUM, value: 'xx' }), undefined) -}) +test('MBID scalar only accepts strings', (t) => { + t.is(MBID.parseLiteral({ kind: Kind.INT, value: 12345 }), undefined); + t.is(MBID.parseLiteral({ kind: Kind.ENUM, value: 'xx' }), undefined); +}); -test('MBID scalar must be a valid UUID', t => { +test('MBID scalar must be a valid UUID', (t) => { t.is( MBID.parseLiteral({ kind: Kind.STRING, - value: 'c8da2e40-bd28-4d4e-813a-bd2f51958ba8' + value: 'c8da2e40-bd28-4d4e-813a-bd2f51958ba8', }), 'c8da2e40-bd28-4d4e-813a-bd2f51958ba8' - ) + ); t.throws( () => MBID.parseLiteral({ kind: Kind.STRING, - value: 'c8da2e40-bd28-4d4e-813a-bd2f51958bag' + value: 'c8da2e40-bd28-4d4e-813a-bd2f51958bag', }), - TypeError - ) -}) + { instanceOf: TypeError } + ); +}); diff --git a/test/util.js b/test/util.js index ad47f69..c7656fa 100644 --- a/test/util.js +++ b/test/util.js @@ -1,15 +1,15 @@ -import test from 'ava' -import sinon from 'sinon' -import { prettyPrint } from '../src/util' +import test from 'ava'; +import sinon from 'sinon'; +import { prettyPrint } from '../src/util.js'; -test.beforeEach(t => { - sinon.stub(console, 'log') -}) -test.afterEach(t => { - console.log.restore() -}) +test.beforeEach((t) => { + sinon.stub(console, 'log'); +}); +test.afterEach((t) => { + console.log.restore(); +}); -test('prettyPrint writes to stdout', t => { - prettyPrint('foo') - t.true(console.log.calledOnce) -}) +test('prettyPrint writes to stdout', (t) => { + prettyPrint('foo'); + t.true(console.log.calledOnce); +}); diff --git a/yarn.lock b/yarn.lock index 30f3e34..1ee8544 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,513 +2,373 @@ # yarn lockfile v1 -"@ava/babel-plugin-throws-helper@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@ava/babel-plugin-throws-helper/-/babel-plugin-throws-helper-2.0.0.tgz#2fc1fe3c211a71071a4eca7b8f7af5842cd1ae7c" - integrity sha1-L8H+PCEacQcaTsp7j3r1hCzRrnw= - -"@ava/babel-preset-stage-4@^1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@ava/babel-preset-stage-4/-/babel-preset-stage-4-1.1.0.tgz#ae60be881a0babf7d35f52aba770d1f6194f76bd" - integrity sha512-oWqTnIGXW3k72UFidXzW0ONlO7hnO9x02S/QReJ7NBGeiBH9cUHY9+EfV6C8PXC6YJH++WrliEq03wMSJGNZFg== +"@ardatan/aggregate-error@0.0.6": + version "0.0.6" + resolved "https://registry.yarnpkg.com/@ardatan/aggregate-error/-/aggregate-error-0.0.6.tgz#fe6924771ea40fc98dc7a7045c2e872dc8527609" + integrity "sha1-/mkkdx6kD8mNx6cEXC6HLchSdgk= sha512-vyrkEHG1jrukmzTPtyWB4NLPauUw5bQeg4uhn8f+1SSynmrOcyvlb1GKQjjgoBzElLdfXCRYX8UnBlhklOHYRQ==" dependencies: - babel-plugin-check-es2015-constants "^6.8.0" - babel-plugin-syntax-trailing-function-commas "^6.20.0" - babel-plugin-transform-async-to-generator "^6.16.0" - babel-plugin-transform-es2015-destructuring "^6.19.0" - babel-plugin-transform-es2015-function-name "^6.9.0" - babel-plugin-transform-es2015-modules-commonjs "^6.18.0" - babel-plugin-transform-es2015-parameters "^6.21.0" - babel-plugin-transform-es2015-spread "^6.8.0" - babel-plugin-transform-es2015-sticky-regex "^6.8.0" - babel-plugin-transform-es2015-unicode-regex "^6.11.0" - babel-plugin-transform-exponentiation-operator "^6.8.0" - package-hash "^1.2.0" + tslib "~2.0.1" -"@ava/babel-preset-transform-test-files@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@ava/babel-preset-transform-test-files/-/babel-preset-transform-test-files-3.0.0.tgz#cded1196a8d8d9381a509240ab92e91a5ec069f7" - integrity sha1-ze0RlqjY2TgaUJJAq5LpGl7Aafc= +"@babel/code-frame@7.12.11": + version "7.12.11" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f" + integrity "sha1-9K1DWqJj25NbjxDyxVLSP7cWpj8= sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==" dependencies: - "@ava/babel-plugin-throws-helper" "^2.0.0" - babel-plugin-espower "^2.3.2" - -"@ava/write-file-atomic@^2.2.0": - version "2.2.0" - resolved "https://registry.yarnpkg.com/@ava/write-file-atomic/-/write-file-atomic-2.2.0.tgz#d625046f3495f1f5e372135f473909684b429247" - integrity sha512-BTNB3nGbEfJT+69wuqXFr/bQH7Vr7ihx2xGOMNqPgDGhwspoZhiWumDDZNjBy7AScmqS5CELIOGtPVXESyrnDA== - dependencies: - graceful-fs "^4.1.11" - imurmurhash "^0.1.4" - slide "^1.1.5" - -"@babel/code-frame@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.44.tgz#2a02643368de80916162be70865c97774f3adbd9" - integrity sha512-cuAuTTIQ9RqcFRJ/Y8PvTh+paepNcaGxwQwjIDRWPXmzzyAeCO4KqS9ikMvq0MCbRk6GlYKwfzStrcP3/jSL8g== - dependencies: - "@babel/highlight" "7.0.0-beta.44" - -"@babel/code-frame@7.0.0-beta.51": - version "7.0.0-beta.51" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.51.tgz#bd71d9b192af978df915829d39d4094456439a0c" - integrity sha1-vXHZsZKvl435FYKdOdQJRFZDmgw= - dependencies: - "@babel/highlight" "7.0.0-beta.51" + "@babel/highlight" "^7.10.4" "@babel/code-frame@^7.0.0": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658" - integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== + integrity "sha1-3PyCa+72XnXFDiHTg319lXmN1lg= sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==" dependencies: "@babel/highlight" "^7.12.13" -"@babel/generator@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.44.tgz#c7e67b9b5284afcf69b309b50d7d37f3e5033d42" - integrity sha512-5xVb7hlhjGcdkKpMXgicAVgx8syK5VJz193k0i/0sLP6DzE6lRrU1K3B/rFefgdo9LPGMAOOOAWW4jycj07ShQ== - dependencies: - "@babel/types" "7.0.0-beta.44" - jsesc "^2.5.1" - lodash "^4.2.0" - source-map "^0.5.0" - trim-right "^1.0.1" - -"@babel/generator@7.0.0-beta.51": - version "7.0.0-beta.51" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.51.tgz#6c7575ffde761d07485e04baedc0392c6d9e30f6" - integrity sha1-bHV1/952HQdIXgS67cA5LG2eMPY= - dependencies: - "@babel/types" "7.0.0-beta.51" - jsesc "^2.5.1" - lodash "^4.17.5" - source-map "^0.5.0" - trim-right "^1.0.1" - -"@babel/helper-function-name@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.44.tgz#e18552aaae2231100a6e485e03854bc3532d44dd" - integrity sha512-MHRG2qZMKMFaBavX0LWpfZ2e+hLloT++N7rfM3DYOMUOGCD8cVjqZpwiL8a0bOX3IYcQev1ruciT0gdFFRTxzg== - dependencies: - "@babel/helper-get-function-arity" "7.0.0-beta.44" - "@babel/template" "7.0.0-beta.44" - "@babel/types" "7.0.0-beta.44" - -"@babel/helper-function-name@7.0.0-beta.51": - version "7.0.0-beta.51" - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.51.tgz#21b4874a227cf99ecafcc30a90302da5a2640561" - integrity sha1-IbSHSiJ8+Z7K/MMKkDAtpaJkBWE= - dependencies: - "@babel/helper-get-function-arity" "7.0.0-beta.51" - "@babel/template" "7.0.0-beta.51" - "@babel/types" "7.0.0-beta.51" - -"@babel/helper-get-function-arity@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.44.tgz#d03ca6dd2b9f7b0b1e6b32c56c72836140db3a15" - integrity sha512-w0YjWVwrM2HwP6/H3sEgrSQdkCaxppqFeJtAnB23pRiJB5E/O9Yp7JAAeWBl+gGEgmBFinnTyOv2RN7rcSmMiw== - dependencies: - "@babel/types" "7.0.0-beta.44" - -"@babel/helper-get-function-arity@7.0.0-beta.51": - version "7.0.0-beta.51" - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.51.tgz#3281b2d045af95c172ce91b20825d85ea4676411" - integrity sha1-MoGy0EWvlcFyzpGyCCXYXqRnZBE= - dependencies: - "@babel/types" "7.0.0-beta.51" - -"@babel/helper-split-export-declaration@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.44.tgz#c0b351735e0fbcb3822c8ad8db4e583b05ebd9dc" - integrity sha512-aQ7QowtkgKKzPGf0j6u77kBMdUFVBKNHw2p/3HX/POt5/oz8ec5cs0GwlgM8Hz7ui5EwJnzyfRmkNF1Nx1N7aA== - dependencies: - "@babel/types" "7.0.0-beta.44" - -"@babel/helper-split-export-declaration@7.0.0-beta.51": - version "7.0.0-beta.51" - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.51.tgz#8a6c3f66c4d265352fc077484f9f6e80a51ab978" - integrity sha1-imw/ZsTSZTUvwHdIT59ugKUauXg= - dependencies: - "@babel/types" "7.0.0-beta.51" - "@babel/helper-validator-identifier@^7.12.11": version "7.12.11" resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" - integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== + integrity "sha1-yaHwIZF9y1zPDU5FPjmQIpgfye0= sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" -"@babel/highlight@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.44.tgz#18c94ce543916a80553edcdcf681890b200747d5" - integrity sha512-Il19yJvy7vMFm8AVAh6OZzaFoAd0hbkeMZiX3P5HGD+z7dyI7RzndHB0dg6Urh/VAFfHtpOIzDUSxmY6coyZWQ== - dependencies: - chalk "^2.0.0" - esutils "^2.0.2" - js-tokens "^3.0.0" - -"@babel/highlight@7.0.0-beta.51": - version "7.0.0-beta.51" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.51.tgz#e8844ae25a1595ccfd42b89623b4376ca06d225d" - integrity sha1-6IRK4loVlcz9QriWI7Q3bKBtIl0= - dependencies: - chalk "^2.0.0" - esutils "^2.0.2" - js-tokens "^3.0.0" - -"@babel/highlight@^7.12.13": +"@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13": version "7.13.10" resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.13.10.tgz#a8b2a66148f5b27d666b15d81774347a731d52d1" - integrity sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg== + integrity "sha1-qLKmYUj1sn1maxXYF3Q0enMdUtE= sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg==" dependencies: "@babel/helper-validator-identifier" "^7.12.11" chalk "^2.0.0" js-tokens "^4.0.0" -"@babel/parser@7.0.0-beta.51": - version "7.0.0-beta.51" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0-beta.51.tgz#27cec2df409df60af58270ed8f6aa55409ea86f6" - integrity sha1-J87C30Cd9gr1gnDtj2qlVAnqhvY= +"@bcoe/v8-coverage@^0.2.3": + version "0.2.3" + resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" + integrity "sha1-daLotRy3WKdVPWgEpZMteqznXDk= sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" -"@babel/template@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.44.tgz#f8832f4fdcee5d59bf515e595fc5106c529b394f" - integrity sha512-w750Sloq0UNifLx1rUqwfbnC6uSUk0mfwwgGRfdLiaUzfAOiH0tHJE6ILQIUi3KYkjiCDTskoIsnfqZvWLBDng== - dependencies: - "@babel/code-frame" "7.0.0-beta.44" - "@babel/types" "7.0.0-beta.44" - babylon "7.0.0-beta.44" - lodash "^4.2.0" - -"@babel/template@7.0.0-beta.51": - version "7.0.0-beta.51" - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.51.tgz#9602a40aebcf357ae9677e2532ef5fc810f5fbff" - integrity sha1-lgKkCuvPNXrpZ34lMu9fyBD1+/8= - dependencies: - "@babel/code-frame" "7.0.0-beta.51" - "@babel/parser" "7.0.0-beta.51" - "@babel/types" "7.0.0-beta.51" - lodash "^4.17.5" - -"@babel/traverse@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.44.tgz#a970a2c45477ad18017e2e465a0606feee0d2966" - integrity sha512-UHuDz8ukQkJCDASKHf+oDt3FVUzFd+QYfuBIsiNu/4+/ix6pP/C+uQZJ6K1oEfbCMv/IKWbgDEh7fcsnIE5AtA== - dependencies: - "@babel/code-frame" "7.0.0-beta.44" - "@babel/generator" "7.0.0-beta.44" - "@babel/helper-function-name" "7.0.0-beta.44" - "@babel/helper-split-export-declaration" "7.0.0-beta.44" - "@babel/types" "7.0.0-beta.44" - babylon "7.0.0-beta.44" - debug "^3.1.0" - globals "^11.1.0" - invariant "^2.2.0" - lodash "^4.2.0" - -"@babel/traverse@7.0.0-beta.51": - version "7.0.0-beta.51" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.51.tgz#981daf2cec347a6231d3aa1d9e1803b03aaaa4a8" - integrity sha1-mB2vLOw0emIx06odnhgDsDqqpKg= - dependencies: - "@babel/code-frame" "7.0.0-beta.51" - "@babel/generator" "7.0.0-beta.51" - "@babel/helper-function-name" "7.0.0-beta.51" - "@babel/helper-split-export-declaration" "7.0.0-beta.51" - "@babel/parser" "7.0.0-beta.51" - "@babel/types" "7.0.0-beta.51" - debug "^3.1.0" - globals "^11.1.0" - invariant "^2.2.0" - lodash "^4.17.5" - -"@babel/types@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757" - integrity sha512-5eTV4WRmqbaFM3v9gHAIljEQJU4Ssc6fxL61JN+Oe2ga/BwyjzjamwkCVVAQjHGuAX8i0BWo42dshL8eO5KfLQ== - dependencies: - esutils "^2.0.2" - lodash "^4.2.0" - to-fast-properties "^2.0.0" - -"@babel/types@7.0.0-beta.51": - version "7.0.0-beta.51" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.51.tgz#d802b7b543b5836c778aa691797abf00f3d97ea9" - integrity sha1-2AK3tUO1g2x3iqaReXq/APPZfqk= - dependencies: - esutils "^2.0.2" - lodash "^4.17.5" - to-fast-properties "^2.0.0" - -"@concordance/react@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@concordance/react/-/react-1.0.0.tgz#fcf3cad020e5121bfd1c61d05bc3516aac25f734" - integrity sha512-htrsRaQX8Iixlsek8zQU7tE8wcsTQJ5UhZkSPEA8slCDAisKpC/2VgU/ucPn32M5/LjGGXRaUEKvEw1Wiuu4zQ== +"@concordance/react@^2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@concordance/react/-/react-2.0.0.tgz#aef913f27474c53731f4fd79cc2f54897de90fde" + integrity "sha1-rvkT8nR0xTcx9P15zC9UiX3pD94= sha512-huLSkUuM2/P+U0uy2WwlKuixMsTODD8p4JVQBI4VKeopkiN0C7M3N9XYVawb4M+4spN5RrO/eLhk7KoQX6nsfA==" dependencies: arrify "^1.0.1" -"@ladjs/time-require@^0.1.4": - version "0.1.4" - resolved "https://registry.yarnpkg.com/@ladjs/time-require/-/time-require-0.1.4.tgz#5c615d75fd647ddd5de9cf6922649558856b21a1" - integrity sha512-weIbJqTMfQ4r1YX85u54DKfjLZs2jwn1XZ6tIOP/pFgMwhIN5BAtaCp/1wn9DzyLsDR9tW0R2NIePcVJ45ivQQ== +"@eslint/eslintrc@^0.4.0": + version "0.4.0" + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz#99cc0a0584d72f1df38b900fb062ba995f395547" + integrity "sha1-mcwKBYTXLx3zi5APsGK6mV85VUc= sha512-2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog==" dependencies: - chalk "^0.4.0" - date-time "^0.1.1" - pretty-ms "^0.2.1" - text-table "^0.2.0" + ajv "^6.12.4" + debug "^4.1.1" + espree "^7.3.0" + globals "^12.1.0" + ignore "^4.0.6" + import-fresh "^3.2.1" + js-yaml "^3.13.1" + minimatch "^3.0.4" + strip-json-comments "^3.1.1" -"@sinonjs/commons@^1", "@sinonjs/commons@^1.0.2", "@sinonjs/commons@^1.3.0", "@sinonjs/commons@^1.7.0": +"@graphql-tools/schema@^7.1.3": + version "7.1.3" + resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-7.1.3.tgz#d816400da51fbac1f0086e35540ab63b5e30e858" + integrity "sha1-2BZADaUfusHwCG41VAq2O14w6Fg= sha512-ZY76hmcJlF1iyg3Im0sQ3ASRkiShjgv102vLTVcH22lEGJeCaCyyS/GF1eUHom418S60bS8Th6+autRUxfBiBg==" + dependencies: + "@graphql-tools/utils" "^7.1.2" + tslib "~2.1.0" + +"@graphql-tools/utils@^7.1.2": + version "7.7.1" + resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-7.7.1.tgz#81f32cb4819b34b3a378d51ab2cd60935977f0b4" + integrity "sha1-gfMstIGbNLOjeNUass1gk1l38LQ= sha512-SFT4/dTfrwWer1wSOLU+jqgv3oa/xTR8q+MiNbE9nCH2FXyMsqIOaXKm9wHfKIWFWHozqBdcnwFkQZrdD7H2TQ==" + dependencies: + "@ardatan/aggregate-error" "0.0.6" + camel-case "4.1.2" + tslib "~2.1.0" + +"@istanbuljs/schema@^0.1.2": + version "0.1.3" + resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98" + integrity "sha1-5F44TkuOwWvOL9kDr3hFD2v37Jg= sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==" + +"@nodelib/fs.scandir@2.1.4": + version "2.1.4" + resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz#d4b3549a5db5de2683e0c1071ab4f140904bbf69" + integrity "sha1-1LNUml213iaD4MEHGrTxQJBLv2k= sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA==" + dependencies: + "@nodelib/fs.stat" "2.0.4" + run-parallel "^1.1.9" + +"@nodelib/fs.stat@2.0.4", "@nodelib/fs.stat@^2.0.2": + version "2.0.4" + resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.4.tgz#a3f2dd61bab43b8db8fa108a121cfffe4c676655" + integrity "sha1-o/LdYbq0O424+hCKEhz//kxnZlU= sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q==" + +"@nodelib/fs.walk@^1.2.3": + version "1.2.6" + resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.6.tgz#cce9396b30aa5afe9e3756608f5831adcb53d063" + integrity "sha1-zOk5azCqWv6eN1Zgj1gxrctT0GM= sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow==" + dependencies: + "@nodelib/fs.scandir" "2.1.4" + fastq "^1.6.0" + +"@sindresorhus/is@^0.14.0": + version "0.14.0" + resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea" + integrity "sha1-n7OjzzEyMoFR81PeRjLgHlIQK+o= sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==" + +"@sindresorhus/is@^4.0.0": + version "4.0.0" + resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.0.0.tgz#2ff674e9611b45b528896d820d3d7a812de2f0e4" + integrity "sha1-L/Z06WEbRbUoiW2CDT16gS3i8OQ= sha512-FyD2meJpDPjyNQejSjvnhpgI/azsQkA4lGbuu5BQZfjvJ9cbRZXzeWL2HceCekW4lixO9JPesIIQkSoLjeJHNQ==" + +"@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.1": version "1.8.3" resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d" - integrity sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ== + integrity "sha1-OALd0hpQqUm2ch3dcto25n5/Gy0= sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==" dependencies: type-detect "4.0.8" -"@sinonjs/formatio@^3.0.0", "@sinonjs/formatio@^3.2.1": - version "3.2.2" - resolved "https://registry.yarnpkg.com/@sinonjs/formatio/-/formatio-3.2.2.tgz#771c60dfa75ea7f2d68e3b94c7e888a78781372c" - integrity sha512-B8SEsgd8gArBLMD6zpRw3juQ2FVSsmdd7qlevyDqzS9WTCtvF55/gAL+h6gue8ZvPYcdiPdvueM/qm//9XzyTQ== +"@sinonjs/fake-timers@^6.0.0", "@sinonjs/fake-timers@^6.0.1": + version "6.0.1" + resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz#293674fccb3262ac782c7aadfdeca86b10c75c40" + integrity "sha1-KTZ0/MsyYqx4LHqt/eyoaxDHXEA= sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==" dependencies: - "@sinonjs/commons" "^1" - "@sinonjs/samsam" "^3.1.0" + "@sinonjs/commons" "^1.7.0" -"@sinonjs/samsam@^2.1.2": - version "2.1.3" - resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-2.1.3.tgz#62cf2a9b624edc795134135fe37fc2ae8ea36be3" - integrity sha512-8zNeBkSKhU9a5cRNbpCKau2WWPfan+Q2zDlcXvXyhn9EsMqgYs4qzo0XHNVlXC6ABQL8fT6nV+zzo5RTHJzyXw== - -"@sinonjs/samsam@^3.1.0": - version "3.3.3" - resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-3.3.3.tgz#46682efd9967b259b81136b9f120fd54585feb4a" - integrity sha512-bKCMKZvWIjYD0BLGnNrxVuw4dkWCYsLqFOUWw8VgKF/+5Y+mE7LfHWPIYoDXowH+3a9LsWDMo0uAP8YDosPvHQ== +"@sinonjs/samsam@^5.3.1": + version "5.3.1" + resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-5.3.1.tgz#375a45fe6ed4e92fca2fb920e007c48232a6507f" + integrity "sha1-N1pF/m7U6S/KL7kg4AfEgjKmUH8= sha512-1Hc0b1TtyfBu8ixF/tpfSHTVWKwCBLY4QJbkgnE7HcwyvT2xArDxb4K7dMgqRm3szI+LJbzmW/s4xxEhv6hwDg==" dependencies: - "@sinonjs/commons" "^1.3.0" - array-from "^2.1.1" - lodash "^4.17.15" + "@sinonjs/commons" "^1.6.0" + lodash.get "^4.4.2" + type-detect "^4.0.8" "@sinonjs/text-encoding@^0.7.1": version "0.7.1" resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz#8da5c6530915653f3a1f38fd5f101d8c3f8079c5" - integrity sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ== + integrity "sha1-jaXGUwkVZT86Hzj9XxAdjD+AecU= sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==" -"@textlint/ast-node-types@^4.0.3": +"@szmarczak/http-timer@^1.1.2": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421" + integrity "sha1-sWZeLEYaLNkvTBu/UNVFTeDUtCE= sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==" + dependencies: + defer-to-connect "^1.0.1" + +"@szmarczak/http-timer@^4.0.5": + version "4.0.5" + resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-4.0.5.tgz#bfbd50211e9dfa51ba07da58a14cdfd333205152" + integrity "sha1-v71QIR6d+lG6B9pYoUzf0zMgUVI= sha512-PyRA9sm1Yayuj5OIoJ1hGt2YISX45w9WcFbh6ddT0Z/0yaFxOtGLInr4jUfU1EAFVs0Yfyfev4RNwBlUaHdlDQ==" + dependencies: + defer-to-connect "^2.0.0" + +"@textlint/ast-node-types@^4.2.5": version "4.4.2" resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.4.2.tgz#d3fda5c9086baba04bc75440039ccf18415c8446" - integrity sha512-m5brKbI7UY/Q8sbIZ7z1KB8ls04nRILshz5fPQ4EZ04jL19qrrUHJR8A6nK3vJ/GelkDWl4I0VDYSAjLEFQV8g== + integrity "sha1-0/2lyQhrq6BLx1RAA5zPGEFchEY= sha512-m5brKbI7UY/Q8sbIZ7z1KB8ls04nRILshz5fPQ4EZ04jL19qrrUHJR8A6nK3vJ/GelkDWl4I0VDYSAjLEFQV8g==" -"@textlint/markdown-to-ast@~6.0.9": - version "6.0.9" - resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-6.0.9.tgz#e7c89e5ad15d17dcd8e5a62758358936827658fa" - integrity sha512-hfAWBvTeUGh5t5kTn2U3uP3qOSM1BSrxzl1jF3nn0ywfZXpRBZr5yRjXnl4DzIYawCtZOshmRi/tI3/x4TE1jQ== +"@textlint/markdown-to-ast@~6.1.7": + version "6.1.7" + resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-6.1.7.tgz#7ed9561b577bcd5307c8ef82660bc568ce31647e" + integrity "sha1-ftlWG1d7zVMHyO+CZgvFaM4xZH4= sha512-B0QtokeQR4a9+4q0NQr8T9l7A1fFihTN5Ze57tVgqW+3ymzXEouh8DvPHeNQ4T6jEkAThvdjk95mxAMpGRJ79w==" dependencies: - "@textlint/ast-node-types" "^4.0.3" - debug "^2.1.3" + "@textlint/ast-node-types" "^4.2.5" + debug "^4.1.1" remark-frontmatter "^1.2.0" remark-parse "^5.0.0" structured-source "^3.0.2" traverse "^0.6.6" unified "^6.1.6" +"@types/cacheable-request@^6.0.1": + version "6.0.1" + resolved "https://registry.yarnpkg.com/@types/cacheable-request/-/cacheable-request-6.0.1.tgz#5d22f3dded1fd3a84c0bbeb5039a7419c2c91976" + integrity "sha1-XSLz3e0f06hMC761A5p0GcLJGXY= sha512-ykFq2zmBGOCbpIXtoVbz4SKY5QriWPh3AjyU4G74RYbtt5yOc5OfaY75ftjg7mikMOla1CTGpX3lLbuJh8DTrQ==" + dependencies: + "@types/http-cache-semantics" "*" + "@types/keyv" "*" + "@types/node" "*" + "@types/responselike" "*" + +"@types/http-cache-semantics@*": + version "4.0.0" + resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz#9140779736aa2655635ee756e2467d787cfe8a2a" + integrity "sha1-kUB3lzaqJlVjXudW4kZ9eHz+iio= sha512-c3Xy026kOF7QOTn00hbIllV1dLR9hG9NkSrLQgCVs8NF6sBU+VGWjD3wLPhmh1TYAc7ugCFsvHYMN4VcBN1U1A==" + +"@types/is-windows@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@types/is-windows/-/is-windows-1.0.0.tgz#1011fa129d87091e2f6faf9042d6704cdf2e7be0" + integrity "sha1-EBH6Ep2HCR4vb6+QQtZwTN8ue+A= sha512-tJ1rq04tGKuIJoWIH0Gyuwv4RQ3+tIu7wQrC0MV47raQ44kIzXSSFKfrxFUOWVRvesoF7mrTqigXmqoZJsXwTg==" + +"@types/istanbul-lib-coverage@^2.0.1": + version "2.0.3" + resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762" + integrity "sha1-S6jdtyAiH0MuRDvV+RF/0iz9R2I= sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==" + "@types/json5@^0.0.29": version "0.0.29" resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" - integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= + integrity "sha1-7ihweulOEdK4J7y+UnC86n8+ce4= sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==" -"@wry/equality@^0.1.2": - version "0.1.11" - resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.1.11.tgz#35cb156e4a96695aa81a9ecc4d03787bc17f1790" - integrity sha512-mwEVBDUVODlsQQ5dfuLUS5/Tf7jqUKyhKYHmVi4fPB6bDMOfWvUPJmKgS1Z7Za/sOI3vzWt4+O7yCiL/70MogA== +"@types/keyv@*": + version "3.1.1" + resolved "https://registry.yarnpkg.com/@types/keyv/-/keyv-3.1.1.tgz#e45a45324fca9dab716ab1230ee249c9fb52cfa7" + integrity "sha1-5FpFMk/KnatxarEjDuJJyftSz6c= sha512-MPtoySlAZQ37VoLaPcTHCu1RWJ4llDkULYZIzOYxlhxBqYPB0RsRlmMU0R6tahtFe27mIdkHV+551ZWV4PLmVw==" dependencies: - tslib "^1.9.3" + "@types/node" "*" + +"@types/node@*": + version "14.14.37" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.37.tgz#a3dd8da4eb84a996c36e331df98d82abd76b516e" + integrity "sha1-o92NpOuEqZbDbjMd+Y2Cq9drUW4= sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw==" + +"@types/normalize-package-data@^2.4.0": + version "2.4.0" + resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e" + integrity "sha1-5IbQ2XOW15vu3QpuM/RTT/a0lz4= sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==" + +"@types/responselike@*", "@types/responselike@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@types/responselike/-/responselike-1.0.0.tgz#251f4fe7d154d2bad125abe1b429b23afd262e29" + integrity "sha1-JR9P59FU0rrRJavhtCmyOv0mLik= sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==" + dependencies: + "@types/node" "*" abbrev@1: version "1.1.1" resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" - integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== + integrity "sha1-+PLIh60Qv2f2NPAFtph/7TF5qsg= sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" -accepts@^1.3.0, accepts@~1.3.5, accepts@~1.3.7: +accepts@^1.3.7, accepts@~1.3.5, accepts@~1.3.7: version "1.3.7" resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd" - integrity sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== + integrity "sha1-UxvHJlF6OytB+FACHGzBXqq1B80= sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==" dependencies: mime-types "~2.1.24" negotiator "0.6.2" -acorn-jsx@^5.0.0: +acorn-jsx@^5.3.1: version "5.3.1" resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b" - integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng== + integrity "sha1-/IZh4Rt6wVOcR9v+oucrOvNNJns= sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==" -acorn@^6.0.7: - version "6.4.2" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6" - integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ== +acorn-walk@^8.0.0: + version "8.0.2" + resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.0.2.tgz#d4632bfc63fd93d0f15fd05ea0e984ffd3f5a8c3" + integrity "sha1-1GMr/GP9k9DxX9BeoOmE/9P1qMM= sha512-+bpA9MJsHdZ4bgfDcpk0ozQyhhVct7rzOmO0s1IIr0AGGgKBljss8n2zp11rRP2wid5VGeh04CgeKzgat5/25A==" -ajv@^6.10.2, ajv@^6.12.3, ajv@^6.9.1: +acorn@^7.4.0: + version "7.4.1" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" + integrity "sha1-/q7SVZc9LndVW4PbwIhRpsY1IPo= sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==" + +acorn@^8.0.4: + version "8.1.0" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.1.0.tgz#52311fd7037ae119cbb134309e901aa46295b3fe" + integrity "sha1-UjEf1wN64RnLsTQwnpAapGKVs/4= sha512-LWCF/Wn0nfHOmJ9rzQApGnxnvgfROzGilS8936rqN/lfcYkY9MYZzdMqN+2NJ4SlTc+m5HiSa+kNfDtI64dwUA==" + +aggregate-error@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a" + integrity "sha1-kmcP9Q9TWb23o+DUDQ7DDFc3aHo= sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==" + dependencies: + clean-stack "^2.0.0" + indent-string "^4.0.0" + +ajv@^6.10.0, ajv@^6.12.3, ajv@^6.12.4: version "6.12.6" resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" - integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== + integrity "sha1-uvWmLoArB9l3A0WG+MO69a3ybfQ= sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" dependencies: fast-deep-equal "^3.1.1" fast-json-stable-stringify "^2.0.0" json-schema-traverse "^0.4.1" uri-js "^4.2.2" -anchor-markdown-header@^0.5.5: +ajv@^8.0.1: + version "8.0.5" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.0.5.tgz#f07d6fdeffcdbb80485570ce3f1bc845fcc812b9" + integrity "sha1-8H1v3v/Nu4BIVXDOPxvIRfzIErk= sha512-RkiLa/AeJx7+9OvniQ/qeWu0w74A8DiPPBclQ6ji3ZQkv5KamO+QGpqmi7O4JIw3rHGUXZ6CoP9tsAkn3gyazg==" + dependencies: + fast-deep-equal "^3.1.1" + json-schema-traverse "^1.0.0" + require-from-string "^2.0.2" + uri-js "^4.2.2" + +anchor-markdown-header@~0.5.7: version "0.5.7" resolved "https://registry.yarnpkg.com/anchor-markdown-header/-/anchor-markdown-header-0.5.7.tgz#045063d76e6a1f9cd327a57a0126aa0fdec371a7" - integrity sha1-BFBj125qH5zTJ6V6ASaqD97Dcac= + integrity "sha1-BFBj125qH5zTJ6V6ASaqD97Dcac= sha512-AmikqcK15r3q99hPvTa1na9n3eLkW0uE+RL9BZMSgwYalQeDnNXbYrN06BIcBPfGlmsGIE2jvkuvl/x0hyPF5Q==" dependencies: emoji-regex "~6.1.0" -ansi-align@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-2.0.0.tgz#c36aeccba563b89ceb556f3690f0b1d9e3547f7f" - integrity sha1-w2rsy6VjuJzrVW82kPCx2eNUf38= - dependencies: - string-width "^2.0.0" - -ansi-escapes@^3.0.0, ansi-escapes@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b" - integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ== - -ansi-regex@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" - integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8= - -ansi-regex@^3.0.0: +ansi-align@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" - integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= + resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.0.tgz#b536b371cf687caaef236c18d3e21fe3797467cb" + integrity "sha1-tTazcc9ofKrvI2wY0+If43l0Z8s= sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw==" + dependencies: + string-width "^3.0.0" + +ansi-colors@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348" + integrity "sha1-y7muJWv3UK8eqzRPIpqif+lLo0g= sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==" ansi-regex@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997" - integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== + integrity "sha1-i5+PCM8ay4Q3Vqg5yox+MWjFGZc= sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" -ansi-styles@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" - integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4= +ansi-regex@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75" + integrity "sha1-OIU59VF5vzkznIGvMKZU1p+Hy3U= sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==" -ansi-styles@^3.1.0, ansi-styles@^3.2.0, ansi-styles@^3.2.1: +ansi-styles@^3.2.1: version "3.2.1" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" - integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== + integrity "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0= sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==" dependencies: color-convert "^1.9.0" -ansi-styles@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-1.0.0.tgz#cb102df1c56f5123eab8b67cd7b98027a0279178" - integrity sha1-yxAt8cVvUSPquLZ817mAJ6AnkXg= - -anymatch@^1.3.0: - version "1.3.2" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-1.3.2.tgz#553dcb8f91e3c889845dfdba34c77721b90b9d7a" - integrity sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA== +ansi-styles@^4.0.0, ansi-styles@^4.1.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" + integrity "sha1-7dgDYornHATIWuegkG7a00tkiTc= sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" dependencies: - micromatch "^2.1.5" - normalize-path "^2.0.0" + color-convert "^2.0.1" -anymatch@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" - integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== +ansi-styles@^5.0.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b" + integrity "sha1-B0SWkK1Fd30ZJKwquy/IiV26g2s= sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" + +anymatch@~3.1.1: + version "3.1.2" + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716" + integrity "sha1-wFV8CWrzLxBhmPT04qODU343hxY= sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==" dependencies: - micromatch "^3.1.4" - normalize-path "^2.1.1" - -apollo-link@^1.2.2: - version "1.2.14" - resolved "https://registry.yarnpkg.com/apollo-link/-/apollo-link-1.2.14.tgz#3feda4b47f9ebba7f4160bef8b977ba725b684d9" - integrity sha512-p67CMEFP7kOG1JZ0ZkYZwRDa369w5PIjtMjvrQd/HnIV8FRsHRqLqK+oAZQnFa1DDdZtOtHTi+aMIW6EatC2jg== - dependencies: - apollo-utilities "^1.3.0" - ts-invariant "^0.4.0" - tslib "^1.9.3" - zen-observable-ts "^0.8.21" - -apollo-utilities@^1.0.1, apollo-utilities@^1.3.0: - version "1.3.4" - resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.3.4.tgz#6129e438e8be201b6c55b0f13ce49d2c7175c9cf" - integrity sha512-pk2hiWrCXMAy2fRPwEyhvka+mqwzeP60Jr1tRYi5xru+3ko94HI9o6lK0CT33/w4RDlxWchmdhDCrvdr+pHCig== - dependencies: - "@wry/equality" "^0.1.2" - fast-json-stable-stringify "^2.0.0" - ts-invariant "^0.4.0" - tslib "^1.10.0" - -append-transform@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/append-transform/-/append-transform-0.4.0.tgz#d76ebf8ca94d276e247a36bad44a4b74ab611991" - integrity sha1-126/jKlNJ24keja61EpLdKthGZE= - dependencies: - default-require-extensions "^1.0.0" - -archy@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/archy/-/archy-1.0.0.tgz#f9c8c13757cc1dd7bc379ac77b2c62a5c2868c40" - integrity sha1-+cjBN1fMHde8N5rHeyxipcKGjEA= + normalize-path "^3.0.0" + picomatch "^2.0.4" argparse@^1.0.7: version "1.0.10" resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" - integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== + integrity "sha1-vNZ5HqWuCXJeF+WtmIE0zUCz2RE= sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==" dependencies: sprintf-js "~1.0.2" -arr-diff@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf" - integrity sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8= - dependencies: - arr-flatten "^1.0.1" - -arr-diff@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" - integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= - -arr-exclude@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/arr-exclude/-/arr-exclude-1.0.0.tgz#dfc7c2e552a270723ccda04cf3128c8cbfe5c631" - integrity sha1-38fC5VKicHI8zaBM8xKMjL/lxjE= - -arr-flatten@^1.0.1, arr-flatten@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" - integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== - -arr-union@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" - integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= - -array-differ@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/array-differ/-/array-differ-1.0.0.tgz#eff52e3758249d33be402b8bb8e564bb2b5d4031" - integrity sha1-7/UuN1gknTO+QCuLuOVkuytdQDE= - array-find-index@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" - integrity sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E= + integrity "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E= sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw==" array-flatten@1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" - integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI= - -array-from@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/array-from/-/array-from-2.1.1.tgz#cfe9d8c26628b9dc5aecc62a9f5d8f1f352c1195" - integrity sha1-z+nYwmYoudxa7MYqn12PHzUsEZU= + integrity "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI= sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" array-includes@^3.1.1: version "3.1.3" resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.3.tgz#c7f619b382ad2afaf5326cddfdc0afc61af7690a" - integrity sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A== + integrity "sha1-x/YZs4KtKvr1Mmzd/cCvxhr3aQo= sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==" dependencies: call-bind "^1.0.2" define-properties "^1.1.3" @@ -516,839 +376,192 @@ array-includes@^3.1.1: get-intrinsic "^1.1.1" is-string "^1.0.5" -array-union@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39" - integrity sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk= - dependencies: - array-uniq "^1.0.1" - -array-uniq@^1.0.1, array-uniq@^1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" - integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY= - -array-unique@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53" - integrity sha1-odl8yvy8JiXMcPrc6zalDFiwGlM= - -array-unique@^0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" - integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= +array-union@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" + integrity "sha1-t5hCCtvrHego2ErNii4j0+/oXo0= sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==" array.prototype.flat@^1.2.3: version "1.2.4" resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz#6ef638b43312bd401b4c6199fdec7e2dc9e9a123" - integrity sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg== + integrity "sha1-bvY4tDMSvUAbTGGZ/ex+LcnpoSM= sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==" dependencies: call-bind "^1.0.0" define-properties "^1.1.3" es-abstract "^1.18.0-next.1" -arrify@^1.0.0, arrify@^1.0.1: +arrgv@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/arrgv/-/arrgv-1.0.2.tgz#025ed55a6a433cad9b604f8112fc4292715a6ec0" + integrity "sha1-Al7VWmpDPK2bYE+BEvxCknFabsA= sha512-a4eg4yhp7mmruZDQFqVMlxNRFGi/i1r87pt8SDHy0/I8PqSXoUTlWZRdAZo0VXgvEARcujbtTk8kiZRi1uDGRw==" + +arrify@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" - integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0= + integrity "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0= sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==" + +arrify@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa" + integrity "sha1-yWVekzHgq81YjSp8rX6ZVvZnAfo= sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==" asn1@~0.2.3: version "0.2.4" resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136" - integrity sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg== + integrity "sha1-jSR136tVO7M+d7VOWeiAu4ziMTY= sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==" dependencies: safer-buffer "~2.1.0" assert-plus@1.0.0, assert-plus@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" - integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= + integrity "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==" -assign-symbols@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" - integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= - -astral-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9" - integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg== - -async-each@^1.0.0, async-each@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf" - integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== +astral-regex@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31" + integrity "sha1-SDFDxWeu7UeFdZwIZXhtx319LjE= sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==" asynckit@^0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" - integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= + integrity "sha1-x57Zf380y48robyXkLzDZkdLS3k= sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" -atob@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" - integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== +at-least-node@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2" + integrity "sha1-YCzUtG6EStTv/JKoARo8RuAjjcI= sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==" -auto-bind@^1.1.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/auto-bind/-/auto-bind-1.2.1.tgz#807f7910b0210db9eefe133f3492c28e89698b96" - integrity sha512-/W9yj1yKmBLwpexwAujeD9YHwYmRuWFGV8HWE7smQab797VeHa4/cnE2NFeDhA+E+5e/OGBI8763EhLjfZ/MXA== - -ava-init@^0.2.0: - version "0.2.1" - resolved "https://registry.yarnpkg.com/ava-init/-/ava-init-0.2.1.tgz#75ac4c8553326290d2866e63b62fa7035684bd58" - integrity sha512-lXwK5LM+2g1euDRqW1mcSX/tqzY1QU7EjKpqayFPPtNRmbSYZ8RzPO5tqluTToijmtjp2M+pNpVdbcHssC4glg== +ava-nock@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/ava-nock/-/ava-nock-2.1.0.tgz#3646b1daa9b00777fef79192fb5737b95027f1bb" + integrity sha512-1zXnSQrEs/2zqJP9my4ySohRn7TnwNf8JuPffSkTSSDmFZqr/c+8hlTO0zb+dNZhCYn5w9EIWrLRIOFMu0ouHA== dependencies: - arr-exclude "^1.0.0" - execa "^0.7.0" - has-yarn "^1.0.0" - read-pkg-up "^2.0.0" - write-pkg "^3.1.0" + debug "^4.3.1" + fs-extra "^9.1.0" + json-parse-better-errors "^1.0.2" + json-stable-stringify "^1.0.1" + nock "^13.0.11" + object-hash "^2.1.1" + temp-write "^4.0.0" -ava@^0.25.0: - version "0.25.0" - resolved "https://registry.yarnpkg.com/ava/-/ava-0.25.0.tgz#8ac87780514f96a6fd42e1306eaa0752ce3a407f" - integrity sha512-4lGNJCf6xL8SvsKVEKxEE46se7JAUIAZoKHw9itTQuwcsydhpAMkBs5gOOiWiwt0JKNIuXWc2/r4r8ZdcNrBEw== +ava@^3.15.0: + version "3.15.0" + resolved "https://registry.yarnpkg.com/ava/-/ava-3.15.0.tgz#a239658ab1de8a29a243cc902e6b42e4574de2f0" + integrity "sha1-ojllirHeiimiQ8yQLmtC5FdN4vA= sha512-HGAnk1SHPk4Sx6plFAUkzV/XC1j9+iQhOzt4vBly18/yo0AV8Oytx7mtJd/CR8igCJ5p160N/Oo/cNJi2uSeWA==" dependencies: - "@ava/babel-preset-stage-4" "^1.1.0" - "@ava/babel-preset-transform-test-files" "^3.0.0" - "@ava/write-file-atomic" "^2.2.0" - "@concordance/react" "^1.0.0" - "@ladjs/time-require" "^0.1.4" - ansi-escapes "^3.0.0" - ansi-styles "^3.1.0" - arr-flatten "^1.0.1" - array-union "^1.0.1" - array-uniq "^1.0.2" - arrify "^1.0.0" - auto-bind "^1.1.0" - ava-init "^0.2.0" - babel-core "^6.17.0" - babel-generator "^6.26.0" - babel-plugin-syntax-object-rest-spread "^6.13.0" - bluebird "^3.0.0" - caching-transform "^1.0.0" - chalk "^2.0.1" - chokidar "^1.4.2" - clean-stack "^1.1.1" + "@concordance/react" "^2.0.0" + acorn "^8.0.4" + acorn-walk "^8.0.0" + ansi-styles "^5.0.0" + arrgv "^1.0.2" + arrify "^2.0.1" + callsites "^3.1.0" + chalk "^4.1.0" + chokidar "^3.4.3" + chunkd "^2.0.1" + ci-info "^2.0.0" + ci-parallel-vars "^1.0.1" clean-yaml-object "^0.1.0" - cli-cursor "^2.1.0" - cli-spinners "^1.0.0" - cli-truncate "^1.0.0" - co-with-promise "^4.6.0" - code-excerpt "^2.1.1" - common-path-prefix "^1.0.0" - concordance "^3.0.0" - convert-source-map "^1.5.1" - core-assert "^0.2.0" + cli-cursor "^3.1.0" + cli-truncate "^2.1.0" + code-excerpt "^3.0.0" + common-path-prefix "^3.0.0" + concordance "^5.0.1" + convert-source-map "^1.7.0" currently-unhandled "^0.4.1" - debug "^3.0.1" - dot-prop "^4.1.0" - empower-core "^0.6.1" + debug "^4.3.1" + del "^6.0.0" + emittery "^0.8.0" equal-length "^1.0.0" - figures "^2.0.0" - find-cache-dir "^1.0.0" - fn-name "^2.0.0" - get-port "^3.0.0" - globby "^6.0.0" - has-flag "^2.0.0" - hullabaloo-config-manager "^1.1.0" - ignore-by-default "^1.0.0" - import-local "^0.1.1" - indent-string "^3.0.0" - is-ci "^1.0.7" - is-generator-fn "^1.0.0" - is-obj "^1.0.0" - is-observable "^1.0.0" - is-promise "^2.1.0" - last-line-stream "^1.0.0" - lodash.clonedeepwith "^4.5.0" - lodash.debounce "^4.0.3" - lodash.difference "^4.3.0" - lodash.flatten "^4.2.0" - loud-rejection "^1.2.0" - make-dir "^1.0.0" - matcher "^1.0.0" - md5-hex "^2.0.0" - meow "^3.7.0" - ms "^2.0.0" - multimatch "^2.1.0" - observable-to-promise "^0.5.0" - option-chain "^1.0.0" - package-hash "^2.0.0" - pkg-conf "^2.0.0" - plur "^2.0.0" - pretty-ms "^3.0.0" - require-precompiled "^0.1.0" - resolve-cwd "^2.0.0" - safe-buffer "^5.1.1" - semver "^5.4.1" - slash "^1.0.0" - source-map-support "^0.5.0" - stack-utils "^1.0.1" - strip-ansi "^4.0.0" - strip-bom-buf "^1.0.0" - supertap "^1.0.0" - supports-color "^5.0.0" + figures "^3.2.0" + globby "^11.0.1" + ignore-by-default "^2.0.0" + import-local "^3.0.2" + indent-string "^4.0.0" + is-error "^2.2.2" + is-plain-object "^5.0.0" + is-promise "^4.0.0" + lodash "^4.17.20" + matcher "^3.0.0" + md5-hex "^3.0.1" + mem "^8.0.0" + ms "^2.1.3" + ora "^5.2.0" + p-event "^4.2.0" + p-map "^4.0.0" + picomatch "^2.2.2" + pkg-conf "^3.1.0" + plur "^4.0.0" + pretty-ms "^7.0.1" + read-pkg "^5.2.0" + resolve-cwd "^3.0.0" + slash "^3.0.0" + source-map-support "^0.5.19" + stack-utils "^2.0.3" + strip-ansi "^6.0.0" + supertap "^2.0.0" + temp-dir "^2.0.0" trim-off-newlines "^1.0.1" - unique-temp-dir "^1.0.0" - update-notifier "^2.3.0" + update-notifier "^5.0.1" + write-file-atomic "^3.0.3" + yargs "^16.2.0" aws-sign2@~0.7.0: version "0.7.0" resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" - integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= + integrity "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==" aws4@^1.8.0: version "1.11.0" resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59" - integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== - -babel-cli@^6.24.1: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-cli/-/babel-cli-6.26.0.tgz#502ab54874d7db88ad00b887a06383ce03d002f1" - integrity sha1-UCq1SHTX24itALiHoGODzgPQAvE= - dependencies: - babel-core "^6.26.0" - babel-polyfill "^6.26.0" - babel-register "^6.26.0" - babel-runtime "^6.26.0" - commander "^2.11.0" - convert-source-map "^1.5.0" - fs-readdir-recursive "^1.0.0" - glob "^7.1.2" - lodash "^4.17.4" - output-file-sync "^1.1.2" - path-is-absolute "^1.0.1" - slash "^1.0.0" - source-map "^0.5.6" - v8flags "^2.1.1" - optionalDependencies: - chokidar "^1.6.1" - -babel-code-frame@^6.26.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b" - integrity sha1-Y/1D99weO7fONZR9uP42mj9Yx0s= - dependencies: - chalk "^1.1.3" - esutils "^2.0.2" - js-tokens "^3.0.2" - -babel-core@^6.17.0, babel-core@^6.26.0: - version "6.26.3" - resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.3.tgz#b2e2f09e342d0f0c88e2f02e067794125e75c207" - integrity sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA== - dependencies: - babel-code-frame "^6.26.0" - babel-generator "^6.26.0" - babel-helpers "^6.24.1" - babel-messages "^6.23.0" - babel-register "^6.26.0" - babel-runtime "^6.26.0" - babel-template "^6.26.0" - babel-traverse "^6.26.0" - babel-types "^6.26.0" - babylon "^6.18.0" - convert-source-map "^1.5.1" - debug "^2.6.9" - json5 "^0.5.1" - lodash "^4.17.4" - minimatch "^3.0.4" - path-is-absolute "^1.0.1" - private "^0.1.8" - slash "^1.0.0" - source-map "^0.5.7" - -babel-eslint@^8.2.6: - version "8.2.6" - resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.6.tgz#6270d0c73205628067c0f7ae1693a9e797acefd9" - integrity sha512-aCdHjhzcILdP8c9lej7hvXKvQieyRt20SF102SIGyY4cUIiw6UaAtK4j2o3dXX74jEmy0TJ0CEhv4fTIM3SzcA== - dependencies: - "@babel/code-frame" "7.0.0-beta.44" - "@babel/traverse" "7.0.0-beta.44" - "@babel/types" "7.0.0-beta.44" - babylon "7.0.0-beta.44" - eslint-scope "3.7.1" - eslint-visitor-keys "^1.0.0" - -babel-generator@^6.1.0, babel-generator@^6.18.0, babel-generator@^6.26.0: - version "6.26.1" - resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.26.1.tgz#1844408d3b8f0d35a404ea7ac180f087a601bd90" - integrity sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA== - dependencies: - babel-messages "^6.23.0" - babel-runtime "^6.26.0" - babel-types "^6.26.0" - detect-indent "^4.0.0" - jsesc "^1.3.0" - lodash "^4.17.4" - source-map "^0.5.7" - trim-right "^1.0.1" - -babel-helper-builder-binary-assignment-operator-visitor@^6.24.1: - version "6.24.1" - resolved "https://registry.yarnpkg.com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz#cce4517ada356f4220bcae8a02c2b346f9a56664" - integrity sha1-zORReto1b0IgvK6KAsKzRvmlZmQ= - dependencies: - babel-helper-explode-assignable-expression "^6.24.1" - babel-runtime "^6.22.0" - babel-types "^6.24.1" - -babel-helper-call-delegate@^6.24.1: - version "6.24.1" - resolved "https://registry.yarnpkg.com/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz#ece6aacddc76e41c3461f88bfc575bd0daa2df8d" - integrity sha1-7Oaqzdx25Bw0YfiL/Fdb0Nqi340= - dependencies: - babel-helper-hoist-variables "^6.24.1" - babel-runtime "^6.22.0" - babel-traverse "^6.24.1" - babel-types "^6.24.1" - -babel-helper-define-map@^6.24.1: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-helper-define-map/-/babel-helper-define-map-6.26.0.tgz#a5f56dab41a25f97ecb498c7ebaca9819f95be5f" - integrity sha1-pfVtq0GiX5fstJjH66ypgZ+Vvl8= - dependencies: - babel-helper-function-name "^6.24.1" - babel-runtime "^6.26.0" - babel-types "^6.26.0" - lodash "^4.17.4" - -babel-helper-explode-assignable-expression@^6.24.1: - version "6.24.1" - resolved "https://registry.yarnpkg.com/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz#f25b82cf7dc10433c55f70592d5746400ac22caa" - integrity sha1-8luCz33BBDPFX3BZLVdGQArCLKo= - dependencies: - babel-runtime "^6.22.0" - babel-traverse "^6.24.1" - babel-types "^6.24.1" - -babel-helper-function-name@^6.24.1: - version "6.24.1" - resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz#d3475b8c03ed98242a25b48351ab18399d3580a9" - integrity sha1-00dbjAPtmCQqJbSDUasYOZ01gKk= - dependencies: - babel-helper-get-function-arity "^6.24.1" - babel-runtime "^6.22.0" - babel-template "^6.24.1" - babel-traverse "^6.24.1" - babel-types "^6.24.1" - -babel-helper-get-function-arity@^6.24.1: - version "6.24.1" - resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz#8f7782aa93407c41d3aa50908f89b031b1b6853d" - integrity sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0= - dependencies: - babel-runtime "^6.22.0" - babel-types "^6.24.1" - -babel-helper-hoist-variables@^6.24.1: - version "6.24.1" - resolved "https://registry.yarnpkg.com/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz#1ecb27689c9d25513eadbc9914a73f5408be7a76" - integrity sha1-HssnaJydJVE+rbyZFKc/VAi+enY= - dependencies: - babel-runtime "^6.22.0" - babel-types "^6.24.1" - -babel-helper-optimise-call-expression@^6.24.1: - version "6.24.1" - resolved "https://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz#f7a13427ba9f73f8f4fa993c54a97882d1244257" - integrity sha1-96E0J7qfc/j0+pk8VKl4gtEkQlc= - dependencies: - babel-runtime "^6.22.0" - babel-types "^6.24.1" - -babel-helper-regex@^6.24.1: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-helper-regex/-/babel-helper-regex-6.26.0.tgz#325c59f902f82f24b74faceed0363954f6495e72" - integrity sha1-MlxZ+QL4LyS3T6zu0DY5VPZJXnI= - dependencies: - babel-runtime "^6.26.0" - babel-types "^6.26.0" - lodash "^4.17.4" - -babel-helper-remap-async-to-generator@^6.24.1: - version "6.24.1" - resolved "https://registry.yarnpkg.com/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz#5ec581827ad723fecdd381f1c928390676e4551b" - integrity sha1-XsWBgnrXI/7N04HxySg5BnbkVRs= - dependencies: - babel-helper-function-name "^6.24.1" - babel-runtime "^6.22.0" - babel-template "^6.24.1" - babel-traverse "^6.24.1" - babel-types "^6.24.1" - -babel-helper-replace-supers@^6.24.1: - version "6.24.1" - resolved "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz#bf6dbfe43938d17369a213ca8a8bf74b6a90ab1a" - integrity sha1-v22/5Dk40XNpohPKiov3S2qQqxo= - dependencies: - babel-helper-optimise-call-expression "^6.24.1" - babel-messages "^6.23.0" - babel-runtime "^6.22.0" - babel-template "^6.24.1" - babel-traverse "^6.24.1" - babel-types "^6.24.1" - -babel-helpers@^6.24.1: - version "6.24.1" - resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.24.1.tgz#3471de9caec388e5c850e597e58a26ddf37602b2" - integrity sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI= - dependencies: - babel-runtime "^6.22.0" - babel-template "^6.24.1" - -babel-messages@^6.23.0: - version "6.23.0" - resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e" - integrity sha1-8830cDhYA1sqKVHG7F7fbGLyYw4= - dependencies: - babel-runtime "^6.22.0" - -babel-plugin-check-es2015-constants@^6.22.0, babel-plugin-check-es2015-constants@^6.8.0: - version "6.22.0" - resolved "https://registry.yarnpkg.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz#35157b101426fd2ffd3da3f75c7d1e91835bbf8a" - integrity sha1-NRV7EBQm/S/9PaP3XH0ekYNbv4o= - dependencies: - babel-runtime "^6.22.0" - -babel-plugin-espower@^2.3.2: - version "2.4.0" - resolved "https://registry.yarnpkg.com/babel-plugin-espower/-/babel-plugin-espower-2.4.0.tgz#9f92c080e9adfe73f69baed7ab3e24f649009373" - integrity sha512-/+SRpy7pKgTI28oEHfn1wkuM5QFAdRq8WNsOOih1dVrdV6A/WbNbRZyl0eX5eyDgtb0lOE27PeDFuCX2j8OxVg== - dependencies: - babel-generator "^6.1.0" - babylon "^6.1.0" - call-matcher "^1.0.0" - core-js "^2.0.0" - espower-location-detector "^1.0.0" - espurify "^1.6.0" - estraverse "^4.1.1" - -babel-plugin-istanbul@^4.1.6: - version "4.1.6" - resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.6.tgz#36c59b2192efce81c5b378321b74175add1c9a45" - integrity sha512-PWP9FQ1AhZhS01T/4qLSKoHGY/xvkZdVBGlKM/HuxxS3+sC66HhTNR7+MpbO/so/cz/wY94MeSWJuP1hXIPfwQ== - dependencies: - babel-plugin-syntax-object-rest-spread "^6.13.0" - find-up "^2.1.0" - istanbul-lib-instrument "^1.10.1" - test-exclude "^4.2.1" - -babel-plugin-syntax-async-functions@^6.8.0: - version "6.13.0" - resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz#cad9cad1191b5ad634bf30ae0872391e0647be95" - integrity sha1-ytnK0RkbWtY0vzCuCHI5HgZHvpU= - -babel-plugin-syntax-exponentiation-operator@^6.8.0: - version "6.13.0" - resolved "https://registry.yarnpkg.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz#9ee7e8337290da95288201a6a57f4170317830de" - integrity sha1-nufoM3KQ2pUoggGmpX9BcDF4MN4= - -babel-plugin-syntax-object-rest-spread@^6.13.0: - version "6.13.0" - resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5" - integrity sha1-/WU28rzhODb/o6VFjEkDpZe7O/U= - -babel-plugin-syntax-trailing-function-commas@^6.20.0, babel-plugin-syntax-trailing-function-commas@^6.22.0: - version "6.22.0" - resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz#ba0360937f8d06e40180a43fe0d5616fff532cf3" - integrity sha1-ugNgk3+NBuQBgKQ/4NVhb/9TLPM= - -babel-plugin-transform-async-to-generator@^6.16.0, babel-plugin-transform-async-to-generator@^6.22.0: - version "6.24.1" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz#6536e378aff6cb1d5517ac0e40eb3e9fc8d08761" - integrity sha1-ZTbjeK/2yx1VF6wOQOs+n8jQh2E= - dependencies: - babel-helper-remap-async-to-generator "^6.24.1" - babel-plugin-syntax-async-functions "^6.8.0" - babel-runtime "^6.22.0" - -babel-plugin-transform-es2015-arrow-functions@^6.22.0: - version "6.22.0" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz#452692cb711d5f79dc7f85e440ce41b9f244d221" - integrity sha1-RSaSy3EdX3ncf4XkQM5BufJE0iE= - dependencies: - babel-runtime "^6.22.0" - -babel-plugin-transform-es2015-block-scoped-functions@^6.22.0: - version "6.22.0" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz#bbc51b49f964d70cb8d8e0b94e820246ce3a6141" - integrity sha1-u8UbSflk1wy42OC5ToICRs46YUE= - dependencies: - babel-runtime "^6.22.0" - -babel-plugin-transform-es2015-block-scoping@^6.23.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz#d70f5299c1308d05c12f463813b0a09e73b1895f" - integrity sha1-1w9SmcEwjQXBL0Y4E7CgnnOxiV8= - dependencies: - babel-runtime "^6.26.0" - babel-template "^6.26.0" - babel-traverse "^6.26.0" - babel-types "^6.26.0" - lodash "^4.17.4" - -babel-plugin-transform-es2015-classes@^6.23.0: - version "6.24.1" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz#5a4c58a50c9c9461e564b4b2a3bfabc97a2584db" - integrity sha1-WkxYpQyclGHlZLSyo7+ryXolhNs= - dependencies: - babel-helper-define-map "^6.24.1" - babel-helper-function-name "^6.24.1" - babel-helper-optimise-call-expression "^6.24.1" - babel-helper-replace-supers "^6.24.1" - babel-messages "^6.23.0" - babel-runtime "^6.22.0" - babel-template "^6.24.1" - babel-traverse "^6.24.1" - babel-types "^6.24.1" - -babel-plugin-transform-es2015-computed-properties@^6.22.0: - version "6.24.1" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz#6fe2a8d16895d5634f4cd999b6d3480a308159b3" - integrity sha1-b+Ko0WiV1WNPTNmZttNICjCBWbM= - dependencies: - babel-runtime "^6.22.0" - babel-template "^6.24.1" - -babel-plugin-transform-es2015-destructuring@^6.19.0, babel-plugin-transform-es2015-destructuring@^6.23.0: - version "6.23.0" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz#997bb1f1ab967f682d2b0876fe358d60e765c56d" - integrity sha1-mXux8auWf2gtKwh2/jWNYOdlxW0= - dependencies: - babel-runtime "^6.22.0" - -babel-plugin-transform-es2015-duplicate-keys@^6.22.0: - version "6.24.1" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz#73eb3d310ca969e3ef9ec91c53741a6f1576423e" - integrity sha1-c+s9MQypaePvnskcU3QabxV2Qj4= - dependencies: - babel-runtime "^6.22.0" - babel-types "^6.24.1" - -babel-plugin-transform-es2015-for-of@^6.23.0: - version "6.23.0" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz#f47c95b2b613df1d3ecc2fdb7573623c75248691" - integrity sha1-9HyVsrYT3x0+zC/bdXNiPHUkhpE= - dependencies: - babel-runtime "^6.22.0" - -babel-plugin-transform-es2015-function-name@^6.22.0, babel-plugin-transform-es2015-function-name@^6.9.0: - version "6.24.1" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz#834c89853bc36b1af0f3a4c5dbaa94fd8eacaa8b" - integrity sha1-g0yJhTvDaxrw86TF26qU/Y6sqos= - dependencies: - babel-helper-function-name "^6.24.1" - babel-runtime "^6.22.0" - babel-types "^6.24.1" - -babel-plugin-transform-es2015-literals@^6.22.0: - version "6.22.0" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz#4f54a02d6cd66cf915280019a31d31925377ca2e" - integrity sha1-T1SgLWzWbPkVKAAZox0xklN3yi4= - dependencies: - babel-runtime "^6.22.0" - -babel-plugin-transform-es2015-modules-amd@^6.22.0, babel-plugin-transform-es2015-modules-amd@^6.24.1: - version "6.24.1" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz#3b3e54017239842d6d19c3011c4bd2f00a00d154" - integrity sha1-Oz5UAXI5hC1tGcMBHEvS8AoA0VQ= - dependencies: - babel-plugin-transform-es2015-modules-commonjs "^6.24.1" - babel-runtime "^6.22.0" - babel-template "^6.24.1" - -babel-plugin-transform-es2015-modules-commonjs@^6.18.0, babel-plugin-transform-es2015-modules-commonjs@^6.23.0, babel-plugin-transform-es2015-modules-commonjs@^6.24.1: - version "6.26.2" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.2.tgz#58a793863a9e7ca870bdc5a881117ffac27db6f3" - integrity sha512-CV9ROOHEdrjcwhIaJNBGMBCodN+1cfkwtM1SbUHmvyy35KGT7fohbpOxkE2uLz1o6odKK2Ck/tz47z+VqQfi9Q== - dependencies: - babel-plugin-transform-strict-mode "^6.24.1" - babel-runtime "^6.26.0" - babel-template "^6.26.0" - babel-types "^6.26.0" - -babel-plugin-transform-es2015-modules-systemjs@^6.23.0: - version "6.24.1" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz#ff89a142b9119a906195f5f106ecf305d9407d23" - integrity sha1-/4mhQrkRmpBhlfXxBuzzBdlAfSM= - dependencies: - babel-helper-hoist-variables "^6.24.1" - babel-runtime "^6.22.0" - babel-template "^6.24.1" - -babel-plugin-transform-es2015-modules-umd@^6.23.0: - version "6.24.1" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz#ac997e6285cd18ed6176adb607d602344ad38468" - integrity sha1-rJl+YoXNGO1hdq22B9YCNErThGg= - dependencies: - babel-plugin-transform-es2015-modules-amd "^6.24.1" - babel-runtime "^6.22.0" - babel-template "^6.24.1" - -babel-plugin-transform-es2015-object-super@^6.22.0: - version "6.24.1" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz#24cef69ae21cb83a7f8603dad021f572eb278f8d" - integrity sha1-JM72muIcuDp/hgPa0CH1cusnj40= - dependencies: - babel-helper-replace-supers "^6.24.1" - babel-runtime "^6.22.0" - -babel-plugin-transform-es2015-parameters@^6.21.0, babel-plugin-transform-es2015-parameters@^6.23.0: - version "6.24.1" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz#57ac351ab49caf14a97cd13b09f66fdf0a625f2b" - integrity sha1-V6w1GrScrxSpfNE7CfZv3wpiXys= - dependencies: - babel-helper-call-delegate "^6.24.1" - babel-helper-get-function-arity "^6.24.1" - babel-runtime "^6.22.0" - babel-template "^6.24.1" - babel-traverse "^6.24.1" - babel-types "^6.24.1" - -babel-plugin-transform-es2015-shorthand-properties@^6.22.0: - version "6.24.1" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz#24f875d6721c87661bbd99a4622e51f14de38aa0" - integrity sha1-JPh11nIch2YbvZmkYi5R8U3jiqA= - dependencies: - babel-runtime "^6.22.0" - babel-types "^6.24.1" - -babel-plugin-transform-es2015-spread@^6.22.0, babel-plugin-transform-es2015-spread@^6.8.0: - version "6.22.0" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz#d6d68a99f89aedc4536c81a542e8dd9f1746f8d1" - integrity sha1-1taKmfia7cRTbIGlQujdnxdG+NE= - dependencies: - babel-runtime "^6.22.0" - -babel-plugin-transform-es2015-sticky-regex@^6.22.0, babel-plugin-transform-es2015-sticky-regex@^6.8.0: - version "6.24.1" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz#00c1cdb1aca71112cdf0cf6126c2ed6b457ccdbc" - integrity sha1-AMHNsaynERLN8M9hJsLta0V8zbw= - dependencies: - babel-helper-regex "^6.24.1" - babel-runtime "^6.22.0" - babel-types "^6.24.1" - -babel-plugin-transform-es2015-template-literals@^6.22.0: - version "6.22.0" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz#a84b3450f7e9f8f1f6839d6d687da84bb1236d8d" - integrity sha1-qEs0UPfp+PH2g51taH2oS7EjbY0= - dependencies: - babel-runtime "^6.22.0" - -babel-plugin-transform-es2015-typeof-symbol@^6.23.0: - version "6.23.0" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz#dec09f1cddff94b52ac73d505c84df59dcceb372" - integrity sha1-3sCfHN3/lLUqxz1QXITfWdzOs3I= - dependencies: - babel-runtime "^6.22.0" - -babel-plugin-transform-es2015-unicode-regex@^6.11.0, babel-plugin-transform-es2015-unicode-regex@^6.22.0: - version "6.24.1" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz#d38b12f42ea7323f729387f18a7c5ae1faeb35e9" - integrity sha1-04sS9C6nMj9yk4fxinxa4frrNek= - dependencies: - babel-helper-regex "^6.24.1" - babel-runtime "^6.22.0" - regexpu-core "^2.0.0" - -babel-plugin-transform-exponentiation-operator@^6.22.0, babel-plugin-transform-exponentiation-operator@^6.8.0: - version "6.24.1" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz#2ab0c9c7f3098fa48907772bb813fe41e8de3a0e" - integrity sha1-KrDJx/MJj6SJB3cruBP+QejeOg4= - dependencies: - babel-helper-builder-binary-assignment-operator-visitor "^6.24.1" - babel-plugin-syntax-exponentiation-operator "^6.8.0" - babel-runtime "^6.22.0" - -babel-plugin-transform-regenerator@^6.22.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz#e0703696fbde27f0a3efcacf8b4dca2f7b3a8f2f" - integrity sha1-4HA2lvveJ/Cj78rPi03KL3s6jy8= - dependencies: - regenerator-transform "^0.10.0" - -babel-plugin-transform-runtime@^6.23.0: - version "6.23.0" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-runtime/-/babel-plugin-transform-runtime-6.23.0.tgz#88490d446502ea9b8e7efb0fe09ec4d99479b1ee" - integrity sha1-iEkNRGUC6puOfvsP4J7E2ZR5se4= - dependencies: - babel-runtime "^6.22.0" - -babel-plugin-transform-strict-mode@^6.24.1: - version "6.24.1" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz#d5faf7aa578a65bbe591cf5edae04a0c67020758" - integrity sha1-1fr3qleKZbvlkc9e2uBKDGcCB1g= - dependencies: - babel-runtime "^6.22.0" - babel-types "^6.24.1" - -babel-polyfill@^6.26.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-6.26.0.tgz#379937abc67d7895970adc621f284cd966cf2153" - integrity sha1-N5k3q8Z9eJWXCtxiHyhM2WbPIVM= - dependencies: - babel-runtime "^6.26.0" - core-js "^2.5.0" - regenerator-runtime "^0.10.5" - -babel-preset-env@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.7.0.tgz#dea79fa4ebeb883cd35dab07e260c1c9c04df77a" - integrity sha512-9OR2afuKDneX2/q2EurSftUYM0xGu4O2D9adAhVfADDhrYDaxXV0rBbevVYoY9n6nyX1PmQW/0jtpJvUNr9CHg== - dependencies: - babel-plugin-check-es2015-constants "^6.22.0" - babel-plugin-syntax-trailing-function-commas "^6.22.0" - babel-plugin-transform-async-to-generator "^6.22.0" - babel-plugin-transform-es2015-arrow-functions "^6.22.0" - babel-plugin-transform-es2015-block-scoped-functions "^6.22.0" - babel-plugin-transform-es2015-block-scoping "^6.23.0" - babel-plugin-transform-es2015-classes "^6.23.0" - babel-plugin-transform-es2015-computed-properties "^6.22.0" - babel-plugin-transform-es2015-destructuring "^6.23.0" - babel-plugin-transform-es2015-duplicate-keys "^6.22.0" - babel-plugin-transform-es2015-for-of "^6.23.0" - babel-plugin-transform-es2015-function-name "^6.22.0" - babel-plugin-transform-es2015-literals "^6.22.0" - babel-plugin-transform-es2015-modules-amd "^6.22.0" - babel-plugin-transform-es2015-modules-commonjs "^6.23.0" - babel-plugin-transform-es2015-modules-systemjs "^6.23.0" - babel-plugin-transform-es2015-modules-umd "^6.23.0" - babel-plugin-transform-es2015-object-super "^6.22.0" - babel-plugin-transform-es2015-parameters "^6.23.0" - babel-plugin-transform-es2015-shorthand-properties "^6.22.0" - babel-plugin-transform-es2015-spread "^6.22.0" - babel-plugin-transform-es2015-sticky-regex "^6.22.0" - babel-plugin-transform-es2015-template-literals "^6.22.0" - babel-plugin-transform-es2015-typeof-symbol "^6.23.0" - babel-plugin-transform-es2015-unicode-regex "^6.22.0" - babel-plugin-transform-exponentiation-operator "^6.22.0" - babel-plugin-transform-regenerator "^6.22.0" - browserslist "^3.2.6" - invariant "^2.2.2" - semver "^5.3.0" - -babel-register@^6.24.1, babel-register@^6.26.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.26.0.tgz#6ed021173e2fcb486d7acb45c6009a856f647071" - integrity sha1-btAhFz4vy0htestFxgCahW9kcHE= - dependencies: - babel-core "^6.26.0" - babel-runtime "^6.26.0" - core-js "^2.5.0" - home-or-tmp "^2.0.0" - lodash "^4.17.4" - mkdirp "^0.5.1" - source-map-support "^0.4.15" - -babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.25.0, babel-runtime@^6.26.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" - integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4= - dependencies: - core-js "^2.4.0" - regenerator-runtime "^0.11.0" - -babel-template@^6.16.0, babel-template@^6.24.1, babel-template@^6.26.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de03e2d16396b069f46dd9fff8521fb1a0e35e02" - integrity sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI= - dependencies: - babel-runtime "^6.26.0" - babel-traverse "^6.26.0" - babel-types "^6.26.0" - babylon "^6.18.0" - lodash "^4.17.4" - -babel-traverse@^6.18.0, babel-traverse@^6.24.1, babel-traverse@^6.26.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee" - integrity sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4= - dependencies: - babel-code-frame "^6.26.0" - babel-messages "^6.23.0" - babel-runtime "^6.26.0" - babel-types "^6.26.0" - babylon "^6.18.0" - debug "^2.6.8" - globals "^9.18.0" - invariant "^2.2.2" - lodash "^4.17.4" - -babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497" - integrity sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc= - dependencies: - babel-runtime "^6.26.0" - esutils "^2.0.2" - lodash "^4.17.4" - to-fast-properties "^1.0.3" - -babylon@7.0.0-beta.44: - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.44.tgz#89159e15e6e30c5096e22d738d8c0af8a0e8ca1d" - integrity sha512-5Hlm13BJVAioCHpImtFqNOF2H3ieTOHd0fmFGMxOJ9jgeFqeAwsv3u5P5cR7CSeFrkgHsT19DgFJkHV0/Mcd8g== - -babylon@^6.1.0, babylon@^6.18.0: - version "6.18.0" - resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3" - integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ== + integrity "sha1-1h9G2DslGSUOJ4Ta9bCUeai0HFk= sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==" bail@^1.0.0: version "1.0.5" resolved "https://registry.yarnpkg.com/bail/-/bail-1.0.5.tgz#b6fa133404a392cbc1f8c4bf63f5953351e7a776" - integrity sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ== + integrity "sha1-tvoTNASjksvB+MS/Y/WVM1Hnp3Y= sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==" balanced-match@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" - integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== + integrity "sha1-6D46fj8wCzTLnYf2FfoMvzV2kO4= sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" -base@^0.11.1: - version "0.11.2" - resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f" - integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== - dependencies: - cache-base "^1.0.1" - class-utils "^0.3.5" - component-emitter "^1.2.1" - define-property "^1.0.0" - isobject "^3.0.1" - mixin-deep "^1.2.0" - pascalcase "^0.1.1" +base64-js@^1.3.1: + version "1.5.1" + resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" + integrity "sha1-GxtEAWClv3rUC2UPCVljSBkDkwo= sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" bcrypt-pbkdf@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e" - integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4= + integrity "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4= sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==" dependencies: tweetnacl "^0.14.3" -binary-extensions@^1.0.0: - version "1.13.1" - resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65" - integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== +binary-extensions@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d" + integrity "sha1-dfUC7q+f/eQvyYgpZFvk6na9ni0= sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==" -bindings@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df" - integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== +bl@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a" + integrity "sha1-RRU1JkGCvsL7vIOmKrmM8R2fezo= sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==" dependencies: - file-uri-to-path "1.0.0" + buffer "^5.5.0" + inherits "^2.0.4" + readable-stream "^3.4.0" -bluebird@^3.0.0: - version "3.7.2" - resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" - integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== +blueimp-md5@^2.10.0: + version "2.18.0" + resolved "https://registry.yarnpkg.com/blueimp-md5/-/blueimp-md5-2.18.0.tgz#1152be1335f0c6b3911ed9e36db54f3e6ac52935" + integrity "sha1-EVK+EzXwxrORHtnjbbVPPmrFKTU= sha512-vE52okJvzsVWhcgUHOv+69OG3Mdg151xyn41aVQN/5W5S+S43qZhxECtYLAEHMSFWX6Mv5IZrzj3T5+JqXfj5Q==" body-parser@1.19.0: version "1.19.0" resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a" - integrity sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw== + integrity "sha1-lrJwnlfJxOCab9Zqj9l5hE9p8Io= sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==" dependencies: bytes "3.1.0" content-type "~1.0.4" @@ -1364,397 +577,345 @@ body-parser@1.19.0: boundary@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/boundary/-/boundary-1.0.1.tgz#4d67dc2602c0cc16dd9bce7ebf87e948290f5812" - integrity sha1-TWfcJgLAzBbdm85+v4fpSCkPWBI= + integrity "sha1-TWfcJgLAzBbdm85+v4fpSCkPWBI= sha512-AaLhxHwYVh55iOTJncV3DE5o7RakEUSSj64XXEWRTiIhlp7aDI8qR0vY/k8Uw0Z234VjZi/iG/WxfrvqYPUCww==" -boxen@^1.2.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/boxen/-/boxen-1.3.0.tgz#55c6c39a8ba58d9c61ad22cd877532deb665a20b" - integrity sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw== +boxen@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/boxen/-/boxen-4.2.0.tgz#e411b62357d6d6d36587c8ac3d5d974daa070e64" + integrity "sha1-5BG2I1fW1tNlh8isPV2XTaoHDmQ= sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ==" dependencies: - ansi-align "^2.0.0" - camelcase "^4.0.0" - chalk "^2.0.1" - cli-boxes "^1.0.0" - string-width "^2.0.0" - term-size "^1.2.0" - widest-line "^2.0.0" + ansi-align "^3.0.0" + camelcase "^5.3.1" + chalk "^3.0.0" + cli-boxes "^2.2.0" + string-width "^4.1.0" + term-size "^2.1.0" + type-fest "^0.8.1" + widest-line "^3.1.0" + +boxen@^5.0.0: + version "5.0.1" + resolved "https://registry.yarnpkg.com/boxen/-/boxen-5.0.1.tgz#657528bdd3f59a772b8279b831f27ec2c744664b" + integrity "sha1-ZXUovdP1mncrgnm4MfJ+wsdEZks= sha512-49VBlw+PrWEF51aCmy7QIteYPIFZxSpvqBdP/2itCPPlJ49kj9zg/XPRFrdkne2W+CfwXUls8exMvu1RysZpKA==" + dependencies: + ansi-align "^3.0.0" + camelcase "^6.2.0" + chalk "^4.1.0" + cli-boxes "^2.2.1" + string-width "^4.2.0" + type-fest "^0.20.2" + widest-line "^3.1.0" + wrap-ansi "^7.0.0" brace-expansion@^1.1.7: version "1.1.11" resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" - integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== + integrity "sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0= sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" dependencies: balanced-match "^1.0.0" concat-map "0.0.1" -braces@^1.8.2: - version "1.8.5" - resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7" - integrity sha1-uneWLhLf+WnWt2cR6RS3N4V79qc= +braces@^3.0.1, braces@~3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" + integrity "sha1-NFThpGLujVmeI23zNs2epPiv4Qc= sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==" dependencies: - expand-range "^1.8.1" - preserve "^0.2.0" - repeat-element "^1.1.2" - -braces@^2.3.1, braces@^2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" - integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== - dependencies: - arr-flatten "^1.1.0" - array-unique "^0.3.2" - extend-shallow "^2.0.1" - fill-range "^4.0.0" - isobject "^3.0.1" - repeat-element "^1.1.2" - snapdragon "^0.8.1" - snapdragon-node "^2.0.1" - split-string "^3.0.2" - to-regex "^3.0.1" - -browserslist@^3.2.6: - version "3.2.8" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-3.2.8.tgz#b0005361d6471f0f5952797a76fc985f1f978fc6" - integrity sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ== - dependencies: - caniuse-lite "^1.0.30000844" - electron-to-chromium "^1.3.47" - -buf-compare@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/buf-compare/-/buf-compare-1.0.1.tgz#fef28da8b8113a0a0db4430b0b6467b69730b34a" - integrity sha1-/vKNqLgROgoNtEMLC2Rntpcws0o= + fill-range "^7.0.1" buffer-from@^1.0.0: version "1.1.1" resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" - integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== + integrity "sha1-MnE7wCj3XAL9txDXx7zsHyxgcO8= sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==" + +buffer@^5.5.0: + version "5.7.1" + resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0" + integrity "sha1-umLnwTEzBTWCGXFghRqPZI6Z7tA= sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==" + dependencies: + base64-js "^1.3.1" + ieee754 "^1.1.13" bytes@3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048" - integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg= + integrity "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg= sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==" bytes@3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6" - integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg== + integrity "sha1-9s95M6Ng4FiPqf3oVlHNx/gF0fY= sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" -cache-base@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" - integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== +c8@^7.7.1: + version "7.7.1" + resolved "https://registry.yarnpkg.com/c8/-/c8-7.7.1.tgz#442c5e175f47c407d8631e8d82f17260f666ad10" + integrity "sha1-RCxeF19HxAfYYx6NgvFyYPZmrRA= sha512-OO9KpDGv1iTd/MBNUForJH7vPKt9XnRPWSBKeRJGma4xfTaKBObA0zWAplFpFRuf/qRmATFqGFrzxqDk51LXsw==" dependencies: - collection-visit "^1.0.0" - component-emitter "^1.2.1" - get-value "^2.0.6" - has-value "^1.0.0" - isobject "^3.0.1" - set-value "^2.0.0" - to-object-path "^0.3.0" - union-value "^1.0.0" - unset-value "^1.0.0" + "@bcoe/v8-coverage" "^0.2.3" + "@istanbuljs/schema" "^0.1.2" + find-up "^5.0.0" + foreground-child "^2.0.0" + furi "^2.0.0" + istanbul-lib-coverage "^3.0.0" + istanbul-lib-report "^3.0.0" + istanbul-reports "^3.0.2" + rimraf "^3.0.0" + test-exclude "^6.0.0" + v8-to-istanbul "^7.1.0" + yargs "^16.2.0" + yargs-parser "^20.2.7" -caching-transform@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/caching-transform/-/caching-transform-1.0.1.tgz#6dbdb2f20f8d8fbce79f3e94e9d1742dcdf5c0a1" - integrity sha1-bb2y8g+Nj7znnz6U6dF0Lc31wKE= +cacheable-lookup@^5.0.3: + version "5.0.4" + resolved "https://registry.yarnpkg.com/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz#5a6b865b2c44357be3d5ebc2a467b032719a7005" + integrity "sha1-WmuGWyxENXvj1evCpGewMnGacAU= sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==" + +cacheable-request@^6.0.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-6.1.0.tgz#20ffb8bd162ba4be11e9567d823db651052ca912" + integrity "sha1-IP+4vRYrpL4R6VZ9gj22UQUsqRI= sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==" dependencies: - md5-hex "^1.2.0" - mkdirp "^0.5.1" - write-file-atomic "^1.1.4" + clone-response "^1.0.2" + get-stream "^5.1.0" + http-cache-semantics "^4.0.0" + keyv "^3.0.0" + lowercase-keys "^2.0.0" + normalize-url "^4.1.0" + responselike "^1.0.2" + +cacheable-request@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-7.0.1.tgz#062031c2856232782ed694a257fa35da93942a58" + integrity "sha1-BiAxwoViMngu1pSiV/o12pOUKlg= sha512-lt0mJ6YAnsrBErpTMWeu5kl/tg9xMAWjavYTN6VQXM1A/teBITuNcccXsCxF0tDQQJf9DfAaX5O4e0zp0KlfZw==" + dependencies: + clone-response "^1.0.2" + get-stream "^5.1.0" + http-cache-semantics "^4.0.0" + keyv "^4.0.0" + lowercase-keys "^2.0.0" + normalize-url "^4.1.0" + responselike "^2.0.0" call-bind@^1.0.0, call-bind@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c" - integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== + integrity "sha1-sdTonmiBGcPJqQOtMKuy9qkZvjw= sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==" dependencies: function-bind "^1.1.1" get-intrinsic "^1.0.2" -call-matcher@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/call-matcher/-/call-matcher-1.1.0.tgz#23b2c1bc7a8394c8be28609d77ddbd5786680432" - integrity sha512-IoQLeNwwf9KTNbtSA7aEBb1yfDbdnzwjCetjkC8io5oGeOmK2CBNdg0xr+tadRYKO0p7uQyZzvon0kXlZbvGrw== - dependencies: - core-js "^2.0.0" - deep-equal "^1.0.0" - espurify "^1.6.0" - estraverse "^4.0.0" - -call-signature@0.0.2: - version "0.0.2" - resolved "https://registry.yarnpkg.com/call-signature/-/call-signature-0.0.2.tgz#a84abc825a55ef4cb2b028bd74e205a65b9a4996" - integrity sha1-qEq8glpV70yysCi9dOIFpluaSZY= - -callsites@^3.0.0: +callsites@^3.0.0, callsites@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" - integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== + integrity "sha1-s2MKvYlDQy9Us/BRkjjjPNffL3M= sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" -camelcase-keys@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7" - integrity sha1-MIvur/3ygRkFHvodkyITyRuPkuc= +camel-case@4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-4.1.2.tgz#9728072a954f805228225a6deea6b38461e1bd5a" + integrity "sha1-lygHKpVPgFIoIlpt7qazhGHhvVo= sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==" dependencies: - camelcase "^2.0.0" - map-obj "^1.0.0" + pascal-case "^3.1.2" + tslib "^2.0.3" -camelcase@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f" - integrity sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8= +camelcase@^5.3.1: + version "5.3.1" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" + integrity "sha1-48mzFWnhBoEd8kL3FXJaH0xJQyA= sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" -camelcase@^4.0.0, camelcase@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd" - integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0= - -caniuse-lite@^1.0.30000844: - version "1.0.30001208" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001208.tgz#a999014a35cebd4f98c405930a057a0d75352eb9" - integrity sha512-OE5UE4+nBOro8Dyvv0lfx+SRtfVIOM9uhKqFmJeUbGriqhhStgp1A0OyBpgy3OUF8AhYCT+PVwPC1gMl2ZcQMA== - -capture-stack-trace@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz#a6c0bbe1f38f3aa0b92238ecb6ff42c344d4135d" - integrity sha512-mYQLZnx5Qt1JgB1WEiMCf2647plpGeQ2NMR/5L0HNZzGQo4fuSPnK+wjfPnKZV0aiJDgzmWqqkV/g7JD+DW0qw== +camelcase@^6.2.0: + version "6.2.0" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809" + integrity "sha1-kkr4gcnVJaydh/QNlk5c6pgqGAk= sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==" caseless@~0.12.0: version "0.12.0" resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" - integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= + integrity "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==" -chalk@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-0.4.0.tgz#5199a3ddcd0c1efe23bc08c1b027b06176e0c64f" - integrity sha1-UZmj3c0MHv4jvAjBsCewYXbgxk8= - dependencies: - ansi-styles "~1.0.0" - has-color "~0.1.0" - strip-ansi "~0.1.0" - -chalk@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" - integrity sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg= - dependencies: - ansi-styles "^2.2.1" - escape-string-regexp "^1.0.2" - has-ansi "^2.0.0" - strip-ansi "^3.0.0" - supports-color "^2.0.0" - -chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.4.2: +chalk@^2.0.0: version "2.4.2" resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" - integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== + integrity "sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ= sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==" dependencies: ansi-styles "^3.2.1" escape-string-regexp "^1.0.5" supports-color "^5.3.0" +chalk@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4" + integrity "sha1-P3PCv1JlkfV0zEksUeJFY0n4ROQ= sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==" + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + +chalk@^4.0.0, chalk@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a" + integrity "sha1-ThSHCmGNni7dl92DRf2dncMVZGo= sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==" + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + character-entities-legacy@^1.0.0: version "1.1.4" resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz#94bc1845dce70a5bb9d2ecc748725661293d8fc1" - integrity sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA== + integrity "sha1-lLwYRdznClu50uzHSHJWYSk9j8E= sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==" character-entities@^1.0.0: version "1.2.4" resolved "https://registry.yarnpkg.com/character-entities/-/character-entities-1.2.4.tgz#e12c3939b7eaf4e5b15e7ad4c5e28e1d48c5b16b" - integrity sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw== + integrity "sha1-4Sw5Obfq9OWxXnrUxeKOHUjFsWs= sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==" character-reference-invalid@^1.0.0: version "1.1.4" resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz#083329cda0eae272ab3dbbf37e9a382c13af1560" - integrity sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg== + integrity "sha1-CDMpzaDq4nKrPbvzfpo4LBOvFWA= sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==" -chardet@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" - integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== - -chokidar@^1.4.2, chokidar@^1.6.1: - version "1.7.0" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-1.7.0.tgz#798e689778151c8076b4b360e5edd28cda2bb468" - integrity sha1-eY5ol3gVHIB2tLNg5e3SjNortGg= +chokidar@^3.2.2, chokidar@^3.4.3: + version "3.5.1" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.1.tgz#ee9ce7bbebd2b79f49f304799d5468e31e14e68a" + integrity "sha1-7pznu+vSt59J8wR5nVRo4x4U5oo= sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==" dependencies: - anymatch "^1.3.0" - async-each "^1.0.0" - glob-parent "^2.0.0" - inherits "^2.0.1" - is-binary-path "^1.0.0" - is-glob "^2.0.0" - path-is-absolute "^1.0.0" - readdirp "^2.0.0" + anymatch "~3.1.1" + braces "~3.0.2" + glob-parent "~5.1.0" + is-binary-path "~2.1.0" + is-glob "~4.0.1" + normalize-path "~3.0.0" + readdirp "~3.5.0" optionalDependencies: - fsevents "^1.0.0" + fsevents "~2.3.1" -chokidar@^2.1.8: - version "2.1.8" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917" - integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg== - dependencies: - anymatch "^2.0.0" - async-each "^1.0.1" - braces "^2.3.2" - glob-parent "^3.1.0" - inherits "^2.0.3" - is-binary-path "^1.0.0" - is-glob "^4.0.0" - normalize-path "^3.0.0" - path-is-absolute "^1.0.0" - readdirp "^2.2.1" - upath "^1.1.1" - optionalDependencies: - fsevents "^1.2.7" +chunkd@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/chunkd/-/chunkd-2.0.1.tgz#49cd1d7b06992dc4f7fccd962fe2a101ee7da920" + integrity "sha1-Sc0dewaZLcT3/M2WL+KhAe59qSA= sha512-7d58XsFmOq0j6el67Ug9mHf9ELUXsQXYJBkyxhH/k+6Ke0qXRnv0kbemx+Twc6fRJ07C49lcbdgm9FL1Ei/6SQ==" -ci-info@^1.5.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.6.0.tgz#2ca20dbb9ceb32d4524a683303313f0304b1e497" - integrity sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A== +ci-info@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" + integrity "sha1-Z6npZL4xpR4V5QENWObxKDQAL0Y= sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==" -class-utils@^0.3.5: - version "0.3.6" - resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" - integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== - dependencies: - arr-union "^3.1.0" - define-property "^0.2.5" - isobject "^3.0.0" - static-extend "^0.1.1" +ci-parallel-vars@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/ci-parallel-vars/-/ci-parallel-vars-1.0.1.tgz#e87ff0625ccf9d286985b29b4ada8485ca9ffbc2" + integrity "sha1-6H/wYlzPnShphbKbStqEhcqf+8I= sha512-uvzpYrpmidaoxvIQHM+rKSrigjOe9feHYbw4uOI2gdfe1C3xIlxO+kVXq83WQWNniTf8bAxVpy+cQeFQsMERKg==" -clean-stack@^1.1.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-1.3.0.tgz#9e821501ae979986c46b1d66d2d432db2fd4ae31" - integrity sha1-noIVAa6XmYbEax1m0tQy2y/UrjE= +clean-stack@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" + integrity "sha1-7oRy27Ep5yezHooQpCfe6d/kAIs= sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" clean-yaml-object@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/clean-yaml-object/-/clean-yaml-object-0.1.0.tgz#63fb110dc2ce1a84dc21f6d9334876d010ae8b68" - integrity sha1-Y/sRDcLOGoTcIfbZM0h20BCui2g= + integrity "sha1-Y/sRDcLOGoTcIfbZM0h20BCui2g= sha512-3yONmlN9CSAkzNwnRCiJQ7Q2xK5mWuEfL3PuTZcAUzhObbXsfsnMptJzXwz93nc5zn9V9TwCVMmV7w4xsm43dw==" -cli-boxes@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-1.0.0.tgz#4fa917c3e59c94a004cd61f8ee509da651687143" - integrity sha1-T6kXw+WclKAEzWH47lCdplFocUM= - -cli-cursor@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5" - integrity sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU= - dependencies: - restore-cursor "^2.0.0" - -cli-spinners@^1.0.0: - version "1.3.1" - resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-1.3.1.tgz#002c1990912d0d59580c93bd36c056de99e4259a" - integrity sha512-1QL4544moEsDVH9T/l6Cemov/37iv1RtoKf7NJ04A60+4MREXNfx/QvavbH6QoGdsD4N4Mwy49cmaINR/o2mdg== - -cli-truncate@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-1.1.0.tgz#2b2dfd83c53cfd3572b87fc4d430a808afb04086" - integrity sha512-bAtZo0u82gCfaAGfSNxUdTI9mNyza7D8w4CVCcaOsy7sgwDzvx6ekr6cuWJqY3UGzgnQ1+4wgENup5eIhgxEYA== - dependencies: - slice-ansi "^1.0.0" - string-width "^2.0.0" - -cli-width@^2.0.0: +cli-boxes@^2.2.0, cli-boxes@^2.2.1: version "2.2.1" - resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.1.tgz#b0433d0b4e9c847ef18868a4ef16fd5fc8271c48" - integrity sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw== + resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-2.2.1.tgz#ddd5035d25094fce220e9cab40a45840a440318f" + integrity "sha1-3dUDXSUJT84iDpyrQKRYQKRAMY8= sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==" -cliui@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-4.1.0.tgz#348422dbe82d800b3022eef4f6ac10bf2e4d1b49" - integrity sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ== +cli-cursor@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307" + integrity "sha1-JkMFp65JDR0Dvwybp8kl0XU68wc= sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==" dependencies: - string-width "^2.1.1" - strip-ansi "^4.0.0" - wrap-ansi "^2.0.0" + restore-cursor "^3.1.0" -co-with-promise@^4.6.0: - version "4.6.0" - resolved "https://registry.yarnpkg.com/co-with-promise/-/co-with-promise-4.6.0.tgz#413e7db6f5893a60b942cf492c4bec93db415ab7" - integrity sha1-QT59tvWJOmC5Qs9JLEvsk9tBWrc= +cli-spinners@^2.5.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.6.0.tgz#36c7dc98fb6a9a76bd6238ec3f77e2425627e939" + integrity "sha1-NsfcmPtqmna9YjjsP3fiQlYn6Tk= sha512-t+4/y50K/+4xcCRosKkA7W4gTr1MySvLV0q+PxmG7FJ5g+66ChKurYjxBCjHggHH3HA5Hh9cy+lcUGWDqVH+4Q==" + +cli-truncate@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-2.1.0.tgz#c39e28bf05edcde5be3b98992a22deed5a2b93c7" + integrity "sha1-w54ovwXtzeW+O5iZKiLe7Vork8c= sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==" dependencies: - pinkie-promise "^1.0.0" + slice-ansi "^3.0.0" + string-width "^4.2.0" -code-excerpt@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/code-excerpt/-/code-excerpt-2.1.1.tgz#5fe3057bfbb71a5f300f659ef2cc0a47651ba77c" - integrity sha512-tJLhH3EpFm/1x7heIW0hemXJTUU5EWl2V0EIX558jp05Mt1U6DVryCgkp3l37cxqs+DNbNgxG43SkwJXpQ14Jw== +cliui@^7.0.2: + version "7.0.4" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f" + integrity "sha1-oCZe5lVHb8gHrqnfPfjfd4OAi08= sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==" + dependencies: + string-width "^4.2.0" + strip-ansi "^6.0.0" + wrap-ansi "^7.0.0" + +clone-response@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.2.tgz#d1dc973920314df67fbeb94223b4ee350239e96b" + integrity "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws= sha512-yjLXh88P599UOyPTFX0POsd7WxnbsVsGohcwzHOLspIhhpalPw1BcqED8NblyZLKcGrL8dTgMlcaZxV2jAD41Q==" + dependencies: + mimic-response "^1.0.0" + +clone@^1.0.2: + version "1.0.4" + resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" + integrity "sha1-2jCcwmPfFZlMaIypAheco8fNfH4= sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==" + +code-excerpt@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/code-excerpt/-/code-excerpt-3.0.0.tgz#fcfb6748c03dba8431c19f5474747fad3f250f10" + integrity "sha1-/PtnSMA9uoQxwZ9UdHR/rT8lDxA= sha512-VHNTVhd7KsLGOqfX3SyeO8RyYPMp1GJOg194VITk04WMYCv4plV68YWe6TJZxd9MhobjtpMRnVky01gqZsalaw==" dependencies: convert-to-spaces "^1.0.1" -code-point-at@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" - integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= - collapse-white-space@^1.0.2: version "1.0.6" resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.6.tgz#e63629c0016665792060dbbeb79c42239d2c5287" - integrity sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ== - -collection-visit@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" - integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= - dependencies: - map-visit "^1.0.0" - object-visit "^1.0.0" + integrity "sha1-5jYpwAFmZXkgYNu+t5xCI50sUoc= sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==" color-convert@^1.9.0: version "1.9.3" resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" - integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== + integrity "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg= sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==" dependencies: color-name "1.1.3" +color-convert@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" + integrity "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM= sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" + dependencies: + color-name "~1.1.4" + color-name@1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" - integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= + integrity "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + +color-name@~1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" + integrity "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI= sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" combined-stream@^1.0.6, combined-stream@~1.0.6: version "1.0.8" resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" - integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== + integrity "sha1-w9RaizT9cwYxoRCoolIGgrMdWn8= sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==" dependencies: delayed-stream "~1.0.0" -commander@^2.11.0: - version "2.20.3" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" - integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== - -common-path-prefix@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/common-path-prefix/-/common-path-prefix-1.0.0.tgz#cd52f6f0712e0baab97d6f9732874f22f47752c0" - integrity sha1-zVL28HEuC6q5fW+XModPIvR3UsA= - -commondir@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" - integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= - -component-emitter@^1.2.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0" - integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== +common-path-prefix@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/common-path-prefix/-/common-path-prefix-3.0.0.tgz#7d007a7e07c58c4b4d5f433131a19141b29f11e0" + integrity "sha1-fQB6fgfFjEtNX0MxMaGRQbKfEeA= sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==" compressible@~2.0.16: version "2.0.18" resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.18.tgz#af53cca6b070d4c3c0750fbd77286a6d7cc46fba" - integrity sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg== + integrity "sha1-r1PMprBw1MPAdQ+9dyhqbXzEb7o= sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==" dependencies: mime-db ">= 1.43.0 < 2" compression@^1.7.3: version "1.7.4" resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.4.tgz#95523eff170ca57c29a0ca41e6fe131f41e5bb8f" - integrity sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ== + integrity "sha1-lVI+/xcMpXwpoMpB5v4TH0Hlu48= sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==" dependencies: accepts "~1.3.5" bytes "3.0.0" @@ -1767,103 +928,82 @@ compression@^1.7.3: concat-map@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" - integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= + integrity "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" -concordance@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/concordance/-/concordance-3.0.0.tgz#b2286af54405fc995fc7345b0b106d8dd073cb29" - integrity sha512-CZBzJ3/l5QJjlZM20WY7+5GP5pMTw+1UEbThcpMw8/rojsi5sBCiD8ZbBLtD+jYpRGAkwuKuqk108c154V9eyQ== +concordance@^5.0.1: + version "5.0.4" + resolved "https://registry.yarnpkg.com/concordance/-/concordance-5.0.4.tgz#9896073261adced72f88d60e4d56f8efc4bbbbd2" + integrity "sha1-mJYHMmGtztcviNYOTVb478S7u9I= sha512-OAcsnTEYu1ARJqWVGwf4zh4JDfHZEaSNlNccFmt8YjB2l/n19/PF2viLINHc57vO4FKIAFl2FWASIGZZWZ2Kxw==" dependencies: - date-time "^2.1.0" - esutils "^2.0.2" - fast-diff "^1.1.1" - function-name-support "^0.2.0" + date-time "^3.1.0" + esutils "^2.0.3" + fast-diff "^1.2.0" js-string-escape "^1.0.1" - lodash.clonedeep "^4.5.0" - lodash.flattendeep "^4.4.0" - lodash.merge "^4.6.0" - md5-hex "^2.0.0" - semver "^5.3.0" - well-known-symbols "^1.0.0" + lodash "^4.17.15" + md5-hex "^3.0.1" + semver "^7.3.2" + well-known-symbols "^2.0.0" -configstore@^3.0.0: - version "3.1.5" - resolved "https://registry.yarnpkg.com/configstore/-/configstore-3.1.5.tgz#e9af331fadc14dabd544d3e7e76dc446a09a530f" - integrity sha512-nlOhI4+fdzoK5xmJ+NY+1gZK56bwEaWZr8fYuXohZ9Vkc1o3a4T/R3M+yE/w7x/ZVJ1zF8c+oaOvF0dztdUgmA== +configstore@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/configstore/-/configstore-5.0.1.tgz#d365021b5df4b98cdd187d6a3b0e3f6a7cc5ed96" + integrity "sha1-02UCG130uYzdGH1qOw4/anzF7ZY= sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==" dependencies: - dot-prop "^4.2.1" + dot-prop "^5.2.0" graceful-fs "^4.1.2" - make-dir "^1.0.0" - unique-string "^1.0.0" - write-file-atomic "^2.0.0" - xdg-basedir "^3.0.0" + make-dir "^3.0.0" + unique-string "^2.0.0" + write-file-atomic "^3.0.0" + xdg-basedir "^4.0.0" contains-path@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a" - integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo= + integrity "sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo= sha512-OKZnPGeMQy2RPaUIBPFFd71iNf4791H12MCRuVQDnzGRwCYNYmTDy5pdafo2SLAcEMKzTOQnLWG4QdcjeJUMEg==" content-disposition@0.5.3: version "0.5.3" resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd" - integrity sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g== + integrity "sha1-4TDK9+cnkIfFYWwgB9BIVpiYT70= sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==" dependencies: safe-buffer "5.1.2" content-type@^1.0.4, content-type@~1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" - integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== + integrity "sha1-4TjMdeBAxyexlm/l5fjJruJW/js= sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" -convert-source-map@^1.5.0, convert-source-map@^1.5.1: +convert-source-map@^1.6.0, convert-source-map@^1.7.0: version "1.7.0" resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" - integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== + integrity "sha1-F6LLiC1/d9NJBYXizmxSRCSjpEI= sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==" dependencies: safe-buffer "~5.1.1" convert-to-spaces@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/convert-to-spaces/-/convert-to-spaces-1.0.2.tgz#7e3e48bbe6d997b1417ddca2868204b4d3d85715" - integrity sha1-fj5Iu+bZl7FBfdyihoIEtNPYVxU= + integrity "sha1-fj5Iu+bZl7FBfdyihoIEtNPYVxU= sha512-cj09EBuObp9gZNQCzc7hByQyrs6jVGE+o9kSJmeUoj+GiPiJvi5LYqEH/Hmme4+MTLHM+Ejtq+FChpjjEnsPdQ==" cookie-signature@1.0.6: version "1.0.6" resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c" - integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw= + integrity "sha1-4wOogrNCzD7oylE6eZmXNNqzriw= sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" cookie@0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba" - integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg== + integrity "sha1-vrQ35wIrO21JAZ0IhmUwPr6cFLo= sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==" -copy-descriptor@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" - integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= - -core-assert@^0.2.0: - version "0.2.1" - resolved "https://registry.yarnpkg.com/core-assert/-/core-assert-0.2.1.tgz#f85e2cf9bfed28f773cc8b3fa5c5b69bdc02fe3f" - integrity sha1-+F4s+b/tKPdzzIs/pcW2m9wC/j8= - dependencies: - buf-compare "^1.0.0" - is-error "^2.2.0" - -core-js@^2.0.0, core-js@^2.4.0, core-js@^2.5.0: - version "2.6.12" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec" - integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ== - -core-util-is@1.0.2, core-util-is@~1.0.0: +core-util-is@1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" - integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= + integrity "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==" cors@^2.8.4: version "2.8.5" resolved "https://registry.yarnpkg.com/cors/-/cors-2.8.5.tgz#eac11da51592dd86b9f06f6e7ac293b3df875d29" - integrity sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g== + integrity "sha1-6sEdpRWS3Ya58G9uesKTs9+HXSk= sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==" dependencies: object-assign "^4" vary "^1" @@ -1871,7 +1011,7 @@ cors@^2.8.4: coveralls@^3.0.2: version "3.1.0" resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.1.0.tgz#13c754d5e7a2dd8b44fe5269e21ca394fb4d615b" - integrity sha512-sHxOu2ELzW8/NC1UP5XVLbZDzO4S3VxfFye3XYCznopHy02YjNkHcj5bKaVw2O7hVaBdBjEdQGpie4II1mWhuQ== + integrity "sha1-E8dU1eei3YtE/lJp4hyjlPtNYVs= sha512-sHxOu2ELzW8/NC1UP5XVLbZDzO4S3VxfFye3XYCznopHy02YjNkHcj5bKaVw2O7hVaBdBjEdQGpie4II1mWhuQ==" dependencies: js-yaml "^3.13.1" lcov-parse "^1.0.0" @@ -1879,241 +1019,189 @@ coveralls@^3.0.2: minimist "^1.2.5" request "^2.88.2" -create-error-class@^3.0.0: - version "3.0.2" - resolved "https://registry.yarnpkg.com/create-error-class/-/create-error-class-3.0.2.tgz#06be7abef947a3f14a30fd610671d401bca8b7b6" - integrity sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y= +cross-env@^7.0.3: + version "7.0.3" + resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf" + integrity "sha1-hlJkspZ33AFbqEGJGJZd0jL8VM8= sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==" dependencies: - capture-stack-trace "^1.0.0" + cross-spawn "^7.0.1" -cross-env@^5.2.0: - version "5.2.1" - resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.2.1.tgz#b2c76c1ca7add66dc874d11798466094f551b34d" - integrity sha512-1yHhtcfAd1r4nwQgknowuUNfIT9E8dOMMspC36g45dN+iD1blloi7xp8X/xAIDnjHWyt1uQ8PHk2fkNaym7soQ== +cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2: + version "7.0.3" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" + integrity "sha1-9zqFudXUHQRVUcF34ogtSshXKKY= sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==" dependencies: - cross-spawn "^6.0.5" + path-key "^3.1.0" + shebang-command "^2.0.0" + which "^2.0.1" -cross-spawn@^4: - version "4.0.2" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-4.0.2.tgz#7b9247621c23adfdd3856004a823cbe397424d41" - integrity sha1-e5JHYhwjrf3ThWAEqCPL45dCTUE= - dependencies: - lru-cache "^4.0.1" - which "^1.2.9" - -cross-spawn@^5.0.1: - version "5.1.0" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" - integrity sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk= - dependencies: - lru-cache "^4.0.1" - shebang-command "^1.2.0" - which "^1.2.9" - -cross-spawn@^6.0.5: - version "6.0.5" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" - integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== - dependencies: - nice-try "^1.0.4" - path-key "^2.0.1" - semver "^5.5.0" - shebang-command "^1.2.0" - which "^1.2.9" - -crypto-random-string@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e" - integrity sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4= +crypto-random-string@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5" + integrity "sha1-7yp6lm7BEIM4g2m6oC6+rSKbMNU= sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==" currently-unhandled@^0.4.1: version "0.4.1" resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" - integrity sha1-mI3zP+qxke95mmE2nddsF635V+o= + integrity "sha1-mI3zP+qxke95mmE2nddsF635V+o= sha512-/fITjgjGU50vjQ4FH6eUoYu+iUoUKIXws2hL15JJpIR+BbTxaXQsMuuyjtNh2WqsSBS5nsaZHFsFecyw5CCAng==" dependencies: array-find-index "^1.0.1" dashdash@^1.12.0: version "1.14.1" resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" - integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= + integrity "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==" dependencies: assert-plus "^1.0.0" -dashify@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/dashify/-/dashify-1.0.0.tgz#faa9365fbe72a688bcb5d6f2b270d370c96d575e" - integrity sha512-3uyC9AzRYm/9u2nqD8BpIBKsvHg/OfW3FLKS97mJPil2KzFNHgKta3yL2NfzMDY+0ArSLbKfgNXhgq0FyjOhoA== +dashify@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/dashify/-/dashify-2.0.0.tgz#fff270ca2868ca427fee571de35691d6e437a648" + integrity "sha1-//JwyihoykJ/7lcd41aR1uQ3pkg= sha512-hpA5C/YrPjucXypHPPc0oJ1l9Hf6wWbiOL7Ik42cxnsUOhWiCB/fylKbKqqJalW9FgkNQCw16YO8uW9Hs0Iy1A==" -dataloader@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/dataloader/-/dataloader-1.4.0.tgz#bca11d867f5d3f1b9ed9f737bd15970c65dff5c8" - integrity sha512-68s5jYdlvasItOJnCuI2Q9s4q98g0pCyL3HrcKJu8KNugUl8ahgmZYg38ysLTgQjjXX3H8CJLkAvWrclWfcalw== +dataloader@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/dataloader/-/dataloader-2.0.0.tgz#41eaf123db115987e21ca93c005cd7753c55fe6f" + integrity "sha1-QerxI9sRWYfiHKk8AFzXdTxV/m8= sha512-YzhyDAwA4TaQIhM5go+vCLmU0UikghC/t9DTQYZR2M/UvZ1MdOhPezSDZcjj9uqQJOMqjLcpWtyW2iNINdlatQ==" -date-time@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/date-time/-/date-time-0.1.1.tgz#ed2f6d93d9790ce2fd66d5b5ff3edd5bbcbf3b07" - integrity sha1-7S9tk9l5DOL9ZtW1/z7dW7y/Owc= - -date-time@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/date-time/-/date-time-2.1.0.tgz#0286d1b4c769633b3ca13e1e62558d2dbdc2eba2" - integrity sha512-/9+C44X7lot0IeiyfgJmETtRMhBidBYM2QFFIkGa0U1k+hSyY87Nw7PY3eDqpvCBm7I3WCSfPeZskW/YYq6m4g== +date-time@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/date-time/-/date-time-3.1.0.tgz#0d1e934d170579f481ed8df1e2b8ff70ee845e1e" + integrity "sha1-DR6TTRcFefSB7Y3x4rj/cO6EXh4= sha512-uqCUKXE5q1PNBXjPqvwhwJf9SwMoAHBgWJ6DcrnS5o+W2JOiIILl0JEdVD8SGujrNS02GGxgwAg2PN2zONgtjg==" dependencies: time-zone "^1.0.0" -debug-log@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/debug-log/-/debug-log-1.0.1.tgz#2307632d4c04382b8df8a32f70b895046d52745f" - integrity sha1-IwdjLUwEOCuN+KMvcLiVBG1SdF8= - -debug@2.6.9, debug@^2.1.3, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9: +debug@2.6.9, debug@^2.2.0, debug@^2.6.9: version "2.6.9" resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" - integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== + integrity "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8= sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==" dependencies: ms "2.0.0" -debug@^3.0.0, debug@^3.0.1, debug@^3.1.0, debug@^3.2.6: +debug@^3.2.6: version "3.2.7" resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" - integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== + integrity "sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o= sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==" dependencies: ms "^2.1.1" -debug@^4.0.1: +debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1: version "4.3.1" resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee" - integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== + integrity "sha1-8NIpxQXgxtjEmsVT0bE9wYP2su4= sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==" dependencies: ms "2.1.2" -decamelize@^1.1.1, decamelize@^1.1.2: - version "1.2.0" - resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" - integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= +decompress-response@^3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-3.3.0.tgz#80a4dd323748384bfa248083622aedec982adff3" + integrity "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M= sha512-BzRPQuY1ip+qDonAOz42gRm/pg9F768C+npV/4JOsxRC2sq+Rlk+Q4ZCAsOhnIaMrgarILY+RMUIvMmmX1qAEA==" + dependencies: + mimic-response "^1.0.0" -decode-uri-component@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" - integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= +decompress-response@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-6.0.0.tgz#ca387612ddb7e104bd16d85aab00d5ecf09c66fc" + integrity "sha1-yjh2Et234QS9FthaqwDV7PCcZvw= sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==" + dependencies: + mimic-response "^3.1.0" -deep-diff@^1.0.1: +deep-diff@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/deep-diff/-/deep-diff-1.0.2.tgz#afd3d1f749115be965e89c63edc7abb1506b9c26" - integrity sha512-aWS3UIVH+NPGCD1kki+DCU9Dua032iSsO43LqQpcs4R3+dVv7tX0qBGjiVHJHjplsoUM2XRO/KB92glqc68awg== - -deep-equal@^1.0.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.1.tgz#b5c98c942ceffaf7cb051e24e1434a25a2e6076a" - integrity sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g== - dependencies: - is-arguments "^1.0.4" - is-date-object "^1.0.1" - is-regex "^1.0.4" - object-is "^1.0.1" - object-keys "^1.1.1" - regexp.prototype.flags "^1.2.0" + integrity "sha1-r9PR90kRW+ll6Jxj7cersVBrnCY= sha512-aWS3UIVH+NPGCD1kki+DCU9Dua032iSsO43LqQpcs4R3+dVv7tX0qBGjiVHJHjplsoUM2XRO/KB92glqc68awg==" deep-extend@^0.6.0: version "0.6.0" resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" - integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== + integrity "sha1-xPp8lUBKF6nD6Mp+FTcxK3NjMKw= sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" -deep-is@~0.1.3: +deep-is@^0.1.3: version "0.1.3" resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34" - integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ= + integrity "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ= sha512-GtxAN4HvBachZzm4OnWqc45ESpUCMwkYcsjnsPs23FwJbsO+k4t0k9bQCgOmzIlpHO28+WPK/KRbRk0DDHuuDw==" -default-require-extensions@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/default-require-extensions/-/default-require-extensions-1.0.0.tgz#f37ea15d3e13ffd9b437d33e1a75b5fb97874cb8" - integrity sha1-836hXT4T/9m0N9M+GnW1+5eHTLg= +defaults@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.3.tgz#c656051e9817d9ff08ed881477f3fe4019f3ef7d" + integrity "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730= sha512-s82itHOnYrN0Ib8r+z7laQz3sdE+4FP3d9Q7VLO7U+KRT+CR0GsWuyHxzdAY82I7cXv0G/twrqomTJLOssO5HA==" dependencies: - strip-bom "^2.0.0" + clone "^1.0.2" + +defer-to-connect@^1.0.1: + version "1.1.3" + resolved "https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-1.1.3.tgz#331ae050c08dcf789f8c83a7b81f0ed94f4ac591" + integrity "sha1-MxrgUMCNz3ifjIOnuB8O2U9KxZE= sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==" + +defer-to-connect@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-2.0.1.tgz#8016bdb4143e4632b77a3449c6236277de520587" + integrity "sha1-gBa9tBQ+RjK3ejRJxiNid95SBYc= sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==" define-properties@^1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" - integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== + integrity "sha1-z4jabL7ib+bbcJT2HYcMvYTO6fE= sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==" dependencies: object-keys "^1.0.12" -define-property@^0.2.5: - version "0.2.5" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" - integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= +del@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/del/-/del-6.0.0.tgz#0b40d0332cea743f1614f818be4feb717714c952" + integrity "sha1-C0DQMyzqdD8WFPgYvk/rcXcUyVI= sha512-1shh9DQ23L16oXSZKB2JxpL7iMy2E0S9d517ptA1P8iw0alkPtQcrKH7ru31rYtKwF499HkTu+DRzq3TCKDFRQ==" dependencies: - is-descriptor "^0.1.0" - -define-property@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6" - integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY= - dependencies: - is-descriptor "^1.0.0" - -define-property@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d" - integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== - dependencies: - is-descriptor "^1.0.2" - isobject "^3.0.1" + globby "^11.0.1" + graceful-fs "^4.2.4" + is-glob "^4.0.1" + is-path-cwd "^2.2.0" + is-path-inside "^3.0.2" + p-map "^4.0.0" + rimraf "^3.0.2" + slash "^3.0.0" delayed-stream@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" - integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk= + integrity "sha1-3zrhmayt+31ECqrgsp4icrJOxhk= sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" depd@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" - integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= - -deprecated-decorator@^0.1.6: - version "0.1.6" - resolved "https://registry.yarnpkg.com/deprecated-decorator/-/deprecated-decorator-0.1.6.tgz#00966317b7a12fe92f3cc831f7583af329b86c37" - integrity sha1-AJZjF7ehL+kvPMgx91g68ym4bDc= + integrity "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==" destroy@~1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" - integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= + integrity "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= sha512-3NdhDuEXnfun/z7x9GOElY49LoqVHoGScmOKwmxhsS8N5Y+Z8KyPPDnaSzqWgYt/ji4mqwfTS34Htrk0zPIXVg==" -detect-indent@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-4.0.0.tgz#f76d064352cdf43a1cb6ce619c4ee3a9475de208" - integrity sha1-920GQ1LN9Docts5hnE7jqUdd4gg= +diff@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d" + integrity "sha1-YPOuy4nV+uUgwRqhnvwruYKq3n0= sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==" + +dir-glob@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f" + integrity "sha1-Vtv3PZkqSpO6FYT0U0Bj/S5BcX8= sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==" dependencies: - repeating "^2.0.0" + path-type "^4.0.0" -detect-indent@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-5.0.0.tgz#3871cc0a6a002e8c3e5b3cf7f336264675f06b9d" - integrity sha1-OHHMCmoALow+Wzz38zYmRnXwa50= - -diff@^3.5.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12" - integrity sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA== - -doctoc@^1.3.1: - version "1.4.0" - resolved "https://registry.yarnpkg.com/doctoc/-/doctoc-1.4.0.tgz#3115aa61d0a92f0abb0672036918ea904f5b9e02" - integrity sha512-8IAq3KdMkxhXCUF+xdZxdJxwuz8N2j25sMgqiu4U4JWluN9tRKMlAalxGASszQjlZaBprdD2YfXpL3VPWUD4eg== +doctoc@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/doctoc/-/doctoc-2.0.0.tgz#3c5c51ba89acb9b8e1924cc429500d6de2dfb90e" + integrity "sha1-PFxRuomsubjhkkzEKVANbeLfuQ4= sha512-thvCndtwVPe3GCDUG09NYPu9D72Ons3MFh/Fe5A3bePMHGa1XSMgJWyL04bkxa0DyyaylEB2UrqigbQM0fcj7w==" dependencies: - "@textlint/markdown-to-ast" "~6.0.9" - anchor-markdown-header "^0.5.5" - htmlparser2 "~3.9.2" - minimist "~1.2.0" - underscore "~1.8.3" - update-section "^0.3.0" + "@textlint/markdown-to-ast" "~6.1.7" + anchor-markdown-header "~0.5.7" + htmlparser2 "~4.1.0" + minimist "~1.2.5" + underscore "~1.10.2" + update-section "~0.3.3" doctrine@1.5.0: version "1.5.0" resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa" - integrity sha1-N53Ocw9hZvds76TmcHoVmwLFpvo= + integrity "sha1-N53Ocw9hZvds76TmcHoVmwLFpvo= sha512-lsGyRuYr4/PIB0txi+Fy2xOMI2dGaTguCaotzFGkVZuKR5usKfcRWIFKNM3QNrU7hh/+w2bwTW+ZeXPK5l8uVg==" dependencies: esutils "^2.0.2" isarray "^1.0.0" @@ -2121,64 +1209,68 @@ doctrine@1.5.0: doctrine@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961" - integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== + integrity "sha1-rd6+rXKmV023g2OdyHoSF3OXOWE= sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==" dependencies: esutils "^2.0.2" -dom-serializer@0: - version "0.2.2" - resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.2.2.tgz#1afb81f533717175d478655debc5e332d9f9bb51" - integrity sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g== +dom-serializer@^1.0.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.3.1.tgz#d845a1565d7c041a95e5dab62184ab41e3a519be" + integrity "sha1-2EWhVl18BBqV5dq2IYSrQeOlGb4= sha512-Pv2ZluG5ife96udGgEDovOOOA5UELkltfJpnIExPrAk1LTvecolUGn6lIaoLh86d83GiB86CjzciMd9BuRB71Q==" dependencies: domelementtype "^2.0.1" + domhandler "^4.0.0" entities "^2.0.0" -domelementtype@1, domelementtype@^1.3.0: - version "1.3.1" - resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f" - integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== - -domelementtype@^2.0.1: +domelementtype@^2.0.1, domelementtype@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.2.0.tgz#9a0b6c2782ed6a1c7323d42267183df9bd8b1d57" - integrity sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A== + integrity "sha1-mgtsJ4LtahxzI9QiZxg9+b2LHVc= sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==" -domhandler@^2.3.0: - version "2.4.2" - resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-2.4.2.tgz#8805097e933d65e85546f726d60f5eb88b44f803" - integrity sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA== +domhandler@^3.0.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-3.3.0.tgz#6db7ea46e4617eb15cf875df68b2b8524ce0037a" + integrity "sha1-bbfqRuRhfrFc+HXfaLK4UkzgA3o= sha512-J1C5rIANUbuYK+FuFL98650rihynUOEzRLxW+90bKZRWB6A1X1Tf82GxR1qAWLyfNPRvjqfip3Q5tdYlmAa9lA==" dependencies: - domelementtype "1" + domelementtype "^2.0.1" -domutils@^1.5.1: - version "1.7.0" - resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a" - integrity sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg== +domhandler@^4.0.0, domhandler@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.1.0.tgz#c1d8d494d5ec6db22de99e46a149c2a4d23ddd43" + integrity "sha1-wdjUlNXsbbIt6Z5GoUnCpNI93UM= sha512-/6/kmsGlMY4Tup/nGVutdrK9yQi4YjWVcVeoQmixpzjOUK1U7pQkvAPHBJeUxOgxF0J8f8lwCJSlCfD0V4CMGQ==" dependencies: - dom-serializer "0" - domelementtype "1" + domelementtype "^2.2.0" -dot-prop@^4.1.0, dot-prop@^4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.1.tgz#45884194a71fc2cda71cbb4bceb3a4dd2f433ba4" - integrity sha512-l0p4+mIuJIua0mhxGoh4a+iNL9bmeK5DvnSVQa6T0OhrVmaEa1XScX5Etc673FePCJOArq/4Pa2cLGODUWTPOQ== +domutils@^2.0.0: + version "2.5.2" + resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.5.2.tgz#37ef8ba087dff1a17175e7092e8a042e4b050e6c" + integrity "sha1-N++LoIff8aFxdecJLooELksFDmw= sha512-MHTthCb1zj8f1GVfRpeZUbohQf/HdBos0oX5gZcQFepOZPLLRyj6Wn7XS7EMnY7CVpwv8863u2vyE83Hfu28HQ==" dependencies: - is-obj "^1.0.0" + dom-serializer "^1.0.1" + domelementtype "^2.2.0" + domhandler "^4.1.0" -dotenv@^6.0.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-6.2.0.tgz#941c0410535d942c8becf28d3f357dbd9d476064" - integrity sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w== +dot-prop@^5.2.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.3.0.tgz#90ccce708cd9cd82cc4dc8c3ddd9abdd55b20e88" + integrity "sha1-kMzOcIzZzYLMTcjD3dmr3VWyDog= sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==" + dependencies: + is-obj "^2.0.0" + +dotenv@^8.2.0: + version "8.2.0" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a" + integrity "sha1-l+YZJZradQ7qPk6j4mvO6lQksWo= sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==" duplexer3@^0.1.4: version "0.1.4" resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2" - integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI= + integrity "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI= sha512-CEj8FwwNA4cVH2uFCoHUrmojhYh1vmCdOaneKJXwkeY1i9jnlslVo9dx+hQ5Hl9GnH/Bwy/IjxAyOePyPKYnzA==" ecc-jsbn@~0.1.1: version "0.1.2" resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" - integrity sha1-OoOpBOVDUyh4dMVkt1SThoSamMk= + integrity "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk= sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==" dependencies: jsbn "~0.1.0" safer-buffer "^2.1.0" @@ -2186,62 +1278,68 @@ ecc-jsbn@~0.1.1: ee-first@1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" - integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= + integrity "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" -electron-to-chromium@^1.3.47: - version "1.3.712" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.712.tgz#ae467ffe5f95961c6d41ceefe858fc36eb53b38f" - integrity sha512-3kRVibBeCM4vsgoHHGKHmPocLqtFAGTrebXxxtgKs87hNUzXrX2NuS3jnBys7IozCnw7viQlozxKkmty2KNfrw== +emittery@^0.8.0: + version "0.8.1" + resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.8.1.tgz#bb23cc86d03b30aa75a7f734819dee2e1ba70860" + integrity "sha1-uyPMhtA7MKp1p/c0gZ3uLhunCGA= sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==" emoji-regex@^7.0.1: version "7.0.3" resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156" - integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA== + integrity "sha1-kzoEBShgyF6DwSJHnEdIqOTHIVY= sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" + +emoji-regex@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" + integrity "sha1-6Bj9ac5cz8tARZT4QpY79TFkzDc= sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" emoji-regex@~6.1.0: version "6.1.3" resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-6.1.3.tgz#ec79a3969b02d2ecf2b72254279bf99bc7a83932" - integrity sha1-7HmjlpsC0uzytyJUJ5v5m8eoOTI= - -empower-core@^0.6.1: - version "0.6.2" - resolved "https://registry.yarnpkg.com/empower-core/-/empower-core-0.6.2.tgz#5adef566088e31fba80ba0a36df47d7094169144" - integrity sha1-Wt71ZgiOMfuoC6CjbfR9cJQWkUQ= - dependencies: - call-signature "0.0.2" - core-js "^2.0.0" + integrity "sha1-7HmjlpsC0uzytyJUJ5v5m8eoOTI= sha512-73/zxHTjP2N2FQf0J5ngNjxP9LqG2krUshxYaowI8HxZQsiL2pYJc3k9/O93fc5/lCSkZv+bQ5Esk6k6msiSvg==" encodeurl@~1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" - integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= + integrity "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==" -entities@^1.1.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56" - integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== +end-of-stream@^1.1.0: + version "1.4.4" + resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" + integrity "sha1-WuZKX0UFe682JuwU2gyl5LJDHrA= sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==" + dependencies: + once "^1.4.0" + +enquirer@^2.3.5: + version "2.3.6" + resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d" + integrity "sha1-Kn/l3WNKHkElqXXsmU/1RW3Dc00= sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==" + dependencies: + ansi-colors "^4.1.1" entities@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" - integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== + integrity "sha1-CY3JDruD2N/6CJ1VJWs1HTTE2lU= sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" equal-length@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/equal-length/-/equal-length-1.0.1.tgz#21ca112d48ab24b4e1e7ffc0e5339d31fdfc274c" - integrity sha1-IcoRLUirJLTh5//A5TOdMf38J0w= + integrity "sha1-IcoRLUirJLTh5//A5TOdMf38J0w= sha512-TK2m7MvWPt/v3dan0BCNp99pytIE5UGrUj7F0KZirNX8xz8fDFUAZfgm8uB5FuQq9u0sMeDocYBfEhsd1nwGoA==" error-ex@^1.2.0, error-ex@^1.3.1: version "1.3.2" resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" - integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== + integrity "sha1-tKxAZIEH/c3PriQvQovqihTU8b8= sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==" dependencies: is-arrayish "^0.2.1" es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2: version "1.18.0" resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0.tgz#ab80b359eecb7ede4c298000390bc5ac3ec7b5a4" - integrity sha512-LJzK7MrQa8TS0ja2w3YNLzUgJCGPdPOV1yVvezjNnS89D+VR08+Szt2mz3YB2Dck/+w5tfIq/RoUAFqJJGM2yw== + integrity "sha1-q4CzWe7Lft5MKYAAOQvFrD7HtaQ= sha512-LJzK7MrQa8TS0ja2w3YNLzUgJCGPdPOV1yVvezjNnS89D+VR08+Szt2mz3YB2Dck/+w5tfIq/RoUAFqJJGM2yw==" dependencies: call-bind "^1.0.2" es-to-primitive "^1.2.1" @@ -2263,48 +1361,56 @@ es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2: es-to-primitive@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a" - integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== + integrity "sha1-5VzUyc3BiLzvsDs2bHNjI/xciYo= sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==" dependencies: is-callable "^1.1.4" is-date-object "^1.0.1" is-symbol "^1.0.2" -es6-error@^4.0.1, es6-error@^4.0.2, es6-error@^4.1.1: +es6-error@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz#9e3af407459deed47e9a91f9b885a84eb05c561d" integrity sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg== +escalade@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" + integrity "sha1-2M/ccACWXFoBdLSoLqpcBVJ0LkA= sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==" + +escape-goat@^2.0.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/escape-goat/-/escape-goat-2.1.1.tgz#1b2dc77003676c457ec760b2dc68edb648188675" + integrity "sha1-Gy3HcANnbEV+x2Cy3GjttkgYhnU= sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==" + escape-html@~1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" - integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= + integrity "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" -escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.4, escape-string-regexp@^1.0.5: +escape-string-regexp@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" - integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= + integrity "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" escape-string-regexp@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344" - integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w== + integrity "sha1-owME6Z2qMuI7L9IPUbq9B8/8o0Q= sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==" -eslint-config-prettier@^2.9.0: - version "2.10.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-2.10.0.tgz#ec07bc1d01f87d09f61d3840d112dc8a9791e30b" - integrity sha512-Mhl90VLucfBuhmcWBgbUNtgBiK955iCDK1+aHAz7QfDQF6wuzWZ6JjihZ3ejJoGlJWIuko7xLqNm8BA5uenKhA== - dependencies: - get-stdin "^5.0.1" +escape-string-regexp@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" + integrity "sha1-FLqDpdNz49MR5a/KKc9b+tllvzQ= sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" -eslint-config-standard@^11.0.0: - version "11.0.0" - resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-11.0.0.tgz#87ee0d3c9d95382dc761958cbb23da9eea31e0ba" - integrity sha512-oDdENzpViEe5fwuRCWla7AXQd++/oyIp8zP+iP9jiUPG6NBj3SHgdgtl/kTn00AjeN+1HNvavTKmYbMo+xMOlw== +eslint-config-prettier@^8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.1.0.tgz#4ef1eaf97afe5176e6a75ddfb57c335121abc5a6" + integrity "sha1-TvHq+Xr+UXbmp13ftXwzUSGrxaY= sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw==" eslint-import-resolver-node@^0.3.4: version "0.3.4" resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz#85ffa81942c25012d8231096ddf679c03042c717" - integrity sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA== + integrity "sha1-hf+oGULCUBLYIxCW3fZ5wDBCxxc= sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==" dependencies: debug "^2.6.9" resolve "^1.13.1" @@ -2312,23 +1418,23 @@ eslint-import-resolver-node@^0.3.4: eslint-module-utils@^2.6.0: version "2.6.0" resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz#579ebd094f56af7797d19c9866c9c9486629bfa6" - integrity sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA== + integrity "sha1-V569CU9Wr3eX0ZyYZsnJSGYpv6Y= sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA==" dependencies: debug "^2.6.9" pkg-dir "^2.0.0" -eslint-plugin-es@^1.3.1: - version "1.4.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-1.4.1.tgz#12acae0f4953e76ba444bfd1b2271081ac620998" - integrity sha512-5fa/gR2yR3NxQf+UXkeLeP8FBBl6tSgdrAz1+cF84v1FMM4twGwQoqTnn+QxFLcPOrF4pdKEJKDB/q9GoyJrCA== +eslint-plugin-es@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz#75a7cdfdccddc0589934aeeb384175f221c57893" + integrity "sha1-dafN/czdwFiZNK7rOEF18iHFeJM= sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==" dependencies: - eslint-utils "^1.4.2" - regexpp "^2.0.1" + eslint-utils "^2.0.0" + regexpp "^3.0.0" eslint-plugin-import@^2.13.0: version "2.22.1" resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.1.tgz#0896c7e6a0cf44109a2d97b95903c2bb689d7702" - integrity sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw== + integrity "sha1-CJbH5qDPRBCaLZe5WQPCu2iddwI= sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw==" dependencies: array-includes "^3.1.1" array.prototype.flat "^1.2.3" @@ -2344,234 +1450,160 @@ eslint-plugin-import@^2.13.0: resolve "^1.17.0" tsconfig-paths "^3.9.0" -eslint-plugin-markdown@^1.0.0-beta.6: - version "1.0.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-markdown/-/eslint-plugin-markdown-1.0.2.tgz#79274bf17ce3ead48e4a55cbcb6d7ce735754280" - integrity sha512-BfvXKsO0K+zvdarNc801jsE/NTLmig4oKhZ1U3aSUgTf2dB/US5+CrfGxMsCK2Ki1vS1R3HPok+uYpufFndhzw== +eslint-plugin-node@^11.1.0: + version "11.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d" + integrity "sha1-yVVEQW7kraJnQKMEdO78VALcZx0= sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==" dependencies: - object-assign "^4.0.1" - remark-parse "^5.0.0" - unified "^6.1.2" - -eslint-plugin-node@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-7.0.1.tgz#a6e054e50199b2edd85518b89b4e7b323c9f36db" - integrity sha512-lfVw3TEqThwq0j2Ba/Ckn2ABdwmL5dkOgAux1rvOk6CO7A6yGyPI2+zIxN6FyNkp1X1X/BSvKOceD6mBWSj4Yw== - dependencies: - eslint-plugin-es "^1.3.1" - eslint-utils "^1.3.1" - ignore "^4.0.2" + eslint-plugin-es "^3.0.0" + eslint-utils "^2.0.0" + ignore "^5.1.1" minimatch "^3.0.4" - resolve "^1.8.1" - semver "^5.5.0" + resolve "^1.10.1" + semver "^6.1.0" -eslint-plugin-prettier@^2.6.2: - version "2.7.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-2.7.0.tgz#b4312dcf2c1d965379d7f9d5b5f8aaadc6a45904" - integrity sha512-CStQYJgALoQBw3FsBzH0VOVDRnJ/ZimUlpLm226U8qgqYJfPOY/CPK6wyRInMxh73HSKg5wyRwdS4BVYYHwokA== +eslint-plugin-prettier@^3.3.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.3.1.tgz#7079cfa2497078905011e6f82e8dd8453d1371b7" + integrity "sha1-cHnPoklweJBQEeb4Lo3YRT0Tcbc= sha512-Rq3jkcFY8RYeQLgk2cCwuc0P7SEFwDravPhsJZOQ5N4YI4DSg50NyqJ/9gdZHzQlHf8MvafSesbNJCcP/FF6pQ==" dependencies: - fast-diff "^1.1.1" - jest-docblock "^21.0.0" + prettier-linter-helpers "^1.0.0" -eslint-plugin-promise@^3.8.0: - version "3.8.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.8.0.tgz#65ebf27a845e3c1e9d6f6a5622ddd3801694b621" - integrity sha512-JiFL9UFR15NKpHyGii1ZcvmtIqa3UTwiDAGb8atSffe43qJ3+1czVGN6UtkklpcJ2DVnqvTMzEKRaJdBkAL2aQ== +eslint-plugin-promise@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.1.0.tgz#fb2188fb734e4557993733b41aa1a688f46c6f24" + integrity "sha1-+yGI+3NORVeZNzO0GqGmiPRsbyQ= sha512-NGmI6BH5L12pl7ScQHbg7tvtk4wPxxj8yPHH47NvSmMtFneC077PSeY3huFj06ZWZvtbfxSPt3RuOQD5XcR4ng==" -eslint-plugin-standard@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-3.1.0.tgz#2a9e21259ba4c47c02d53b2d0c9135d4b1022d47" - integrity sha512-fVcdyuKRr0EZ4fjWl3c+gp1BANFJD1+RaWa2UPYfMZ6jCtp5RG00kSaXnK/dE5sYzt4kaWJ9qdxqUfc0d9kX0w== - -eslint-scope@3.7.1: - version "3.7.1" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8" - integrity sha1-PWPD7f2gLgbgGkUq2IyqzHzctug= +eslint-scope@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" + integrity "sha1-54blmmbLkrP2wfsNUIqrF0hI9Iw= sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==" dependencies: - esrecurse "^4.1.0" + esrecurse "^4.3.0" estraverse "^4.1.1" -eslint-scope@^4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848" - integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg== - dependencies: - esrecurse "^4.1.0" - estraverse "^4.1.1" - -eslint-utils@^1.3.1, eslint-utils@^1.4.2: - version "1.4.3" - resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f" - integrity sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q== +eslint-utils@^2.0.0, eslint-utils@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27" + integrity "sha1-0t5eA0JOcH3BDHQGjd7a5wh0Gyc= sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==" dependencies: eslint-visitor-keys "^1.1.0" -eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0: +eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e" - integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== + integrity "sha1-MOvR73wv3/AcOk8VEESvJfqwUj4= sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==" -eslint@^5.3.0: - version "5.16.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.16.0.tgz#a1e3ac1aae4a3fbd8296fcf8f7ab7314cbb6abea" - integrity sha512-S3Rz11i7c8AA5JPv7xAH+dOyq/Cu/VXHiHXBPOU1k/JAM5dXqQPt3qcrhpHSorXmrpu2g0gkIBVXAqCpzfoZIg== +eslint-visitor-keys@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8" + integrity "sha1-If3I+82ceVzAMh8FY3AglXUVEag= sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==" + +eslint@^7.24.0: + version "7.24.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.24.0.tgz#2e44fa62d93892bfdb100521f17345ba54b8513a" + integrity "sha1-LkT6Ytk4kr/bEAUh8XNFulS4UTo= sha512-k9gaHeHiFmGCDQ2rEfvULlSLruz6tgfA8DEn+rY9/oYPFFTlz55mM/Q/Rij1b2Y42jwZiK3lXvNTw6w6TXzcKQ==" dependencies: - "@babel/code-frame" "^7.0.0" - ajv "^6.9.1" - chalk "^2.1.0" - cross-spawn "^6.0.5" + "@babel/code-frame" "7.12.11" + "@eslint/eslintrc" "^0.4.0" + ajv "^6.10.0" + chalk "^4.0.0" + cross-spawn "^7.0.2" debug "^4.0.1" doctrine "^3.0.0" - eslint-scope "^4.0.3" - eslint-utils "^1.3.1" - eslint-visitor-keys "^1.0.0" - espree "^5.0.1" - esquery "^1.0.1" + enquirer "^2.3.5" + eslint-scope "^5.1.1" + eslint-utils "^2.1.0" + eslint-visitor-keys "^2.0.0" + espree "^7.3.1" + esquery "^1.4.0" esutils "^2.0.2" - file-entry-cache "^5.0.1" + file-entry-cache "^6.0.1" functional-red-black-tree "^1.0.1" - glob "^7.1.2" - globals "^11.7.0" + glob-parent "^5.0.0" + globals "^13.6.0" ignore "^4.0.6" import-fresh "^3.0.0" imurmurhash "^0.1.4" - inquirer "^6.2.2" - js-yaml "^3.13.0" + is-glob "^4.0.0" + js-yaml "^3.13.1" json-stable-stringify-without-jsonify "^1.0.1" - levn "^0.3.0" - lodash "^4.17.11" + levn "^0.4.1" + lodash "^4.17.21" minimatch "^3.0.4" - mkdirp "^0.5.1" natural-compare "^1.4.0" - optionator "^0.8.2" - path-is-inside "^1.0.2" + optionator "^0.9.1" progress "^2.0.0" - regexpp "^2.0.1" - semver "^5.5.1" - strip-ansi "^4.0.0" - strip-json-comments "^2.0.1" - table "^5.2.3" + regexpp "^3.1.0" + semver "^7.2.1" + strip-ansi "^6.0.0" + strip-json-comments "^3.1.0" + table "^6.0.4" text-table "^0.2.0" + v8-compile-cache "^2.0.3" -espower-location-detector@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/espower-location-detector/-/espower-location-detector-1.0.0.tgz#a17b7ecc59d30e179e2bef73fb4137704cb331b5" - integrity sha1-oXt+zFnTDheeK+9z+0E3cEyzMbU= +espree@^7.3.0, espree@^7.3.1: + version "7.3.1" + resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6" + integrity "sha1-8t8zC3Usb1UBn4vYm3ZgA5wbu7Y= sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==" dependencies: - is-url "^1.2.1" - path-is-absolute "^1.0.0" - source-map "^0.5.0" - xtend "^4.0.0" - -espree@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.1.tgz#5d6526fa4fc7f0788a5cf75b15f30323e2f81f7a" - integrity sha512-qWAZcWh4XE/RwzLJejfcofscgMc9CamR6Tn1+XRXNzrvUSSbiAjGOI/fggztjIi7y9VLPqnICMIPiGyr8JaZ0A== - dependencies: - acorn "^6.0.7" - acorn-jsx "^5.0.0" - eslint-visitor-keys "^1.0.0" + acorn "^7.4.0" + acorn-jsx "^5.3.1" + eslint-visitor-keys "^1.3.0" esprima@^4.0.0: version "4.0.1" resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" - integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== + integrity "sha1-E7BM2z5sXRnfkatph6hpVhmwqnE= sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" -espurify@^1.6.0: - version "1.8.1" - resolved "https://registry.yarnpkg.com/espurify/-/espurify-1.8.1.tgz#5746c6c1ab42d302de10bd1d5bf7f0e8c0515056" - integrity sha512-ZDko6eY/o+D/gHCWyHTU85mKDgYcS4FJj7S+YD6WIInm7GQ6AnOjmcL4+buFV/JOztVLELi/7MmuGU5NHta0Mg== - dependencies: - core-js "^2.0.0" - -esquery@^1.0.1: +esquery@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5" - integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w== + integrity "sha1-IUj/w4uC6McFff7UhCWz5h8PJKU= sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==" dependencies: estraverse "^5.1.0" -esrecurse@^4.1.0: +esrecurse@^4.3.0: version "4.3.0" resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921" - integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== + integrity "sha1-eteWTWeauyi+5yzsY3WLHF0smSE= sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==" dependencies: estraverse "^5.2.0" -estraverse@^4.0.0, estraverse@^4.1.1: +estraverse@^4.1.1: version "4.3.0" resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" - integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== + integrity "sha1-OYrT88WiSUi+dyXoPRGn3ijNvR0= sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" estraverse@^5.1.0, estraverse@^5.2.0: version "5.2.0" resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880" - integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ== + integrity "sha1-MH30JUfmzHMk088DwVXVzbjFOIA= sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==" -esutils@^2.0.2: +esutils@^2.0.2, esutils@^2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" - integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== + integrity "sha1-dNLrTeC42hKTcRkQ1Qd1ubcQ72Q= sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" etag@~1.8.1: version "1.8.1" resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" - integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= + integrity "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==" -execa@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777" - integrity sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c= +express-graphql@^0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/express-graphql/-/express-graphql-0.12.0.tgz#58deabc309909ca2c9fe2f83f5fbe94429aa23df" + integrity "sha1-WN6rwwmQnKLJ/i+D9fvpRCmqI98= sha512-DwYaJQy0amdy3pgNtiTDuGGM2BLdj+YO2SgbKoLliCfuHv3VVTt7vNG/ZqK2hRYjtYHE2t2KB705EU94mE64zg==" dependencies: - cross-spawn "^5.0.1" - get-stream "^3.0.0" - is-stream "^1.1.0" - npm-run-path "^2.0.0" - p-finally "^1.0.0" - signal-exit "^3.0.0" - strip-eof "^1.0.0" - -expand-brackets@^0.1.4: - version "0.1.5" - resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-0.1.5.tgz#df07284e342a807cd733ac5af72411e581d1177b" - integrity sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s= - dependencies: - is-posix-bracket "^0.1.0" - -expand-brackets@^2.1.4: - version "2.1.4" - resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" - integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI= - dependencies: - debug "^2.3.3" - define-property "^0.2.5" - extend-shallow "^2.0.1" - posix-character-classes "^0.1.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - -expand-range@^1.8.1: - version "1.8.2" - resolved "https://registry.yarnpkg.com/expand-range/-/expand-range-1.8.2.tgz#a299effd335fe2721ebae8e257ec79644fc85337" - integrity sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc= - dependencies: - fill-range "^2.1.0" - -express-graphql@^0.6.12: - version "0.6.12" - resolved "https://registry.yarnpkg.com/express-graphql/-/express-graphql-0.6.12.tgz#dfcb2058ca72ed5190b140830ad8cdbf76a9128a" - integrity sha512-ouLWV0hRw4hnaLtXzzwhdC79ewxKbY2PRvm05mPc/zOH5W5WVCHDQ1SmNxEPBQdUeeSNh29aIqW9zEQkA3kMuA== - dependencies: - accepts "^1.3.0" + accepts "^1.3.7" content-type "^1.0.4" - http-errors "^1.3.0" - raw-body "^2.3.2" + http-errors "1.8.0" + raw-body "^2.4.1" express@^4.16.3: version "4.17.1" resolved "https://registry.yarnpkg.com/express/-/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134" - integrity sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g== + integrity "sha1-RJH8OGBc9R+GKdOcK10Cb5ikwTQ= sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==" dependencies: accepts "~1.3.7" array-flatten "1.1.1" @@ -2604,142 +1636,92 @@ express@^4.16.3: utils-merge "1.0.1" vary "~1.1.2" -extend-shallow@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" - integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= - dependencies: - is-extendable "^0.1.0" - -extend-shallow@^3.0.0, extend-shallow@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8" - integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= - dependencies: - assign-symbols "^1.0.0" - is-extendable "^1.0.1" - extend@^3.0.0, extend@~3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" - integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== - -external-editor@^3.0.3: - version "3.1.0" - resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495" - integrity sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew== - dependencies: - chardet "^0.7.0" - iconv-lite "^0.4.24" - tmp "^0.0.33" - -extglob@^0.3.1: - version "0.3.2" - resolved "https://registry.yarnpkg.com/extglob/-/extglob-0.3.2.tgz#2e18ff3d2f49ab2765cec9023f011daa8d8349a1" - integrity sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE= - dependencies: - is-extglob "^1.0.0" - -extglob@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" - integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== - dependencies: - array-unique "^0.3.2" - define-property "^1.0.0" - expand-brackets "^2.1.4" - extend-shallow "^2.0.1" - fragment-cache "^0.2.1" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" + integrity "sha1-+LETa0Bx+9jrFAr/hYsQGewpFfo= sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" extsprintf@1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" - integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= + integrity "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==" extsprintf@^1.2.0: version "1.4.0" resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" - integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= + integrity "sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= sha512-6NW8DZ8pWBc5NbGYUiqqccj9dXnuSzilZYqprdKJBZsQodGH9IyUoFOGxIWVDcBzHMb8ET24aqx9p66tZEWZkA==" fast-deep-equal@^3.1.1: version "3.1.3" resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" - integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== + integrity "sha1-On1WtVnWy8PrUSMlJE5hmmXGxSU= sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" -fast-diff@^1.1.1: +fast-diff@^1.1.2, fast-diff@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03" - integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w== + integrity "sha1-c+4RmC2Gyq95WYKNUZz+kn+sXwM= sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==" + +fast-glob@^3.1.1: + version "3.2.5" + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.5.tgz#7939af2a656de79a4f1901903ee8adcaa7cb9661" + integrity "sha1-eTmvKmVt55pPGQGQPuityqfLlmE= sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==" + dependencies: + "@nodelib/fs.stat" "^2.0.2" + "@nodelib/fs.walk" "^1.2.3" + glob-parent "^5.1.0" + merge2 "^1.3.0" + micromatch "^4.0.2" + picomatch "^2.2.1" fast-json-stable-stringify@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" - integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== + integrity "sha1-h0v2nG9ATCtdmcSBNBOZ/VWJJjM= sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" -fast-levenshtein@~2.0.6: +fast-levenshtein@^2.0.6: version "2.0.6" resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" - integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= + integrity "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" + +fastq@^1.6.0: + version "1.11.0" + resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.11.0.tgz#bb9fb955a07130a918eb63c1f5161cc32a5d0858" + integrity "sha1-u5+5VaBxMKkY62PB9RYcwypdCFg= sha512-7Eczs8gIPDrVzT+EksYBcupqMyxSHXXrHOLRRxU2/DicV8789MRBRR8+Hc2uWzUupOs4YS4JzBmBxjjCVBxD/g==" + dependencies: + reusify "^1.0.4" fault@^1.0.1: version "1.0.4" resolved "https://registry.yarnpkg.com/fault/-/fault-1.0.4.tgz#eafcfc0a6d214fc94601e170df29954a4f842f13" - integrity sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA== + integrity "sha1-6vz8Cm0hT8lGAeFw3ymVSk+ELxM= sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==" dependencies: format "^0.2.0" -figures@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962" - integrity sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI= +figures@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af" + integrity "sha1-YlwYvSk8YE3EqN2y/r8MiDQXRq8= sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==" dependencies: escape-string-regexp "^1.0.5" -file-entry-cache@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-5.0.1.tgz#ca0f6efa6dd3d561333fb14515065c2fafdf439c" - integrity sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g== +file-entry-cache@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027" + integrity "sha1-IRst2WWcsDlLBz5zI6w8kz1SICc= sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==" dependencies: - flat-cache "^2.0.1" + flat-cache "^3.0.4" -file-uri-to-path@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd" - integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== - -filename-regex@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.1.tgz#c1c4b9bee3e09725ddb106b75c1e301fe2f18b26" - integrity sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY= - -fill-range@^2.1.0: - version "2.2.4" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-2.2.4.tgz#eb1e773abb056dcd8df2bfdf6af59b8b3a936565" - integrity sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q== +fill-range@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" + integrity "sha1-GRmmp8df44ssfHflGYU12prN2kA= sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==" dependencies: - is-number "^2.1.0" - isobject "^2.0.0" - randomatic "^3.0.0" - repeat-element "^1.1.2" - repeat-string "^1.5.2" - -fill-range@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" - integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= - dependencies: - extend-shallow "^2.0.1" - is-number "^3.0.0" - repeat-string "^1.6.1" - to-regex-range "^2.1.0" + to-regex-range "^5.0.1" finalhandler@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d" - integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA== + integrity "sha1-t+fQAP/RGTjQ/bBTUG9uur6fWH0= sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==" dependencies: debug "2.6.9" encodeurl "~1.0.2" @@ -2749,87 +1731,66 @@ finalhandler@~1.1.2: statuses "~1.5.0" unpipe "~1.0.0" -find-cache-dir@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-0.1.1.tgz#c8defae57c8a52a8a784f9e31c57c742e993a0b9" - integrity sha1-yN765XyKUqinhPnjHFfHQumToLk= - dependencies: - commondir "^1.0.1" - mkdirp "^0.5.1" - pkg-dir "^1.0.0" - -find-cache-dir@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-1.0.0.tgz#9288e3e9e3cc3748717d39eade17cf71fc30ee6f" - integrity sha1-kojj6ePMN0hxfTnq3hfPcfww7m8= - dependencies: - commondir "^1.0.1" - make-dir "^1.0.0" - pkg-dir "^2.0.0" - -find-up@^1.0.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" - integrity sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8= - dependencies: - path-exists "^2.0.0" - pinkie-promise "^2.0.0" - find-up@^2.0.0, find-up@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" - integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c= + integrity "sha1-RdG35QbHF93UgndaK3eSCjwMV6c= sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==" dependencies: locate-path "^2.0.0" -flat-cache@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-2.0.1.tgz#5d296d6f04bda44a4630a301413bdbc2ec085ec0" - integrity sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA== +find-up@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73" + integrity "sha1-SRafHXmTQwZG2mHsxa41XCHJe3M= sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==" dependencies: - flatted "^2.0.0" - rimraf "2.6.3" - write "1.0.3" + locate-path "^3.0.0" -flatted@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138" - integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA== - -fn-name@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/fn-name/-/fn-name-2.0.1.tgz#5214d7537a4d06a4a301c0cc262feb84188002e7" - integrity sha1-UhTXU3pNBqSjAcDMJi/rhBiAAuc= - -for-in@^1.0.1, for-in@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" - integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= - -for-own@^0.1.4: - version "0.1.5" - resolved "https://registry.yarnpkg.com/for-own/-/for-own-0.1.5.tgz#5265c681a4f294dabbf17c9509b6763aa84510ce" - integrity sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4= +find-up@^4.0.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" + integrity "sha1-l6/n1s3AvFkoWEt8jXsW6KmqXRk= sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==" dependencies: - for-in "^1.0.1" + locate-path "^5.0.0" + path-exists "^4.0.0" -foreground-child@^1.5.3, foreground-child@^1.5.6: - version "1.5.6" - resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-1.5.6.tgz#4fd71ad2dfde96789b980a5c0a295937cb2f5ce9" - integrity sha1-T9ca0t/elnibmApcCilZN8svXOk= +find-up@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc" + integrity "sha1-TJKBnstwg1YeT0okCoa+UZj1Nvw= sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==" dependencies: - cross-spawn "^4" - signal-exit "^3.0.0" + locate-path "^6.0.0" + path-exists "^4.0.0" + +flat-cache@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11" + integrity "sha1-YbAzgwKy/p+Vfcwy/CqH8cMEixE= sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==" + dependencies: + flatted "^3.1.0" + rimraf "^3.0.2" + +flatted@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.1.tgz#c4b489e80096d9df1dfc97c79871aea7c617c469" + integrity "sha1-xLSJ6ACW2d8d/JfHmHGup8YXxGk= sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA==" + +foreground-child@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-2.0.0.tgz#71b32800c9f15aa8f2f83f4a6bd9bff35d861a53" + integrity "sha1-cbMoAMnxWqjy+D9Ka9m/812GGlM= sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==" + dependencies: + cross-spawn "^7.0.0" + signal-exit "^3.0.2" forever-agent@~0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" - integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= + integrity "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==" form-data@~2.3.2: version "2.3.3" resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6" - integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ== + integrity "sha1-3M5SwF9kTymManq5Nr1yTO/786Y= sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==" dependencies: asynckit "^0.4.0" combined-stream "^1.0.6" @@ -2838,131 +1799,102 @@ form-data@~2.3.2: format@^0.2.0: version "0.2.2" resolved "https://registry.yarnpkg.com/format/-/format-0.2.2.tgz#d6170107e9efdc4ed30c9dc39016df942b5cb58b" - integrity sha1-1hcBB+nv3E7TDJ3DkBbflCtctYs= + integrity "sha1-1hcBB+nv3E7TDJ3DkBbflCtctYs= sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==" forwarded@~0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz#98c23dab1175657b8c0573e8ceccd91b0ff18c84" - integrity sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ= - -fragment-cache@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" - integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= - dependencies: - map-cache "^0.2.2" + integrity "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ= sha512-Ua9xNhH0b8pwE3yRbFfXJvfdWF0UHNCdeyb2sbi9Ul/M+r3PTdrz7Cv4SCfZRMjmzEM9PhraqfZFbGTIg3OMyA==" fresh@0.5.2: version "0.5.2" resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" - integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= + integrity "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==" -fs-readdir-recursive@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz#e32fc030a2ccee44a6b5371308da54be0b397d27" - integrity sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA== +fs-extra@^9.1.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d" + integrity "sha1-WVRGDHZKjaIJS6NVS/g55rmnyG0= sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==" + dependencies: + at-least-node "^1.0.0" + graceful-fs "^4.2.0" + jsonfile "^6.0.1" + universalify "^2.0.0" fs.realpath@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" - integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= + integrity "sha1-FQStJSMVjKpA20onh8sBQRmU6k8= sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" -fsevents@^1.0.0, fsevents@^1.2.7: - version "1.2.13" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.13.tgz#f325cb0455592428bcf11b383370ef70e3bfcc38" - integrity sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw== - dependencies: - bindings "^1.5.0" - nan "^2.12.1" +fsevents@~2.3.1: + version "2.3.2" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" + integrity "sha1-ilJveLj99GI7cJ4Ll1xSwkwC/Ro= sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==" function-bind@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" - integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== - -function-name-support@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/function-name-support/-/function-name-support-0.2.0.tgz#55d3bfaa6eafd505a50f9bc81fdf57564a0bb071" - integrity sha1-VdO/qm6v1QWlD5vIH99XVkoLsHE= + integrity "sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0= sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" functional-red-black-tree@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" - integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= + integrity "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==" -get-caller-file@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a" - integrity sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w== +furi@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/furi/-/furi-2.0.0.tgz#13d85826a1af21acc691da6254b3888fc39f0b4a" + integrity "sha1-E9hYJqGvIazGkdpiVLOIj8OfC0o= sha512-uKuNsaU0WVaK/vmvj23wW1bicOFfyqSsAIH71bRZx8kA4Xj+YCHin7CJKJJjkIsmxYaPFLk9ljmjEyB7xF7WvQ==" + dependencies: + "@types/is-windows" "^1.0.0" + is-windows "^1.0.2" + +get-caller-file@^2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" + integrity "sha1-T5RBKoLbMvNuOwuXQfipf+sDH34= sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" get-intrinsic@^1.0.2, get-intrinsic@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6" - integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q== + integrity "sha1-FfWfN2+FXERpY5SPDSTNNje0q8Y= sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==" dependencies: function-bind "^1.1.1" has "^1.0.3" has-symbols "^1.0.1" -get-port@^3.0.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/get-port/-/get-port-3.2.0.tgz#dd7ce7de187c06c8bf353796ac71e099f0980ebc" - integrity sha1-3Xzn3hh8Bsi/NTeWrHHgmfCYDrw= +get-stream@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5" + integrity "sha1-wbJVV189wh1Zv8ec09K0axw6VLU= sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==" + dependencies: + pump "^3.0.0" -get-stdin@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe" - integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4= - -get-stdin@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-5.0.1.tgz#122e161591e21ff4c52530305693f20e6393a398" - integrity sha1-Ei4WFZHiH/TFJTAwVpPyDmOTo5g= - -get-stream@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" - integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ= - -get-value@^2.0.3, get-value@^2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" - integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= +get-stream@^5.1.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3" + integrity "sha1-SWaheV7lrOZecGxLe+txJX1uItM= sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==" + dependencies: + pump "^3.0.0" getpass@^0.1.1: version "0.1.7" resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa" - integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= + integrity "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==" dependencies: assert-plus "^1.0.0" -glob-base@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4" - integrity sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q= +glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@~5.1.0: + version "5.1.2" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" + integrity "sha1-hpgyxYA0/mikCTwX3BXoNA2EAcQ= sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" dependencies: - glob-parent "^2.0.0" - is-glob "^2.0.0" + is-glob "^4.0.1" -glob-parent@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-2.0.0.tgz#81383d72db054fcccf5336daa902f182f6edbb28" - integrity sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg= - dependencies: - is-glob "^2.0.0" - -glob-parent@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" - integrity sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4= - dependencies: - is-glob "^3.1.0" - path-dirname "^1.0.0" - -glob@^7.0.3, glob@^7.0.6, glob@^7.1.2, glob@^7.1.3: +glob@^7.1.3, glob@^7.1.4: version "7.1.6" resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" - integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== + integrity "sha1-FB8zuBp8JJLhJVlDB0gMRmeSeKY= sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==" dependencies: fs.realpath "^1.0.0" inflight "^1.0.4" @@ -2971,224 +1903,189 @@ glob@^7.0.3, glob@^7.0.6, glob@^7.1.2, glob@^7.1.3: once "^1.3.0" path-is-absolute "^1.0.0" -global-dirs@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445" - integrity sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU= +global-dirs@^2.0.1: + version "2.1.0" + resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-2.1.0.tgz#e9046a49c806ff04d6c1825e196c8f0091e8df4d" + integrity "sha1-6QRqScgG/wTWwYJeGWyPAJHo300= sha512-MG6kdOUh/xBnyo9cJFeIKkLEc1AyFq42QTU4XiX51i2NEdxLxLWXIjEjmqKeSuKR7pAZjTqUVoT2b2huxVLgYQ==" dependencies: - ini "^1.3.4" + ini "1.3.7" -globals@^11.1.0, globals@^11.7.0: - version "11.12.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" - integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== - -globals@^9.18.0: - version "9.18.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a" - integrity sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ== - -globby@^6.0.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c" - integrity sha1-9abXDoOV4hyFj7BInWTfAkJNUGw= +global-dirs@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-3.0.0.tgz#70a76fe84ea315ab37b1f5576cbde7d48ef72686" + integrity "sha1-cKdv6E6jFas3sfVXbL3n1I73JoY= sha512-v8ho2DS5RiCjftj1nD9NmnfaOzTdud7RRnVd9kFNOjqZbISlx5DQ+OrTkywgd0dIt7oFCvKetZSHoHcP3sDdiA==" dependencies: - array-union "^1.0.1" - glob "^7.0.3" - object-assign "^4.0.1" - pify "^2.0.0" - pinkie-promise "^2.0.0" + ini "2.0.0" -got@^6.7.1: - version "6.7.1" - resolved "https://registry.yarnpkg.com/got/-/got-6.7.1.tgz#240cd05785a9a18e561dc1b44b41c763ef1e8db0" - integrity sha1-JAzQV4WpoY5WHcG0S0HHY+8ejbA= +globals@^12.1.0: + version "12.4.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-12.4.0.tgz#a18813576a41b00a24a97e7f815918c2e19925f8" + integrity "sha1-oYgTV2pBsAokqX5/gVkYwuGZJfg= sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==" dependencies: - create-error-class "^3.0.0" + type-fest "^0.8.1" + +globals@^13.6.0: + version "13.8.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-13.8.0.tgz#3e20f504810ce87a8d72e55aecf8435b50f4c1b3" + integrity "sha1-PiD1BIEM6HqNcuVa7PhDW1D0wbM= sha512-rHtdA6+PDBIjeEvA91rpqzEvk/k3/i7EeNQiryiWuJH0Hw9cpyJMAt2jtbAwUaRdhD+573X4vWw6IcjKPasi9Q==" + dependencies: + type-fest "^0.20.2" + +globby@^11.0.1: + version "11.0.3" + resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb" + integrity "sha1-mx8MtSPhcd0a2MeyqftLZEuVk8s= sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==" + dependencies: + array-union "^2.1.0" + dir-glob "^3.0.1" + fast-glob "^3.1.1" + ignore "^5.1.4" + merge2 "^1.3.0" + slash "^3.0.0" + +got@^11.8.2: + version "11.8.2" + resolved "https://registry.yarnpkg.com/got/-/got-11.8.2.tgz#7abb3959ea28c31f3576f1576c1effce23f33599" + integrity "sha1-ers5Weoowx81dvFXbB7/ziPzNZk= sha512-D0QywKgIe30ODs+fm8wMZiAcZjypcCodPNuMz5H9Mny7RJ+IjJ10BdmGW7OM7fHXP+O7r6ZwapQ/YQmMSvB0UQ==" + dependencies: + "@sindresorhus/is" "^4.0.0" + "@szmarczak/http-timer" "^4.0.5" + "@types/cacheable-request" "^6.0.1" + "@types/responselike" "^1.0.0" + cacheable-lookup "^5.0.3" + cacheable-request "^7.0.1" + decompress-response "^6.0.0" + http2-wrapper "^1.0.0-beta.5.2" + lowercase-keys "^2.0.0" + p-cancelable "^2.0.0" + responselike "^2.0.0" + +got@^9.6.0: + version "9.6.0" + resolved "https://registry.yarnpkg.com/got/-/got-9.6.0.tgz#edf45e7d67f99545705de1f7bbeeeb121765ed85" + integrity "sha1-7fRefWf5lUVwXeH3u+7rEhdl7YU= sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==" + dependencies: + "@sindresorhus/is" "^0.14.0" + "@szmarczak/http-timer" "^1.1.2" + cacheable-request "^6.0.0" + decompress-response "^3.3.0" duplexer3 "^0.1.4" - get-stream "^3.0.0" - is-redirect "^1.0.0" - is-retry-allowed "^1.0.0" - is-stream "^1.0.0" - lowercase-keys "^1.0.0" - safe-buffer "^5.0.1" - timed-out "^4.0.0" - unzip-response "^2.0.1" - url-parse-lax "^1.0.0" + get-stream "^4.1.0" + lowercase-keys "^1.0.1" + mimic-response "^1.0.1" + p-cancelable "^1.0.0" + to-readable-stream "^1.0.0" + url-parse-lax "^3.0.0" -graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.4: +graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4: version "4.2.6" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee" - integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ== + integrity "sha1-/wQLKwhTsjw9MQJ1I3BvGIXXa+4= sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==" -graphql-markdown@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/graphql-markdown/-/graphql-markdown-4.1.0.tgz#fe5ea3ca42263efe2d32f3199ddd7806fb69a03f" - integrity sha512-u+ZxONwoFNRKxn3AYAsSZ4gfugyEIKa5Py6TqUa1VDQTEY8ruq25SaQf8BlH8vqoFPPOM+drQM7Y4n6h6XAkOQ== +graphql-markdown@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/graphql-markdown/-/graphql-markdown-6.0.0.tgz#e9b04b91a5c6305ff024e3796dd2f895e561f2fe" + integrity "sha1-6bBLkaXGMF/wJON5bdL4leVh8v4= sha512-VeTNRg8Qyzkki15n004qqUt4wGZrmxS8tIw2+2KhyUg0BrM1lR4RktXunPkxAMrEoHPQUa989KYJ9IJuD4A19A==" dependencies: - deep-diff "^1.0.1" - graphql "^0.13.2" + deep-diff "^1.0.2" + lodash.isplainobject "^4.0.6" minimist "^1.2.0" node-fetch "^2.2.0" resolve-from "^4.0.0" -graphql-relay@^0.5.5: - version "0.5.5" - resolved "https://registry.yarnpkg.com/graphql-relay/-/graphql-relay-0.5.5.tgz#d6815e6edd618e878d5d921c13fc66033ec867e2" - integrity sha1-1oFebt1hjoeNXZIcE/xmAz7IZ+I= - -graphql-tools@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-3.1.1.tgz#d593358f01e7c8b1671a17b70ddb034dea9dbc50" - integrity sha512-yHvPkweUB0+Q/GWH5wIG60bpt8CTwBklCSzQdEHmRUgAdEQKxw+9B7zB3dG7wB3Ym7M7lfrS4Ej+jtDZfA2UXg== +graphql-relay@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/graphql-relay/-/graphql-relay-0.6.0.tgz#18ec36b772cfcb3dbb9bd369c3f8004cf42c7b93" + integrity "sha1-GOw2t3LPyz27m9Npw/gATPQse5M= sha512-OVDi6C9/qOT542Q3KxZdXja3NrDvqzbihn1B44PH8P/c5s0Q90RyQwT6guhGqXqbYEH6zbeLJWjQqiYvcg2vVw==" dependencies: - apollo-link "^1.2.2" - apollo-utilities "^1.0.1" - deprecated-decorator "^0.1.6" - iterall "^1.1.3" - uuid "^3.1.0" + prettier "^1.16.0" -graphql@^0.13.2: - version "0.13.2" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.2.tgz#4c740ae3c222823e7004096f832e7b93b2108270" - integrity sha512-QZ5BL8ZO/B20VA8APauGBg3GyEgZ19eduvpLWoq5x7gMmWnHoy8rlQWPLmWgFvo1yNgjSEFMesmS4R6pPr7xog== - dependencies: - iterall "^1.2.1" - -handlebars@^4.0.3: - version "4.7.7" - resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1" - integrity sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA== - dependencies: - minimist "^1.2.5" - neo-async "^2.6.0" - source-map "^0.6.1" - wordwrap "^1.0.0" - optionalDependencies: - uglify-js "^3.1.4" +graphql@^15.5.0: + version "15.5.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.0.tgz#39d19494dbe69d1ea719915b578bf920344a69d5" + integrity "sha1-OdGUlNvmnR6nGZFbV4v5IDRKadU= sha512-OmaM7y0kaK31NKG31q4YbD2beNYa6jBBKtMFT6gLYJljHLJr42IqJ8KX08u3Li/0ifzTU5HjmoOOrwa5BRLeDA==" har-schema@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" - integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= + integrity "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==" har-validator@~5.1.3: version "5.1.5" resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.5.tgz#1f0803b9f8cb20c0fa13822df1ecddb36bde1efd" - integrity sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w== + integrity "sha1-HwgDufjLIMD6E4It8ezds2veHv0= sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==" dependencies: ajv "^6.12.3" har-schema "^2.0.0" -has-ansi@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" - integrity sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE= - dependencies: - ansi-regex "^2.0.0" - has-bigints@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113" - integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA== - -has-color@~0.1.0: - version "0.1.7" - resolved "https://registry.yarnpkg.com/has-color/-/has-color-0.1.7.tgz#67144a5260c34fc3cca677d041daf52fe7b78b2f" - integrity sha1-ZxRKUmDDT8PMpnfQQdr1L+e3iy8= - -has-flag@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa" - integrity sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo= - -has-flag@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51" - integrity sha1-6CB68cx7MNRGzHC3NLXovhj4jVE= + integrity "sha1-ZP5qywIGc+O3jbA1pa9pqp0HsRM= sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==" has-flag@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" - integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= + integrity "sha1-tdRU3CGZriJWmfNGfloH87lVuv0= sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" + +has-flag@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" + integrity "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s= sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" has-symbols@^1.0.1, has-symbols@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423" - integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw== + integrity "sha1-Fl0wcMADCXUqEjakeTMeOsVvFCM= sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==" -has-value@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" - integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8= - dependencies: - get-value "^2.0.3" - has-values "^0.1.4" - isobject "^2.0.0" - -has-value@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177" - integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= - dependencies: - get-value "^2.0.6" - has-values "^1.0.0" - isobject "^3.0.0" - -has-values@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771" - integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E= - -has-values@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f" - integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8= - dependencies: - is-number "^3.0.0" - kind-of "^4.0.0" - -has-yarn@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-yarn/-/has-yarn-1.0.0.tgz#89e25db604b725c8f5976fff0addc921b828a5a7" - integrity sha1-ieJdtgS3Jcj1l2//Ct3JIbgopac= +has-yarn@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/has-yarn/-/has-yarn-2.1.0.tgz#137e11354a7b5bf11aa5cb649cf0c6f3ff2b2e77" + integrity "sha1-E34RNUp7W/EapctknPDG8/8rLnc= sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==" has@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" - integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== + integrity "sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y= sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==" dependencies: function-bind "^1.1.1" -home-or-tmp@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8" - integrity sha1-42w/LSyufXRqhX440Y1fMqeILbg= - dependencies: - os-homedir "^1.0.0" - os-tmpdir "^1.0.1" - hosted-git-info@^2.1.4: version "2.8.9" resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" - integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== + integrity "sha1-3/wL+aIcAiCQkPKqaUKeFBTa8/k= sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" -htmlparser2@~3.9.2: - version "3.9.2" - resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.9.2.tgz#1bdf87acca0f3f9e53fa4fcceb0f4b4cbb00b338" - integrity sha1-G9+HrMoPP55T+k/M6w9LTLsAszg= +hosted-git-info@^4.0.1: + version "4.0.2" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.0.2.tgz#5e425507eede4fea846b7262f0838456c4209961" + integrity "sha1-XkJVB+7eT+qEa3Ji8IOEVsQgmWE= sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==" dependencies: - domelementtype "^1.3.0" - domhandler "^2.3.0" - domutils "^1.5.1" - entities "^1.1.1" - inherits "^2.0.1" - readable-stream "^2.0.2" + lru-cache "^6.0.0" + +html-escaper@^2.0.0: + version "2.0.2" + resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453" + integrity "sha1-39YAJ9o2o238viNiYsAKWCJoFFM= sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" + +htmlparser2@~4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-4.1.0.tgz#9a4ef161f2e4625ebf7dfbe6c0a2f52d18a59e78" + integrity "sha1-mk7xYfLkYl6/ffvmwKL1LRilnng= sha512-4zDq1a1zhE4gQso/c5LP1OtrhYTncXNSpvJYtWJBtXAETPlMfi3IFNjGuQbYLuVY4ZR0QMqRVvo4Pdy9KLyP8Q==" + dependencies: + domelementtype "^2.0.1" + domhandler "^3.0.0" + domutils "^2.0.0" + entities "^2.0.0" + +http-cache-semantics@^4.0.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390" + integrity "sha1-SekcXL82yblLz81xwj1SSex045A= sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==" http-errors@1.7.2: version "1.7.2" resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f" - integrity sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg== + integrity "sha1-T1ApzxMjnzEDblsuVSkrz7zIXI8= sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==" dependencies: depd "~1.1.2" inherits "2.0.3" @@ -3199,7 +2096,7 @@ http-errors@1.7.2: http-errors@1.7.3, http-errors@~1.7.2: version "1.7.3" resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06" - integrity sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw== + integrity "sha1-bGGeT5xgMIw4UZSYwU+7EKrOuwY= sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==" dependencies: depd "~1.1.2" inherits "2.0.4" @@ -3207,10 +2104,10 @@ http-errors@1.7.3, http-errors@~1.7.2: statuses ">= 1.5.0 < 2" toidentifier "1.0.0" -http-errors@^1.3.0: +http-errors@1.8.0: version "1.8.0" resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.8.0.tgz#75d1bbe497e1044f51e4ee9e704a62f28d336507" - integrity sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A== + integrity "sha1-ddG75JfhBE9R5O6ecEpi8o0zZQc= sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A==" dependencies: depd "~1.1.2" inherits "2.0.4" @@ -3221,53 +2118,56 @@ http-errors@^1.3.0: http-signature@~1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" - integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE= + integrity "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE= sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==" dependencies: assert-plus "^1.0.0" jsprim "^1.2.2" sshpk "^1.7.0" -hullabaloo-config-manager@^1.1.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/hullabaloo-config-manager/-/hullabaloo-config-manager-1.1.1.tgz#1d9117813129ad035fd9e8477eaf066911269fe3" - integrity sha512-ztKnkZV0TmxnumCDHHgLGNiDnotu4EHCp9YMkznWuo4uTtCyJ+cu+RNcxUeXYKTllpvLFWnbfWry09yzszgg+A== +http2-wrapper@^1.0.0-beta.5.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/http2-wrapper/-/http2-wrapper-1.0.3.tgz#b8f55e0c1f25d4ebd08b3b0c2c079f9590800b3d" + integrity "sha1-uPVeDB8l1OvQizsMLAeflZCACz0= sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==" dependencies: - dot-prop "^4.1.0" - es6-error "^4.0.2" - graceful-fs "^4.1.11" - indent-string "^3.1.0" - json5 "^0.5.1" - lodash.clonedeep "^4.5.0" - lodash.clonedeepwith "^4.5.0" - lodash.isequal "^4.5.0" - lodash.merge "^4.6.0" - md5-hex "^2.0.0" - package-hash "^2.0.0" - pkg-dir "^2.0.0" - resolve-from "^3.0.0" - safe-buffer "^5.0.1" + quick-lru "^5.1.1" + resolve-alpn "^1.0.0" -iconv-lite@0.4.24, iconv-lite@^0.4.24: +iconv-lite@0.4.24: version "0.4.24" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" - integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== + integrity "sha1-ICK0sl+93CHS9SSXSkdKr+czkIs= sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==" dependencies: safer-buffer ">= 2.1.2 < 3" -ignore-by-default@^1.0.0, ignore-by-default@^1.0.1: +ieee754@^1.1.13: + version "1.2.1" + resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" + integrity "sha1-jrehCmP/8l0VpXsAFYbRd9Gw01I= sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" + +ignore-by-default@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/ignore-by-default/-/ignore-by-default-1.0.1.tgz#48ca6d72f6c6a3af00a9ad4ae6876be3889e2b09" - integrity sha1-SMptcvbGo68Aqa1K5odr44ieKwk= + integrity "sha1-SMptcvbGo68Aqa1K5odr44ieKwk= sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==" -ignore@^4.0.2, ignore@^4.0.6: +ignore-by-default@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ignore-by-default/-/ignore-by-default-2.0.0.tgz#537092018540640459569fe7c8c7a408af581146" + integrity "sha1-U3CSAYVAZARZVp/nyMekCK9YEUY= sha512-+mQSgMRiFD3L3AOxLYOCxjIq4OnAmo5CIuC+lj5ehCJcPtV++QacEV7FdpzvYxH6DaOySWzQU6RR0lPLy37ckA==" + +ignore@^4.0.6: version "4.0.6" resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc" - integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== + integrity "sha1-dQ49tYYgh7RzfrrIIH/9HvJ7Jfw= sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==" -import-fresh@^3.0.0: +ignore@^5.1.1, ignore@^5.1.4: + version "5.1.8" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57" + integrity "sha1-8VCotQo0KJsz4i9YiavU2AFvDlc= sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==" + +import-fresh@^3.0.0, import-fresh@^3.2.1: version "3.3.0" resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" - integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== + integrity "sha1-NxYsJfy566oublPVtNiM4X2eDCs= sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==" dependencies: parent-module "^1.0.0" resolve-from "^4.0.0" @@ -3275,600 +2175,359 @@ import-fresh@^3.0.0: import-lazy@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43" - integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM= + integrity "sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM= sha512-m7ZEHgtw69qOGw+jwxXkHlrlIPdTGkyh66zXZ1ajZbxkDBNjSY/LGbmjc7h0s2ELsUDTAhFr55TrPSSqJGPG0A==" -import-local@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/import-local/-/import-local-0.1.1.tgz#b1179572aacdc11c6a91009fb430dbcab5f668a8" - integrity sha1-sReVcqrNwRxqkQCftDDbyrX2aKg= +import-local@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.0.2.tgz#a8cfd0431d1de4a2199703d003e3e62364fa6db6" + integrity "sha1-qM/QQx0d5KIZlwPQA+PmI2T6bbY= sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA==" dependencies: - pkg-dir "^2.0.0" - resolve-cwd "^2.0.0" + pkg-dir "^4.2.0" + resolve-cwd "^3.0.0" imurmurhash@^0.1.4: version "0.1.4" resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" - integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= + integrity "sha1-khi5srkoojixPcT7a21XbyMUU+o= sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" -indent-string@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-2.1.0.tgz#8e2d48348742121b4a8218b7a137e9a52049dc80" - integrity sha1-ji1INIdCEhtKghi3oTfppSBJ3IA= - dependencies: - repeating "^2.0.0" - -indent-string@^3.0.0, indent-string@^3.1.0, indent-string@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-3.2.0.tgz#4a5fd6d27cc332f37e5419a504dbb837105c9289" - integrity sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok= +indent-string@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251" + integrity "sha1-Yk+PRJfWGbLZdoUx1Y9BIoVNclE= sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" inflight@^1.0.4: version "1.0.6" resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" - integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= + integrity "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" dependencies: once "^1.3.0" wrappy "1" -inherits@2, inherits@2.0.4, inherits@^2.0.0, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.3: +inherits@2, inherits@2.0.4, inherits@^2.0.0, inherits@^2.0.3, inherits@^2.0.4: version "2.0.4" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" - integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== + integrity "sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w= sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" inherits@2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" - integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= + integrity "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==" -ini@^1.3.4, ini@~1.3.0: +ini@1.3.7: + version "1.3.7" + resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.7.tgz#a09363e1911972ea16d7a8851005d84cf09a9a84" + integrity "sha1-oJNj4ZEZcuoW16iFEAXYTPCamoQ= sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ==" + +ini@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ini/-/ini-2.0.0.tgz#e5fd556ecdd5726be978fa1001862eacb0a94bc5" + integrity "sha1-5f1Vbs3VcmvpePoQAYYurLCpS8U= sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==" + +ini@~1.3.0: version "1.3.8" resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" - integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== - -inquirer@^6.2.2: - version "6.5.2" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.2.tgz#ad50942375d036d327ff528c08bd5fab089928ca" - integrity sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ== - dependencies: - ansi-escapes "^3.2.0" - chalk "^2.4.2" - cli-cursor "^2.1.0" - cli-width "^2.0.0" - external-editor "^3.0.3" - figures "^2.0.0" - lodash "^4.17.12" - mute-stream "0.0.7" - run-async "^2.2.0" - rxjs "^6.4.0" - string-width "^2.1.0" - strip-ansi "^5.1.0" - through "^2.3.6" - -invariant@^2.2.0, invariant@^2.2.2: - version "2.2.4" - resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" - integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== - dependencies: - loose-envify "^1.0.0" - -invert-kv@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6" - integrity sha1-EEqOSqym09jNFXqO+L+rLXo//bY= + integrity "sha1-op2kJbSIBvNHZ6Tvzjlyaa8oQyw= sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" ipaddr.js@1.9.1: version "1.9.1" resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3" - integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== + integrity "sha1-v/OFQ+64mEglB5/zoqjmy9RngbM= sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" -irregular-plurals@^1.0.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/irregular-plurals/-/irregular-plurals-1.4.0.tgz#2ca9b033651111855412f16be5d77c62a458a766" - integrity sha1-LKmwM2UREYVUEvFr5dd8YqRYp2Y= - -is-accessor-descriptor@^0.1.6: - version "0.1.6" - resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" - integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= - dependencies: - kind-of "^3.0.2" - -is-accessor-descriptor@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656" - integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== - dependencies: - kind-of "^6.0.0" +irregular-plurals@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/irregular-plurals/-/irregular-plurals-3.2.0.tgz#b19c490a0723798db51b235d7e39add44dab0822" + integrity "sha1-sZxJCgcjeY21GyNdfjmt1E2rCCI= sha512-YqTdPLfwP7YFN0SsD3QUVCkm9ZG2VzOXv3DOrw5G5mkMbVwptTwVcFv7/C0vOpBmgTxAeTG19XpUs1E522LW9Q==" is-alphabetical@^1.0.0: version "1.0.4" resolved "https://registry.yarnpkg.com/is-alphabetical/-/is-alphabetical-1.0.4.tgz#9e7d6b94916be22153745d184c298cbf986a686d" - integrity sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg== + integrity "sha1-nn1rlJFr4iFTdF0YTCmMv5hqaG0= sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==" is-alphanumerical@^1.0.0: version "1.0.4" resolved "https://registry.yarnpkg.com/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz#7eb9a2431f855f6b1ef1a78e326df515696c4dbf" - integrity sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A== + integrity "sha1-frmiQx+FX2se8aeOMm31FWlsTb8= sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==" dependencies: is-alphabetical "^1.0.0" is-decimal "^1.0.0" -is-arguments@^1.0.4: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.0.tgz#62353031dfbee07ceb34656a6bde59efecae8dd9" - integrity sha512-1Ij4lOMPl/xB5kBDn7I+b2ttPMKa8szhEIrXDuXQD/oe3HJLTLhqhgGspwgyGd6MOywBUqVvYicF72lkgDnIHg== - dependencies: - call-bind "^1.0.0" - is-arrayish@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" - integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= + integrity "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" is-bigint@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.1.tgz#6923051dfcbc764278540b9ce0e6b3213aa5ebc2" - integrity sha512-J0ELF4yHFxHy0cmSxZuheDOz2luOdVvqjwmEcj8H/L1JHeuEDSDbeRP+Dk9kFVk5RTFzbucJ2Kb9F7ixY2QaCg== + integrity "sha1-aSMFHfy8dkJ4VAuc4OazITql68I= sha512-J0ELF4yHFxHy0cmSxZuheDOz2luOdVvqjwmEcj8H/L1JHeuEDSDbeRP+Dk9kFVk5RTFzbucJ2Kb9F7ixY2QaCg==" -is-binary-path@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898" - integrity sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg= +is-binary-path@~2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09" + integrity "sha1-6h9/O4DwZCNug0cPhsCcJU+0Wwk= sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==" dependencies: - binary-extensions "^1.0.0" + binary-extensions "^2.0.0" is-boolean-object@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.0.tgz#e2aaad3a3a8fca34c28f6eee135b156ed2587ff0" - integrity sha512-a7Uprx8UtD+HWdyYwnD1+ExtTgqQtD2k/1yJgtXP6wnMm8byhkoTZRl+95LLThpzNZJ5aEvi46cdH+ayMFRwmA== + integrity "sha1-4qqtOjqPyjTCj27uE1sVbtJYf/A= sha512-a7Uprx8UtD+HWdyYwnD1+ExtTgqQtD2k/1yJgtXP6wnMm8byhkoTZRl+95LLThpzNZJ5aEvi46cdH+ayMFRwmA==" dependencies: call-bind "^1.0.0" -is-buffer@^1.1.4, is-buffer@^1.1.5: +is-buffer@^1.1.4: version "1.1.6" resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" - integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== + integrity "sha1-76ouqdqg16suoTqXsritUf776L4= sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" is-callable@^1.1.4, is-callable@^1.2.3: version "1.2.3" resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e" - integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ== + integrity "sha1-ix4FALc6HXbHBIdjbzaOUZ3o244= sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==" -is-ci@^1.0.10, is-ci@^1.0.7: - version "1.2.1" - resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c" - integrity sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg== +is-ci@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c" + integrity "sha1-a8YzQYGBDgS1wis9WJ/cpVAmQEw= sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==" dependencies: - ci-info "^1.5.0" + ci-info "^2.0.0" is-core-module@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a" - integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ== + integrity "sha1-lwN+89UiJNhRY/VZeytj2a/tmBo= sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==" dependencies: has "^1.0.3" -is-data-descriptor@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" - integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= - dependencies: - kind-of "^3.0.2" - -is-data-descriptor@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7" - integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== - dependencies: - kind-of "^6.0.0" - is-date-object@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.2.tgz#bda736f2cd8fd06d32844e7743bfa7494c3bfd7e" - integrity sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g== + integrity "sha1-vac28s2P0G0yhE53Q7+nSUw7/X4= sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==" is-decimal@^1.0.0: version "1.0.4" resolved "https://registry.yarnpkg.com/is-decimal/-/is-decimal-1.0.4.tgz#65a3a5958a1c5b63a706e1b333d7cd9f630d3fa5" - integrity sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw== + integrity "sha1-ZaOllYocW2OnBuGzM9fNn2MNP6U= sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==" -is-descriptor@^0.1.0: - version "0.1.6" - resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca" - integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== - dependencies: - is-accessor-descriptor "^0.1.6" - is-data-descriptor "^0.1.4" - kind-of "^5.0.0" - -is-descriptor@^1.0.0, is-descriptor@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec" - integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== - dependencies: - is-accessor-descriptor "^1.0.0" - is-data-descriptor "^1.0.0" - kind-of "^6.0.2" - -is-dotfile@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/is-dotfile/-/is-dotfile-1.0.3.tgz#a6a2f32ffd2dfb04f5ca25ecd0f6b83cf798a1e1" - integrity sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE= - -is-equal-shallow@^0.1.3: - version "0.1.3" - resolved "https://registry.yarnpkg.com/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz#2238098fc221de0bcfa5d9eac4c45d638aa1c534" - integrity sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ= - dependencies: - is-primitive "^2.0.0" - -is-error@^2.2.0: +is-error@^2.2.2: version "2.2.2" resolved "https://registry.yarnpkg.com/is-error/-/is-error-2.2.2.tgz#c10ade187b3c93510c5470a5567833ee25649843" - integrity sha512-IOQqts/aHWbiisY5DuPJQ0gcbvaLFCa7fBa9xoLfxBZvQ+ZI/Zh9xoI7Gk+G64N0FdK4AbibytHht2tWgpJWLg== + integrity "sha1-wQreGHs8k1EMVHClVngz7iVkmEM= sha512-IOQqts/aHWbiisY5DuPJQ0gcbvaLFCa7fBa9xoLfxBZvQ+ZI/Zh9xoI7Gk+G64N0FdK4AbibytHht2tWgpJWLg==" -is-extendable@^0.1.0, is-extendable@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" - integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= - -is-extendable@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4" - integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== - dependencies: - is-plain-object "^2.0.4" - -is-extglob@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0" - integrity sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA= - -is-extglob@^2.1.0, is-extglob@^2.1.1: +is-extglob@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" - integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= - -is-finite@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.1.0.tgz#904135c77fb42c0641d6aa1bcdbc4daa8da082f3" - integrity sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w== - -is-fullwidth-code-point@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb" - integrity sha1-754xOG8DGn8NZDr4L95QxFfvAMs= - dependencies: - number-is-nan "^1.0.0" + integrity "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" is-fullwidth-code-point@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" - integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= + integrity "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==" -is-generator-fn@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-1.0.0.tgz#969d49e1bb3329f6bb7f09089be26578b2ddd46a" - integrity sha1-lp1J4bszKfa7fwkIm+JleLLd1Go= +is-fullwidth-code-point@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" + integrity "sha1-8Rb4Bk/pCz94RKOJl8C3UFEmnx0= sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" -is-glob@^2.0.0, is-glob@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863" - integrity sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM= - dependencies: - is-extglob "^1.0.0" - -is-glob@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" - integrity sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo= - dependencies: - is-extglob "^2.1.0" - -is-glob@^4.0.0: +is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc" - integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== + integrity "sha1-dWfb6fL14kZ7x3q4PEopSCQHpdw= sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==" dependencies: is-extglob "^2.1.1" is-hexadecimal@^1.0.0: version "1.0.4" resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz#cc35c97588da4bd49a8eedd6bc4082d44dcb23a7" - integrity sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw== + integrity "sha1-zDXJdYjaS9Saju3WvECC1E3LI6c= sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==" -is-installed-globally@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.1.0.tgz#0dfd98f5a9111716dd535dda6492f67bf3d25a80" - integrity sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA= +is-installed-globally@^0.3.1: + version "0.3.2" + resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.3.2.tgz#fd3efa79ee670d1187233182d5b0a1dd00313141" + integrity "sha1-/T76ee5nDRGHIzGC1bCh3QAxMUE= sha512-wZ8x1js7Ia0kecP/CHM/3ABkAmujX7WPvQk6uu3Fly/Mk44pySulQpnHG46OMjHGXApINnV4QhY3SWnECO2z5g==" dependencies: - global-dirs "^0.1.0" - is-path-inside "^1.0.0" + global-dirs "^2.0.1" + is-path-inside "^3.0.1" + +is-installed-globally@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.4.0.tgz#9a0fd407949c30f86eb6959ef1b7994ed0b7b520" + integrity "sha1-mg/UB5ScMPhutpWe8beZTtC3tSA= sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==" + dependencies: + global-dirs "^3.0.0" + is-path-inside "^3.0.2" + +is-interactive@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e" + integrity "sha1-zqbmrlyHCnsKAAQHC3tYfgJSkS4= sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==" is-negative-zero@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24" - integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w== + integrity "sha1-PedGwY3aIxkkGlNnWQjY92bxHCQ= sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==" -is-npm@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4" - integrity sha1-8vtjpl5JBbQGyGBydloaTceTufQ= +is-npm@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-4.0.0.tgz#c90dd8380696df87a7a6d823c20d0b12bbe3c84d" + integrity "sha1-yQ3YOAaW34enptgjwg0LErvjyE0= sha512-96ECIfh9xtDDlPylNPXhzjsykHsMJZ18ASpaWzQyBr4YRTcVjUvzaHayDAES2oU/3KpljhHUjtSRNiDwi0F0ig==" + +is-npm@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-5.0.0.tgz#43e8d65cc56e1b67f8d47262cf667099193f45a8" + integrity "sha1-Q+jWXMVuG2f41HJiz2ZwmRk/Rag= sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==" is-number-object@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.4.tgz#36ac95e741cf18b283fc1ddf5e83da798e3ec197" - integrity sha512-zohwelOAur+5uXtk8O3GPQ1eAcu4ZX3UwxQhUlfFFMNpUd83gXgjbhJh6HmB6LUNV/ieOLQuDwJO3dWJosUeMw== + integrity "sha1-NqyV50HPGLKD/B3fXoPaeY4+wZc= sha512-zohwelOAur+5uXtk8O3GPQ1eAcu4ZX3UwxQhUlfFFMNpUd83gXgjbhJh6HmB6LUNV/ieOLQuDwJO3dWJosUeMw==" -is-number@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f" - integrity sha1-Afy7s5NGOlSPL0ZszhbezknbkI8= - dependencies: - kind-of "^3.0.2" +is-number@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" + integrity "sha1-dTU0W4lnNNX4DE0GxQlVUnoU8Ss= sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" -is-number@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" - integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= - dependencies: - kind-of "^3.0.2" +is-obj@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982" + integrity "sha1-Rz+wXZc3BeP9liBUUBjKjiLvSYI= sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==" -is-number@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-4.0.0.tgz#0026e37f5454d73e356dfe6564699867c6a7f0ff" - integrity sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ== +is-path-cwd@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb" + integrity "sha1-Z9Q7gmZKe1GR/ZEZEn6zAASKn9s= sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==" -is-obj@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f" - integrity sha1-PkcprB9f3gJc19g6iW2rn09n2w8= +is-path-inside@^3.0.1, is-path-inside@^3.0.2: + version "3.0.3" + resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283" + integrity "sha1-0jE2LlOgf/Kw4Op/7QSRYf/RYoM= sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==" -is-observable@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/is-observable/-/is-observable-0.2.0.tgz#b361311d83c6e5d726cabf5e250b0237106f5ae2" - integrity sha1-s2ExHYPG5dcmyr9eJQsCNxBvWuI= - dependencies: - symbol-observable "^0.2.2" - -is-observable@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-observable/-/is-observable-1.1.0.tgz#b3e986c8f44de950867cab5403f5a3465005975e" - integrity sha512-NqCa4Sa2d+u7BWc6CukaObG3Fh+CU9bvixbpcXYhy2VvYS7vVGIdAgnIS5Ks3A/cqk4rebLJ9s8zBstT2aKnIA== - dependencies: - symbol-observable "^1.1.0" - -is-path-inside@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-1.0.1.tgz#8ef5b7de50437a3fdca6b4e865ef7aa55cb48036" - integrity sha1-jvW33lBDej/cprToZe96pVy0gDY= - dependencies: - path-is-inside "^1.0.1" - -is-plain-obj@^1.0.0, is-plain-obj@^1.1.0: +is-plain-obj@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" - integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4= + integrity "sha1-caUMhCnfync8kqOQpKA7OfzVHT4= sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==" -is-plain-object@^2.0.3, is-plain-object@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" - integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== - dependencies: - isobject "^3.0.1" +is-plain-object@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344" + integrity "sha1-RCf1CrNCnpAl6n1S6QQ6nvQVk0Q= sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==" -is-posix-bracket@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4" - integrity sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q= +is-promise@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-4.0.0.tgz#42ff9f84206c1991d26debf520dd5c01042dd2f3" + integrity "sha1-Qv+fhCBsGZHSbev1IN1cAQQt0vM= sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==" -is-primitive@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-primitive/-/is-primitive-2.0.0.tgz#207bab91638499c07b2adf240a41a87210034575" - integrity sha1-IHurkWOEmcB7Kt8kCkGochADRXU= - -is-promise@^2.1.0: - version "2.2.2" - resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.2.2.tgz#39ab959ccbf9a774cf079f7b40c7a26f763135f1" - integrity sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ== - -is-redirect@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24" - integrity sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ= - -is-regex@^1.0.4, is-regex@^1.1.2: +is-regex@^1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.2.tgz#81c8ebde4db142f2cf1c53fc86d6a45788266251" - integrity sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg== + integrity "sha1-gcjr3k2xQvLPHFP8htakV4gmYlE= sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg==" dependencies: call-bind "^1.0.2" has-symbols "^1.0.1" -is-retry-allowed@^1.0.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz#d778488bd0a4666a3be8a1482b9f2baafedea8b4" - integrity sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg== - -is-stream@^1.0.0, is-stream@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" - integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= +is-stream@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3" + integrity "sha1-venDJoDW+uBBKdasnZIc54FfeOM= sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==" is-string@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6" - integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ== + integrity "sha1-QEk+0ZjvP/R3uMf5L2ROyCpc06Y= sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==" is-symbol@^1.0.2, is-symbol@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937" - integrity sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ== + integrity "sha1-OOEBS55jKb4N6dJKQU/XRB7GGTc= sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==" dependencies: has-symbols "^1.0.1" -is-typedarray@~1.0.0: +is-typedarray@^1.0.0, is-typedarray@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" - integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= + integrity "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" -is-url@^1.2.1: - version "1.2.4" - resolved "https://registry.yarnpkg.com/is-url/-/is-url-1.2.4.tgz#04a4df46d28c4cff3d73d01ff06abeb318a1aa52" - integrity sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww== - -is-utf8@^0.2.0, is-utf8@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" - integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI= +is-unicode-supported@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7" + integrity "sha1-PybHaoCVk7Ur+i7LVxDtJ3m1Iqc= sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==" is-whitespace-character@^1.0.0: version "1.0.4" resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz#0858edd94a95594c7c9dd0b5c174ec6e45ee4aa7" - integrity sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w== + integrity "sha1-CFjt2UqVWUx8ndC1wXTsbkXuSqc= sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==" is-windows@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" - integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== + integrity "sha1-0YUOuXkezRjmGCzhKjDzlmNLsZ0= sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" is-word-character@^1.0.0: version "1.0.4" resolved "https://registry.yarnpkg.com/is-word-character/-/is-word-character-1.0.4.tgz#ce0e73216f98599060592f62ff31354ddbeb0230" - integrity sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA== + integrity "sha1-zg5zIW+YWZBgWS9i/zE1TdvrAjA= sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==" + +is-yarn-global@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/is-yarn-global/-/is-yarn-global-0.3.0.tgz#d502d3382590ea3004893746754c89139973e232" + integrity "sha1-1QLTOCWQ6jAEiTdGdUyJE5lz4jI= sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==" isarray@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf" - integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8= + integrity "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8= sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==" -isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: +isarray@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" - integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= + integrity "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" isexe@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" - integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= - -isobject@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" - integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= - dependencies: - isarray "1.0.0" - -isobject@^3.0.0, isobject@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" - integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= + integrity "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" isstream@~0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" - integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= + integrity "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==" -istanbul-lib-coverage@^1.2.0, istanbul-lib-coverage@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-1.2.1.tgz#ccf7edcd0a0bb9b8f729feeb0930470f9af664f0" - integrity sha512-PzITeunAgyGbtY1ibVIUiV679EFChHjoMNRibEIobvmrCRaIgwLxNucOSimtNWUhEib/oO7QY2imD75JVgCJWQ== +istanbul-lib-coverage@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz#f5944a37c70b550b02a78a5c3b2055b280cec8ec" + integrity "sha1-9ZRKN8cLVQsCp4pcOyBVsoDOyOw= sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==" -istanbul-lib-coverage@^2.0.1: - version "2.0.5" - resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz#675f0ab69503fad4b1d849f736baaca803344f49" - integrity sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA== - -istanbul-lib-hook@^1.1.0: - version "1.2.2" - resolved "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-1.2.2.tgz#bc6bf07f12a641fbf1c85391d0daa8f0aea6bf86" - integrity sha512-/Jmq7Y1VeHnZEQ3TL10VHyb564mn6VrQXHchON9Jf/AEcmQ3ZIiyD1BVzNOKTZf/G3gE+kiGK6SmpF9y3qGPLw== +istanbul-lib-report@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#7518fe52ea44de372f460a76b5ecda9ffb73d8a6" + integrity "sha1-dRj+UupE3jcvRgp2tezan/tz2KY= sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==" dependencies: - append-transform "^0.4.0" + istanbul-lib-coverage "^3.0.0" + make-dir "^3.0.0" + supports-color "^7.1.0" -istanbul-lib-instrument@^1.10.1: - version "1.10.2" - resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.10.2.tgz#1f55ed10ac3c47f2bdddd5307935126754d0a9ca" - integrity sha512-aWHxfxDqvh/ZlxR8BBaEPVSWDPUkGD63VjGQn3jcw8jCp7sHEMKcrj4xfJn/ABzdMEHiQNyvDQhqm5o8+SQg7A== +istanbul-reports@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.0.2.tgz#d593210e5000683750cb09fc0644e4b6e27fd53b" + integrity "sha1-1ZMhDlAAaDdQywn8BkTktuJ/1Ts= sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==" dependencies: - babel-generator "^6.18.0" - babel-template "^6.16.0" - babel-traverse "^6.18.0" - babel-types "^6.18.0" - babylon "^6.18.0" - istanbul-lib-coverage "^1.2.1" - semver "^5.3.0" - -istanbul-lib-instrument@^2.1.0: - version "2.3.2" - resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-2.3.2.tgz#b287cbae2b5f65f3567b05e2e29b275eaf92d25e" - integrity sha512-l7TD/VnBsIB2OJvSyxaLW/ab1+92dxZNH9wLH7uHPPioy3JZ8tnx2UXUdKmdkgmP2EFPzg64CToUP6dAS3U32Q== - dependencies: - "@babel/generator" "7.0.0-beta.51" - "@babel/parser" "7.0.0-beta.51" - "@babel/template" "7.0.0-beta.51" - "@babel/traverse" "7.0.0-beta.51" - "@babel/types" "7.0.0-beta.51" - istanbul-lib-coverage "^2.0.1" - semver "^5.5.0" - -istanbul-lib-report@^1.1.3: - version "1.1.5" - resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-1.1.5.tgz#f2a657fc6282f96170aaf281eb30a458f7f4170c" - integrity sha512-UsYfRMoi6QO/doUshYNqcKJqVmFe9w51GZz8BS3WB0lYxAllQYklka2wP9+dGZeHYaWIdcXUx8JGdbqaoXRXzw== - dependencies: - istanbul-lib-coverage "^1.2.1" - mkdirp "^0.5.1" - path-parse "^1.0.5" - supports-color "^3.1.2" - -istanbul-lib-source-maps@^1.2.5: - version "1.2.6" - resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.6.tgz#37b9ff661580f8fca11232752ee42e08c6675d8f" - integrity sha512-TtbsY5GIHgbMsMiRw35YBHGpZ1DVFEO19vxxeiDMYaeOFOCzfnYVxvl6pOUIZR4dtPhAGpSMup8OyF8ubsaqEg== - dependencies: - debug "^3.1.0" - istanbul-lib-coverage "^1.2.1" - mkdirp "^0.5.1" - rimraf "^2.6.1" - source-map "^0.5.3" - -istanbul-reports@^1.4.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-1.5.1.tgz#97e4dbf3b515e8c484caea15d6524eebd3ff4e1a" - integrity sha512-+cfoZ0UXzWjhAdzosCPP3AN8vvef8XDkWtTfgaN+7L3YTpNYITnCaEkceo5SEYy644VkHka/P1FvkWvrG/rrJw== - dependencies: - handlebars "^4.0.3" - -iterall@^1.1.3, iterall@^1.2.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.3.0.tgz#afcb08492e2915cbd8a0884eb93a8c94d0d72fea" - integrity sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg== - -jest-docblock@^21.0.0: - version "21.2.0" - resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-21.2.0.tgz#51529c3b30d5fd159da60c27ceedc195faf8d414" - integrity sha512-5IZ7sY9dBAYSV+YjQ0Ovb540Ku7AO9Z5o2Cg789xj167iQuZ2cG+z0f3Uct6WeYLbU6aQiM2pCs7sZ+4dotydw== + html-escaper "^2.0.0" + istanbul-lib-report "^3.0.0" js-string-escape@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/js-string-escape/-/js-string-escape-1.0.1.tgz#e2625badbc0d67c7533e9edc1068c587ae4137ef" - integrity sha1-4mJbrbwNZ8dTPp7cEGjFh65BN+8= + integrity "sha1-4mJbrbwNZ8dTPp7cEGjFh65BN+8= sha512-Smw4xcfIQ5LVjAOuJCvN/zIodzA/BBSsluuoSykP+lUvScIi4U6RJLfwHet5cxFnCswUjISV8oAXaqaJDY3chg==" -js-tokens@^3.0.0, js-tokens@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b" - integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls= - -"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: +js-tokens@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" - integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== + integrity "sha1-GSA/tZmR35jjoocFDUZHzerzJJk= sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" -js-yaml@^3.10.0, js-yaml@^3.13.0, js-yaml@^3.13.1: +js-yaml@^3.13.1, js-yaml@^3.14.0: version "3.14.1" resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537" - integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== + integrity "sha1-2ugS/bOCX6MGYJqHFzg8UMNqBTc= sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==" dependencies: argparse "^1.0.7" esprima "^4.0.0" @@ -3876,64 +2535,85 @@ js-yaml@^3.10.0, js-yaml@^3.13.0, js-yaml@^3.13.1: jsbn@~0.1.0: version "0.1.1" resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" - integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM= + integrity "sha1-peZUwuWi3rXyAdls77yoDA7y9RM= sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==" -jsesc@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b" - integrity sha1-RsP+yMGJKxKwgz25vHYiF226s0s= +json-buffer@3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898" + integrity "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg= sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==" -jsesc@^2.5.1: - version "2.5.2" - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" - integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== +json-buffer@3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13" + integrity "sha1-kziAKjDTtmBfvgYT4JQAjKjAWhM= sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" -jsesc@~0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" - integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= - -json-parse-better-errors@^1.0.1: +json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" - integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== + integrity "sha1-u4Z8+zRQ5pEHwTHRxRS6s9yLyqk= sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==" + +json-parse-even-better-errors@^2.3.0: + version "2.3.1" + resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" + integrity "sha1-fEeAWpQxmSjgV3dAXcEuH3pO4C0= sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" json-schema-traverse@^0.4.1: version "0.4.1" resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" - integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== + integrity "sha1-afaofZUTq4u4/mO9sJecRI5oRmA= sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + +json-schema-traverse@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2" + integrity "sha1-rnvLNlard6c7pcSb9lTzjmtoYOI= sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" json-schema@0.2.3: version "0.2.3" resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" - integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM= + integrity "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM= sha512-a3xHnILGMtk+hDOqNwHzF6e2fNbiMrXZvxKQiEv2MlgQP+pjIOzqAmKYD2mDpXYE/44M7g+n9p2bKkYWDUcXCQ==" json-stable-stringify-without-jsonify@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" - integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE= + integrity "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE= sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==" -json-stringify-safe@~5.0.1: +json-stable-stringify@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af" + integrity "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8= sha512-i/J297TW6xyj7sDFa7AmBPkQvLIxWr2kKPWI26tXydnZrzVAocNqn5DMNT1Mzk0vit1V5UkRM7C1KdVNp7Lmcg==" + dependencies: + jsonify "~0.0.0" + +json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" - integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= - -json5@^0.5.1: - version "0.5.1" - resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821" - integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE= + integrity "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==" json5@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe" - integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== + integrity "sha1-d5+wAYYE+oVOrL9iUhgNg1Q+Pb4= sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==" dependencies: minimist "^1.2.0" +jsonfile@^6.0.1: + version "6.1.0" + resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae" + integrity "sha1-vFWyY0eTxnnsZAMJTrE2mKbsCq4= sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==" + dependencies: + universalify "^2.0.0" + optionalDependencies: + graceful-fs "^4.1.6" + +jsonify@~0.0.0: + version "0.0.0" + resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" + integrity "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM= sha512-trvBk1ki43VZptdBI5rIlG4YOzyeH/WefQt5rj1grasPn4iiZWKet8nkgc4GlsAylaztn0qZfUYOiTsASJFdNA==" + jsprim@^1.2.2: version "1.4.1" resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2" - integrity sha1-MT5mvB5cwG5Di8G3SZwuXFastqI= + integrity "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI= sha512-4Dj8Rf+fQ+/Pn7C5qeEX02op1WfOss3PKTE9Nsop3Dx+6UPxlm1dr/og7o2cRa5hNN07CACr4NFzRLtj/rjWog==" dependencies: assert-plus "1.0.0" extsprintf "1.3.0" @@ -3943,508 +2623,358 @@ jsprim@^1.2.2: just-extend@^4.0.2: version "4.2.1" resolved "https://registry.yarnpkg.com/just-extend/-/just-extend-4.2.1.tgz#ef5e589afb61e5d66b24eca749409a8939a8c744" - integrity sha512-g3UB796vUFIY90VIv/WX3L2c8CS2MdWUww3CNrYmqza1Fg0DURc2K/O4YrnklBdQarSJ/y8JnJYDGc+1iumQjg== + integrity "sha1-715Ymvth5dZrJOynSUCaiTmox0Q= sha512-g3UB796vUFIY90VIv/WX3L2c8CS2MdWUww3CNrYmqza1Fg0DURc2K/O4YrnklBdQarSJ/y8JnJYDGc+1iumQjg==" -kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: - version "3.2.2" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" - integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= - dependencies: - is-buffer "^1.1.5" - -kind-of@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" - integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc= - dependencies: - is-buffer "^1.1.5" - -kind-of@^5.0.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d" - integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== - -kind-of@^6.0.0, kind-of@^6.0.2: - version "6.0.3" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" - integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== - -last-line-stream@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/last-line-stream/-/last-line-stream-1.0.0.tgz#d1b64d69f86ff24af2d04883a2ceee14520a5600" - integrity sha1-0bZNafhv8kry0EiDos7uFFIKVgA= - dependencies: - through2 "^2.0.0" - -latest-version@^3.0.0: +keyv@^3.0.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-3.1.0.tgz#a205383fea322b33b5ae3b18abee0dc2f356ee15" - integrity sha1-ogU4P+oyKzO1rjsYq+4NwvNW7hU= + resolved "https://registry.yarnpkg.com/keyv/-/keyv-3.1.0.tgz#ecc228486f69991e49e9476485a5be1e8fc5c4d9" + integrity "sha1-7MIoSG9pmR5J6UdkhaW+Ho/FxNk= sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==" dependencies: - package-json "^4.0.0" + json-buffer "3.0.0" -lcid@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/lcid/-/lcid-1.0.0.tgz#308accafa0bc483a3867b4b6f2b9506251d1b835" - integrity sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU= +keyv@^4.0.0: + version "4.0.3" + resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.0.3.tgz#4f3aa98de254803cafcd2896734108daa35e4254" + integrity "sha1-TzqpjeJUgDyvzSiWc0EI2qNeQlQ= sha512-zdGa2TOpSZPq5mU6iowDARnMBZgtCqJ11dJROFi6tg6kTn4nuUdU09lFyLFSaHrWqpIJ+EBq4E8/Dc0Vx5vLdA==" dependencies: - invert-kv "^1.0.0" + json-buffer "3.0.1" + +latest-version@^5.0.0, latest-version@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-5.1.0.tgz#119dfe908fe38d15dfa43ecd13fa12ec8832face" + integrity "sha1-EZ3+kI/jjRXfpD7NE/oS7Igy+s4= sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==" + dependencies: + package-json "^6.3.0" lcov-parse@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/lcov-parse/-/lcov-parse-1.0.0.tgz#eb0d46b54111ebc561acb4c408ef9363bdc8f7e0" - integrity sha1-6w1GtUER68VhrLTECO+TY73I9+A= + integrity "sha1-6w1GtUER68VhrLTECO+TY73I9+A= sha512-aprLII/vPzuQvYZnDRU78Fns9I2Ag3gi4Ipga/hxnVMCZC8DnR2nI7XBqrPoywGfxqIx/DgarGvDJZAD3YBTgQ==" -levenshtein@1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/levenshtein/-/levenshtein-1.0.2.tgz#cd02e8b32075645ddcf5d059e02efa918f9fb3ec" - integrity sha1-zQLosyB1ZF3c9dBZ4C76kY+fs+w= - -levn@^0.3.0, levn@~0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee" - integrity sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4= +levn@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz#ae4562c007473b932a6200d403268dd2fffc6ade" + integrity "sha1-rkViwAdHO5MqYgDUAyaN0v/8at4= sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==" dependencies: - prelude-ls "~1.1.2" - type-check "~0.3.2" + prelude-ls "^1.2.1" + type-check "~0.4.0" -load-json-file@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0" - integrity sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA= - dependencies: - graceful-fs "^4.1.2" - parse-json "^2.2.0" - pify "^2.0.0" - pinkie-promise "^2.0.0" - strip-bom "^2.0.0" +lines-and-columns@^1.1.6: + version "1.1.6" + resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" + integrity "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= sha512-8ZmlJFVK9iCmtLz19HpSsR8HaAMWBT284VMNednLwlIMDP2hJDCIhUp0IZ2xUcZ+Ob6BM0VvCSJwzASDM45NLQ==" load-json-file@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-2.0.0.tgz#7947e42149af80d696cbf797bcaabcfe1fe29ca8" - integrity sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg= + integrity "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg= sha512-3p6ZOGNbiX4CdvEd1VcE6yi78UrGNpjHO33noGwHCnT/o2fyllJDepsm8+mFFv/DvtwFHht5HIHSyOy5a+ChVQ==" dependencies: graceful-fs "^4.1.2" parse-json "^2.2.0" pify "^2.0.0" strip-bom "^3.0.0" -load-json-file@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b" - integrity sha1-L19Fq5HjMhYjT9U62rZo607AmTs= +load-json-file@^5.2.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-5.3.0.tgz#4d3c1e01fa1c03ea78a60ac7af932c9ce53403f3" + integrity "sha1-TTweAfocA+p4pgrHr5MsnOU0A/M= sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw==" dependencies: - graceful-fs "^4.1.2" + graceful-fs "^4.1.15" parse-json "^4.0.0" - pify "^3.0.0" + pify "^4.0.1" strip-bom "^3.0.0" + type-fest "^0.3.0" locate-path@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e" - integrity sha1-K1aLJl7slExtnA3pw9u7ygNUzY4= + integrity "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4= sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==" dependencies: p-locate "^2.0.0" path-exists "^3.0.0" +locate-path@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e" + integrity "sha1-2+w7OrdZdYBxtY/ln8QYca8hQA4= sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==" + dependencies: + p-locate "^3.0.0" + path-exists "^3.0.0" + +locate-path@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0" + integrity "sha1-Gvujlq/WdqbUJQTQpno6frn2KqA= sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==" + dependencies: + p-locate "^4.1.0" + +locate-path@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286" + integrity "sha1-VTIeswn+u8WcSAHZMackUqaB0oY= sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" + dependencies: + p-locate "^5.0.0" + lodash.clonedeep@^4.5.0: version "4.5.0" resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef" - integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8= + integrity "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8= sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==" -lodash.clonedeepwith@^4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/lodash.clonedeepwith/-/lodash.clonedeepwith-4.5.0.tgz#6ee30573a03a1a60d670a62ef33c10cf1afdbdd4" - integrity sha1-buMFc6A6GmDWcKYu8zwQzxr9vdQ= - -lodash.debounce@^4.0.3: - version "4.0.8" - resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" - integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168= - -lodash.difference@^4.3.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/lodash.difference/-/lodash.difference-4.5.0.tgz#9ccb4e505d486b91651345772885a2df27fd017c" - integrity sha1-nMtOUF1Ia5FlE0V3KIWi3yf9AXw= - -lodash.flatten@^4.2.0: +lodash.flatten@^4.4.0: version "4.4.0" resolved "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f" - integrity sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8= - -lodash.flattendeep@^4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2" - integrity sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI= + integrity "sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8= sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==" lodash.get@^4.4.2: version "4.4.2" resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99" - integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk= + integrity "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk= sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==" -lodash.isequal@^4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0" - integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA= +lodash.isplainobject@^4.0.6: + version "4.0.6" + resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" + integrity "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs= sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==" -lodash.merge@^4.6.0: - version "4.6.2" - resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" - integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== +lodash.set@^4.3.2: + version "4.3.2" + resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23" + integrity "sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM= sha512-4hNPN5jlm/N/HLMCO43v8BXKq9Z7QdAGc/VGrRD61w8gN9g/6jF9A4L1pbUgBLCffi0w9VsXfTOij5x8iTyFvg==" -lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0: +lodash.truncate@^4.4.2: + version "4.4.2" + resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193" + integrity "sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM= sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==" + +lodash@^4.17.15, lodash@^4.17.20, lodash@^4.17.21: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" - integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== + integrity "sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw= sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" log-driver@^1.2.7: version "1.2.7" resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.7.tgz#63b95021f0702fedfa2c9bb0a24e7797d71871d8" - integrity sha512-U7KCmLdqsGHBLeWqYlFA0V0Sl6P08EE1ZrmA9cxjUE0WVqT9qnyVDPz1kzpFEP0jdJuFnasWIfSd7fsaNXkpbg== + integrity "sha1-Y7lQIfBwL+36LJuwok53l9cYcdg= sha512-U7KCmLdqsGHBLeWqYlFA0V0Sl6P08EE1ZrmA9cxjUE0WVqT9qnyVDPz1kzpFEP0jdJuFnasWIfSd7fsaNXkpbg==" -lolex@^2.7.5: - version "2.7.5" - resolved "https://registry.yarnpkg.com/lolex/-/lolex-2.7.5.tgz#113001d56bfc7e02d56e36291cc5c413d1aa0733" - integrity sha512-l9x0+1offnKKIzYVjyXU2SiwhXDLekRzKyhnbyldPHvC7BvLPVpdNUNR2KeMAiCN2D/kLNttZgQD5WjSxuBx3Q== - -lolex@^5.0.1: - version "5.1.2" - resolved "https://registry.yarnpkg.com/lolex/-/lolex-5.1.2.tgz#953694d098ce7c07bc5ed6d0e42bc6c0c6d5a367" - integrity sha512-h4hmjAvHTmd+25JSwrtTIuwbKdwg5NzZVRMLn9saij4SZaepCrTCxPr35H/3bjwfMJtN+t3CX8672UIkglz28A== +log-symbols@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503" + integrity "sha1-P727lbRoOsn8eFER55LlWNSr1QM= sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==" dependencies: - "@sinonjs/commons" "^1.7.0" + chalk "^4.1.0" + is-unicode-supported "^0.1.0" -loose-envify@^1.0.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" - integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== +lower-case@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-2.0.2.tgz#6fa237c63dbdc4a82ca0fd882e4722dc5e634e28" + integrity "sha1-b6I3xj29xKgsoP2ILkci3F5jTig= sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==" dependencies: - js-tokens "^3.0.0 || ^4.0.0" + tslib "^2.0.3" -loud-rejection@^1.0.0, loud-rejection@^1.2.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f" - integrity sha1-W0b4AUft7leIcPCG0Eghz5mOVR8= - dependencies: - currently-unhandled "^0.4.1" - signal-exit "^3.0.0" - -lowercase-keys@^1.0.0: +lowercase-keys@^1.0.0, lowercase-keys@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.1.tgz#6f9e30b47084d971a7c820ff15a6c5167b74c26f" - integrity sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA== + integrity "sha1-b54wtHCE2XGnyCD/FabFFnt0wm8= sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==" -lru-cache@^4.0.1, lru-cache@^4.1.3: - version "4.1.5" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd" - integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g== +lowercase-keys@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479" + integrity "sha1-JgPni3tLAAbLyi+8yKMgJVislHk= sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==" + +lru-cache@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" + integrity "sha1-bW/mVw69lqr5D8rR2vo7JWbbOpQ= sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==" dependencies: - pseudomap "^1.0.2" - yallist "^2.1.2" + yallist "^4.0.0" -make-dir@^1.0.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c" - integrity sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ== +make-dir@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f" + integrity "sha1-QV6WcEazp/HRhSd9hKpYIDcmoT8= sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==" dependencies: - pify "^3.0.0" + semver "^6.0.0" -map-cache@^0.2.2: - version "0.2.2" - resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" - integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= - -map-obj@^1.0.0, map-obj@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" - integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0= - -map-visit@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" - integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= +map-age-cleaner@^0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz#7d583a7306434c055fe474b0f45078e6e1b4b92a" + integrity "sha1-fVg6cwZDTAVf5HSw9FB45uG0uSo= sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==" dependencies: - object-visit "^1.0.0" + p-defer "^1.0.0" markdown-escapes@^1.0.0: version "1.0.4" resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.4.tgz#c95415ef451499d7602b91095f3c8e8975f78535" - integrity sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg== + integrity "sha1-yVQV70UUmddgK5EJXzyOiXX3hTU= sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==" -matcher@^1.0.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/matcher/-/matcher-1.1.1.tgz#51d8301e138f840982b338b116bb0c09af62c1c2" - integrity sha512-+BmqxWIubKTRKNWx/ahnCkk3mG8m7OturVlqq6HiojGJTd5hVYbgZm6WzcYPCoB+KBT4Vd6R7WSRG2OADNaCjg== +matcher@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/matcher/-/matcher-3.0.0.tgz#bd9060f4c5b70aa8041ccc6f80368760994f30ca" + integrity "sha1-vZBg9MW3CqgEHMxvgDaHYJlPMMo= sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==" dependencies: - escape-string-regexp "^1.0.4" + escape-string-regexp "^4.0.0" -math-random@^1.0.1: - version "1.0.4" - resolved "https://registry.yarnpkg.com/math-random/-/math-random-1.0.4.tgz#5dd6943c938548267016d4e34f057583080c514c" - integrity sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A== - -md5-hex@^1.2.0, md5-hex@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/md5-hex/-/md5-hex-1.3.0.tgz#d2c4afe983c4370662179b8cad145219135046c4" - integrity sha1-0sSv6YPENwZiF5uMrRRSGRNQRsQ= +md5-hex@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/md5-hex/-/md5-hex-3.0.1.tgz#be3741b510591434b2784d79e556eefc2c9a8e5c" + integrity "sha1-vjdBtRBZFDSyeE155Vbu/Cyajlw= sha512-BUiRtTtV39LIJwinWBjqVsU9xhdnz7/i889V859IBFpuqGAj6LuOvHv5XLbgZ2R7ptJoJaEcxkv88/h25T7Ciw==" dependencies: - md5-o-matic "^0.1.1" - -md5-hex@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/md5-hex/-/md5-hex-2.0.0.tgz#d0588e9f1c74954492ecd24ac0ac6ce997d92e33" - integrity sha1-0FiOnxx0lUSS7NJKwKxs6ZfZLjM= - dependencies: - md5-o-matic "^0.1.1" - -md5-o-matic@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/md5-o-matic/-/md5-o-matic-0.1.1.tgz#822bccd65e117c514fab176b25945d54100a03c3" - integrity sha1-givM1l4RfFFPqxdrJZRdVBAKA8M= + blueimp-md5 "^2.10.0" media-typer@0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" - integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= + integrity "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==" -mem@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/mem/-/mem-1.1.0.tgz#5edd52b485ca1d900fe64895505399a0dfa45f76" - integrity sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y= +mem@^8.0.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/mem/-/mem-8.1.0.tgz#445e47827fb757a4e5f35b0a6a62743cbfdc0a0d" + integrity "sha1-RF5Hgn+3V6Tl81sKamJ0PL/cCg0= sha512-FIkgXo0kTi3XpvaznV5Muk6Y6w8SkdmRXcY7ZLonQesuYezp59UooLxAVBcGuN6PH2tXN84mR3vyzSc6oSMUfA==" dependencies: - mimic-fn "^1.0.0" - -meow@^3.7.0: - version "3.7.0" - resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb" - integrity sha1-cstmi0JSKCkKu/qFaJJYcwioAfs= - dependencies: - camelcase-keys "^2.0.0" - decamelize "^1.1.2" - loud-rejection "^1.0.0" - map-obj "^1.0.1" - minimist "^1.1.3" - normalize-package-data "^2.3.4" - object-assign "^4.0.1" - read-pkg-up "^1.0.1" - redent "^1.0.0" - trim-newlines "^1.0.0" + map-age-cleaner "^0.1.3" + mimic-fn "^3.1.0" merge-descriptors@1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" - integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E= + integrity "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E= sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==" -merge-source-map@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/merge-source-map/-/merge-source-map-1.1.0.tgz#2fdde7e6020939f70906a68f2d7ae685e4c8c646" - integrity sha512-Qkcp7P2ygktpMPh2mCQZaf3jhN6D3Z/qVZHSdWvQ+2Ef5HgRAPBO57A77+ENm0CPx2+1Ce/MYKi3ymqdfuqibw== - dependencies: - source-map "^0.6.1" +merge2@^1.3.0: + version "1.4.1" + resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" + integrity "sha1-Q2iJL4hekHRVpv19xVwMnUBJkK4= sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" methods@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" - integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= + integrity "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==" -micromatch@^2.1.5, micromatch@^2.3.11: - version "2.3.11" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565" - integrity sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU= +micromatch@^4.0.2: + version "4.0.4" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9" + integrity "sha1-iW1Rnf6dsl/OlM63pQCRm/iB6/k= sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==" dependencies: - arr-diff "^2.0.0" - array-unique "^0.2.1" - braces "^1.8.2" - expand-brackets "^0.1.4" - extglob "^0.3.1" - filename-regex "^2.0.0" - is-extglob "^1.0.0" - is-glob "^2.0.1" - kind-of "^3.0.2" - normalize-path "^2.0.1" - object.omit "^2.0.0" - parse-glob "^3.0.4" - regex-cache "^0.4.2" - -micromatch@^3.1.10, micromatch@^3.1.4: - version "3.1.10" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" - integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== - dependencies: - arr-diff "^4.0.0" - array-unique "^0.3.2" - braces "^2.3.1" - define-property "^2.0.2" - extend-shallow "^3.0.2" - extglob "^2.0.4" - fragment-cache "^0.2.1" - kind-of "^6.0.2" - nanomatch "^1.2.9" - object.pick "^1.3.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.2" + braces "^3.0.1" + picomatch "^2.2.3" mime-db@1.47.0, "mime-db@>= 1.43.0 < 2": version "1.47.0" resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.47.0.tgz#8cb313e59965d3c05cfbf898915a267af46a335c" - integrity sha512-QBmA/G2y+IfeS4oktet3qRZ+P5kPhCKRXxXnQEudYqUaEioAU1/Lq2us3D/t1Jfo4hE9REQPrbB7K5sOczJVIw== - -mime-db@~1.30.0: - version "1.30.0" - resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.30.0.tgz#74c643da2dd9d6a45399963465b26d5ca7d71f01" - integrity sha1-dMZD2i3Z1qRTmZY0ZbJtXKfXHwE= - -mime-types@2.1.17: - version "2.1.17" - resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.17.tgz#09d7a393f03e995a79f8af857b70a9e0ab16557a" - integrity sha1-Cdejk/A+mVp5+K+Fe3Cp4KsWVXo= - dependencies: - mime-db "~1.30.0" + integrity "sha1-jLMT5Zll08Bc+/iYkVomevRqM1w= sha512-QBmA/G2y+IfeS4oktet3qRZ+P5kPhCKRXxXnQEudYqUaEioAU1/Lq2us3D/t1Jfo4hE9REQPrbB7K5sOczJVIw==" mime-types@^2.1.12, mime-types@~2.1.19, mime-types@~2.1.24: version "2.1.30" resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.30.tgz#6e7be8b4c479825f85ed6326695db73f9305d62d" - integrity sha512-crmjA4bLtR8m9qLpHvgxSChT+XoSlZi8J4n/aIdn3z92e/U47Z0V/yl+Wh9W046GgFVAmoNR/fmdbZYcSSIUeg== + integrity "sha1-bnvotMR5gl+F7WMmaV23P5MF1i0= sha512-crmjA4bLtR8m9qLpHvgxSChT+XoSlZi8J4n/aIdn3z92e/U47Z0V/yl+Wh9W046GgFVAmoNR/fmdbZYcSSIUeg==" dependencies: mime-db "1.47.0" mime@1.6.0: version "1.6.0" resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" - integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== + integrity "sha1-Ms2eXGRVO9WNGaVor0Uqz/BJgbE= sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" -mimic-fn@^1.0.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022" - integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ== +mimic-fn@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" + integrity "sha1-ftLCzMyvhNP/y3pptXcR/CCDQBs= sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" -minimatch@^3.0.0, minimatch@^3.0.4: +mimic-fn@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-3.1.0.tgz#65755145bbf3e36954b949c16450427451d5ca74" + integrity "sha1-ZXVRRbvz42lUuUnBZFBCdFHVynQ= sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==" + +mimic-response@^1.0.0, mimic-response@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b" + integrity "sha1-SSNTiHju9CBjy4o+OweYeBSHqxs= sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==" + +mimic-response@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz#2d1d59af9c1b129815accc2c46a022a5ce1fa3c9" + integrity "sha1-LR1Zr5wbEpgVrMwsRqAipc4fo8k= sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==" + +minimatch@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" - integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== + integrity "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM= sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==" dependencies: brace-expansion "^1.1.7" -minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5, minimist@~1.2.0: +minimist@^1.2.0, minimist@^1.2.5, minimist@~1.2.5: version "1.2.5" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" - integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== - -mixin-deep@^1.2.0: - version "1.3.2" - resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566" - integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== - dependencies: - for-in "^1.0.2" - is-extendable "^1.0.1" - -mkdirp@^0.5.0, mkdirp@^0.5.1: - version "0.5.5" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" - integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== - dependencies: - minimist "^1.2.5" + integrity "sha1-Z9ZgFLZqaoqqDAg8X9WN9OTpdgI= sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" ms@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" - integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= + integrity "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" ms@2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a" - integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg== + integrity "sha1-MKWGTrPrsKZvLr5tcnrwagnYbgo= sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" ms@2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" - integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== + integrity "sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk= sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" -ms@^2.0.0, ms@^2.1.1: +ms@^2.1.1, ms@^2.1.3: version "2.1.3" resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" - integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== - -multimatch@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/multimatch/-/multimatch-2.1.0.tgz#9c7906a22fb4c02919e2f5f75161b4cdbd4b2a2b" - integrity sha1-nHkGoi+0wCkZ4vX3UWG0zb1LKis= - dependencies: - array-differ "^1.0.0" - array-union "^1.0.1" - arrify "^1.0.0" - minimatch "^3.0.0" - -mute-stream@0.0.7: - version "0.0.7" - resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab" - integrity sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s= - -nan@^2.12.1: - version "2.14.2" - resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz#f5376400695168f4cc694ac9393d0c9585eeea19" - integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ== - -nanomatch@^1.2.9: - version "1.2.13" - resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" - integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== - dependencies: - arr-diff "^4.0.0" - array-unique "^0.3.2" - define-property "^2.0.2" - extend-shallow "^3.0.2" - fragment-cache "^0.2.1" - is-windows "^1.0.2" - kind-of "^6.0.2" - object.pick "^1.3.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" + integrity "sha1-V0yBOM4dK1hh8LRFedut1gxmFbI= sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" natural-compare@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" - integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= + integrity "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" negotiator@0.6.2: version "0.6.2" resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb" - integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== + integrity "sha1-/qz3zPUlp3rpY0Q2pkiD/+yjRvs= sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==" -neo-async@^2.6.0: - version "2.6.2" - resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" - integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== - -nice-try@^1.0.4: - version "1.0.5" - resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" - integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== - -nise@^1.4.5: - version "1.5.3" - resolved "https://registry.yarnpkg.com/nise/-/nise-1.5.3.tgz#9d2cfe37d44f57317766c6e9408a359c5d3ac1f7" - integrity sha512-Ymbac/94xeIrMf59REBPOv0thr+CJVFMhrlAkW/gjCIE58BGQdCj0x7KRCb3yz+Ga2Rz3E9XXSvUyyxqqhjQAQ== +nise@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/nise/-/nise-4.1.0.tgz#8fb75a26e90b99202fa1e63f448f58efbcdedaf6" + integrity "sha1-j7daJukLmSAvoeY/RI9Y77ze2vY= sha512-eQMEmGN/8arp0xsvGoQ+B1qvSkR73B1nWSCh7nOt5neMCtwcQVYQGdzQMhcNscktTsWB54xnlSQFzOAPJD8nXA==" dependencies: - "@sinonjs/formatio" "^3.2.1" + "@sinonjs/commons" "^1.7.0" + "@sinonjs/fake-timers" "^6.0.0" "@sinonjs/text-encoding" "^0.7.1" just-extend "^4.0.2" - lolex "^5.0.1" path-to-regexp "^1.7.0" +no-case@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/no-case/-/no-case-3.0.4.tgz#d361fd5c9800f558551a8369fc0dcd4662b6124d" + integrity "sha1-02H9XJgA9VhVGoNp/A3NRmK2Ek0= sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==" + dependencies: + lower-case "^2.0.2" + tslib "^2.0.3" + +nock@^13.0.11: + version "13.0.11" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.11.tgz#ba733252e720897ca50033205c39db0c7470f331" + integrity "sha1-unMyUucgiXylADMgXDnbDHRw8zE= sha512-sKZltNkkWblkqqPAsjYW0bm3s9DcHRPiMOyKO/PkfJ+ANHZ2+LA2PLe22r4lLrKgXaiSaDQwW3qGsJFtIpQIeQ==" + dependencies: + debug "^4.1.0" + json-stringify-safe "^5.0.1" + lodash.set "^4.3.2" + propagate "^2.0.0" + node-fetch@^2.2.0: version "2.6.1" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" - integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== + integrity "sha1-BFvTI2Mfdu0uK1VXM5RBa2OaAFI= sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" -nodemon@^1.18.3: - version "1.19.4" - resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.19.4.tgz#56db5c607408e0fdf8920d2b444819af1aae0971" - integrity sha512-VGPaqQBNk193lrJFotBU8nvWZPqEZY2eIzymy2jjY0fJ9qIsxA0sxQ8ATPl0gZC645gijYEc1jtZvpS8QWzJGQ== +nodemon@^2.0.7: + version "2.0.7" + resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.7.tgz#6f030a0a0ebe3ea1ba2a38f71bf9bab4841ced32" + integrity "sha1-bwMKCg6+PqG6Kjj3G/m6tIQc7TI= sha512-XHzK69Awgnec9UzHr1kc8EomQh4sjTQ8oRf8TsGrSmHDx9/UmiGG9E/mM3BuTfNeFwdNBvrqQq/RHL0xIeyFOA==" dependencies: - chokidar "^2.1.8" + chokidar "^3.2.2" debug "^3.2.6" ignore-by-default "^1.0.1" minimatch "^3.0.4" @@ -4452,303 +2982,265 @@ nodemon@^1.18.3: semver "^5.7.1" supports-color "^5.5.0" touch "^3.1.0" - undefsafe "^2.0.2" - update-notifier "^2.5.0" + undefsafe "^2.0.3" + update-notifier "^4.1.0" nopt@~1.0.10: version "1.0.10" resolved "https://registry.yarnpkg.com/nopt/-/nopt-1.0.10.tgz#6ddd21bd2a31417b92727dd585f8a6f37608ebee" - integrity sha1-bd0hvSoxQXuScn3Vhfim83YI6+4= + integrity "sha1-bd0hvSoxQXuScn3Vhfim83YI6+4= sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==" dependencies: abbrev "1" -normalize-package-data@^2.3.2, normalize-package-data@^2.3.4: +normalize-package-data@^2.3.2, normalize-package-data@^2.5.0: version "2.5.0" resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" - integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== + integrity "sha1-5m2xg4sgDB38IzIl0SyzZSDiNKg= sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==" dependencies: hosted-git-info "^2.1.4" resolve "^1.10.0" semver "2 || 3 || 4 || 5" validate-npm-package-license "^3.0.1" -normalize-path@^2.0.0, normalize-path@^2.0.1, normalize-path@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" - integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= +normalize-package-data@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-3.0.2.tgz#cae5c410ae2434f9a6c1baa65d5bc3b9366c8699" + integrity "sha1-yuXEEK4kNPmmwbqmXVvDuTZshpk= sha512-6CdZocmfGaKnIHPVFhJJZ3GuR8SsLKvDANFp47Jmy51aKIr8akjAWTSxtpI+MBgBFdSMRyo4hMpDlT6dTffgZg==" dependencies: - remove-trailing-separator "^1.0.1" + hosted-git-info "^4.0.1" + resolve "^1.20.0" + semver "^7.3.4" + validate-npm-package-license "^3.0.1" -normalize-path@^3.0.0: +normalize-path@^3.0.0, normalize-path@~3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" - integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== + integrity "sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU= sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" -npm-run-path@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" - integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8= - dependencies: - path-key "^2.0.0" - -number-is-nan@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" - integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= - -nyc@^12.0.2: - version "12.0.2" - resolved "https://registry.yarnpkg.com/nyc/-/nyc-12.0.2.tgz#8a4a4ed690966c11ec587ff87eea0c12c974ba99" - integrity sha1-ikpO1pCWbBHsWH/4fuoMEsl0upk= - dependencies: - archy "^1.0.0" - arrify "^1.0.1" - caching-transform "^1.0.0" - convert-source-map "^1.5.1" - debug-log "^1.0.1" - default-require-extensions "^1.0.0" - find-cache-dir "^0.1.1" - find-up "^2.1.0" - foreground-child "^1.5.3" - glob "^7.0.6" - istanbul-lib-coverage "^1.2.0" - istanbul-lib-hook "^1.1.0" - istanbul-lib-instrument "^2.1.0" - istanbul-lib-report "^1.1.3" - istanbul-lib-source-maps "^1.2.5" - istanbul-reports "^1.4.1" - md5-hex "^1.2.0" - merge-source-map "^1.1.0" - micromatch "^3.1.10" - mkdirp "^0.5.0" - resolve-from "^2.0.0" - rimraf "^2.6.2" - signal-exit "^3.0.1" - spawn-wrap "^1.4.2" - test-exclude "^4.2.0" - yargs "11.1.0" - yargs-parser "^8.0.0" +normalize-url@^4.1.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.0.tgz#453354087e6ca96957bd8f5baf753f5982142129" + integrity "sha1-RTNUCH5sqWlXvY9br3U/WYIUISk= sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==" oauth-sign@~0.9.0: version "0.9.0" resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" - integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== + integrity "sha1-R6ewFrqmi1+g7PPe4IqFxnmsZFU= sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==" -object-assign@^4, object-assign@^4.0.1, object-assign@^4.1.0: +object-assign@^4: version "4.1.1" resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" - integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= + integrity "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==" -object-copy@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" - integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw= - dependencies: - copy-descriptor "^0.1.0" - define-property "^0.2.5" - kind-of "^3.0.3" +object-hash@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.1.1.tgz#9447d0279b4fcf80cff3259bf66a1dc73afabe09" + integrity "sha1-lEfQJ5tPz4DP8yWb9modxzr6vgk= sha512-VOJmgmS+7wvXf8CjbQmimtCnEx3IAoLxI3fp2fbWehxrWBcAQFbk+vcwb6vzR0VZv/eNCJ/27j151ZTwqW/JeQ==" object-inspect@^1.9.0: version "1.9.0" resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a" - integrity sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw== - -object-is@^1.0.1: - version "1.1.5" - resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac" - integrity sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" + integrity "sha1-yQUh104RJ7ZyZt7TOUrWEWmGUzo= sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw==" object-keys@^1.0.12, object-keys@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" - integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== - -object-visit@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" - integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= - dependencies: - isobject "^3.0.0" + integrity "sha1-HEfyct8nfzsdrwYWd9nILiMixg4= sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" object.assign@^4.1.2: version "4.1.2" resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940" - integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ== + integrity "sha1-DtVKNC7Os3s4/3brgxoOeIy2OUA= sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==" dependencies: call-bind "^1.0.0" define-properties "^1.1.3" has-symbols "^1.0.1" object-keys "^1.1.1" -object.omit@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa" - integrity sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo= - dependencies: - for-own "^0.1.4" - is-extendable "^0.1.1" - -object.pick@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" - integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= - dependencies: - isobject "^3.0.1" - object.values@^1.1.1: version "1.1.3" resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.3.tgz#eaa8b1e17589f02f698db093f7c62ee1699742ee" - integrity sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw== + integrity "sha1-6qix4XWJ8C9pjbCT98Yu4WmXQu4= sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw==" dependencies: call-bind "^1.0.2" define-properties "^1.1.3" es-abstract "^1.18.0-next.2" has "^1.0.3" -observable-to-promise@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/observable-to-promise/-/observable-to-promise-0.5.0.tgz#c828f0f0dc47e9f86af8a4977c5d55076ce7a91f" - integrity sha1-yCjw8NxH6fhq+KSXfF1VB2znqR8= - dependencies: - is-observable "^0.2.0" - symbol-observable "^1.0.4" - on-finished@~2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" - integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= + integrity "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==" dependencies: ee-first "1.1.1" on-headers@~1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f" - integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA== + integrity "sha1-dysK5qqlJcOZ5Imt+tkMQD6zwo8= sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==" -once@^1.3.0: +once@^1.3.0, once@^1.3.1, once@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" - integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= + integrity "sha1-WDsap3WWHUsROsF9nFC6753Xa9E= sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" dependencies: wrappy "1" -onetime@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/onetime/-/onetime-2.0.1.tgz#067428230fd67443b2794b22bba528b6867962d4" - integrity sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ= +onetime@^5.1.0: + version "5.1.2" + resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" + integrity "sha1-0Oluu1awdHbfHdnEgG5SN5hcpF4= sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==" dependencies: - mimic-fn "^1.0.0" + mimic-fn "^2.1.0" -option-chain@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/option-chain/-/option-chain-1.0.0.tgz#938d73bd4e1783f948d34023644ada23669e30f2" - integrity sha1-k41zvU4Xg/lI00AjZEraI2aeMPI= - -optionator@^0.8.2: - version "0.8.3" - resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495" - integrity sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA== +optionator@^0.9.1: + version "0.9.1" + resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz#4f236a6373dae0566a6d43e1326674f50c291499" + integrity "sha1-TyNqY3Pa4FZqbUPhMmZ09QwpFJk= sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==" dependencies: - deep-is "~0.1.3" - fast-levenshtein "~2.0.6" - levn "~0.3.0" - prelude-ls "~1.1.2" - type-check "~0.3.2" - word-wrap "~1.2.3" + deep-is "^0.1.3" + fast-levenshtein "^2.0.6" + levn "^0.4.1" + prelude-ls "^1.2.1" + type-check "^0.4.0" + word-wrap "^1.2.3" -os-homedir@^1.0.0, os-homedir@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" - integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= +ora@^5.2.0: + version "5.4.0" + resolved "https://registry.yarnpkg.com/ora/-/ora-5.4.0.tgz#42eda4855835b9cd14d33864c97a3c95a3f56bf4" + integrity "sha1-Qu2khVg1uc0U0zhkyXo8laP1a/Q= sha512-1StwyXQGoU6gdjYkyVcqOLnVlbKj+6yPNNOxJVgpt9t4eksKjiriiHuxktLYkgllwk+D6MbC4ihH84L1udRXPg==" + dependencies: + bl "^4.1.0" + chalk "^4.1.0" + cli-cursor "^3.1.0" + cli-spinners "^2.5.0" + is-interactive "^1.0.0" + is-unicode-supported "^0.1.0" + log-symbols "^4.1.0" + strip-ansi "^6.0.0" + wcwidth "^1.0.1" -os-locale@^2.0.0: +p-cancelable@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-1.1.0.tgz#d078d15a3af409220c886f1d9a0ca2e441ab26cc" + integrity "sha1-0HjRWjr0CSIMiG8dmgyi5EGrJsw= sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==" + +p-cancelable@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-2.1.0.tgz#42bc2900a6b5b8bd17376c8e882b65afccf24bf2" - integrity sha512-3sslG3zJbEYcaC4YVAvDorjGxc7tv6KVATnLPZONiljsUncvihe9BQoVCEs0RZ1kmf4Hk9OBqlZfJZWI4GanKA== - dependencies: - execa "^0.7.0" - lcid "^1.0.0" - mem "^1.1.0" + resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-2.1.0.tgz#4d51c3b91f483d02a0d300765321fca393d758dd" + integrity "sha1-TVHDuR9IPQKg0wB2UyH8o5PXWN0= sha512-HAZyB3ZodPo+BDpb4/Iu7Jv4P6cSazBz9ZM0ChhEXp70scx834aWCEjQRwgt41UzzejUAPdbqqONfRWTPYrPAQ==" -os-tmpdir@^1.0.1, os-tmpdir@~1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" - integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= +p-defer@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c" + integrity "sha1-n26xgvbJqozXQwBKfU+WsZaw+ww= sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==" -output-file-sync@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/output-file-sync/-/output-file-sync-1.1.2.tgz#d0a33eefe61a205facb90092e826598d5245ce76" - integrity sha1-0KM+7+YaIF+suQCS6CZZjVJFznY= +p-event@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/p-event/-/p-event-4.2.0.tgz#af4b049c8acd91ae81083ebd1e6f5cae2044c1b5" + integrity "sha1-r0sEnIrNka6BCD69Hm9criBEwbU= sha512-KXatOjCRXXkSePPb1Nbi0p0m+gQAwdlbhi4wQKJPI1HsMQS9g+Sqp2o+QHziPr7eYJyOZet836KoHEVM1mwOrQ==" dependencies: - graceful-fs "^4.1.4" - mkdirp "^0.5.1" - object-assign "^4.1.0" + p-timeout "^3.1.0" p-finally@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" - integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= + integrity "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==" p-limit@^1.1.0: version "1.3.0" resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8" - integrity sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q== + integrity "sha1-uGvV8MJWkJEcdZD8v8IBDVSzzLg= sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==" dependencies: p-try "^1.0.0" +p-limit@^2.0.0, p-limit@^2.2.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" + integrity "sha1-PdM8ZHohT9//2DWTPrCG2g3CHbE= sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==" + dependencies: + p-try "^2.0.0" + +p-limit@^3.0.2: + version "3.1.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b" + integrity "sha1-4drMvnjQ0TiMoYxk/qOOPlfjcGs= sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" + dependencies: + yocto-queue "^0.1.0" + p-locate@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43" - integrity sha1-IKAQOyIqcMj9OcwuWAaA893l7EM= + integrity "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM= sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==" dependencies: p-limit "^1.1.0" +p-locate@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4" + integrity "sha1-Mi1poFwCZLJZl9n0DNiokasAZKQ= sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==" + dependencies: + p-limit "^2.0.0" + +p-locate@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07" + integrity "sha1-o0KLtwiLOmApL2aRkni3wpetTwc= sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==" + dependencies: + p-limit "^2.2.0" + +p-locate@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834" + integrity "sha1-g8gxXGeFAF470CGDlBHJ4RDm2DQ= sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==" + dependencies: + p-limit "^3.0.2" + +p-map@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b" + integrity "sha1-uy+Vpe2i7BaOySdOBqdHw+KQTSs= sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==" + dependencies: + aggregate-error "^3.0.0" + +p-timeout@^3.1.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-3.2.0.tgz#c7e17abc971d2a7962ef83626b35d635acf23dfe" + integrity "sha1-x+F6vJcdKnli74NiazXWNazyPf4= sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==" + dependencies: + p-finally "^1.0.0" + p-try@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" - integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M= + integrity "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M= sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==" -package-hash@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/package-hash/-/package-hash-1.2.0.tgz#003e56cd57b736a6ed6114cc2b81542672770e44" - integrity sha1-AD5WzVe3NqbtYRTMK4FUJnJ3DkQ= - dependencies: - md5-hex "^1.3.0" +p-try@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" + integrity "sha1-yyhoVA4xPWHeWPr741zpAE1VQOY= sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" -package-hash@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/package-hash/-/package-hash-2.0.0.tgz#78ae326c89e05a4d813b68601977af05c00d2a0d" - integrity sha1-eK4ybIngWk2BO2hgGXevBcANKg0= +package-json@^6.3.0: + version "6.5.0" + resolved "https://registry.yarnpkg.com/package-json/-/package-json-6.5.0.tgz#6feedaca35e75725876d0b0e64974697fed145b0" + integrity "sha1-b+7ayjXnVyWHbQsOZJdGl/7RRbA= sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==" dependencies: - graceful-fs "^4.1.11" - lodash.flattendeep "^4.4.0" - md5-hex "^2.0.0" - release-zalgo "^1.0.0" - -package-json@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/package-json/-/package-json-4.0.1.tgz#8869a0401253661c4c4ca3da6c2121ed555f5eed" - integrity sha1-iGmgQBJTZhxMTKPabCEh7VVfXu0= - dependencies: - got "^6.7.1" - registry-auth-token "^3.0.1" - registry-url "^3.0.3" - semver "^5.1.0" + got "^9.6.0" + registry-auth-token "^4.0.0" + registry-url "^5.0.0" + semver "^6.2.0" parent-module@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2" - integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== + integrity "sha1-aR0nCeeMefrjoVZiJFLQB2LKqqI= sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==" dependencies: callsites "^3.0.0" parse-entities@^1.1.0: version "1.2.2" resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-1.2.2.tgz#c31bf0f653b6661354f8973559cb86dd1d5edf50" - integrity sha512-NzfpbxW/NPrzZ/yYSoQxyqUZMZXIdCfE0OIN4ESsnptHJECoUk3FZktxNuzQf4tjt5UEopnxpYJbvYuxIFDdsg== + integrity "sha1-wxvw9lO2ZhNU+Jc1WcuG3R1e31A= sha512-NzfpbxW/NPrzZ/yYSoQxyqUZMZXIdCfE0OIN4ESsnptHJECoUk3FZktxNuzQf4tjt5UEopnxpYJbvYuxIFDdsg==" dependencies: character-entities "^1.0.0" character-entities-legacy "^1.0.0" @@ -4757,490 +3249,374 @@ parse-entities@^1.1.0: is-decimal "^1.0.0" is-hexadecimal "^1.0.0" -parse-glob@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c" - integrity sha1-ssN2z7EfNVE7rdFz7wu246OIORw= - dependencies: - glob-base "^0.3.0" - is-dotfile "^1.0.0" - is-extglob "^1.0.0" - is-glob "^2.0.0" - parse-json@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9" - integrity sha1-9ID0BDTvgHQfhGkJn43qGPVaTck= + integrity "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck= sha512-QR/GGaKCkhwk1ePQNYDRKYZ3mwU9ypsKhB0XyFnLQdomyEqk3e8wpW3V5Jp88zbxK4n5ST1nqo+g9juTpownhQ==" dependencies: error-ex "^1.2.0" parse-json@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" - integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= + integrity "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==" dependencies: error-ex "^1.3.1" json-parse-better-errors "^1.0.1" -parse-ms@^0.1.0: - version "0.1.2" - resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-0.1.2.tgz#dd3fa25ed6c2efc7bdde12ad9b46c163aa29224e" - integrity sha1-3T+iXtbC78e93hKtm0bBY6opIk4= +parse-json@^5.0.0, parse-json@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd" + integrity "sha1-x2/Gbe5UIxyWKyK8yKcs8vmXU80= sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" + dependencies: + "@babel/code-frame" "^7.0.0" + error-ex "^1.3.1" + json-parse-even-better-errors "^2.3.0" + lines-and-columns "^1.1.6" -parse-ms@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-1.0.1.tgz#56346d4749d78f23430ca0c713850aef91aa361d" - integrity sha1-VjRtR0nXjyNDDKDHE4UK75GqNh0= +parse-ms@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-2.1.0.tgz#348565a753d4391fa524029956b172cb7753097d" + integrity "sha1-NIVlp1PUOR+lJAKZVrFyy3dTCX0= sha512-kHt7kzLoS9VBZfUsiKjv43mr91ea+U05EyKkEtqp7vNbHxmaVuEqN7XxeEVnGrMtYOAxGrDElSi96K7EgO1zCA==" parseurl@~1.3.3: version "1.3.3" resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" - integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== + integrity "sha1-naGee+6NEt/wUT7Vt2lXeTvC6NQ= sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" -pascalcase@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" - integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= - -path-dirname@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" - integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= - -path-exists@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b" - integrity sha1-D+tsZPD8UY2adU3V77YscCJ2H0s= +pascal-case@^3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/pascal-case/-/pascal-case-3.1.2.tgz#b48e0ef2b98e205e7c1dae747d0b1508237660eb" + integrity "sha1-tI4O8rmOIF58Ha50fQsVCCN2YOs= sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==" dependencies: - pinkie-promise "^2.0.0" + no-case "^3.0.4" + tslib "^2.0.3" + +pascalcase@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-1.0.0.tgz#d2fd7d73f2969606d2b56e17f5261be41c43c381" + integrity "sha1-0v19c/KWlgbStW4X9SYb5BxDw4E= sha512-BSExi0rRnCHReJys6NocaK+cfTXNinAegfWBvr0JD3hiaEG7Nuc7r0CIdOJunXrs8gU/sbHQ9dxVAtiVQisjmg==" path-exists@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" - integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= + integrity "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==" -path-is-absolute@^1.0.0, path-is-absolute@^1.0.1: +path-exists@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" + integrity "sha1-UTvb4tO5XXdi6METfvoZXGxhtbM= sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + +path-is-absolute@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" - integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= + integrity "sha1-F0uSaHNVNP+8es5r9TpanhtcX18= sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" -path-is-inside@^1.0.1, path-is-inside@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53" - integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM= +path-key@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" + integrity "sha1-WB9q3mWMu6ZaDTOA3ndTKVBU83U= sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" -path-key@^2.0.0, path-key@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" - integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= - -path-parse@^1.0.5, path-parse@^1.0.6: +path-parse@^1.0.6: version "1.0.6" resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" - integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== + integrity "sha1-1i27VnlAXXLEc37FhgDp3c8G0kw= sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==" path-to-regexp@0.1.7: version "0.1.7" resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" - integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= + integrity "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" path-to-regexp@^1.7.0: version "1.8.0" resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a" - integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA== + integrity "sha1-iHs7qdhDk+h6CgufTLdWGYtTVIo= sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==" dependencies: isarray "0.0.1" -path-type@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" - integrity sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE= - dependencies: - graceful-fs "^4.1.2" - pify "^2.0.0" - pinkie-promise "^2.0.0" - path-type@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73" - integrity sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM= + integrity "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM= sha512-dUnb5dXUf+kzhC/W/F4e5/SkluXIFf5VUHolW1Eg1irn1hGWjPGdsRcvYJ1nD6lhk8Ir7VM0bHJKsYTx8Jx9OQ==" dependencies: pify "^2.0.0" +path-type@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" + integrity "sha1-hO0BwKe6OAr+CdkKjBgNzZ0DBDs= sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" + performance-now@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" - integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= + integrity "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==" + +picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3: + version "2.2.3" + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.3.tgz#465547f359ccc206d3c48e46a1bcb89bf7ee619d" + integrity "sha1-RlVH81nMwgbTxI5Goby4m/fuYZ0= sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==" pify@^2.0.0: version "2.3.0" resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" - integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw= + integrity "sha1-7RQaasBDqEnqWISY59yosVMw6Qw= sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==" -pify@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" - integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= +pify@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" + integrity "sha1-SyzSXFDVmHNcUCkiJP2MbfQeMjE= sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" -pinkie-promise@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-1.0.0.tgz#d1da67f5482563bb7cf57f286ae2822ecfbf3670" - integrity sha1-0dpn9UglY7t89X8oauKCLs+/NnA= +pkg-conf@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/pkg-conf/-/pkg-conf-3.1.0.tgz#d9f9c75ea1bae0e77938cde045b276dac7cc69ae" + integrity "sha1-2fnHXqG64Od5OM3gRbJ22sfMaa4= sha512-m0OTbR/5VPNPqO1ph6Fqbj7Hv6QU7gR/tQW40ZqrL1rjgCU85W6C1bJn0BItuJqnR98PWzw7Z8hHeChD1WrgdQ==" dependencies: - pinkie "^1.0.0" - -pinkie-promise@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" - integrity sha1-ITXW36ejWMBprJsXh3YogihFD/o= - dependencies: - pinkie "^2.0.0" - -pinkie@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-1.0.0.tgz#5a47f28ba1015d0201bda7bf0f358e47bec8c7e4" - integrity sha1-Wkfyi6EBXQIBvae/DzWOR77Ix+Q= - -pinkie@^2.0.0: - version "2.0.4" - resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" - integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA= - -pkg-conf@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/pkg-conf/-/pkg-conf-2.1.0.tgz#2126514ca6f2abfebd168596df18ba57867f0058" - integrity sha1-ISZRTKbyq/69FoWW3xi6V4Z/AFg= - dependencies: - find-up "^2.0.0" - load-json-file "^4.0.0" - -pkg-dir@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-1.0.0.tgz#7a4b508a8d5bb2d629d447056ff4e9c9314cf3d4" - integrity sha1-ektQio1bstYp1EcFb/TpyTFM89Q= - dependencies: - find-up "^1.0.0" + find-up "^3.0.0" + load-json-file "^5.2.0" pkg-dir@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b" - integrity sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s= + integrity "sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s= sha512-ojakdnUgL5pzJYWw2AIDEupaQCX5OPbM688ZevubICjdIX01PRSYKqm33fJoCOJBRseYCTUlQRnBNX+Pchaejw==" dependencies: find-up "^2.1.0" -plur@^2.0.0: - version "2.1.2" - resolved "https://registry.yarnpkg.com/plur/-/plur-2.1.2.tgz#7482452c1a0f508e3e344eaec312c91c29dc655a" - integrity sha1-dIJFLBoPUI4+NE6uwxLJHCncZVo= +pkg-dir@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3" + integrity "sha1-8JkTPfft5CLoHR2ESCcO6z5CYfM= sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==" dependencies: - irregular-plurals "^1.0.0" + find-up "^4.0.0" -posix-character-classes@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" - integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= +plur@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/plur/-/plur-4.0.0.tgz#729aedb08f452645fe8c58ef115bf16b0a73ef84" + integrity "sha1-cprtsI9FJkX+jFjvEVvxawpz74Q= sha512-4UGewrYgqDFw9vV6zNV+ADmPAUAfJPKtGvb/VdpQAx25X5f3xXdGdyOEVFwkl8Hl/tl7+xbeHqSEM+D5/TirUg==" + dependencies: + irregular-plurals "^3.2.0" -prelude-ls@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" - integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= +prelude-ls@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" + integrity "sha1-3rxkidem5rDnYRiIzsiAM30xY5Y= sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" -prepend-http@^1.0.1: - version "1.0.4" - resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc" - integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw= +prepend-http@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897" + integrity "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc= sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==" -preserve@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b" - integrity sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks= +prettier-linter-helpers@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b" + integrity "sha1-0j1B/hN1ZG3i0BBNNFSjAIgCz3s= sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==" + dependencies: + fast-diff "^1.1.2" -prettier@^1.14.0: +prettier@^1.16.0: version "1.19.1" resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb" - integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew== + integrity "sha1-99f1/4qc2HKnvkyhQglZVqYHl8s= sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==" -pretty-ms@^0.2.1: - version "0.2.2" - resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-0.2.2.tgz#da879a682ff33a37011046f13d627f67c73b84f6" - integrity sha1-2oeaaC/zOjcBEEbxPWJ/Z8c7hPY= +prettier@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5" + integrity "sha1-eVoaeN1S8HPaDNQrIfnJE4GSP/U= sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==" + +pretty-ms@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-7.0.1.tgz#7d903eaab281f7d8e03c66f867e239dc32fb73e8" + integrity "sha1-fZA+qrKB99jgPGb4Z+I53DL7c+g= sha512-973driJZvxiGOQ5ONsFhOF/DtzPMOMtgC11kCpUrPGMTgqp2q/1gwzCquocrN33is0VZ5GFHXZYMM9l6h67v2Q==" dependencies: - parse-ms "^0.1.0" - -pretty-ms@^3.0.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-3.2.0.tgz#87a8feaf27fc18414d75441467d411d6e6098a25" - integrity sha512-ZypexbfVUGTFxb0v+m1bUyy92DHe5SyYlnyY0msyms5zd3RwyvNgyxZZsXXgoyzlxjx5MiqtXUdhUfvQbe0A2Q== - dependencies: - parse-ms "^1.0.0" - -private@^0.1.6, private@^0.1.8: - version "0.1.8" - resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff" - integrity sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg== - -process-nextick-args@~2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" - integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== + parse-ms "^2.1.0" progress@^2.0.0: version "2.0.3" resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" - integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== + integrity "sha1-foz42PW48jnBvGi+tOt4Vn1XLvg= sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==" + +propagate@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/propagate/-/propagate-2.0.1.tgz#40cdedab18085c792334e64f0ac17256d38f9a45" + integrity "sha1-QM3tqxgIXHkjNOZPCsFyVtOPmkU= sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==" proxy-addr@~2.0.5: version "2.0.6" resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.6.tgz#fdc2336505447d3f2f2c638ed272caf614bbb2bf" - integrity sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw== + integrity "sha1-/cIzZQVEfT8vLGOO0nLK9hS7sr8= sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==" dependencies: forwarded "~0.1.2" ipaddr.js "1.9.1" -pseudomap@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" - integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM= - psl@^1.1.28: version "1.8.0" resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24" - integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ== + integrity "sha1-kyb4vPsBOtzABf3/BWrM4CDlHCQ= sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==" pstree.remy@^1.1.7: version "1.1.8" resolved "https://registry.yarnpkg.com/pstree.remy/-/pstree.remy-1.1.8.tgz#c242224f4a67c21f686839bbdb4ac282b8373d3a" - integrity sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w== + integrity "sha1-wkIiT0pnwh9oaDm720rCgrg3PTo= sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==" + +pump@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" + integrity "sha1-tKIRaBW94vTh6mAjVOjHVWUQemQ= sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==" + dependencies: + end-of-stream "^1.1.0" + once "^1.3.1" punycode@^2.1.0, punycode@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" - integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== + integrity "sha1-tYsBCsQMIsVldhbI0sLALHv0eew= sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" + +pupa@^2.0.1, pupa@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/pupa/-/pupa-2.1.1.tgz#f5e8fd4afc2c5d97828faa523549ed8744a20d62" + integrity "sha1-9ej9SvwsXZeCj6pSNUnth0SiDWI= sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==" + dependencies: + escape-goat "^2.0.0" qs@6.7.0: version "6.7.0" resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc" - integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== - -qs@^6.5.2: - version "6.10.1" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.1.tgz#4931482fa8d647a5aab799c5271d2133b981fb6a" - integrity sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg== - dependencies: - side-channel "^1.0.4" + integrity "sha1-QdwaAV49WB8WIXdr4xr7KHapsbw= sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" qs@~6.5.2: version "6.5.2" resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" - integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== + integrity "sha1-yzroBuh0BERYTvFUzo7pjUA/PjY= sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" -randomatic@^3.0.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-3.1.1.tgz#b776efc59375984e36c537b2f51a1f0aff0da1ed" - integrity sha512-TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw== - dependencies: - is-number "^4.0.0" - kind-of "^6.0.0" - math-random "^1.0.1" +queue-microtask@^1.2.2: + version "1.2.3" + resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" + integrity "sha1-SSkii7xyTfrEPg77BYyve2z7YkM= sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" + +quick-lru@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932" + integrity "sha1-NmST5rPkKjpoheLpnRj4D7eoyTI= sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==" range-parser@~1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" - integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== + integrity "sha1-PPNwI9GZ4cJNGlW4SADC8+ZGgDE= sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" raw-body@2.4.0: version "2.4.0" resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.0.tgz#a1ce6fb9c9bc356ca52e89256ab59059e13d0332" - integrity sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q== + integrity "sha1-oc5vucm8NWylLoklarWQWeE9AzI= sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==" dependencies: bytes "3.1.0" http-errors "1.7.2" iconv-lite "0.4.24" unpipe "1.0.0" -raw-body@^2.3.2: +raw-body@^2.4.1: version "2.4.1" resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.1.tgz#30ac82f98bb5ae8c152e67149dac8d55153b168c" - integrity sha512-9WmIKF6mkvA0SLmA2Knm9+qj89e+j1zqgyn8aXGd7+nAduPoqgI9lO57SAZNn/Byzo5P7JhXTyg9PzaJbH73bA== + integrity "sha1-MKyC+Yu1rowVLmcUnayNVRU7Fow= sha512-9WmIKF6mkvA0SLmA2Knm9+qj89e+j1zqgyn8aXGd7+nAduPoqgI9lO57SAZNn/Byzo5P7JhXTyg9PzaJbH73bA==" dependencies: bytes "3.1.0" http-errors "1.7.3" iconv-lite "0.4.24" unpipe "1.0.0" -rc@^1.0.1, rc@^1.1.6: +rc@^1.2.8: version "1.2.8" resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed" - integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== + integrity "sha1-zZJL9SAKB1uDwYjNa54hG3/A0+0= sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==" dependencies: deep-extend "^0.6.0" ini "~1.3.0" minimist "^1.2.0" strip-json-comments "~2.0.1" -read-pkg-up@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02" - integrity sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI= - dependencies: - find-up "^1.0.0" - read-pkg "^1.0.0" - read-pkg-up@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be" - integrity sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4= + integrity "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4= sha512-1orxQfbWGUiTn9XsPlChs6rLie/AV9jwZTGmu2NZw/CUDJQchXJFYE0Fq5j7+n558T1JhDWLdhyd1Zj+wLY//w==" dependencies: find-up "^2.0.0" read-pkg "^2.0.0" -read-pkg@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28" - integrity sha1-9f+qXs0pyzHAR0vKfXVra7KePyg= +read-pkg-up@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-8.0.0.tgz#72f595b65e66110f43b052dd9af4de6b10534670" + integrity "sha1-cvWVtl5mEQ9DsFLdmvTeaxBTRnA= sha512-snVCqPczksT0HS2EC+SxUndvSzn6LRCwpfSvLrIfR5BKDQQZMaI6jPRC9dYvYFDRAuFEAnkwww8kBBNE/3VvzQ==" dependencies: - load-json-file "^1.0.0" - normalize-package-data "^2.3.2" - path-type "^1.0.0" + find-up "^5.0.0" + read-pkg "^6.0.0" + type-fest "^1.0.1" read-pkg@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-2.0.0.tgz#8ef1c0623c6a6db0dc6713c4bfac46332b2368f8" - integrity sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg= + integrity "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg= sha512-eFIBOPW7FGjzBuk3hdXEuNSiTZS/xEMlH49HxMyzb0hyPfu4EhVjT2DH32K1hSSmVq4sebAWnZuuY5auISUTGA==" dependencies: load-json-file "^2.0.0" normalize-package-data "^2.3.2" path-type "^2.0.0" -readable-stream@^2.0.2, readable-stream@~2.3.6: - version "2.3.7" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57" - integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw== +read-pkg@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc" + integrity "sha1-e/KVQ4yloz5WzTDgU7NO5yUMk8w= sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==" dependencies: - core-util-is "~1.0.0" - inherits "~2.0.3" - isarray "~1.0.0" - process-nextick-args "~2.0.0" - safe-buffer "~5.1.1" - string_decoder "~1.1.1" - util-deprecate "~1.0.1" + "@types/normalize-package-data" "^2.4.0" + normalize-package-data "^2.5.0" + parse-json "^5.0.0" + type-fest "^0.6.0" -readdirp@^2.0.0, readdirp@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525" - integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== +read-pkg@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-6.0.0.tgz#a67a7d6a1c2b0c3cd6aa2ea521f40c458a4a504c" + integrity "sha1-pnp9ahwrDDzWqi6lIfQMRYpKUEw= sha512-X1Fu3dPuk/8ZLsMhEj5f4wFAF0DWoK7qhGJvgaijocXxBmSToKfbFtqbxMO7bVjNA1dmE5huAzjXj/ey86iw9Q==" dependencies: - graceful-fs "^4.1.11" - micromatch "^3.1.10" - readable-stream "^2.0.2" + "@types/normalize-package-data" "^2.4.0" + normalize-package-data "^3.0.2" + parse-json "^5.2.0" + type-fest "^1.0.1" -redent@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/redent/-/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde" - integrity sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94= +readable-stream@^3.4.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" + integrity "sha1-M3u9o63AcGvT4CRCaihtS0sskZg= sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==" dependencies: - indent-string "^2.1.0" - strip-indent "^1.0.1" + inherits "^2.0.3" + string_decoder "^1.1.1" + util-deprecate "^1.0.1" -regenerate@^1.2.1: - version "1.4.2" - resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a" - integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== - -regenerator-runtime@^0.10.5: - version "0.10.5" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz#336c3efc1220adcedda2c9fab67b5a7955a33658" - integrity sha1-M2w+/BIgrc7dosn6tntaeVWjNlg= - -regenerator-runtime@^0.11.0: - version "0.11.1" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9" - integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg== - -regenerator-transform@^0.10.0: - version "0.10.1" - resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.10.1.tgz#1e4996837231da8b7f3cf4114d71b5691a0680dd" - integrity sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q== +readdirp@~3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.5.0.tgz#9ba74c019b15d365278d2e91bb8c48d7b4d42c9e" + integrity "sha1-m6dMAZsV02UnjS6Ru4xI17TULJ4= sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==" dependencies: - babel-runtime "^6.18.0" - babel-types "^6.19.0" - private "^0.1.6" + picomatch "^2.2.1" -regex-cache@^0.4.2: - version "0.4.4" - resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.4.tgz#75bdc58a2a1496cec48a12835bc54c8d562336dd" - integrity sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ== - dependencies: - is-equal-shallow "^0.1.3" - -regex-not@^1.0.0, regex-not@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" - integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== - dependencies: - extend-shallow "^3.0.2" - safe-regex "^1.1.0" - -regexp.prototype.flags@^1.2.0: - version "1.3.1" - resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz#7ef352ae8d159e758c0eadca6f8fcb4eef07be26" - integrity sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - -regexpp@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f" - integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw== - -regexpu-core@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-2.0.0.tgz#49d038837b8dcf8bfa5b9a42139938e6ea2ae240" - integrity sha1-SdA4g3uNz4v6W5pCE5k45uoq4kA= - dependencies: - regenerate "^1.2.1" - regjsgen "^0.2.0" - regjsparser "^0.1.4" - -registry-auth-token@^3.0.1: - version "3.4.0" - resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-3.4.0.tgz#d7446815433f5d5ed6431cd5dca21048f66b397e" - integrity sha512-4LM6Fw8eBQdwMYcES4yTnn2TqIasbXuwDx3um+QRs7S55aMKCBKBxvPXl2RiUjHwuJLTyYfxSpmfSAjQpcuP+A== - dependencies: - rc "^1.1.6" - safe-buffer "^5.0.1" - -registry-url@^3.0.3: +regexpp@^3.0.0, regexpp@^3.1.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/registry-url/-/registry-url-3.1.0.tgz#3d4ef870f73dde1d77f0cf9a381432444e174942" - integrity sha1-PU74cPc93h138M+aOBQyRE4XSUI= - dependencies: - rc "^1.0.1" + resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2" + integrity "sha1-IG0K0KVkjP+9uK5GQ489xRyfeOI= sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==" -regjsgen@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.2.0.tgz#6c016adeac554f75823fe37ac05b92d5a4edb1f7" - integrity sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc= - -regjsparser@^0.1.4: - version "0.1.5" - resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.1.5.tgz#7ee8f84dc6fa792d3fd0ae228d24bd949ead205c" - integrity sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw= +registry-auth-token@^4.0.0: + version "4.2.1" + resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-4.2.1.tgz#6d7b4006441918972ccd5fedcd41dc322c79b250" + integrity "sha1-bXtABkQZGJcszV/tzUHcMix5slA= sha512-6gkSb4U6aWJB4SF2ZvLb76yCBjcvufXBqvvEx1HbmKPkutswjW1xNVRY0+daljIYRbogN7O0etYSlbiaEQyMyw==" dependencies: - jsesc "~0.5.0" + rc "^1.2.8" -release-zalgo@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/release-zalgo/-/release-zalgo-1.0.0.tgz#09700b7e5074329739330e535c5a90fb67851730" - integrity sha1-CXALflB0Mpc5Mw5TXFqQ+2eFFzA= +registry-url@^5.0.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/registry-url/-/registry-url-5.1.0.tgz#e98334b50d5434b81136b44ec638d9c2009c5009" + integrity "sha1-6YM0tQ1UNLgRNrROxjjZwgCcUAk= sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==" dependencies: - es6-error "^4.0.1" + rc "^1.2.8" remark-frontmatter@^1.2.0: version "1.3.3" resolved "https://registry.yarnpkg.com/remark-frontmatter/-/remark-frontmatter-1.3.3.tgz#67ec63c89da5a84bb793ecec166e11b4eb47af10" - integrity sha512-fM5eZPBvu2pVNoq3ZPW22q+5Ativ1oLozq2qYt9I2oNyxiUd/tDl0iLLntEVAegpZIslPWg1brhcP1VsaSVUag== + integrity "sha1-Z+xjyJ2lqEu3k+zsFm4RtOtHrxA= sha512-fM5eZPBvu2pVNoq3ZPW22q+5Ativ1oLozq2qYt9I2oNyxiUd/tDl0iLLntEVAegpZIslPWg1brhcP1VsaSVUag==" dependencies: fault "^1.0.1" xtend "^4.0.1" @@ -5248,7 +3624,7 @@ remark-frontmatter@^1.2.0: remark-parse@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-5.0.0.tgz#4c077f9e499044d1d5c13f80d7a98cf7b9285d95" - integrity sha512-b3iXszZLH1TLoyUzrATcTQUZrwNl1rE70rVdSruJFlDaJ9z5aMkhrG43Pp68OgfHndL/ADz6V69Zow8cTQu+JA== + integrity "sha1-TAd/nkmQRNHVwT+A16mM97koXZU= sha512-b3iXszZLH1TLoyUzrATcTQUZrwNl1rE70rVdSruJFlDaJ9z5aMkhrG43Pp68OgfHndL/ADz6V69Zow8cTQu+JA==" dependencies: collapse-white-space "^1.0.2" is-alphabetical "^1.0.0" @@ -5266,45 +3642,20 @@ remark-parse@^5.0.0: vfile-location "^2.0.0" xtend "^4.0.1" -remove-trailing-separator@^1.0.1: - version "1.1.0" - resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" - integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8= - -repeat-element@^1.1.2: - version "1.1.4" - resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.4.tgz#be681520847ab58c7568ac75fbfad28ed42d39e9" - integrity sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ== - -repeat-string@^1.5.2, repeat-string@^1.5.4, repeat-string@^1.6.1: +repeat-string@^1.5.4: version "1.6.1" resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" - integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= - -repeating@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda" - integrity sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo= - dependencies: - is-finite "^1.0.0" + integrity "sha1-jcrkcOHIirwtYA//Sndihtp15jc= sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==" replace-ext@1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb" - integrity sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs= + integrity "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs= sha512-vuNYXC7gG7IeVNBC1xUllqCcZKRbJoSPOBhnTEcAIiKCsbuef6zO3F0Rve3isPMMoNoQRWjQwbAgAjHUHniyEA==" -replayer@^2.2.3: - version "2.2.3" - resolved "https://registry.yarnpkg.com/replayer/-/replayer-2.2.3.tgz#98a9309cb645f814af8660bcd68e4734cccae416" - integrity sha512-Nx3S/jefme+48fue5pjrYUuN4XSBYnVp69ob2T4u2uJB3jDS+uKUbMo3ywBzI2Q6V8eHlJlBiW+GMsLsIMaR1w== - dependencies: - levenshtein "1.0.2" - mime-types "2.1.17" - -request@^2.87.0, request@^2.88.2: +request@^2.88.2: version "2.88.2" resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3" - integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw== + integrity "sha1-1zyRhzHLWofaBH4gcjQUb2ZNErM= sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==" dependencies: aws-sign2 "~0.7.0" aws4 "^1.8.0" @@ -5330,135 +3681,127 @@ request@^2.87.0, request@^2.88.2: require-directory@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" - integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= + integrity "sha1-jGStX9MNqxyXbiNE/+f3kqam30I= sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" -require-main-filename@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1" - integrity sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE= +require-from-string@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909" + integrity "sha1-iaf92TgmEmcxjq/hT5wy5ZjDaQk= sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==" -require-precompiled@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/require-precompiled/-/require-precompiled-0.1.0.tgz#5a1b52eb70ebed43eb982e974c85ab59571e56fa" - integrity sha1-WhtS63Dr7UPrmC6XTIWrWVceVvo= +resolve-alpn@^1.0.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/resolve-alpn/-/resolve-alpn-1.1.1.tgz#4a006a7d533c81a5dd04681612090fde227cd6e1" + integrity "sha1-SgBqfVM8gaXdBGgWEgkP3iJ81uE= sha512-0KbFjFPR2bnJhNx1t8Ad6RqVc8+QPJC4y561FYyC/Q/6OzB3fhUzB5PEgitYhPK6aifwR5gXBSnDMllaDWixGQ==" -resolve-cwd@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a" - integrity sha1-AKn3OHVW4nA46uIyyqNypqWbZlo= - dependencies: - resolve-from "^3.0.0" - -resolve-from@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-2.0.0.tgz#9480ab20e94ffa1d9e80a804c7ea147611966b57" - integrity sha1-lICrIOlP+h2egKgEx+oUdhGWa1c= - -resolve-from@^3.0.0: +resolve-cwd@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" - integrity sha1-six699nWiBvItuZTM17rywoYh0g= + resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d" + integrity "sha1-DwB18bslRHZs9zumpuKt/ryxPy0= sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==" + dependencies: + resolve-from "^5.0.0" resolve-from@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" - integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== + integrity "sha1-SrzYUq0y3Xuqv+m0DgCjbbXzkuY= sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" -resolve-url@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" - integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= +resolve-from@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" + integrity "sha1-w1IlhD3493bfIcV1V7wIfp39/Gk= sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" -resolve@^1.10.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.8.1: +resolve@^1.10.0, resolve@^1.10.1, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.20.0: version "1.20.0" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975" - integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== + integrity "sha1-YpoBP7P3B1XW8LeTXMHCxTeLGXU= sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==" dependencies: is-core-module "^2.2.0" path-parse "^1.0.6" -restore-cursor@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf" - integrity sha1-n37ih/gv0ybU/RYpI9YhKe7g368= +responselike@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7" + integrity "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec= sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==" dependencies: - onetime "^2.0.0" + lowercase-keys "^1.0.0" + +responselike@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/responselike/-/responselike-2.0.0.tgz#26391bcc3174f750f9a79eacc40a12a5c42d7723" + integrity "sha1-JjkbzDF091D5p56sxAoSpcQtdyM= sha512-xH48u3FTB9VsZw7R+vvgaKeLKzT6jOogbQhEe/jewwnZgzPcnyWui2Av6JpoYZF/91uueC+lqhWqeURw5/qhCw==" + dependencies: + lowercase-keys "^2.0.0" + +restore-cursor@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e" + integrity "sha1-OfZ8VLOnpYzqUjbZXPADQjljH34= sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==" + dependencies: + onetime "^5.1.0" signal-exit "^3.0.2" -ret@~0.1.10: - version "0.1.15" - resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" - integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== +reusify@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" + integrity "sha1-kNo4Kx4SbvwCFG6QhFqI2xKSXXY= sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" -retry@^0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b" - integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs= - -rimraf@2.6.3: - version "2.6.3" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab" - integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA== +rimraf@^3.0.0, rimraf@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" + integrity "sha1-8aVAK6YiCtUswSgrrBrjqkn9Bho= sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==" dependencies: glob "^7.1.3" -rimraf@^2.6.1, rimraf@^2.6.2: - version "2.7.1" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" - integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== +run-parallel@^1.1.9: + version "1.2.0" + resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee" + integrity "sha1-ZtE2jae9+SHrnZW9GpIp5/IaQ+4= sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==" dependencies: - glob "^7.1.3" + queue-microtask "^1.2.2" -run-async@^2.2.0: - version "2.4.1" - resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455" - integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ== - -rxjs@^6.4.0: - version "6.6.7" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9" - integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ== - dependencies: - tslib "^1.9.0" - -safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: +safe-buffer@5.1.2, safe-buffer@~5.1.1: version "5.1.2" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" - integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== + integrity "sha1-mR7GnSluAxN0fVm9/St0XDX4go0= sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" -safe-buffer@^5.0.1, safe-buffer@^5.1.1, safe-buffer@^5.1.2: +safe-buffer@^5.0.1, safe-buffer@^5.1.2, safe-buffer@~5.2.0: version "5.2.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" - integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== - -safe-regex@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" - integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4= - dependencies: - ret "~0.1.10" + integrity "sha1-Hq+fqb2x/dTsdfWPnNtOa3gn7sY= sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" "safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0: version "2.1.2" resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" - integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== + integrity "sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo= sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" -semver-diff@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/semver-diff/-/semver-diff-2.1.0.tgz#4bbb8437c8d37e4b0cf1a68fd726ec6d645d6d36" - integrity sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY= +semver-diff@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/semver-diff/-/semver-diff-3.1.1.tgz#05f77ce59f325e00e2706afd67bb506ddb1ca32b" + integrity "sha1-Bfd85Z8yXgDicGr9Z7tQbdscoys= sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==" dependencies: - semver "^5.0.3" + semver "^6.3.0" -"semver@2 || 3 || 4 || 5", semver@^5.0.3, semver@^5.1.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.7.1: +"semver@2 || 3 || 4 || 5", semver@^5.7.1: version "5.7.1" resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" - integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== + integrity "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc= sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + +semver@^6.0.0, semver@^6.1.0, semver@^6.2.0, semver@^6.3.0: + version "6.3.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" + integrity "sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0= sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + +semver@^7.2.1, semver@^7.3.2, semver@^7.3.4: + version "7.3.5" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7" + integrity "sha1-C2Ich5NI2JmOSw5L6Us/EuYBjvc= sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==" + dependencies: + lru-cache "^6.0.0" send@0.17.1: version "0.17.1" resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8" - integrity sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg== + integrity "sha1-wdiwWfeQD3Rm3Uk4vcROEd2zdsg= sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==" dependencies: debug "2.6.9" depd "~1.1.2" @@ -5474,207 +3817,107 @@ send@0.17.1: range-parser "~1.2.1" statuses "~1.5.0" -serialize-error@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/serialize-error/-/serialize-error-2.1.0.tgz#50b679d5635cdf84667bdc8e59af4e5b81d5f60a" - integrity sha1-ULZ51WNc34Rme9yOWa9OW4HV9go= +serialize-error@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/serialize-error/-/serialize-error-7.0.1.tgz#f1360b0447f61ffb483ec4157c737fab7d778e18" + integrity "sha1-8TYLBEf2H/tIPsQVfHN/q313jhg= sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==" + dependencies: + type-fest "^0.13.1" serve-static@1.14.1: version "1.14.1" resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.1.tgz#666e636dc4f010f7ef29970a88a674320898b2f9" - integrity sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg== + integrity "sha1-Zm5jbcTwEPfvKZcKiKZ0MgiYsvk= sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==" dependencies: encodeurl "~1.0.2" escape-html "~1.0.3" parseurl "~1.3.3" send "0.17.1" -set-blocking@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" - integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= - -set-value@^2.0.0, set-value@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b" - integrity sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw== - dependencies: - extend-shallow "^2.0.1" - is-extendable "^0.1.1" - is-plain-object "^2.0.3" - split-string "^3.0.1" - setprototypeof@1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683" - integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw== + integrity "sha1-fpWsskqpL1iF4KvvW6ExMw1K5oM= sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" setprototypeof@1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424" - integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== + integrity "sha1-ZsmiSnP5/CjL5msJ/tPTPcrxtCQ= sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" -shebang-command@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" - integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= +shebang-command@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" + integrity "sha1-zNCvT4g1+9wmW4JGGq8MNmY/NOo= sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" dependencies: - shebang-regex "^1.0.0" + shebang-regex "^3.0.0" -shebang-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" - integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= +shebang-regex@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" + integrity "sha1-rhbxZE2HPsrYQ7AwexQzYtTEIXI= sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" -side-channel@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf" - integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw== - dependencies: - call-bind "^1.0.0" - get-intrinsic "^1.0.2" - object-inspect "^1.9.0" - -signal-exit@^3.0.0, signal-exit@^3.0.1, signal-exit@^3.0.2: +signal-exit@^3.0.2: version "3.0.3" resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c" - integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA== + integrity "sha1-oUEMLt2PB3sItOJTyOrPyvBXRhw= sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==" -sinon@^6.1.4: - version "6.3.5" - resolved "https://registry.yarnpkg.com/sinon/-/sinon-6.3.5.tgz#0f6d6a5b4ebaad1f6e8e019395542d1d02c144a0" - integrity sha512-xgoZ2gKjyVRcF08RrIQc+srnSyY1JDJtxu3Nsz07j1ffjgXoY6uPLf/qja6nDBZgzYYEovVkFryw2+KiZz11xQ== +sinon@^10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/sinon/-/sinon-10.0.0.tgz#52279f97e35646ff73d23207d0307977c9b81430" + integrity "sha1-Uiefl+NWRv9z0jIH0DB5d8m4FDA= sha512-XAn5DxtGVJBlBWYrcYKEhWCz7FLwZGdyvANRyK06419hyEpdT0dMc5A8Vcxg5SCGHc40CsqoKsc1bt1CbJPfNw==" dependencies: - "@sinonjs/commons" "^1.0.2" - "@sinonjs/formatio" "^3.0.0" - "@sinonjs/samsam" "^2.1.2" - diff "^3.5.0" - lodash.get "^4.4.2" - lolex "^2.7.5" - nise "^1.4.5" - supports-color "^5.5.0" - type-detect "^4.0.8" + "@sinonjs/commons" "^1.8.1" + "@sinonjs/fake-timers" "^6.0.1" + "@sinonjs/samsam" "^5.3.1" + diff "^4.0.2" + nise "^4.1.0" + supports-color "^7.1.0" -slash@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55" - integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU= +slash@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" + integrity "sha1-ZTm+hwwWWtvVJAIg2+Nh8bxNRjQ= sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" -slice-ansi@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-1.0.0.tgz#044f1a49d8842ff307aad6b505ed178bd950134d" - integrity sha512-POqxBK6Lb3q6s047D/XsDVNPnF9Dl8JSaqe9h9lURl0OdNqy/ujDrOiIHtsqXMGbWWTIomRzAMaTyawAU//Reg== +slice-ansi@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-3.0.0.tgz#31ddc10930a1b7e0b67b08c96c2f49b77a789787" + integrity "sha1-Md3BCTCht+C2ewjJbC9Jt3p4l4c= sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==" dependencies: - is-fullwidth-code-point "^2.0.0" + ansi-styles "^4.0.0" + astral-regex "^2.0.0" + is-fullwidth-code-point "^3.0.0" -slice-ansi@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-2.1.0.tgz#cacd7693461a637a5788d92a7dd4fba068e81636" - integrity sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ== +slice-ansi@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b" + integrity "sha1-UA6N0P1VsFgVCGJVsxla3ypF/ms= sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==" dependencies: - ansi-styles "^3.2.0" - astral-regex "^1.0.0" - is-fullwidth-code-point "^2.0.0" + ansi-styles "^4.0.0" + astral-regex "^2.0.0" + is-fullwidth-code-point "^3.0.0" -slide@^1.1.5: - version "1.1.6" - resolved "https://registry.yarnpkg.com/slide/-/slide-1.1.6.tgz#56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707" - integrity sha1-VusCfWW00tzmyy4tMsTUr8nh1wc= - -snapdragon-node@^2.0.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" - integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== - dependencies: - define-property "^1.0.0" - isobject "^3.0.0" - snapdragon-util "^3.0.1" - -snapdragon-util@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2" - integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== - dependencies: - kind-of "^3.2.0" - -snapdragon@^0.8.1: - version "0.8.2" - resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d" - integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== - dependencies: - base "^0.11.1" - debug "^2.2.0" - define-property "^0.2.5" - extend-shallow "^2.0.1" - map-cache "^0.2.2" - source-map "^0.5.6" - source-map-resolve "^0.5.0" - use "^3.1.0" - -sort-keys@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-2.0.0.tgz#658535584861ec97d730d6cf41822e1f56684128" - integrity sha1-ZYU1WEhh7JfXMNbPQYIuH1ZoQSg= - dependencies: - is-plain-obj "^1.0.0" - -source-map-resolve@^0.5.0: - version "0.5.3" - resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a" - integrity sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw== - dependencies: - atob "^2.1.2" - decode-uri-component "^0.2.0" - resolve-url "^0.2.1" - source-map-url "^0.4.0" - urix "^0.1.0" - -source-map-support@^0.4.15: - version "0.4.18" - resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.18.tgz#0286a6de8be42641338594e97ccea75f0a2c585f" - integrity sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA== - dependencies: - source-map "^0.5.6" - -source-map-support@^0.5.0: +source-map-support@^0.5.19: version "0.5.19" resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61" - integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw== + integrity "sha1-qYti+G3K9PZzmWSMCFKRq56P7WE= sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==" dependencies: buffer-from "^1.0.0" source-map "^0.6.0" -source-map-url@^0.4.0: - version "0.4.1" - resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.1.tgz#0af66605a745a5a2f91cf1bbf8a7afbc283dec56" - integrity sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw== - -source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6, source-map@^0.5.7: - version "0.5.7" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" - integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= - -source-map@^0.6.0, source-map@^0.6.1: +source-map@^0.6.0: version "0.6.1" resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" - integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== + integrity "sha1-dHIq8y6WFOnCh6jQu95IteLxomM= sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" -spawn-wrap@^1.4.2: - version "1.4.3" - resolved "https://registry.yarnpkg.com/spawn-wrap/-/spawn-wrap-1.4.3.tgz#81b7670e170cca247d80bf5faf0cfb713bdcf848" - integrity sha512-IgB8md0QW/+tWqcavuFgKYR/qIRvJkRLPJDFaoXtLLUaVcCDK0+HeFTkmQHj3eprcYhc+gOl0aEA1w7qZlYezw== - dependencies: - foreground-child "^1.5.6" - mkdirp "^0.5.0" - os-homedir "^1.0.1" - rimraf "^2.6.2" - signal-exit "^3.0.2" - which "^1.3.0" +source-map@^0.7.3: + version "0.7.3" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383" + integrity "sha1-UwL4FpAxc1ImVECS5kmB91F1A4M= sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==" spdx-correct@^3.0.0: version "3.1.1" resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.1.tgz#dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9" - integrity sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== + integrity "sha1-3s6BrJweZxPl99G28X1Gj6U9iak= sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==" dependencies: spdx-expression-parse "^3.0.0" spdx-license-ids "^3.0.0" @@ -5682,12 +3925,12 @@ spdx-correct@^3.0.0: spdx-exceptions@^2.1.0: version "2.3.0" resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d" - integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== + integrity "sha1-PyjOGnegA3JoPq3kpDMYNSeiFj0= sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==" spdx-expression-parse@^3.0.0: version "3.0.1" resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679" - integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== + integrity "sha1-z3D1BILu/cmOPOCmgz5KU87rpnk= sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==" dependencies: spdx-exceptions "^2.1.0" spdx-license-ids "^3.0.0" @@ -5695,24 +3938,17 @@ spdx-expression-parse@^3.0.0: spdx-license-ids@^3.0.0: version "3.0.7" resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.7.tgz#e9c18a410e5ed7e12442a549fbd8afa767038d65" - integrity sha512-U+MTEOO0AiDzxwFvoa4JVnMV6mZlJKk2sBLt90s7G0Gd0Mlknc7kxEn3nuDPNZRta7O2uy8oLcZLVT+4sqNZHQ== - -split-string@^3.0.1, split-string@^3.0.2: - version "3.1.0" - resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" - integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== - dependencies: - extend-shallow "^3.0.0" + integrity "sha1-6cGKQQ5e1+EkQqVJ+9ivp2cDjWU= sha512-U+MTEOO0AiDzxwFvoa4JVnMV6mZlJKk2sBLt90s7G0Gd0Mlknc7kxEn3nuDPNZRta7O2uy8oLcZLVT+4sqNZHQ==" sprintf-js@~1.0.2: version "1.0.3" resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" - integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= + integrity "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" sshpk@^1.7.0: version "1.16.1" resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877" - integrity sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg== + integrity "sha1-+2YcC+8ps520B2nuOfpwCT1vaHc= sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==" dependencies: asn1 "~0.2.3" assert-plus "^1.0.0" @@ -5724,61 +3960,45 @@ sshpk@^1.7.0: safer-buffer "^2.0.2" tweetnacl "~0.14.0" -stack-utils@^1.0.1: - version "1.0.5" - resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-1.0.5.tgz#a19b0b01947e0029c8e451d5d61a498f5bb1471b" - integrity sha512-KZiTzuV3CnSnSvgMRrARVCj+Ht7rMbauGDK0LdVFRGyenwdylpajAp4Q0i6SX8rEmbTpMMf6ryq2gb8pPq2WgQ== +stack-utils@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.3.tgz#cd5f030126ff116b78ccb3c027fe302713b61277" + integrity "sha1-zV8DASb/EWt4zLPAJ/4wJxO2Enc= sha512-gL//fkxfWUsIlFL2Tl42Cl6+HFALEaB1FU76I/Fy+oZjRreP7OPMXFlGbxM7NQsI0ZpUfw76sHnv0WNYuTb7Iw==" dependencies: escape-string-regexp "^2.0.0" state-toggle@^1.0.0: version "1.0.3" resolved "https://registry.yarnpkg.com/state-toggle/-/state-toggle-1.0.3.tgz#e123b16a88e143139b09c6852221bc9815917dfe" - integrity sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ== - -static-extend@^0.1.1: - version "0.1.2" - resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" - integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= - dependencies: - define-property "^0.2.5" - object-copy "^0.1.0" + integrity "sha1-4SOxaojhQxObCcaFIiG8mBWRff4= sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ==" "statuses@>= 1.5.0 < 2", statuses@~1.5.0: version "1.5.0" resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" - integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= - -string-width@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" - integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M= - dependencies: - code-point-at "^1.0.0" - is-fullwidth-code-point "^1.0.0" - strip-ansi "^3.0.0" - -string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" - integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== - dependencies: - is-fullwidth-code-point "^2.0.0" - strip-ansi "^4.0.0" + integrity "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==" string-width@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961" - integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w== + integrity "sha1-InZ74htirxCBV0MG9prFG2IgOWE= sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==" dependencies: emoji-regex "^7.0.1" is-fullwidth-code-point "^2.0.0" strip-ansi "^5.1.0" +string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0: + version "4.2.2" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.2.tgz#dafd4f9559a7585cfba529c6a0a4f73488ebd4c5" + integrity "sha1-2v1PlVmnWFz7pSnGoKT3NIjr1MU= sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==" + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.0" + string.prototype.trimend@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80" - integrity sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A== + integrity "sha1-51rpDClCxjUEaGwYsoe0oLGkX4A= sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==" dependencies: call-bind "^1.0.2" define-properties "^1.1.3" @@ -5786,241 +4006,167 @@ string.prototype.trimend@^1.0.4: string.prototype.trimstart@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz#b36399af4ab2999b4c9c648bd7a3fb2bb26feeed" - integrity sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw== + integrity "sha1-s2OZr0qymZtMnGSL16P7K7Jv7u0= sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==" dependencies: call-bind "^1.0.2" define-properties "^1.1.3" -string_decoder@~1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" - integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== +string_decoder@^1.1.1: + version "1.3.0" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" + integrity "sha1-QvEUWUpGzxqOMLCoT1bHjD7awh4= sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" dependencies: - safe-buffer "~5.1.0" - -strip-ansi@^3.0.0, strip-ansi@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" - integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= - dependencies: - ansi-regex "^2.0.0" - -strip-ansi@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f" - integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8= - dependencies: - ansi-regex "^3.0.0" + safe-buffer "~5.2.0" strip-ansi@^5.1.0: version "5.2.0" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae" - integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== + integrity "sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4= sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==" dependencies: ansi-regex "^4.1.0" -strip-ansi@~0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-0.1.1.tgz#39e8a98d044d150660abe4a6808acf70bb7bc991" - integrity sha1-OeipjQRNFQZgq+SmgIrPcLt7yZE= - -strip-bom-buf@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/strip-bom-buf/-/strip-bom-buf-1.0.0.tgz#1cb45aaf57530f4caf86c7f75179d2c9a51dd572" - integrity sha1-HLRar1dTD0yvhsf3UXnSyaUd1XI= +strip-ansi@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532" + integrity "sha1-CxVx3XZpzNTz4G4U7x7tJiJa5TI= sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==" dependencies: - is-utf8 "^0.2.1" - -strip-bom@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e" - integrity sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4= - dependencies: - is-utf8 "^0.2.0" + ansi-regex "^5.0.0" strip-bom@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" - integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM= + integrity "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM= sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" -strip-eof@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" - integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8= +strip-json-comments@^3.1.0, strip-json-comments@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" + integrity "sha1-MfEoGzgyYwQ0gxwxDAHMzajL4AY= sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" -strip-indent@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2" - integrity sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI= - dependencies: - get-stdin "^4.0.1" - -strip-json-comments@^2.0.1, strip-json-comments@~2.0.1: +strip-json-comments@~2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" - integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= + integrity "sha1-PFMZQukIwml8DsNEhYwobHygpgo= sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==" structured-source@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/structured-source/-/structured-source-3.0.2.tgz#dd802425e0f53dc4a6e7aca3752901a1ccda7af5" - integrity sha1-3YAkJeD1PcSm56yjdSkBoczaevU= + integrity "sha1-3YAkJeD1PcSm56yjdSkBoczaevU= sha512-Ap7JHfKgmH40SUjumqyKTHYHNZ8GvGQskP34ks0ElHCDEig+bYGpmXVksxPSrgcY9rkJqhVMzfeg5GIpZelfpQ==" dependencies: boundary "^1.0.1" -supertap@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/supertap/-/supertap-1.0.0.tgz#bd9751c7fafd68c68cf8222a29892206a119fa9e" - integrity sha512-HZJ3geIMPgVwKk2VsmO5YHqnnJYl6bV5A9JW2uzqV43WmpgliNEYbuvukfor7URpaqpxuw3CfZ3ONdVbZjCgIA== - dependencies: - arrify "^1.0.1" - indent-string "^3.2.0" - js-yaml "^3.10.0" - serialize-error "^2.1.0" - strip-ansi "^4.0.0" - -supports-color@^2.0.0: +supertap@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" - integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= - -supports-color@^3.1.2: - version "3.2.3" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.2.3.tgz#65ac0504b3954171d8a64946b2ae3cbb8a5f54f6" - integrity sha1-ZawFBLOVQXHYpklGsq48u4pfVPY= + resolved "https://registry.yarnpkg.com/supertap/-/supertap-2.0.0.tgz#8b587d6e14b8e885fa5183a9c45abf429feb9f7f" + integrity "sha1-i1h9bhS46IX6UYOpxFq/Qp/rn38= sha512-jRzcXlCeDYvKoZGA5oRhYyR3jUIYu0enkSxtmAgHRlD7HwrovTpH4bDSi0py9FtuA8si9cW/fKommJHuaoDHJA==" dependencies: - has-flag "^1.0.0" + arrify "^2.0.1" + indent-string "^4.0.0" + js-yaml "^3.14.0" + serialize-error "^7.0.1" + strip-ansi "^6.0.0" -supports-color@^5.0.0, supports-color@^5.3.0, supports-color@^5.5.0: +supports-color@^5.3.0, supports-color@^5.5.0: version "5.5.0" resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" - integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== + integrity "sha1-4uaaRKyHcveKHsCzW2id9lMO/I8= sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==" dependencies: has-flag "^3.0.0" -symbol-observable@^0.2.2: - version "0.2.4" - resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-0.2.4.tgz#95a83db26186d6af7e7a18dbd9760a2f86d08f40" - integrity sha1-lag9smGG1q9+ehjb2XYKL4bQj0A= - -symbol-observable@^1.0.4, symbol-observable@^1.1.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804" - integrity sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ== - -table@^5.2.3: - version "5.4.6" - resolved "https://registry.yarnpkg.com/table/-/table-5.4.6.tgz#1292d19500ce3f86053b05f0e8e7e4a3bb21079e" - integrity sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug== +supports-color@^7.1.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" + integrity "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo= sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" dependencies: - ajv "^6.10.2" - lodash "^4.17.14" - slice-ansi "^2.1.0" - string-width "^3.0.0" + has-flag "^4.0.0" -term-size@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/term-size/-/term-size-1.2.0.tgz#458b83887f288fc56d6fffbfad262e26638efa69" - integrity sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk= +table@^6.0.4: + version "6.0.9" + resolved "https://registry.yarnpkg.com/table/-/table-6.0.9.tgz#790a12bf1e09b87b30e60419bafd6a1fd85536fb" + integrity "sha1-eQoSvx4JuHsw5gQZuv1qH9hVNvs= sha512-F3cLs9a3hL1Z7N4+EkSscsel3z55XT950AvB05bwayrNg5T1/gykXtigioTAjbltvbMSJvvhFCbnf6mX+ntnJQ==" dependencies: - execa "^0.7.0" + ajv "^8.0.1" + is-boolean-object "^1.1.0" + is-number-object "^1.0.4" + is-string "^1.0.5" + lodash.clonedeep "^4.5.0" + lodash.flatten "^4.4.0" + lodash.truncate "^4.4.2" + slice-ansi "^4.0.0" + string-width "^4.2.0" -test-exclude@^4.2.0, test-exclude@^4.2.1: - version "4.2.3" - resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-4.2.3.tgz#a9a5e64474e4398339245a0a769ad7c2f4a97c20" - integrity sha512-SYbXgY64PT+4GAL2ocI3HwPa4Q4TBKm0cwAVeKOt/Aoc0gSpNRjJX8w0pA1LMKZ3LBmd8pYBqApFNQLII9kavA== +temp-dir@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-1.0.0.tgz#0a7c0ea26d3a39afa7e0ebea9c1fc0bc4daa011d" + integrity "sha1-CnwOom06Oa+n4OvqnB/AvE2qAR0= sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ==" + +temp-dir@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-2.0.0.tgz#bde92b05bdfeb1516e804c9c00ad45177f31321e" + integrity "sha1-vekrBb3+sVFugEycAK1FF38xMh4= sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==" + +temp-write@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/temp-write/-/temp-write-4.0.0.tgz#cd2e0825fc826ae72d201dc26eef3bf7e6fc9320" + integrity "sha1-zS4IJfyCauctIB3Cbu879+b8kyA= sha512-HIeWmj77uOOHb0QX7siN3OtwV3CTntquin6TNVg6SHOqCP3hYKmox90eeFOGaY1MqJ9WYDDjkyZrW6qS5AWpbw==" dependencies: - arrify "^1.0.1" - micromatch "^2.3.11" - object-assign "^4.1.0" - read-pkg-up "^1.0.1" - require-main-filename "^1.0.1" + graceful-fs "^4.1.15" + is-stream "^2.0.0" + make-dir "^3.0.0" + temp-dir "^1.0.0" + uuid "^3.3.2" + +term-size@^2.1.0: + version "2.2.1" + resolved "https://registry.yarnpkg.com/term-size/-/term-size-2.2.1.tgz#2a6a54840432c2fb6320fea0f415531e90189f54" + integrity "sha1-KmpUhAQywvtjIP6g9BVTHpAYn1Q= sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==" + +test-exclude@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e" + integrity "sha1-BKhphmHYBepvopO2y55jrARO8V4= sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==" + dependencies: + "@istanbuljs/schema" "^0.1.2" + glob "^7.1.4" + minimatch "^3.0.4" text-table@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" - integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= - -through2@^2.0.0: - version "2.0.5" - resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd" - integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== - dependencies: - readable-stream "~2.3.6" - xtend "~4.0.1" - -through@^2.3.6: - version "2.3.8" - resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" - integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU= + integrity "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" time-zone@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/time-zone/-/time-zone-1.0.0.tgz#99c5bf55958966af6d06d83bdf3800dc82faec5d" - integrity sha1-mcW/VZWJZq9tBtg73zgA3IL67F0= + integrity "sha1-mcW/VZWJZq9tBtg73zgA3IL67F0= sha512-TIsDdtKo6+XrPtiTm1ssmMngN1sAhyKnTO2kunQWqNPWIVvCm15Wmw4SWInwTVgJ5u/Tr04+8Ei9TNcw4x4ONA==" -timed-out@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz#f32eacac5a175bea25d7fab565ab3ed8741ef56f" - integrity sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8= +to-readable-stream@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/to-readable-stream/-/to-readable-stream-1.0.0.tgz#ce0aa0c2f3df6adf852efb404a783e77c0475771" + integrity "sha1-zgqgwvPfat+FLvtASng+d8BHV3E= sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==" -tmp@^0.0.33: - version "0.0.33" - resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9" - integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw== +to-regex-range@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" + integrity "sha1-FkjESq58jZiKMmAY7XL1tN0DkuQ= sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==" dependencies: - os-tmpdir "~1.0.2" - -to-fast-properties@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47" - integrity sha1-uDVx+k2MJbguIxsG46MFXeTKGkc= - -to-fast-properties@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" - integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= - -to-object-path@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" - integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= - dependencies: - kind-of "^3.0.2" - -to-regex-range@^2.1.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38" - integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= - dependencies: - is-number "^3.0.0" - repeat-string "^1.6.1" - -to-regex@^3.0.1, to-regex@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce" - integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== - dependencies: - define-property "^2.0.2" - extend-shallow "^3.0.2" - regex-not "^1.0.2" - safe-regex "^1.1.0" + is-number "^7.0.0" toidentifier@1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553" - integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== + integrity "sha1-fhvjRw8ed5SLxD2Uo8j013UrpVM= sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==" touch@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/touch/-/touch-3.1.0.tgz#fe365f5f75ec9ed4e56825e0bb76d24ab74af83b" - integrity sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA== + integrity "sha1-/jZfX3XsntTlaCXgu3bSSrdK+Ds= sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==" dependencies: nopt "~1.0.10" tough-cookie@~2.5.0: version "2.5.0" resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2" - integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== + integrity "sha1-zZ+yoKodWhK0c72fuW+j3P9lreI= sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==" dependencies: psl "^1.1.28" punycode "^2.1.1" @@ -6028,136 +4174,156 @@ tough-cookie@~2.5.0: traverse@^0.6.6: version "0.6.6" resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137" - integrity sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc= - -trim-newlines@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613" - integrity sha1-WIeWa7WCpFA6QetST301ARgVphM= + integrity "sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc= sha512-kdf4JKs8lbARxWdp7RKdNzoJBhGUcIalSYibuGyHJbmk40pOysQ0+QPvlkCOICOivDWU2IJo2rkrxyTK2AH4fw==" trim-off-newlines@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3" - integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM= - -trim-right@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003" - integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM= + integrity "sha1-n5up2e+odkw4dpi8v+sshI8RrbM= sha512-cklgulxoLavCJlZSWdKzEuKFRFwyRUS3h4tfvSo8uSGrtrPNcAHeKmftGuA684vonXdvKgdX6cMKF8SBjywN1w==" trim-trailing-lines@^1.0.0: version "1.1.4" resolved "https://registry.yarnpkg.com/trim-trailing-lines/-/trim-trailing-lines-1.1.4.tgz#bd4abbec7cc880462f10b2c8b5ce1d8d1ec7c2c0" - integrity sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ== + integrity "sha1-vUq77HzIgEYvELLItc4djR7HwsA= sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ==" trim@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/trim/-/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd" - integrity sha1-WFhUf2spB1fulczMZm+1AITEYN0= + integrity "sha1-WFhUf2spB1fulczMZm+1AITEYN0= sha512-YzQV+TZg4AxpKxaTHK3c3D+kRDCGVEE7LemdlQZoQXn0iennk10RsIoY6ikzAqJTc9Xjl9C1/waHom/J86ziAQ==" trough@^1.0.0: version "1.0.5" resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406" - integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA== - -ts-invariant@^0.4.0: - version "0.4.4" - resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.4.4.tgz#97a523518688f93aafad01b0e80eb803eb2abd86" - integrity sha512-uEtWkFM/sdZvRNNDL3Ehu4WVpwaulhwQszV8mrtcdeE8nN00BV9mAmQ88RkrBhFgl9gMgvjJLAQcZbnPXI9mlA== - dependencies: - tslib "^1.9.3" + integrity "sha1-uLY5zvrX0LsqvTfUM/+Ck++l9AY= sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==" tsconfig-paths@^3.9.0: version "3.9.0" resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b" - integrity sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw== + integrity "sha1-CYVHpsREiAfo/Ljq4IEGTumjyQs= sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==" dependencies: "@types/json5" "^0.0.29" json5 "^1.0.1" minimist "^1.2.0" strip-bom "^3.0.0" -tslib@^1.10.0, tslib@^1.9.0, tslib@^1.9.3: - version "1.14.1" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" - integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== +tslib@^2.0.3: + version "2.2.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c" + integrity "sha1-+yxHWXfjXiQTEe3iaTzuHsZpj1w= sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==" + +tslib@~2.0.1: + version "2.0.3" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c" + integrity "sha1-jgdBrEX8DCJuWKF7/D5kubxsphw= sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==" + +tslib@~2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a" + integrity "sha1-2mCGDxwuyqVwOrfTm8Bba/mIuXo= sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" tunnel-agent@^0.6.0: version "0.6.0" resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd" - integrity sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= + integrity "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==" dependencies: safe-buffer "^5.0.1" tweetnacl@^0.14.3, tweetnacl@~0.14.0: version "0.14.5" resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" - integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= + integrity "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==" -type-check@~0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72" - integrity sha1-WITKtRLPHTVeP7eE8wgEsrUg23I= +type-check@^0.4.0, type-check@~0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1" + integrity "sha1-B7ggO/pwVsBlcFDjzNLDdzC6uPE= sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==" dependencies: - prelude-ls "~1.1.2" + prelude-ls "^1.2.1" type-detect@4.0.8, type-detect@^4.0.8: version "4.0.8" resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c" - integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== + integrity "sha1-dkb7XxiHHPu3dJ5pvTmmOI63RQw= sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" + +type-fest@^0.13.1: + version "0.13.1" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.13.1.tgz#0172cb5bce80b0bd542ea348db50c7e21834d934" + integrity "sha1-AXLLW86AsL1ULqNI21DH4hg02TQ= sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==" + +type-fest@^0.20.2: + version "0.20.2" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" + integrity "sha1-G/IH9LKPkVg2ZstfvTJ4hzAc1fQ= sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" + +type-fest@^0.3.0: + version "0.3.1" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz#63d00d204e059474fe5e1b7c011112bbd1dc29e1" + integrity "sha1-Y9ANIE4FlHT+Xht8ARESu9HcKeE= sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==" + +type-fest@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b" + integrity "sha1-jSojcNPfiG61yQraHFv2GIrPg4s= sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==" + +type-fest@^0.8.1: + version "0.8.1" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" + integrity "sha1-CeJJ696FHTseSNJ8EFREZn8XuD0= sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" + +type-fest@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.0.1.tgz#2494455e65c59170ec98bdda05b7d7184f5b74ad" + integrity "sha1-JJRFXmXFkXDsmL3aBbfXGE9bdK0= sha512-+UTPE7JT3O+sUpRroRgQAbbSfIRBwOHh+o/oruB1JJE6g6uBm3Y0D82fO3xu8VHfxJLQjeRp0PEY6mRmh/lElA==" type-is@~1.6.17, type-is@~1.6.18: version "1.6.18" resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131" - integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== + integrity "sha1-TlUs0F3wlGfcvE73Od6J8s83wTE= sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==" dependencies: media-typer "0.3.0" mime-types "~2.1.24" -uglify-js@^3.1.4: - version "3.13.3" - resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.13.3.tgz#ce72a1ad154348ea2af61f50933c76cc8802276e" - integrity sha512-otIc7O9LyxpUcQoXzj2hL4LPWKklO6LJWoJUzNa8A17Xgi4fOeDC8FBDOLHnC/Slo1CQgsZMcM6as0M76BZaig== - -uid2@0.0.3: - version "0.0.3" - resolved "https://registry.yarnpkg.com/uid2/-/uid2-0.0.3.tgz#483126e11774df2f71b8b639dcd799c376162b82" - integrity sha1-SDEm4Rd03y9xuLY53NeZw3YWK4I= +typedarray-to-buffer@^3.1.5: + version "3.1.5" + resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080" + integrity "sha1-qX7nqf9CaRufeD/xvFES/j/KkIA= sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==" + dependencies: + is-typedarray "^1.0.0" unbox-primitive@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471" - integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw== + integrity "sha1-CF4hViXsMWJXTciFmr7nilmxRHE= sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==" dependencies: function-bind "^1.1.1" has-bigints "^1.0.1" has-symbols "^1.0.2" which-boxed-primitive "^1.0.2" -undefsafe@^2.0.2: +undefsafe@^2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.3.tgz#6b166e7094ad46313b2202da7ecc2cd7cc6e7aae" - integrity sha512-nrXZwwXrD/T/JXeygJqdCO6NZZ1L66HrxM/Z7mIq2oPanoN0F1nLx3lwJMu6AwJY69hdixaFQOuoYsMjE5/C2A== + integrity "sha1-axZucJStRjE7IgLafsws18xueq4= sha512-nrXZwwXrD/T/JXeygJqdCO6NZZ1L66HrxM/Z7mIq2oPanoN0F1nLx3lwJMu6AwJY69hdixaFQOuoYsMjE5/C2A==" dependencies: debug "^2.2.0" -underscore@~1.8.3: - version "1.8.3" - resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.8.3.tgz#4f3fb53b106e6097fcf9cb4109f2a5e9bdfa5022" - integrity sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI= +underscore@~1.10.2: + version "1.10.2" + resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.10.2.tgz#73d6aa3668f3188e4adb0f1943bd12cfd7efaaaf" + integrity "sha1-c9aqNmjzGI5K2w8ZQ70Sz9fvqq8= sha512-N4P+Q/BuyuEKFJ43B9gYuOj4TQUHXX+j2FqguVOpjkssLUUrnJofCcBccJSCoeturDoZU6GorDTHSvUDlSQbTg==" unherit@^1.0.4: version "1.1.3" resolved "https://registry.yarnpkg.com/unherit/-/unherit-1.1.3.tgz#6c9b503f2b41b262330c80e91c8614abdaa69c22" - integrity sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ== + integrity "sha1-bJtQPytBsmIzDIDpHIYUq9qmnCI= sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==" dependencies: inherits "^2.0.0" xtend "^4.0.0" -unified@^6.1.2, unified@^6.1.6: +unified@^6.1.6: version "6.2.0" resolved "https://registry.yarnpkg.com/unified/-/unified-6.2.0.tgz#7fbd630f719126d67d40c644b7e3f617035f6dba" - integrity sha512-1k+KPhlVtqmG99RaTbAv/usu85fcSRu3wY8X+vnsEhIxNP5VbVIDiXnLqyKIG+UMdyTg0ZX9EI6k2AfjJkHPtA== + integrity "sha1-f71jD3GRJtZ9QMZEt+P2FwNfbbo= sha512-1k+KPhlVtqmG99RaTbAv/usu85fcSRu3wY8X+vnsEhIxNP5VbVIDiXnLqyKIG+UMdyTg0ZX9EI6k2AfjJkHPtA==" dependencies: bail "^1.0.0" extend "^3.0.0" @@ -6166,162 +4332,145 @@ unified@^6.1.2, unified@^6.1.6: vfile "^2.0.0" x-is-string "^0.1.0" -union-value@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847" - integrity sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg== +unique-string@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-2.0.0.tgz#39c6451f81afb2749de2b233e3f7c5e8843bd89d" + integrity "sha1-OcZFH4GvsnSd4rIz4/fF6IQ72J0= sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==" dependencies: - arr-union "^3.1.0" - get-value "^2.0.6" - is-extendable "^0.1.1" - set-value "^2.0.1" - -unique-string@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-1.0.0.tgz#9e1057cca851abb93398f8b33ae187b99caec11a" - integrity sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo= - dependencies: - crypto-random-string "^1.0.0" - -unique-temp-dir@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/unique-temp-dir/-/unique-temp-dir-1.0.0.tgz#6dce95b2681ca003eebfb304a415f9cbabcc5385" - integrity sha1-bc6VsmgcoAPuv7MEpBX5y6vMU4U= - dependencies: - mkdirp "^0.5.1" - os-tmpdir "^1.0.1" - uid2 "0.0.3" + crypto-random-string "^2.0.0" unist-util-is@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-3.0.0.tgz#d9e84381c2468e82629e4a5be9d7d05a2dd324cd" - integrity sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A== + integrity "sha1-2ehDgcJGjoJinkpb6dfQWi3TJM0= sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A==" unist-util-remove-position@^1.0.0: version "1.1.4" resolved "https://registry.yarnpkg.com/unist-util-remove-position/-/unist-util-remove-position-1.1.4.tgz#ec037348b6102c897703eee6d0294ca4755a2020" - integrity sha512-tLqd653ArxJIPnKII6LMZwH+mb5q+n/GtXQZo6S6csPRs5zB0u79Yw8ouR3wTw8wxvdJFhpP6Y7jorWdCgLO0A== + integrity "sha1-7ANzSLYQLIl3A+7m0ClMpHVaICA= sha512-tLqd653ArxJIPnKII6LMZwH+mb5q+n/GtXQZo6S6csPRs5zB0u79Yw8ouR3wTw8wxvdJFhpP6Y7jorWdCgLO0A==" dependencies: unist-util-visit "^1.1.0" unist-util-stringify-position@^1.0.0, unist-util-stringify-position@^1.1.1: version "1.1.2" resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-1.1.2.tgz#3f37fcf351279dcbca7480ab5889bb8a832ee1c6" - integrity sha512-pNCVrk64LZv1kElr0N1wPiHEUoXNVFERp+mlTg/s9R5Lwg87f9bM/3sQB99w+N9D/qnM9ar3+AKDBwo/gm/iQQ== + integrity "sha1-Pzf881EnncvKdICrWIm7ioMu4cY= sha512-pNCVrk64LZv1kElr0N1wPiHEUoXNVFERp+mlTg/s9R5Lwg87f9bM/3sQB99w+N9D/qnM9ar3+AKDBwo/gm/iQQ==" unist-util-visit-parents@^2.0.0: version "2.1.2" resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz#25e43e55312166f3348cae6743588781d112c1e9" - integrity sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g== + integrity "sha1-JeQ+VTEhZvM0jK5nQ1iHgdESwek= sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==" dependencies: unist-util-is "^3.0.0" unist-util-visit@^1.1.0: version "1.4.1" resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-1.4.1.tgz#4724aaa8486e6ee6e26d7ff3c8685960d560b1e3" - integrity sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw== + integrity "sha1-RySqqEhububibX/zyGhZYNVgseM= sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==" dependencies: unist-util-visit-parents "^2.0.0" +universalify@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717" + integrity "sha1-daSYTv7cSwiXXFrrc/Uw0C3yVxc= sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==" + unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" - integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= + integrity "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==" -unset-value@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" - integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= +update-notifier@^4.1.0: + version "4.1.3" + resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-4.1.3.tgz#be86ee13e8ce48fb50043ff72057b5bd598e1ea3" + integrity "sha1-vobuE+jOSPtQBD/3IFe1vVmOHqM= sha512-Yld6Z0RyCYGB6ckIjffGOSOmHXj1gMeE7aROz4MG+XMkmixBX4jUngrGXNYz7wPKBmtoD4MnBa2Anu7RSKht/A==" dependencies: - has-value "^0.3.1" - isobject "^3.0.0" - -unzip-response@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97" - integrity sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c= - -upath@^1.1.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894" - integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== - -update-notifier@^2.3.0, update-notifier@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-2.5.0.tgz#d0744593e13f161e406acb1d9408b72cad08aff6" - integrity sha512-gwMdhgJHGuj/+wHJJs9e6PcCszpxR1b236igrOkUofGhqJuG+amlIKwApH1IW1WWl7ovZxsX49lMBWLxSdm5Dw== - dependencies: - boxen "^1.2.1" - chalk "^2.0.1" - configstore "^3.0.0" + boxen "^4.2.0" + chalk "^3.0.0" + configstore "^5.0.1" + has-yarn "^2.1.0" import-lazy "^2.1.0" - is-ci "^1.0.10" - is-installed-globally "^0.1.0" - is-npm "^1.0.0" - latest-version "^3.0.0" - semver-diff "^2.0.0" - xdg-basedir "^3.0.0" + is-ci "^2.0.0" + is-installed-globally "^0.3.1" + is-npm "^4.0.0" + is-yarn-global "^0.3.0" + latest-version "^5.0.0" + pupa "^2.0.1" + semver-diff "^3.1.1" + xdg-basedir "^4.0.0" -update-section@^0.3.0: +update-notifier@^5.0.1: + version "5.1.0" + resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-5.1.0.tgz#4ab0d7c7f36a231dd7316cf7729313f0214d9ad9" + integrity "sha1-SrDXx/NqIx3XMWz3cpMT8CFNmtk= sha512-ItnICHbeMh9GqUy31hFPrD1kcuZ3rpxDZbf4KUDavXwS0bW5m7SLbDQpGX3UYr072cbrF5hFUs3r5tUsPwjfHw==" + dependencies: + boxen "^5.0.0" + chalk "^4.1.0" + configstore "^5.0.1" + has-yarn "^2.1.0" + import-lazy "^2.1.0" + is-ci "^2.0.0" + is-installed-globally "^0.4.0" + is-npm "^5.0.0" + is-yarn-global "^0.3.0" + latest-version "^5.1.0" + pupa "^2.1.1" + semver "^7.3.4" + semver-diff "^3.1.1" + xdg-basedir "^4.0.0" + +update-section@~0.3.3: version "0.3.3" resolved "https://registry.yarnpkg.com/update-section/-/update-section-0.3.3.tgz#458f17820d37820dc60e20b86d94391b00123158" - integrity sha1-RY8Xgg03gg3GDiC4bZQ5GwASMVg= + integrity "sha1-RY8Xgg03gg3GDiC4bZQ5GwASMVg= sha512-BpRZMZpgXLuTiKeiu7kK0nIPwGdyrqrs6EDSaXtjD/aQ2T+qVo9a5hRC3HN3iJjCMxNT/VxoLGQ7E/OzE5ucnw==" uri-js@^4.2.2: version "4.4.1" resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" - integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== + integrity "sha1-mxpSWVIlhZ5V9mnZKPiMbFfyp34= sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" dependencies: punycode "^2.1.0" -urix@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" - integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= - -url-parse-lax@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-1.0.0.tgz#7af8f303645e9bd79a272e7a14ac68bc0609da73" - integrity sha1-evjzA2Rem9eaJy56FKxovAYJ2nM= +url-parse-lax@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-3.0.0.tgz#16b5cafc07dbe3676c1b1999177823d6503acb0c" + integrity "sha1-FrXK/Afb42dsGxmZF3gj1lA6yww= sha512-NjFKA0DidqPa5ciFcSrXnAltTtzz84ogy+NebPvfEgAck0+TNg4UJ4IN+fB7zRZfbgUf0syOo9MDxFkDSMuFaQ==" dependencies: - prepend-http "^1.0.1" + prepend-http "^2.0.0" -use@^3.1.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" - integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== - -user-home@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/user-home/-/user-home-1.1.1.tgz#2b5be23a32b63a7c9deb8d0f28d485724a3df190" - integrity sha1-K1viOjK2Onyd640PKNSFcko98ZA= - -util-deprecate@~1.0.1: +util-deprecate@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" - integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= + integrity "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" utils-merge@1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" - integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= + integrity "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==" -uuid@^3.1.0, uuid@^3.3.2: +uuid@^3.3.2: version "3.4.0" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" - integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== + integrity "sha1-sj5DWK+oogL+ehAK8fX4g/AgB+4= sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" -v8flags@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/v8flags/-/v8flags-2.1.1.tgz#aab1a1fa30d45f88dd321148875ac02c0b55e5b4" - integrity sha1-qrGh+jDUX4jdMhFIh1rALAtV5bQ= +v8-compile-cache@^2.0.3: + version "2.3.0" + resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee" + integrity "sha1-LeGWGMZtwkfc+2+ZM4A12CRaLO4= sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==" + +v8-to-istanbul@^7.1.0: + version "7.1.1" + resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-7.1.1.tgz#04bfd1026ba4577de5472df4f5e89af49de5edda" + integrity "sha1-BL/RAmukV33lRy309eia9J3l7do= sha512-p0BB09E5FRjx0ELN6RgusIPsSPhtgexSRcKETybEs6IGOTXJSZqfwxp7r//55nnu0f1AxltY5VvdVqy2vZf9AA==" dependencies: - user-home "^1.1.1" + "@types/istanbul-lib-coverage" "^2.0.1" + convert-source-map "^1.6.0" + source-map "^0.7.3" validate-npm-package-license@^3.0.1: version "3.0.4" resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" - integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== + integrity "sha1-/JH2uce6FchX9MssXe/uw51PQQo= sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==" dependencies: spdx-correct "^3.0.0" spdx-expression-parse "^3.0.0" @@ -6329,12 +4478,12 @@ validate-npm-package-license@^3.0.1: vary@^1, vary@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" - integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= + integrity "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==" verror@1.10.0: version "1.10.0" resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400" - integrity sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= + integrity "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==" dependencies: assert-plus "^1.0.0" core-util-is "1.0.2" @@ -6343,34 +4492,41 @@ verror@1.10.0: vfile-location@^2.0.0: version "2.0.6" resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-2.0.6.tgz#8a274f39411b8719ea5728802e10d9e0dff1519e" - integrity sha512-sSFdyCP3G6Ka0CEmN83A2YCMKIieHx0EDaj5IDP4g1pa5ZJ4FJDvpO0WODLxo4LUX4oe52gmSCK7Jw4SBghqxA== + integrity "sha1-iidPOUEbhxnqVyiALhDZ4N/xUZ4= sha512-sSFdyCP3G6Ka0CEmN83A2YCMKIieHx0EDaj5IDP4g1pa5ZJ4FJDvpO0WODLxo4LUX4oe52gmSCK7Jw4SBghqxA==" vfile-message@^1.0.0: version "1.1.1" resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-1.1.1.tgz#5833ae078a1dfa2d96e9647886cd32993ab313e1" - integrity sha512-1WmsopSGhWt5laNir+633LszXvZ+Z/lxveBf6yhGsqnQIhlhzooZae7zV6YVM1Sdkw68dtAW3ow0pOdPANugvA== + integrity "sha1-WDOuB4od+i2W6WR4hs0ymTqzE+E= sha512-1WmsopSGhWt5laNir+633LszXvZ+Z/lxveBf6yhGsqnQIhlhzooZae7zV6YVM1Sdkw68dtAW3ow0pOdPANugvA==" dependencies: unist-util-stringify-position "^1.1.1" vfile@^2.0.0: version "2.3.0" resolved "https://registry.yarnpkg.com/vfile/-/vfile-2.3.0.tgz#e62d8e72b20e83c324bc6c67278ee272488bf84a" - integrity sha512-ASt4mBUHcTpMKD/l5Q+WJXNtshlWxOogYyGYYrg4lt/vuRjC1EFQtlAofL5VmtVNIZJzWYFJjzGWZ0Gw8pzW1w== + integrity "sha1-5i2OcrIOg8MkvGxnJ47ickiL+Eo= sha512-ASt4mBUHcTpMKD/l5Q+WJXNtshlWxOogYyGYYrg4lt/vuRjC1EFQtlAofL5VmtVNIZJzWYFJjzGWZ0Gw8pzW1w==" dependencies: is-buffer "^1.1.4" replace-ext "1.0.0" unist-util-stringify-position "^1.0.0" vfile-message "^1.0.0" -well-known-symbols@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/well-known-symbols/-/well-known-symbols-1.0.0.tgz#73c78ae81a7726a8fa598e2880801c8b16225518" - integrity sha1-c8eK6Bp3Jqj6WY4ogIAcixYiVRg= +wcwidth@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8" + integrity "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g= sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==" + dependencies: + defaults "^1.0.3" + +well-known-symbols@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/well-known-symbols/-/well-known-symbols-2.0.0.tgz#e9c7c07dbd132b7b84212c8174391ec1f9871ba5" + integrity "sha1-6cfAfb0TK3uEISyBdDkewfmHG6U= sha512-ZMjC3ho+KXo0BfJb7JgtQ5IBuvnShdlACNkKkdsqBmYw3bPAaJfPeYUo6tLUaT5tG/Gkh7xkpBhKRQ9e7pyg9Q==" which-boxed-primitive@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6" - integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg== + integrity "sha1-E3V7yJsgmwSf5dhkMOIc9AqJqOY= sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==" dependencies: is-bigint "^1.0.1" is-boolean-object "^1.1.0" @@ -6378,159 +4534,93 @@ which-boxed-primitive@^1.0.2: is-string "^1.0.5" is-symbol "^1.0.3" -which-module@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" - integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= - -which@^1.2.9, which@^1.3.0: - version "1.3.1" - resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" - integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== +which@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" + integrity "sha1-fGqN0KY2oDJ+ELWckobu6T8/UbE= sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" dependencies: isexe "^2.0.0" -widest-line@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-2.0.1.tgz#7438764730ec7ef4381ce4df82fb98a53142a3fc" - integrity sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA== +widest-line@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-3.1.0.tgz#8292333bbf66cb45ff0de1603b136b7ae1496eca" + integrity "sha1-gpIzO79my0X/DeFgOxNreuFJbso= sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==" dependencies: - string-width "^2.1.1" + string-width "^4.0.0" -word-wrap@~1.2.3: +word-wrap@^1.2.3: version "1.2.3" resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" - integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== + integrity "sha1-YQY29rH3A4kb00dxzLF/uTtHB5w= sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==" -wordwrap@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb" - integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus= - -wrap-ansi@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85" - integrity sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU= +wrap-ansi@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + integrity "sha1-Z+FFz/UQpqaYS98RUpEdadLrnkM= sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" dependencies: - string-width "^1.0.1" - strip-ansi "^3.0.1" + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" wrappy@1: version "1.0.2" resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" - integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= + integrity "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" -write-file-atomic@^1.1.4: - version "1.3.4" - resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-1.3.4.tgz#f807a4f0b1d9e913ae7a48112e6cc3af1991b45f" - integrity sha1-+Aek8LHZ6ROuekgRLmzDrxmRtF8= +write-file-atomic@^3.0.0, write-file-atomic@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-3.0.3.tgz#56bd5c5a5c70481cd19c571bd39ab965a5de56e8" + integrity "sha1-Vr1cWlxwSBzRnFcb05q5ZaXeVug= sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==" dependencies: - graceful-fs "^4.1.11" - imurmurhash "^0.1.4" - slide "^1.1.5" - -write-file-atomic@^2.0.0: - version "2.4.3" - resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.3.tgz#1fd2e9ae1df3e75b8d8c367443c692d4ca81f481" - integrity sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ== - dependencies: - graceful-fs "^4.1.11" imurmurhash "^0.1.4" + is-typedarray "^1.0.0" signal-exit "^3.0.2" - -write-json-file@^2.2.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/write-json-file/-/write-json-file-2.3.0.tgz#2b64c8a33004d54b8698c76d585a77ceb61da32f" - integrity sha1-K2TIozAE1UuGmMdtWFp3zrYdoy8= - dependencies: - detect-indent "^5.0.0" - graceful-fs "^4.1.2" - make-dir "^1.0.0" - pify "^3.0.0" - sort-keys "^2.0.0" - write-file-atomic "^2.0.0" - -write-pkg@^3.1.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/write-pkg/-/write-pkg-3.2.0.tgz#0e178fe97820d389a8928bc79535dbe68c2cff21" - integrity sha512-tX2ifZ0YqEFOF1wjRW2Pk93NLsj02+n1UP5RvO6rCs0K6R2g1padvf006cY74PQJKMGS2r42NK7FD0dG6Y6paw== - dependencies: - sort-keys "^2.0.0" - write-json-file "^2.2.0" - -write@1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/write/-/write-1.0.3.tgz#0800e14523b923a387e415123c865616aae0f5c3" - integrity sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig== - dependencies: - mkdirp "^0.5.1" + typedarray-to-buffer "^3.1.5" x-is-string@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/x-is-string/-/x-is-string-0.1.0.tgz#474b50865af3a49a9c4657f05acd145458f77d82" - integrity sha1-R0tQhlrzpJqcRlfwWs0UVFj3fYI= + integrity "sha1-R0tQhlrzpJqcRlfwWs0UVFj3fYI= sha512-GojqklwG8gpzOVEVki5KudKNoq7MbbjYZCbyWzEz7tyPA7eleiE0+ePwOWQQRb5fm86rD3S8Tc0tSFf3AOv50w==" -xdg-basedir@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4" - integrity sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ= +xdg-basedir@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-4.0.0.tgz#4bc8d9984403696225ef83a1573cbbcb4e79db13" + integrity "sha1-S8jZmEQDaWIl74OhVzy7y0552xM= sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==" -xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1: +xtend@^4.0.0, xtend@^4.0.1: version "4.0.2" resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" - integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== + integrity "sha1-u3J3n1+kZRhrH0OPZ0+jR/2121Q= sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" -y18n@^3.2.1: - version "3.2.2" - resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.2.tgz#85c901bd6470ce71fc4bb723ad209b70f7f28696" - integrity sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ== +y18n@^5.0.5: + version "5.0.8" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" + integrity "sha1-f0k00PfKjFb5UxSTndzS3ZHOHVU= sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" -yallist@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" - integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= +yallist@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" + integrity "sha1-m7knkNnA7/7GO+c1GeEaNQGaOnI= sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" -yargs-parser@^8.0.0: - version "8.1.0" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-8.1.0.tgz#f1376a33b6629a5d063782944da732631e966950" - integrity sha512-yP+6QqN8BmrgW2ggLtTbdrOyBNSI7zBa4IykmiV5R1wl1JWNxQvWhMfMdmzIYtKU7oP3OOInY/tl2ov3BDjnJQ== +yargs-parser@^20.2.2, yargs-parser@^20.2.7: + version "20.2.7" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.7.tgz#61df85c113edfb5a7a4e36eb8aa60ef423cbc90a" + integrity "sha1-Yd+FwRPt+1p6TjbriqYO9CPLyQo= sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw==" + +yargs@^16.2.0: + version "16.2.0" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66" + integrity "sha1-HIK/D2tqZur85+8w43b0mhJHf2Y= sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==" dependencies: - camelcase "^4.1.0" - -yargs-parser@^9.0.2: - version "9.0.2" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-9.0.2.tgz#9ccf6a43460fe4ed40a9bb68f48d43b8a68cc077" - integrity sha1-nM9qQ0YP5O1Aqbto9I1DuKaMwHc= - dependencies: - camelcase "^4.1.0" - -yargs@11.1.0: - version "11.1.0" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-11.1.0.tgz#90b869934ed6e871115ea2ff58b03f4724ed2d77" - integrity sha512-NwW69J42EsCSanF8kyn5upxvjp5ds+t3+udGBeTbFnERA+lF541DDpMawzo4z6W/QrzNM18D+BPMiOBibnFV5A== - dependencies: - cliui "^4.0.0" - decamelize "^1.1.1" - find-up "^2.1.0" - get-caller-file "^1.0.1" - os-locale "^2.0.0" + cliui "^7.0.2" + escalade "^3.1.1" + get-caller-file "^2.0.5" require-directory "^2.1.1" - require-main-filename "^1.0.1" - set-blocking "^2.0.0" - string-width "^2.0.0" - which-module "^2.0.0" - y18n "^3.2.1" - yargs-parser "^9.0.2" + string-width "^4.2.0" + y18n "^5.0.5" + yargs-parser "^20.2.2" -zen-observable-ts@^0.8.21: - version "0.8.21" - resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-0.8.21.tgz#85d0031fbbde1eba3cd07d3ba90da241215f421d" - integrity sha512-Yj3yXweRc8LdRMrCC8nIc4kkjWecPAUVh0TI0OUrWXx6aX790vLcDlWca6I4vsyCGH3LpWxq0dJRcMOFoVqmeg== - dependencies: - tslib "^1.9.3" - zen-observable "^0.8.0" - -zen-observable@^0.8.0: - version "0.8.15" - resolved "https://registry.yarnpkg.com/zen-observable/-/zen-observable-0.8.15.tgz#96415c512d8e3ffd920afd3889604e30b9eaac15" - integrity sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ== +yocto-queue@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" + integrity "sha1-ApTrPe4FAo0x7hpfosVWpqrxChs= sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="